Commit Graph

9199 Commits (97aefee1ecfe8c179e56577e4718769dd0f197e1)

Author SHA1 Message Date
Francis Lachapelle 9f586db2a0 Fixed error message according to translations 2012-09-24 14:27:22 -04:00
Francis Lachapelle 459c80dbf6 Don't loose composition window when opening mail
Steps to reproduce:
 * open message in popup window
 * click reply or forward
 * re-open message in popup window from the messages list

It will now open the message in a separate popup.

Fixes #1908.
2012-09-24 14:07:56 -04:00
Francis Lachapelle b22b03caa5 Fixed ID of newly subscribed .ics remote calendar 2012-09-24 13:46:43 -04:00
Ludovic Marcotte d024a62e98 Simplified even more the previous commit. 2012-09-24 13:26:20 -04:00
Ludovic Marcotte a6b07cd158 Fixed #1989 (clang bug with function definition within method) 2012-09-24 13:16:14 -04:00
Francis Lachapelle c1fba4805e Fixed layout of contacts/calendars import dialogs 2012-09-24 12:18:18 -04:00
Ludovic Marcotte 9bb897cea3 Updated the guide in preparation for the v2 release. 2012-09-24 11:24:38 -04:00
Francis Lachapelle ae6e32c40a Fixed dates validation with new date picker 2012-09-24 11:21:48 -04:00
Wolfgang Sourdeau 23ebc24d94 Handle permissions on embedded messages too 2012-09-24 10:24:46 -04:00
Francis Lachapelle b15234c26e New date picker
Removed the old popup calendar (Tigra) by an inline version
(bootstrap-datepicker). Also revamped the time picker and the dialog
boxes to fit the new look.
2012-09-21 22:05:07 -04:00
Francis Lachapelle 0181ec606d Cleanup months and weeks translations
Removed the translations of months and weeks from the Scheduler bundle
since they were already translated in Locale files.
 - The a3_<month> strings were removed (replaced by
   NSShortMonthNameArray)
- The months strings were removed (replaced by NSMonthNameArray)
- The weeks strings were removed (replaced by NSWeekDayNameArray)

Moved the a2_<weekday> strings to the Common bundle and added a new
method [UIxComponent commonLabelForKey:].
2012-09-21 21:48:39 -04:00
Jean Raby fa0db25b16 Use self.attendee1_client when adding his event
Use self.attendee1_client instead of self.client when calling _putevent
2012-09-21 13:16:50 -04:00
Luc Charland 544f59575b added tags to gitignore 2012-09-21 09:13:27 -04:00
Luc Charland 14586d251e fixed bug #1104
Titles of new messages' windows should reflect the subject
2012-09-20 16:16:46 -04:00
Luc Charland ffd58305d8 Merge branch 'b1930' 2012-09-19 16:14:10 -04:00
Luc Charland 26c97fe4ed Fixed bug 1930
Notification e-mail are not available on transifex for translate
This simply needed to be passed to the translation before returning.
2012-09-19 16:11:17 -04:00
Wolfgang Sourdeau 569a34c0f4 Added PidTagHasNamedProperties 2012-09-19 16:06:27 -04:00
Wolfgang Sourdeau 1f8f31daff Embedded message can always be "saved" 2012-09-19 16:05:52 -04:00
Wolfgang Sourdeau 80a41a07c3 Merge branch 'master' of github.com:inverse-inc/sogo 2012-09-19 12:25:45 -04:00
Wolfgang Sourdeau 72fb3f552d PidTagBody: do not return a body if it is an empty string or a simple crlf 2012-09-19 12:25:20 -04:00
Wolfgang Sourdeau 04d5284ef3 Added PidLidRecurrenceType, PidLidAppointmentTimeZoneDefinitionStartDisplay and PidLidAppointmentTimeZoneDefinitionEndDisplay 2012-09-19 12:23:56 -04:00
Wolfgang Sourdeau cad770bf76 Moved PidTagException* properties to the right place 2012-09-19 12:22:07 -04:00
Wolfgang Sourdeau 89a41a9aa9 New method that returns a TimeZoneDefinition 2012-09-19 12:00:07 -04:00
Wolfgang Sourdeau 2758b486f7 Output url of object being registered 2012-09-19 11:58:52 -04:00
Wolfgang Sourdeau d120b003bc Fixed MID returned for embedded messages which have not yet been registered, in a way that registers them when required 2012-09-19 11:57:53 -04:00
Ludovic Marcotte 7154588b24 Improved previous commit. We now use the start date instead of the end date. 2012-09-19 11:46:01 -04:00
Ludovic Marcotte 3a8226c110 Merge branch 'master' of https://github.com/inverse-inc/sogo 2012-09-19 11:35:30 -04:00
Francis Lachapelle 85787e9559 Event editor: ellipsis overflow to attendees list 2012-09-19 11:26:54 -04:00
Francis Lachapelle bda87eba07 Attendees window: fixed autocompletion selection
Fixed the keyboard arrows navigation within the popup menu of matching
entries.
2012-09-19 11:24:25 -04:00
Francis Lachapelle 49fafb4988 Scheduler: dynamic height for mini-calendar
Fixes #1788.
2012-09-19 11:20:30 -04:00
root dbb9bac38c Fix for bug #1571. 2012-09-19 10:54:57 -04:00
Luc Charland 491089e194 Fixed bug 1929: Notifications about Modifications
Notifications about Modifications don't show the Calendar name.
When an email notification is selected by the user, the calendar name
from which the event was changed is added to the email.

