------------------------------------------------------------------------ r932581 | pino | 2009-02-26 22:44:21 +0000 (Thu, 26 Feb 2009) | 2 lines there are messages in .h files, too ------------------------------------------------------------------------ r932775 | winterz | 2009-02-27 13:01:00 +0000 (Fri, 27 Feb 2009) | 4 lines backport SVN commit 931546 by gateau: Use a fixed font. ------------------------------------------------------------------------ r932830 | smartins | 2009-02-27 13:47:59 +0000 (Fri, 27 Feb 2009) | 3 lines Alarm interval was converted to minutes when read, but not converted back to seconds when written. Thanks to Lars who spotted this. ------------------------------------------------------------------------ r932843 | smartins | 2009-02-27 13:57:11 +0000 (Fri, 27 Feb 2009) | 4 lines Hide "Send email reminder" radio as this feature isn't implemented yet. CCBUG: 131116 ------------------------------------------------------------------------ r933156 | scripty | 2009-02-28 07:40:40 +0000 (Sat, 28 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r933184 | lueck | 2009-02-28 10:09:37 +0000 (Sat, 28 Feb 2009) | 2 lines extract missing strings from ui/rc/kcfg files, makes 320 new messages CCMAIL:kde-i18n-doc@kde.org ------------------------------------------------------------------------ r933313 | dharms | 2009-02-28 16:32:09 +0000 (Sat, 28 Feb 2009) | 3 lines Adds a few comments describing the code change in commit 931909. ------------------------------------------------------------------------ r933586 | smartins | 2009-03-01 12:11:56 +0000 (Sun, 01 Mar 2009) | 4 lines An event with n occurrences was being displayed n^n times. The event list should contain one event per recurrence and not per occurrence, timesInInterval() already handles occurrences. ------------------------------------------------------------------------ r933657 | smartins | 2009-03-01 13:45:42 +0000 (Sun, 01 Mar 2009) | 2 lines Support all possible sizes and still do the right thing when there's no korganizerrc. ------------------------------------------------------------------------ r933783 | smartins | 2009-03-01 15:50:34 +0000 (Sun, 01 Mar 2009) | 6 lines Backport r933780 by smartins from trunk to the 4.2 branch: Pass arguments to the reminder's external application/script. Review: http://reviewboard.kde.org/r/208/ ------------------------------------------------------------------------ r933957 | smartins | 2009-03-02 00:33:13 +0000 (Mon, 02 Mar 2009) | 5 lines Backport r933937 by smartins from trunk to the 4.2 branch: A to-do is always 30 minutes tall, with endY at dtDue() and startY 30m before dtDue(), but if dtDue() was for example 00:20 then startY would be displayed at 23h50 (and endY also at 23h50 because endY can't be smaller) ------------------------------------------------------------------------ r933960 | smartins | 2009-03-02 00:38:46 +0000 (Mon, 02 Mar 2009) | 5 lines Backport r933879 by smartins from trunk to the 4.2 branch: When "Toggle Alarm" creates an alarm, initialize it's type so we don't see "Unknown alarm type" which doesn't match the selected radio button. ------------------------------------------------------------------------ r934128 | mlaurent | 2009-03-02 13:08:22 +0000 (Mon, 02 Mar 2009) | 2 lines Backport: add same menu as in knoteedit ------------------------------------------------------------------------ r934220 | mlaurent | 2009-03-02 14:46:20 +0000 (Mon, 02 Mar 2009) | 3 lines Backport : fix note tip size deprecated-- ------------------------------------------------------------------------ r934407 | smartins | 2009-03-02 23:43:51 +0000 (Mon, 02 Mar 2009) | 5 lines Backport r933967 by smartins from trunk to the 4.2 branch: When the scrollbar was all the way up, event indicators were still shown for events that start at 00:00. Replace >= with >. ------------------------------------------------------------------------ r934775 | winterz | 2009-03-03 19:14:43 +0000 (Tue, 03 Mar 2009) | 2 lines korn has gone into unmaintained/4 ------------------------------------------------------------------------ r934776 | winterz | 2009-03-03 19:17:51 +0000 (Tue, 03 Mar 2009) | 3 lines kmobiletools was never build here, so remove it to ease the load on the translators. kmobiletools will probably be moved from kdepim trunk into playground. ------------------------------------------------------------------------ r934777 | winterz | 2009-03-03 19:21:07 +0000 (Tue, 03 Mar 2009) | 3 lines kitchensync will never be built for 4.2. it might reappear for 4.3 ------------------------------------------------------------------------ r935082 | tmcguire | 2009-03-04 14:17:59 +0000 (Wed, 04 Mar 2009) | 23 lines Backport the crash fix when deselecting the KMail plugin. Backport r933747 by tmcguire from trunk to the 4.2 branch: Check that the d-bus interface is valid before accessing it. Might fix a crash. Backport r933762 by tmcguire from trunk to the 4.2 branch: Fix the crash for real, by checking the function call as well. The real fix would be to disable summary plugins if there associated Kontact plugins get unloaded (and the other way around). Backport r933781 by tmcguire from trunk to the 4.2 branch: More isValid() calls. Backport r933787 by tmcguire from trunk to the 4.2 branch: Upps, compile. ------------------------------------------------------------------------ r935085 | tmcguire | 2009-03-04 14:21:25 +0000 (Wed, 04 Mar 2009) | 17 lines Backport r934167 by tmcguire from trunk to the 4.2 branch: Only update the status of changed messages when syncing cached imap folders, to speed up folder syncing by a large amount for people with many messages in their folders. Thanks to Bonne Eggleston and Jim Hague for the patches! I slightly modified the patch for config compatibility. Bonne, please close the review request as submitted. http://reviewboard.kde.org/r/199/ CCMAIL: bonne@ixum.net CCBUG: 151916 ------------------------------------------------------------------------ r935089 | tmcguire | 2009-03-04 14:23:12 +0000 (Wed, 04 Mar 2009) | 16 lines Backport r934415 by stefanek from trunk to the 4.2 branch: Possibly really fix the message deletion Q_ASSERT() bug. Theory says that the assert shouldn't be possible and I really want to enforce this (since if I don't, I'll start loosing control over what happens). It turns out that deleting at least three levels of messages at once *could* lead to the assert to be triggered when the deletes happened in a particular order. Now it shouldn't be possible anymore. CCBUG: 174839 ------------------------------------------------------------------------ r935216 | smartins | 2009-03-04 16:54:21 +0000 (Wed, 04 Mar 2009) | 4 lines Backport r934845 by smartins from trunk to the 4.2 branch: The returned path must be a closed one, otherwise MonthScene::itemAt(pos) wont always detect the item. ------------------------------------------------------------------------ r935344 | djarvie | 2009-03-04 21:04:34 +0000 (Wed, 04 Mar 2009) | 2 lines Bug 185365: fix crash on quitting program ------------------------------------------------------------------------ r935353 | osterfeld | 2009-03-04 21:25:30 +0000 (Wed, 04 Mar 2009) | 3 lines don't crash when dragging folders to the end of the feed list BUG:174821 ------------------------------------------------------------------------ r935392 | djarvie | 2009-03-04 23:26:21 +0000 (Wed, 04 Mar 2009) | 2 lines Update version number ------------------------------------------------------------------------ r935681 | smartins | 2009-03-05 22:33:29 +0000 (Thu, 05 Mar 2009) | 6 lines Backport r934891 and r934890 by smartins from trunk to the 4.2 branch: Backporting these 2 commits that should have been only one. If there's no start/due date then mTimeZoneComboStart/End should start disabled just like other components. ------------------------------------------------------------------------ r935696 | smartins | 2009-03-05 23:14:09 +0000 (Thu, 05 Mar 2009) | 6 lines Backport r935039 by smartins from trunk to the 4.2 branch: Disable "Dissociate from occurrence" when the incidence is read only. This commit also does the same for "Dissociate from future occurrences" which doesn't exit in trunk anymore. ------------------------------------------------------------------------ r935744 | smartins | 2009-03-06 03:48:32 +0000 (Fri, 06 Mar 2009) | 5 lines Backport r935416 by smartins from trunk to the 4.2 branch: Don't prompt "really close?" if no changes were made. Renamed the writeFoo methods to fillFoo. ------------------------------------------------------------------------ r936115 | djarvie | 2009-03-07 02:03:55 +0000 (Sat, 07 Mar 2009) | 3 lines Use Qt::QueuedConnection in connect() instead of using a QTimer to wait for event loop. (Thanks to André Wöbbeking.) ------------------------------------------------------------------------ r936134 | smartins | 2009-03-07 05:03:18 +0000 (Sat, 07 Mar 2009) | 4 lines Backport r936133 by smartins from trunk to the 4.2 branch: Don't allow empty titles. ------------------------------------------------------------------------ r936434 | smartins | 2009-03-07 16:06:54 +0000 (Sat, 07 Mar 2009) | 4 lines Backport r936433 by smartins from trunk to the 4.2 branch: Set small minimum heights to these components so KOrganizer fits in small screens. ------------------------------------------------------------------------ r936931 | woebbe | 2009-03-08 17:03:00 +0000 (Sun, 08 Mar 2009) | 2 lines fix memleak ------------------------------------------------------------------------ r937027 | lueck | 2009-03-08 21:47:09 +0000 (Sun, 08 Mar 2009) | 1 line doc backport from trunk ------------------------------------------------------------------------ r937255 | lueck | 2009-03-09 09:17:02 +0000 (Mon, 09 Mar 2009) | 1 line backport from trunk ------------------------------------------------------------------------ r937530 | mlaurent | 2009-03-09 21:27:44 +0000 (Mon, 09 Mar 2009) | 2 lines Backport: fix mem leak ------------------------------------------------------------------------ r937887 | mlaurent | 2009-03-10 17:42:48 +0000 (Tue, 10 Mar 2009) | 2 lines Backport: save config ------------------------------------------------------------------------ r938037 | cgiboudeaux | 2009-03-11 03:28:05 +0000 (Wed, 11 Mar 2009) | 5 lines svn backport r938035 Fix swedish holidays Patch by Bengt Ahlgren. CCBUG: 186825 ------------------------------------------------------------------------ r938128 | tmcguire | 2009-03-11 12:01:48 +0000 (Wed, 11 Mar 2009) | 13 lines Backport r938125 by tmcguire from trunk to the 4.2 branch: Merged revisions 938122 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r938122 | tmcguire | 2009-03-11 12:40:52 +0100 (Wed, 11 Mar 2009) | 3 lines Add config compatibilty code for account types, this is necessary to not loose the dimap cache if the update scripts screw up and run in KDE3 already. ........ ------------------------------------------------------------------------ r938183 | tmcguire | 2009-03-11 14:07:45 +0000 (Wed, 11 Mar 2009) | 20 lines Backport r938146 by tmcguire from trunk to the 4.2 branch: Merged revisions 935004 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r935004 | tmcguire | 2009-03-04 13:50:40 +0100 (Wed, 04 Mar 2009) | 10 lines Merged revisions 934058 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r934058 | mlaurent | 2009-03-02 11:55:17 +0100 (Mon, 02 Mar 2009) | 3 lines signal itemRenamed is send even if text is the same. => avoid to resync when it's not necessary ........ ................ ------------------------------------------------------------------------ r938190 | tmcguire | 2009-03-11 14:10:36 +0000 (Wed, 11 Mar 2009) | 8 lines Backport r935746 by stefanek from trunk to the 4.2 branch: Reload the message views when the date changes. CCBUG: 174684 ------------------------------------------------------------------------ r938194 | tmcguire | 2009-03-11 14:12:34 +0000 (Wed, 11 Mar 2009) | 4 lines Backport r935832 by stefanek from trunk to the 4.2 branch: Remove a test statement. It shoudn't be here. ------------------------------------------------------------------------ r938198 | tmcguire | 2009-03-11 14:13:51 +0000 (Wed, 11 Mar 2009) | 11 lines Backport r935749 by stefanek from trunk to the 4.2 branch: Qt behaviour changed again with respect to show/resize events inside kontact and it revealed another point of failure inside the column saving machinery. Once again reproduced and hopefully fixed. Please let me know if you still hit the problem. CCBUG: 178154 ------------------------------------------------------------------------ r938202 | tmcguire | 2009-03-11 14:15:49 +0000 (Wed, 11 Mar 2009) | 10 lines Backport r935825 by marten from trunk to the 4.2 branch: Use KMimeType::extractKnownExtension() when linking an attachment file to open, so that it will use the intended file association. For example, open a .tar.gz attachment as a .tar.gz file, not as a .gz CCBUG:184459 ------------------------------------------------------------------------ r938206 | tmcguire | 2009-03-11 14:17:51 +0000 (Wed, 11 Mar 2009) | 8 lines Backport r936954 by tmcguire from trunk to the 4.2 branch: Add icons for context menus and a sortable identity list. Patch by klebezettel , thanks! http://reviewboard.kde.org/r/253/ ------------------------------------------------------------------------ r938208 | tmcguire | 2009-03-11 14:19:43 +0000 (Wed, 11 Mar 2009) | 8 lines Backport r937009 by stefanek from trunk to the 4.2 branch: Fix date-based sorting of the subject threading cache. CCBUG: 185796 ------------------------------------------------------------------------ r938211 | tmcguire | 2009-03-11 14:21:40 +0000 (Wed, 11 Mar 2009) | 4 lines Backport r937302 by stefanek from trunk to the 4.2 branch: Assume same sorting when inserting AND when removing for the subject-based threading cache. ------------------------------------------------------------------------ r938215 | tmcguire | 2009-03-11 14:23:16 +0000 (Wed, 11 Mar 2009) | 10 lines Backport r937811 by stefanek from trunk to the 4.2 branch: Keep absolute order in the subject-based threading cache. If two messages with the same subject have exactly the same date then order by pointer value. Fixes the assert() triggered when removing mails from the view. ------------------------------------------------------------------------ r938219 | tmcguire | 2009-03-11 14:24:58 +0000 (Wed, 11 Mar 2009) | 9 lines Backport r937301 by stefanek from trunk to the 4.2 branch: Don't crash when changing KStyle and an empty tab is displayed. Fixes palindrome bug 176671. CCBUG: 176671 ------------------------------------------------------------------------ r938228 | tmcguire | 2009-03-11 14:30:55 +0000 (Wed, 11 Mar 2009) | 9 lines Backport r937315 by stefanek from trunk to the 4.2 branch: CTRL+, and CTRL+. now always expand/collapse threads, as the shortcut name suggests. Groups are not expanded/collapsed. CCBUG: 183031 ------------------------------------------------------------------------ r938236 | tmcguire | 2009-03-11 14:36:13 +0000 (Wed, 11 Mar 2009) | 9 lines Backport r937865 by stefanek from trunk to the 4.2 branch: Reload the folder when the view configuration changes. CCBUG: 183237 ------------------------------------------------------------------------ r938246 | tmcguire | 2009-03-11 14:43:58 +0000 (Wed, 11 Mar 2009) | 22 lines Backport r938141 by tmcguire from trunk to the 4.2 branch: Merged revisions 934942 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r934942 | tmcguire | 2009-03-04 10:27:01 +0100 (Wed, 04 Mar 2009) | 12 lines Merged revisions 931708 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r931708 | winterz | 2009-02-25 18:39:48 +0100 (Wed, 25 Feb 2009) | 5 lines in makeShowAuditLogLink, return empty QString if the auditLog is empty. fixes kolab/issue3436 Should be merged into all branches. ........ ................ ------------------------------------------------------------------------ r938527 | smartins | 2009-03-12 04:18:04 +0000 (Thu, 12 Mar 2009) | 5 lines Backport r938526 by smartins from trunk to the 4.2 branch: A recurring event's dtEnd always belongs to the first occurrence, for this reason multiday recurring events weren't being set bold correctly. Only the first occurrence had all days as bold. ------------------------------------------------------------------------ r938546 | scripty | 2009-03-12 07:46:52 +0000 (Thu, 12 Mar 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r938593 | mlaurent | 2009-03-12 13:12:04 +0000 (Thu, 12 Mar 2009) | 2 lines Backport: fix crash when we delete note from menu ------------------------------------------------------------------------ r938615 | mlaurent | 2009-03-12 13:58:08 +0000 (Thu, 12 Mar 2009) | 3 lines Backport: Fix display menu even if we don't have note (=> show "no note" otherwise not necessary to add this kaction) ------------------------------------------------------------------------ r938620 | mlaurent | 2009-03-12 14:10:35 +0000 (Thu, 12 Mar 2009) | 2 lines Backport from #938618 : minor optimisation ------------------------------------------------------------------------ r938632 | mlaurent | 2009-03-12 14:34:31 +0000 (Thu, 12 Mar 2009) | 4 lines Backport: svn #938631 Enable/disable "show/hide all note" and "find text" when we don't have notes ------------------------------------------------------------------------ r939026 | mlaurent | 2009-03-13 15:45:08 +0000 (Fri, 13 Mar 2009) | 5 lines Backport: svn #939025 Fix setModify when we defined a not richtext note. setRichText modifies the status of note => it was already "modify == true" ------------------------------------------------------------------------ r939036 | mlaurent | 2009-03-13 16:31:59 +0000 (Fri, 13 Mar 2009) | 4 lines Backport svn #939035 Don't redefined setTextColor from qtextedit. so now when we change text color it's apply to current cursor. ------------------------------------------------------------------------ r939152 | smartins | 2009-03-13 23:17:17 +0000 (Fri, 13 Mar 2009) | 7 lines Backport r939133 by smartins from trunk to the 4.2 branch: Disable the "delete future" button if it's the first occurrence, this will prevent garbage in the ics file. Also disable it if it's the last occurrence as it doesn't make sense too. This change depends on commit r937917 (kdelibs/kdeui/widgets/kpushbutton.cpp) ------------------------------------------------------------------------ r939288 | djarvie | 2009-03-14 15:26:33 +0000 (Sat, 14 Mar 2009) | 3 lines After deleting, doSave was recreating the file again, so incidences never were deleted. (From SVN commit 938673 by smartins) ------------------------------------------------------------------------ r939350 | djarvie | 2009-03-14 17:42:24 +0000 (Sat, 14 Mar 2009) | 2 lines Ignore temporary and backup files when loading ------------------------------------------------------------------------ r939369 | mlaurent | 2009-03-14 18:26:13 +0000 (Sat, 14 Mar 2009) | 2 lines Backport: fix warning about sgortcut ------------------------------------------------------------------------ r939407 | djarvie | 2009-03-14 20:10:05 +0000 (Sat, 14 Mar 2009) | 2 lines Give KUrlRequester a filter for calendar files ------------------------------------------------------------------------ r939535 | scripty | 2009-03-15 07:51:18 +0000 (Sun, 15 Mar 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r939596 | winterz | 2009-03-15 11:42:10 +0000 (Sun, 15 Mar 2009) | 5 lines merge SVN commit 935706 by winterz: Crash guard if the registry fails to find a value for the specified PID in getProcessesIdForName(). Possible fix for crashes detected on Windows Server 2003. ------------------------------------------------------------------------ r939600 | winterz | 2009-03-15 11:55:58 +0000 (Sun, 15 Mar 2009) | 7 lines backport SVN commit 937832 by winterz: Rearrange the layout of the Date&Time/Regional page. Especially, make the Holidays setting more prominent in its own groupbox, so maybe we'll see fewer "how do I set the holidays" questions. ------------------------------------------------------------------------ r939610 | winterz | 2009-03-15 12:21:01 +0000 (Sun, 15 Mar 2009) | 6 lines backport SVN commit 937854 by winterz: beautify the layout of the Time&Date/Defaults tab. give the Appointments settings and Reminders settings their own groupboxes. ------------------------------------------------------------------------ r939613 | winterz | 2009-03-15 12:23:03 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 938647 by smartins: Multiday events are now properly counted (recurring and non recurring). ------------------------------------------------------------------------ r939614 | winterz | 2009-03-15 12:25:06 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 939104 by winterz: For the CategorySelectDialogs, make [Help] button show help and remove the [Apply] button. ------------------------------------------------------------------------ r939616 | winterz | 2009-03-15 12:27:02 +0000 (Sun, 15 Mar 2009) | 5 lines backport SVN commit 939236 by smartins: Forgot to add this. If the Occurrence is the only one (isFirst and isLast) a confirmation message should still be presented. ------------------------------------------------------------------------ r939618 | winterz | 2009-03-15 12:28:59 +0000 (Sun, 15 Mar 2009) | 9 lines backport SVN commit 939315 by smartins: - Undoing modifications was only working if "Use Groupware Communication" was enabled. - Recording completed tasks to journals was only working if "Use Groupware Communication" was enabled. - Undoing "Also Delete Future" now works. The undo mechanism isn't perfect yet as some operations don't work correctly, like moving future occurrences or dissociating events. ------------------------------------------------------------------------ r939620 | winterz | 2009-03-15 12:30:41 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 939506 by winterz: Fix changing font for agenda view items. ------------------------------------------------------------------------ r939640 | winterz | 2009-03-15 13:32:52 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 930533 by mlaurent: Avoid warning ------------------------------------------------------------------------ r939642 | winterz | 2009-03-15 13:37:24 +0000 (Sun, 15 Mar 2009) | 2 lines remove unnecessary knotes_export.h ------------------------------------------------------------------------ r939645 | winterz | 2009-03-15 13:38:51 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 917220 by mlaurent: Use a good icon for unlock/lock ------------------------------------------------------------------------ r939646 | winterz | 2009-03-15 13:40:01 +0000 (Sun, 15 Mar 2009) | 5 lines backport SVN commit 930531 by mlaurent: Const'ify ------------------------------------------------------------------------ r939649 | winterz | 2009-03-15 13:43:49 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 934519 by mlaurent: not necessary to cast it ------------------------------------------------------------------------ r939651 | winterz | 2009-03-15 13:44:50 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 934720 by mlaurent: Not necessary to resync if we don't renamed it ------------------------------------------------------------------------ r939653 | winterz | 2009-03-15 13:45:53 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 934748 by mlaurent: Minor optimization ------------------------------------------------------------------------ r939655 | winterz | 2009-03-15 13:46:45 +0000 (Sun, 15 Mar 2009) | 6 lines backport SVN commit 934947 by mlaurent: Disable undo/redo when we lock note. I think it's a bug in qtextedit, when we make it read only we must disable undo/redo too ------------------------------------------------------------------------ r939658 | winterz | 2009-03-15 13:47:29 +0000 (Sun, 15 Mar 2009) | 6 lines backport SVN commit 934957 by mlaurent: Revert it. Bug was not in qtextedit bug in ktextedit. Fixed now (need to update kdelibs) ------------------------------------------------------------------------ r939668 | winterz | 2009-03-15 13:53:04 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 937664 by mlaurent: const'ify ------------------------------------------------------------------------ r939671 | winterz | 2009-03-15 13:54:02 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 937837 by mlaurent: Be sure to delete it ------------------------------------------------------------------------ r939673 | winterz | 2009-03-15 13:54:53 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 937857 by mlaurent: Not necessary ------------------------------------------------------------------------ r939678 | winterz | 2009-03-15 13:55:41 +0000 (Sun, 15 Mar 2009) | 5 lines backport SVN commit 937861 by mlaurent: Fix layout warning ------------------------------------------------------------------------ r939680 | winterz | 2009-03-15 13:56:36 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 937875 by mlaurent: When it's lock, by default we can't resize it ------------------------------------------------------------------------ r939681 | winterz | 2009-03-15 13:58:13 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 938158 by mlaurent: Don't rename when it's lock ------------------------------------------------------------------------ r939683 | winterz | 2009-03-15 13:59:10 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 938218 by mlaurent: Don't continue to search if we don't specify text ------------------------------------------------------------------------ r939687 | winterz | 2009-03-15 14:04:46 +0000 (Sun, 15 Mar 2009) | 6 lines backport SVN commit 938277 by mlaurent: Reduce number of sync (and revert last changes "actionCollection()->action( "rename_note" )->setEnabled( !readOnly );" I already added in this file) ------------------------------------------------------------------------ r939688 | winterz | 2009-03-15 14:05:47 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 938345 by mlaurent: Reduce number of sync ------------------------------------------------------------------------ r939689 | winterz | 2009-03-15 14:06:53 +0000 (Sun, 15 Mar 2009) | 5 lines backport SVN commit 938356 by mlaurent: Be sure to save position/size ------------------------------------------------------------------------ r939690 | winterz | 2009-03-15 14:07:46 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 938368 by mlaurent: Const'ify ------------------------------------------------------------------------ r939692 | winterz | 2009-03-15 14:08:40 +0000 (Sun, 15 Mar 2009) | 5 lines backport SVN commit 938566 by mlaurent: Fix connect signal/slot ------------------------------------------------------------------------ r939693 | winterz | 2009-03-15 14:09:22 +0000 (Sun, 15 Mar 2009) | 5 lines backport SVN commit 938572 by mlaurent: Fix mem lea ------------------------------------------------------------------------ r939695 | winterz | 2009-03-15 14:13:43 +0000 (Sun, 15 Mar 2009) | 5 lines backport SVN commit 938623 by mlaurent: Remove not necessary include ------------------------------------------------------------------------ r939697 | winterz | 2009-03-15 14:17:24 +0000 (Sun, 15 Mar 2009) | 4 lines backport SVN commit 939033 by mlaurent: SVN_SILENT: code style ------------------------------------------------------------------------ r939756 | toma | 2009-03-15 16:40:55 +0000 (Sun, 15 Mar 2009) | 2 lines Backport docbook fix ------------------------------------------------------------------------ r939778 | darioandres | 2009-03-15 17:43:22 +0000 (Sun, 15 Mar 2009) | 8 lines Backport to 4.2branch of: SVN commit 939775 by darioandres: Move the "Automatic Collapse Level" spinbox+label a row down (intended to show that it's a child option) on the "Appearance"/"Message Window" tab CCBUG: 183740 ------------------------------------------------------------------------ r939865 | smartins | 2009-03-15 21:29:34 +0000 (Sun, 15 Mar 2009) | 7 lines Backport r939859 by smartins from trunk to the 4.2 branch: Undoing multiEntries was broken because mCurrentMultiEntry was never inserted into the stack. All operations that make more than one change can be undone now (e.g. dissociate occurrence, move future occurrences, delete future occurrences) ------------------------------------------------------------------------ r939919 | smartins | 2009-03-16 00:08:28 +0000 (Mon, 16 Mar 2009) | 4 lines Backport r939917 by smartins from trunk to the 4.2 branch: When creating or deleting categories they didn't appear immediately in the selection dialog. ------------------------------------------------------------------------ r939928 | dfaure | 2009-03-16 00:57:37 +0000 (Mon, 16 Mar 2009) | 2 lines Don't print into the printer margins; the margin calculation was incorrect (args swapped, and setFullPage done too early), so it was always 0. ------------------------------------------------------------------------ r939964 | scripty | 2009-03-16 07:55:49 +0000 (Mon, 16 Mar 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r940039 | winterz | 2009-03-16 12:51:43 +0000 (Mon, 16 Mar 2009) | 10 lines backport SVN commit 939926 by dfaure: Print role rather than the prefix again. I.e. rather than printing Dr. Foo Bar Dr. better print Dr. Foo Bar Dentist ------------------------------------------------------------------------ r940058 | mlaurent | 2009-03-16 14:25:45 +0000 (Mon, 16 Mar 2009) | 4 lines Backport from svn #940057 we want to delete => don't save on focus out otherwise note was recreating ------------------------------------------------------------------------ r940064 | mlaurent | 2009-03-16 14:41:49 +0000 (Mon, 16 Mar 2009) | 3 lines Backport svn #940058 Fix hide note ------------------------------------------------------------------------ r940074 | mlaurent | 2009-03-16 14:58:33 +0000 (Mon, 16 Mar 2009) | 3 lines Backport: fix hide all note not necessary to backport to e3.5 bug was not here ------------------------------------------------------------------------ r940118 | mlaurent | 2009-03-16 16:27:27 +0000 (Mon, 16 Mar 2009) | 2 lines Backport: fix crash when we 'save as' ------------------------------------------------------------------------ r940336 | mlaurent | 2009-03-17 09:53:46 +0000 (Tue, 17 Mar 2009) | 3 lines Backport: svn #940128,940139,940155,940321,940324 fix multi not necessary delete note/recreate note when we sync with kolab server ------------------------------------------------------------------------ r940387 | mlaurent | 2009-03-17 11:38:33 +0000 (Tue, 17 Mar 2009) | 2 lines Backport: not necessary to put focus to all notes ------------------------------------------------------------------------ r940490 | mlaurent | 2009-03-17 14:56:46 +0000 (Tue, 17 Mar 2009) | 2 lines Fix compile ------------------------------------------------------------------------ r940568 | otrichet | 2009-03-17 17:45:00 +0000 (Tue, 17 Mar 2009) | 6 lines backport SVN commit 937549 by otrichet: Correction of charset of sent messages SVN commit 939635 by otrichet: Only default to a fixed font in the composer ------------------------------------------------------------------------ r940724 | mlaurent | 2009-03-18 07:05:26 +0000 (Wed, 18 Mar 2009) | 3 lines Backport svn #940723 don't resync when we change label ------------------------------------------------------------------------ r940766 | tmcguire | 2009-03-18 09:21:07 +0000 (Wed, 18 Mar 2009) | 13 lines Backport r938817 by stefanek from trunk to the 4.2 branch: The "select all" action now expands all the groups. This is needed because group items are not selectable and collapsed groups wouldn't be included in the selection. This *should* automagically fix all the actions that operate on all the messages in a folder. CCBUG: 181297 ------------------------------------------------------------------------ r940767 | tmcguire | 2009-03-18 09:22:33 +0000 (Wed, 18 Mar 2009) | 14 lines Backport r939057 by stefanek from trunk to the 4.2 branch: Properly count visible messages when updating the actions, also when the aggregation has no grouping. Rename the "CurrentlyViewable" property to "DisplayedWithParentsExpanded" to avoid collision with the "Viewable" property inside Model, which is a subset. CCBUG: 183142 CCBUG: 185518 ------------------------------------------------------------------------ r940769 | tmcguire | 2009-03-18 09:26:57 +0000 (Wed, 18 Mar 2009) | 8 lines Backport r940115 by tmcguire from trunk to the 4.2 branch: Make sure HTMl messages can not overwrite the header. CCBUG: 96557 CCBUG: 96020 ------------------------------------------------------------------------ r940772 | tmcguire | 2009-03-18 09:32:23 +0000 (Wed, 18 Mar 2009) | 20 lines Backport r940441 by tmcguire from trunk to the 4.2 branch: Don't produce garbage when forwarding a mail with a filter. For this, I had to remove the code duplication in KMFilterActionForward::process() and use KMMessage::createForward() instead. This uncovered a bug in createForward (content type boundary was not saved) and a small bug in the template parser. Also, I added a KMMessage::dump() function to help with debugging mimelib related troubles. Not perfect yet, the way the template parser copies the message needs to be improved, right now, when forwarding a signed message, the signed text gets replaced with the template text, resulting in an invalid signature ... CCBUG: 174942 ------------------------------------------------------------------------ r940775 | tmcguire | 2009-03-18 09:34:02 +0000 (Wed, 18 Mar 2009) | 11 lines Backport r940516 by tmcguire from trunk to the 4.2 branch: When replacing the text of a message after processing the template, don't try to just replace the first text/plain part, this will cause trouble with signatures and possibly many other situations. Instead, delete the content of the old message, and set the processed template text as the first body part. If the old message had attachments, re-add them to the new message. ------------------------------------------------------------------------ r940777 | tmcguire | 2009-03-18 09:36:48 +0000 (Wed, 18 Mar 2009) | 9 lines Backport r940547 by tmcguire from trunk to the 4.2 branch: Make valgrind happy. This didn't find the cause of the problem I was searching for, though (inline forwarding runs out of memory because allocating insanley huge amounts of memory) ------------------------------------------------------------------------ r940815 | tmcguire | 2009-03-18 10:51:04 +0000 (Wed, 18 Mar 2009) | 20 lines Backport r940803 by tmcguire from trunk to the 4.2 branch: Merged revisions 938837,938844 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r938837 | tmcguire | 2009-03-13 11:12:12 +0100 (Fri, 13 Mar 2009) | 6 lines Reconnect to the KMail D-Bus service if it becomes available again. Now, the reminder daemon gets change notifications for events again, making reminders for new events work. kolab/issue3385 ........ r938844 | tmcguire | 2009-03-13 11:44:04 +0100 (Fri, 13 Mar 2009) | 1 line SVN_SILENT Finish sentence :) ........ ------------------------------------------------------------------------ r940816 | tmcguire | 2009-03-18 10:52:19 +0000 (Wed, 18 Mar 2009) | 8 lines Backport r940565 by tmcguire from trunk to the 4.2 branch: Don't run out of memory when forwarding a mail with more than one attachment. The mimelib behavior here is very irritating... ------------------------------------------------------------------------ r940817 | tmcguire | 2009-03-18 10:53:52 +0000 (Wed, 18 Mar 2009) | 19 lines Backport r940792 by tmcguire from trunk to the 4.2 branch: Merged revisions 938085 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r938085 | tmcguire | 2009-03-11 10:27:53 +0100 (Wed, 11 Mar 2009) | 9 lines Merged revisions 935548 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r935548 | mutz | 2009-03-05 16:02:46 +0100 (Thu, 05 Mar 2009) | 1 line Don't allow selection of S/MIME certificates when we only want OpenPGP ones (and vice versa). ........ ................ ------------------------------------------------------------------------ r940818 | tmcguire | 2009-03-18 10:54:44 +0000 (Wed, 18 Mar 2009) | 19 lines Backport r940794 by tmcguire from trunk to the 4.2 branch: Merged revisions 938089 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r938089 | tmcguire | 2009-03-11 10:40:12 +0100 (Wed, 11 Mar 2009) | 9 lines Merged revisions 935972 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r935972 | mutz | 2009-03-06 16:48:53 +0100 (Fri, 06 Mar 2009) | 1 line Fix kolab/issue2685 (Signature not recognised with combined OpenPGP encrypted/signed email) regression. ........ ................ ------------------------------------------------------------------------ r940819 | tmcguire | 2009-03-18 10:56:43 +0000 (Wed, 18 Mar 2009) | 19 lines Backport r940795 by tmcguire from trunk to the 4.2 branch: Merged revisions 938090 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r938090 | tmcguire | 2009-03-11 10:44:12 +0100 (Wed, 11 Mar 2009) | 9 lines Merged revisions 935981 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r935981 | mutz | 2009-03-06 17:20:06 +0100 (Fri, 06 Mar 2009) | 1 line Consider marginally trusted keys as trusted, too. ........ ................ ------------------------------------------------------------------------ r940875 | mlaurent | 2009-03-18 13:05:18 +0000 (Wed, 18 Mar 2009) | 4 lines Backport: svn #940872 Apply directly font/font point size directly to current cursor and not just when we select text. ------------------------------------------------------------------------ r941078 | lueck | 2009-03-18 20:37:40 +0000 (Wed, 18 Mar 2009) | 3 lines backport of kpilot's documentation from trunk CCMAIL:vr@movingparts.net CCMAIL:kde-i18n-doc@kde.org ------------------------------------------------------------------------ r941079 | lueck | 2009-03-18 20:38:20 +0000 (Wed, 18 Mar 2009) | 3 lines backport of kpilot's documentation from trunk CCMAIL:vr@movingparts.net CCMAIL:kde-i18n-doc@kde.org ------------------------------------------------------------------------ r941109 | djarvie | 2009-03-18 21:25:18 +0000 (Wed, 18 Mar 2009) | 2 lines Fix memory leak ------------------------------------------------------------------------ r941119 | djarvie | 2009-03-18 21:51:26 +0000 (Wed, 18 Mar 2009) | 2 lines Fix jump based on uninitialised variable ------------------------------------------------------------------------ r941153 | djarvie | 2009-03-18 23:33:04 +0000 (Wed, 18 Mar 2009) | 2 lines Fix memory leak ------------------------------------------------------------------------ r941164 | djarvie | 2009-03-19 00:02:37 +0000 (Thu, 19 Mar 2009) | 2 lines Fix invalid iterator ------------------------------------------------------------------------ r941241 | scripty | 2009-03-19 07:49:24 +0000 (Thu, 19 Mar 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r941456 | smartins | 2009-03-19 15:31:47 +0000 (Thu, 19 Mar 2009) | 7 lines Backport r940273 by smartins from trunk to the 4.2 branch: All day events lasting X days were being displayed as X-1. When creating the event it's displayed right because koeventeditor already addDays(1), the problem was when editing it again. ------------------------------------------------------------------------ r941637 | cfeck | 2009-03-20 07:36:30 +0000 (Fri, 20 Mar 2009) | 3 lines backport 941636 CCBUG: 187666 ------------------------------------------------------------------------ r941732 | mlaurent | 2009-03-20 13:37:36 +0000 (Fri, 20 Mar 2009) | 2 lines Add missing this line ------------------------------------------------------------------------ r941889 | vanrijn | 2009-03-20 16:38:53 +0000 (Fri, 20 Mar 2009) | 3 lines * Changing WARNINGKPILOT to DEBUGKPILOT for debugging our config dialog's library versions. ------------------------------------------------------------------------ r942005 | winterz | 2009-03-20 20:43:14 +0000 (Fri, 20 Mar 2009) | 6 lines backport SVN commit 942003 by winterz: fix so versioning CCMAIL: mutz@kde.org ------------------------------------------------------------------------ r942022 | tnyblom | 2009-03-20 21:08:24 +0000 (Fri, 20 Mar 2009) | 4 lines BUG: 186401 Make the InfoLabel be able to be bigger then the parent widget. ------------------------------------------------------------------------ r942101 | smartins | 2009-03-21 03:19:40 +0000 (Sat, 21 Mar 2009) | 4 lines Backport r942100 by smartins from trunk to the 4.2 branch: Pasting journals now works (cutting was already possible). ------------------------------------------------------------------------ r942598 | scripty | 2009-03-22 07:43:54 +0000 (Sun, 22 Mar 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r942939 | aacid | 2009-03-22 22:26:30 +0000 (Sun, 22 Mar 2009) | 4 lines Backport r942937 | aacid | 2009-03-22 23:24:38 +0100 (Sun, 22 Mar 2009) | 2 lines Add KDE::DoNotExtract to captions of labels that are just there to hold an icon ------------------------------------------------------------------------ r943242 | smartins | 2009-03-23 14:40:44 +0000 (Mon, 23 Mar 2009) | 6 lines Backport r943136 by smartins from trunk to the 4.2 branch: This fixes: - inconsistent views while going forward then back again. - "Go to today" sometimes shows last month, or next month. ------------------------------------------------------------------------ r943337 | tnyblom | 2009-03-23 17:31:08 +0000 (Mon, 23 Mar 2009) | 1 line Backport r942819 (tmcguire) Use a popup instead, so it doesn't appear in the taskbar ------------------------------------------------------------------------ r943341 | mlaurent | 2009-03-23 17:34:09 +0000 (Mon, 23 Mar 2009) | 2 lines Backport: necessary to add space ------------------------------------------------------------------------ r943344 | mlaurent | 2009-03-23 17:38:46 +0000 (Mon, 23 Mar 2009) | 3 lines Backport: set minimum value to 1 ------------------------------------------------------------------------ r943345 | mlaurent | 2009-03-23 17:40:20 +0000 (Mon, 23 Mar 2009) | 3 lines Backport: set minimum value ------------------------------------------------------------------------ r943680 | scripty | 2009-03-24 08:20:48 +0000 (Tue, 24 Mar 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r943753 | mlaurent | 2009-03-24 13:11:04 +0000 (Tue, 24 Mar 2009) | 3 lines Backport: comment it until it will implement ------------------------------------------------------------------------ r943767 | mlaurent | 2009-03-24 14:09:36 +0000 (Tue, 24 Mar 2009) | 3 lines Backport: Fix enable/disable send mail when we have an email ------------------------------------------------------------------------ r943818 | winterz | 2009-03-24 14:58:27 +0000 (Tue, 24 Mar 2009) | 2 lines update version number for 4.2.2. ------------------------------------------------------------------------ r943820 | winterz | 2009-03-24 14:59:37 +0000 (Tue, 24 Mar 2009) | 2 lines update version number for 4.2.2 ------------------------------------------------------------------------ r943822 | winterz | 2009-03-24 15:00:17 +0000 (Tue, 24 Mar 2009) | 2 lines update version number of 4.2.2. ------------------------------------------------------------------------ r943916 | mlaurent | 2009-03-24 16:43:21 +0000 (Tue, 24 Mar 2009) | 6 lines Backport: Open file before to load it. Now we can load ui file. (const'ify too) ------------------------------------------------------------------------ r943937 | mlaurent | 2009-03-24 16:47:39 +0000 (Tue, 24 Mar 2009) | 3 lines Backport: fix load ui file ------------------------------------------------------------------------ r943973 | osterfeld | 2009-03-24 18:49:45 +0000 (Tue, 24 Mar 2009) | 2 lines bump version ------------------------------------------------------------------------ r944040 | tmcguire | 2009-03-24 21:52:28 +0000 (Tue, 24 Mar 2009) | 1 line Update version number for KMail. ------------------------------------------------------------------------ r944041 | tmcguire | 2009-03-24 21:56:30 +0000 (Tue, 24 Mar 2009) | 4 lines Backport r941878 by jtamate from trunk to the 4.2 branch: CCBUG: 186803 ------------------------------------------------------------------------ r944215 | osterfeld | 2009-03-25 10:25:11 +0000 (Wed, 25 Mar 2009) | 9 lines backport: r944013 osterfeld make Open in Tab/External Browser work with multiple articles selected Patch by Haakon Nilsen CCBUG:187856 ------------------------------------------------------------------------ r944216 | osterfeld | 2009-03-25 10:27:33 +0000 (Wed, 25 Mar 2009) | 9 lines backport: r944014 | osterfeld | 2009-03-24 20:59:20 +0000 (Tue, 24 Mar 2009) | 4 lines disable article actions if no article is selected Based on a patch by Haakon Nilsen CCBUG:163605 ------------------------------------------------------------------------ r944218 | osterfeld | 2009-03-25 10:28:48 +0000 (Wed, 25 Mar 2009) | 12 lines backport: r944015 | osterfeld | 2009-03-24 20:59:43 +0000 (Tue, 24 Mar 2009) | 8 lines Fix buttons in online reader config Patch by Haakon Nilsen: "The attached patch fixes the Ok button and refreshes the list of readers when it is pressed. It also fixes the Remove button, which had a similar refresh issue." CCBUG:167207 ------------------------------------------------------------------------ r944228 | osterfeld | 2009-03-25 10:41:41 +0000 (Wed, 25 Mar 2009) | 14 lines backport: CCBUG: 171615 r944038 | osterfeld | 2009-03-24 21:45:04 +0000 (Tue, 24 Mar 2009) | 2 lines actually use frame var ------------------------------------------------------------------------ r944029 | osterfeld | 2009-03-24 21:32:52 +0000 (Tue, 24 Mar 2009) | 4 lines Fix tab-related shortcuts, including Alt+W Issue spotted by Haakon Nilsen ------------------------------------------------------------------------ r944361 | mlaurent | 2009-03-25 14:12:55 +0000 (Wed, 25 Mar 2009) | 2 lines Backport: fix crash when item is null ------------------------------------------------------------------------ r944387 | mlaurent | 2009-03-25 14:38:14 +0000 (Wed, 25 Mar 2009) | 3 lines Backport: use close here ------------------------------------------------------------------------ r944394 | mlaurent | 2009-03-25 14:41:42 +0000 (Wed, 25 Mar 2009) | 4 lines Backport: Don't force size otherwise when text is translated (on button) we can see all text. ------------------------------------------------------------------------ r944441 | vanrijn | 2009-03-25 15:09:05 +0000 (Wed, 25 Mar 2009) | 1 line bumping version for KDE 4.2.2 release ------------------------------------------------------------------------ r944584 | smartins | 2009-03-25 19:16:30 +0000 (Wed, 25 Mar 2009) | 4 lines Backport r942097 by smartins from trunk to the 4.2 branch: Don't show tree decorations/controls when in flat-view. ------------------------------------------------------------------------ r944596 | smartins | 2009-03-25 19:53:41 +0000 (Wed, 25 Mar 2009) | 9 lines Backport r942240 and r944067 by smartins from trunk to the 4.2 branch: Renamed mDateNavigator to mDateNavigatorContainer because it's type is DateNavigatorContainer. Renamed mNavigator to mDateNavigator because it's type is DateNavigator. This was creating confusion. (There was no need for two commits in trunk, so I joined them here). ------------------------------------------------------------------------ r944601 | smartins | 2009-03-25 20:11:36 +0000 (Wed, 25 Mar 2009) | 7 lines Backport r943004 by smartins from trunk to the 4.2 branch: ResourceView::updateView() was emitting a resourceChanged() signal for each resource it loaded, that was triggering many view and navigator updates making the config dialog take an extra 0.6 seconds do close (approx 0.1s per resource). The emit is now outside the loop. ------------------------------------------------------------------------ r944622 | winterz | 2009-03-25 20:44:29 +0000 (Wed, 25 Mar 2009) | 16 lines backport SVN commit 939934 by dfaure: Fix printing to be useful for printing my wife's addressbook. * Remove one level of headlines for addresses, to avoid: Address: Work Address: (-> removed "Address:" and indented everything one step to the left) * Make it possible to disable headlines ("Telephones:", "Work Address:") altogether (not useful IMHO). Left it on by default though, TODO: checkbox and fix indentation when off. * Use formattedAddress() instead of composing the address line by line which broke internationalization CCMAIL: dfaure@kde.org ------------------------------------------------------------------------ r944624 | winterz | 2009-03-25 20:46:41 +0000 (Wed, 25 Mar 2009) | 11 lines backport SVN commit 942112 by smartins: In insertTodo(), the code that prevented infinit recursion had an infinit loop. This happened when the to-do being inserted wasn't in a loop but it's parents were, for example: t1 is son of t2 which is son of t3 which is son of t2. Also added the loop check to moveIfParentChanged() which also contained an infinit loop when there's such a to-do hierarchy. ------------------------------------------------------------------------ r944810 | scripty | 2009-03-26 08:13:54 +0000 (Thu, 26 Mar 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r944852 | mlaurent | 2009-03-26 10:31:41 +0000 (Thu, 26 Mar 2009) | 3 lines backport: not necessary to sync twice ------------------------------------------------------------------------ r944859 | mlaurent | 2009-03-26 10:49:46 +0000 (Thu, 26 Mar 2009) | 3 lines Backport: don't show this option in os != X11 ------------------------------------------------------------------------