Needs to be translated.
2012-09-19 10:35:05 -04:00
Luc Charland 9b3e4c8ab8 Added .gitignore to cleanup git status 2012-09-19 10:14:44 -04:00
Francis Lachapelle 802f081f28 Mail Editor: prohibit double-click on send button
Added a "safety net" like when loading a page (UIxPageFrame) to avoid
double-clicking on the send button.
2012-09-18 15:05:02 -04:00
Francis Lachapelle 56a9692da4 Single-window mode: fixed closing of popup window 2012-09-18 15:04:14 -04:00
Francis Lachapelle a98bd71ec4 Mail filters: CSS fix for input field length
The extra input field for rules based on a custom header must be smaller
in order for the rule to span only one row.
2012-09-18 11:27:11 -04:00
Wolfgang Sourdeau 9669cd37c4 One comment and one header added. 2012-09-18 10:12:36 -04:00
Wolfgang Sourdeau a6e9844b3a Added new ChangeLog 2012-09-18 10:05:46 -04:00
Wolfgang Sourdeau aa5dc52d18 Renamed ChangeLog to ChangeLog.old 2012-09-18 10:02:52 -04:00
Wolfgang Sourdeau 989618d91c Merge branch 'master' of github.com:inverse-inc/sogo 2012-09-18 10:00:29 -04:00
Francis Lachapelle b89db391bf Preferences: CSS fix for IMAP accounts list 2012-09-18 09:44:12 -04:00
Wolfgang Sourdeau 049095a77b Removed PidNameContentClass as it was useless 2012-09-18 09:13:02 -04:00
Ludovic Marcotte fc65172756 Fix for bug #1689
Monotone-Parent: 7605704028eff50386f4f9c1e4e93aa47eea31c3
Monotone-Revision: ae08767667624a609d7996a164800377cb574081

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-09-17T10:06:18
Monotone-Branch: ca.inverse.sogo
2012-09-17 10:06:18 +00:00
Francis Lachapelle ec2e71090e See ChangeLog
Monotone-Parent: 9e1649b38d7b35c48bc95fdbaa0ed062a6046495
Monotone-Revision: 7605704028eff50386f4f9c1e4e93aa47eea31c3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-17T13:55:22
Monotone-Branch: ca.inverse.sogo
2012-09-17 13:55:22 +00:00
Ludovic Marcotte 0da9573834 See ChangeLog
Monotone-Parent: df3aa42d7aa65c233839e872cc103d9cf8c2d654
Monotone-Revision: 9e1649b38d7b35c48bc95fdbaa0ed062a6046495

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-09-13T15:49:22
Monotone-Branch: ca.inverse.sogo
2012-09-13 15:49:22 +00:00
Ludovic Marcotte c9b456c86d See ChangeLog
Monotone-Parent: 0be42fb4ac553a3b8b6b1d18144d2c4aa9dfdd0e
Monotone-Revision: df3aa42d7aa65c233839e872cc103d9cf8c2d654

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-09-12T14:42:24
Monotone-Branch: ca.inverse.sogo
2012-09-12 14:42:24 +00:00
Ludovic Marcotte e87e1ab083 See ChangeLog
Monotone-Parent: 05dfd85bdc0651db027e7df47810671a4f906fad
Monotone-Revision: 0be42fb4ac553a3b8b6b1d18144d2c4aa9dfdd0e

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-09-12T10:16:20
Monotone-Branch: ca.inverse.sogo
2012-09-12 10:16:20 +00:00
Francis Lachapelle 16b81149ad Fixed label of dialog box when deleting tasks.
Monotone-Parent: 3659b890e1b6dd8754451e02886703b665ae78dc
Monotone-Revision: 05dfd85bdc0651db027e7df47810671a4f906fad

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-12T08:41:52
Monotone-Branch: ca.inverse.sogo
2012-09-12 08:41:52 +00:00
Francis Lachapelle 3369561b00 Fixed background opacity with dialogs on IE.
Monotone-Parent: 97e02e31cb9e8ce215a0d0d092e79db5cc210a3c
Monotone-Revision: 3659b890e1b6dd8754451e02886703b665ae78dc

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-12T08:41:22
Monotone-Branch: ca.inverse.sogo
2012-09-12 08:41:22 +00:00
Jean Raby 74cc3b79b7 Scripts/openchange_cleanup.py:
use plistlib to read sogo defaults instead of ugly hack

Monotone-Parent: 1fbe308ad552ffa7e4c43a1a33f14a64aacf1f62
Monotone-Revision: 97e02e31cb9e8ce215a0d0d092e79db5cc210a3c

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-09-10T20:43:58
Monotone-Branch: ca.inverse.sogo
2012-09-10 20:43:58 +00:00