------------------------------------------------------------------------ r914561 | cgiboudeaux | 2009-01-21 13:04:29 +0000 (Wed, 21 Jan 2009) | 4 lines Backport commit 914553 : Center the application summary on the introduction page ------------------------------------------------------------------------ r914650 | scripty | 2009-01-21 13:42:21 +0000 (Wed, 21 Jan 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r914684 | vanrijn | 2009-01-21 14:58:15 +0000 (Wed, 21 Jan 2009) | 2 lines This is bizarre. check == true; parentCheck == true; (check && parentCheck) == false???? changing "check" to "myCheck" in hopes of fixing this. ------------------------------------------------------------------------ r914705 | vanrijn | 2009-01-21 15:44:25 +0000 (Wed, 21 Jan 2009) | 6 lines For some inexplicable reason, myCheck == true, and parentCheck == true, but (myCheck && parentCheck) == false earlier. We know that at this point we should have 2 things that are true, so use an int to get around this weirdness for the time being. At this point, something like this is preferable to data loss, which we do hit if isValid() returns false when it should be true. ------------------------------------------------------------------------ r914762 | vanrijn | 2009-01-21 18:14:21 +0000 (Wed, 21 Jan 2009) | 4 lines Instead of inferring when the record is a dummy record (a temp record, intended only for deletion), set it explicitly. CCBUG:181493 ------------------------------------------------------------------------ r914763 | vanrijn | 2009-01-21 18:16:42 +0000 (Wed, 21 Jan 2009) | 3 lines See if myCheck changes after parent check. CCBUG: 181493 ------------------------------------------------------------------------ r914800 | djarvie | 2009-01-21 19:47:19 +0000 (Wed, 21 Jan 2009) | 2 lines Ensure iCalendar drag-and-drop is recognised ------------------------------------------------------------------------ r914803 | djarvie | 2009-01-21 19:51:58 +0000 (Wed, 21 Jan 2009) | 2 lines Disable inapplicable alarm types in alarm edit dialogue Load Template list ------------------------------------------------------------------------ r915179 | winterz | 2009-01-22 14:33:51 +0000 (Thu, 22 Jan 2009) | 5 lines backport SVN commit 915177 by winterz: when scheduling forward, make sure there is an organizer for the event. ------------------------------------------------------------------------ r915433 | smartins | 2009-01-23 01:14:52 +0000 (Fri, 23 Jan 2009) | 2 lines Only use the filter's name in the title when one is being used. ------------------------------------------------------------------------ r915740 | osterfeld | 2009-01-23 17:20:11 +0000 (Fri, 23 Jan 2009) | 15 lines backport, Christophe confirms it's fixed now. Please all test. Same fix for feed list to come. SVN commit 915739 by osterfeld: Try to fix the headerview amnesia. QHeaderView::restoreState/saveState doesn't work properly if there is no model set Also, with the Qt 4.5 snapshot, all header settings are lost each time when setting a new model. This patch is for articleview, can be done for feed list view as well, if it solves the problem. Please everyone test (if you use SVN) BUG:152702 ------------------------------------------------------------------------ r915743 | osterfeld | 2009-01-23 17:34:11 +0000 (Fri, 23 Jan 2009) | 2 lines backport: headerview fix for feed list ------------------------------------------------------------------------ r915747 | osterfeld | 2009-01-23 17:41:08 +0000 (Fri, 23 Jan 2009) | 4 lines backport: also write out state the user made after the last feed switch CCBUG:152702 ------------------------------------------------------------------------ r915749 | osterfeld | 2009-01-23 17:48:28 +0000 (Fri, 23 Jan 2009) | 4 lines backport: init fonts before doing anything else, especially before setting up the view fixes the article pane fonts when no akregatorrc yet exists ------------------------------------------------------------------------ r915793 | djarvie | 2009-01-23 19:36:25 +0000 (Fri, 23 Jan 2009) | 1 line Remove duplicate code ------------------------------------------------------------------------ r915817 | smartins | 2009-01-23 21:12:42 +0000 (Fri, 23 Jan 2009) | 3 lines Now, when selecting an area we don't need to click somewhere else first to clear an existing selection, it gets cleared automatically. ------------------------------------------------------------------------ r915831 | vanrijn | 2009-01-23 22:29:14 +0000 (Fri, 23 Jan 2009) | 3 lines Fixes stupid data corruption bug. BUG:181493 ------------------------------------------------------------------------ r915837 | vanrijn | 2009-01-23 22:50:58 +0000 (Fri, 23 Jan 2009) | 4 lines Make sure fDummy is correct in case we're later passed in a valid item (conflict resolution). CCBUG:181493 ------------------------------------------------------------------------ r915907 | vanrijn | 2009-01-24 05:19:21 +0000 (Sat, 24 Jan 2009) | 7 lines Fix for another data problem (Thank you Doug!!!). This one was slightly less irksome in that we refused to let you delete things, no matter how hard you try, rather than deleting things you wouldn't have wanted us to, but still, data is data. BUG:181711 ------------------------------------------------------------------------ r916068 | scripty | 2009-01-24 13:14:32 +0000 (Sat, 24 Jan 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r916122 | bbroeksema | 2009-01-24 17:09:37 +0000 (Sat, 24 Jan 2009) | 2 lines Fix copyright. ------------------------------------------------------------------------ r916124 | osterfeld | 2009-01-24 17:13:31 +0000 (Sat, 24 Jan 2009) | 2 lines backport: fix reading of feed list header view state ------------------------------------------------------------------------ r916308 | smartins | 2009-01-25 01:44:09 +0000 (Sun, 25 Jan 2009) | 3 lines Get rid of filter_label, filter_select already provides this text. Also fixes a KXMLGUIFactory warning. ------------------------------------------------------------------------ r916347 | smartins | 2009-01-25 06:33:46 +0000 (Sun, 25 Jan 2009) | 2 lines A KDateTime needs a timeSpec in order to isValid() to return true. Even if its a date only KDateTime. ------------------------------------------------------------------------ r916512 | scripty | 2009-01-25 12:52:51 +0000 (Sun, 25 Jan 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r916586 | smartins | 2009-01-25 15:45:39 +0000 (Sun, 25 Jan 2009) | 2 lines When filling the background, start at (0,0) so the whole area is filled. ------------------------------------------------------------------------ r916608 | chehrlic | 2009-01-25 16:26:12 +0000 (Sun, 25 Jan 2009) | 1 line remove find_package(kdewin) ------------------------------------------------------------------------ r916646 | osterfeld | 2009-01-25 18:02:24 +0000 (Sun, 25 Jan 2009) | 16 lines backport: SVN commit 916644 by osterfeld: fix Complete Story link if the link contains an anchor. We must tell KHTMLPart that it shows the linked item to make relative links work, but that in turn breaks in the presence of an anchor (as KHTMLPart tries to simply jump to the anchor instead of opening the website). Workaround: adding a bogus query item makes the two URLs different for the anchor check but keeps the relative link resolution working. CCBUG:177754 CCBUG:180789 ------------------------------------------------------------------------ r916686 | djarvie | 2009-01-25 19:18:52 +0000 (Sun, 25 Jan 2009) | 2 lines Prevent multiple identical error messages being displayed for the same alarm. ------------------------------------------------------------------------ r916909 | scripty | 2009-01-26 13:04:39 +0000 (Mon, 26 Jan 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r916925 | winterz | 2009-01-26 13:46:18 +0000 (Mon, 26 Jan 2009) | 4 lines backport SVN commit 915916 by rgoodheart: Implemented print option in todo list ------------------------------------------------------------------------ r916926 | winterz | 2009-01-26 13:48:04 +0000 (Mon, 26 Jan 2009) | 4 lines backport SVN commit 916231 by winterz: give the navigator the QPalette::Base background color. ------------------------------------------------------------------------ r917263 | mlaurent | 2009-01-27 12:43:28 +0000 (Tue, 27 Jan 2009) | 2 lines Backport: fix shortcut warning ------------------------------------------------------------------------ r917477 | smartins | 2009-01-27 21:59:31 +0000 (Tue, 27 Jan 2009) | 4 lines Fix a typo: If KODayMatrix wants to be a CalendarObserver he must implement calendarIncidenceDeleted() not calendarIncidenceRemoved(). ------------------------------------------------------------------------ r918208 | tmcguire | 2009-01-29 16:41:35 +0000 (Thu, 29 Jan 2009) | 7 lines Backport r914151 by tmcguire from trunk to the 4.2 branch: Don't ask for the wallet on exit if the password is not dirty. CCBUG: 163413 ------------------------------------------------------------------------ r918210 | tmcguire | 2009-01-29 16:45:01 +0000 (Thu, 29 Jan 2009) | 7 lines Backport r915697 by tmcguire from trunk to the 4.2 branch: Make mailto links which include body and subject work correctly again. CCBUG: 108974 CCBUG: 117293 ------------------------------------------------------------------------ r918212 | tmcguire | 2009-01-29 16:46:47 +0000 (Thu, 29 Jan 2009) | 6 lines Backport r915735 by tmcguire from trunk to the 4.2 branch: Make sure to quote % itself. CCBUG: 173503 ------------------------------------------------------------------------ r918213 | tmcguire | 2009-01-29 16:50:23 +0000 (Thu, 29 Jan 2009) | 4 lines Backport r917880 by tmcguire from trunk to the 4.2 branch: Fix icon. ------------------------------------------------------------------------ r918214 | tmcguire | 2009-01-29 16:51:57 +0000 (Thu, 29 Jan 2009) | 7 lines Backport r915409 by tmcguire from trunk to the 4.2 branch: Use LdapSearch::config() instead of hardcoding the config name. This fixes the LDAP order not being remembered because there were two KConfig objects overwriting each other's changes. ------------------------------------------------------------------------ r918286 | djarvie | 2009-01-29 18:54:41 +0000 (Thu, 29 Jan 2009) | 4 lines Convert konsole command line in kalarmrc to KDE4 format. Fixes bug 175623. ------------------------------------------------------------------------ r918728 | krake | 2009-01-30 15:57:43 +0000 (Fri, 30 Jan 2009) | 9 lines Backport of r918726 - Pass the loca path of the downloaded file instead of its file: URL since - synchronize after loading not after initiating loading BUG: 182162 ------------------------------------------------------------------------ r919076 | winterz | 2009-01-31 13:24:48 +0000 (Sat, 31 Jan 2009) | 2 lines fix the version ------------------------------------------------------------------------ r919112 | cgiboudeaux | 2009-01-31 14:34:47 +0000 (Sat, 31 Jan 2009) | 1 line Backport rev. 919110: install the holiday_sk file ------------------------------------------------------------------------ r919165 | aacid | 2009-01-31 15:14:22 +0000 (Sat, 31 Jan 2009) | 3 lines cliet -> client compat -> compatibility ------------------------------------------------------------------------ r919171 | aacid | 2009-01-31 15:17:06 +0000 (Sat, 31 Jan 2009) | 2 lines didn't want to do that in 4.2, not critical enough to justify 2 fuzzies imo ------------------------------------------------------------------------ r919482 | vanrijn | 2009-02-01 05:37:31 +0000 (Sun, 01 Feb 2009) | 6 lines Adding sync case 6.5.18 (D, X), being a deleted Palm record, with no mapping for it on the PC. This can happen when a record has been added, then deleted from the Palm in between hotsyncs. Thanks Doug! CCBUG:182211 ------------------------------------------------------------------------ r919507 | scripty | 2009-02-01 08:43:59 +0000 (Sun, 01 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r919687 | dharms | 2009-02-01 14:45:22 +0000 (Sun, 01 Feb 2009) | 6 lines Modified how the backup threads are deleted after running. The previous way caused periodic crashes. BUG:180760 ------------------------------------------------------------------------ r919703 | dharms | 2009-02-01 14:59:56 +0000 (Sun, 01 Feb 2009) | 5 lines Implements priorities in todo entries when syncing. BUG:181879 ------------------------------------------------------------------------ r919713 | dharms | 2009-02-01 15:19:02 +0000 (Sun, 01 Feb 2009) | 5 lines Fixes a problem where a record inserted on the handheld then deleted before a sync caused problems. BUG:182211 ------------------------------------------------------------------------ r919735 | dharms | 2009-02-01 15:39:11 +0000 (Sun, 01 Feb 2009) | 4 lines Fixes a problem where invalid xml files were created when records were removed. BUG:182218 ------------------------------------------------------------------------ r919790 | dharms | 2009-02-01 16:25:47 +0000 (Sun, 01 Feb 2009) | 5 lines Fixes some issues related to how todo items are displayed to the user and in debug logs. CCBUG:182305 ------------------------------------------------------------------------ r919956 | xvello | 2009-02-01 22:21:04 +0000 (Sun, 01 Feb 2009) | 4 lines fixing dk holidays patch from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513862 ------------------------------------------------------------------------ r920773 | smartins | 2009-02-03 19:16:47 +0000 (Tue, 03 Feb 2009) | 2 lines Don't allow an event drag behond the rightmost limit. ------------------------------------------------------------------------ r920828 | smartins | 2009-02-03 20:59:34 +0000 (Tue, 03 Feb 2009) | 2 lines Backport: Add support for resizing all day multi-day events that don't have a visible start. ------------------------------------------------------------------------ r921307 | smartins | 2009-02-04 18:44:05 +0000 (Wed, 04 Feb 2009) | 3 lines Fix typo in addConflictItem() (missing !). When removing an item, decrement the number of sub cells in order to placeSubCells reuse the space. ------------------------------------------------------------------------ r921387 | djarvie | 2009-02-04 23:09:51 +0000 (Wed, 04 Feb 2009) | 2 lines Prevent possibility of crash if create() is called twice ------------------------------------------------------------------------ r921393 | djarvie | 2009-02-04 23:27:41 +0000 (Wed, 04 Feb 2009) | 2 lines Update comments for SVN commit r921387. ------------------------------------------------------------------------ r921405 | dharms | 2009-02-05 00:03:03 +0000 (Thu, 05 Feb 2009) | 5 lines Fixes bug where a record deleted on one device (hh or pc) and modified on the other device was not handled properly when synced. BUG:182752 ------------------------------------------------------------------------ r921432 | smartins | 2009-02-05 02:43:59 +0000 (Thu, 05 Feb 2009) | 6 lines Backport. Fix a regression I introduced with the performance optimizations in commit 899875. If iterating a multiday event which doesn't have a visible start date, start with the first day of the matrix not it's dtStart(). ------------------------------------------------------------------------ r921565 | scripty | 2009-02-05 08:39:57 +0000 (Thu, 05 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r921654 | pino | 2009-02-05 12:49:53 +0000 (Thu, 05 Feb 2009) | 2 lines try to extract manually .ui, .rc and .kcfg files ------------------------------------------------------------------------ r922558 | scripty | 2009-02-07 08:49:52 +0000 (Sat, 07 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r922669 | djarvie | 2009-02-07 13:49:40 +0000 (Sat, 07 Feb 2009) | 1 line Update copyright ------------------------------------------------------------------------ r922837 | djarvie | 2009-02-07 16:51:54 +0000 (Sat, 07 Feb 2009) | 2 lines Fix possible crash on alarm refresh, or removal or disabling of a resource ------------------------------------------------------------------------ r923027 | krake | 2009-02-08 02:02:14 +0000 (Sun, 08 Feb 2009) | 5 lines Backport of r923022 Emit the resourceLoaded() signal when loading succeeded as required by API contract. Not sure if error is handled somewhere internally, otherwise the loadError() method should be called as well ------------------------------------------------------------------------ r923208 | krake | 2009-02-08 13:40:39 +0000 (Sun, 08 Feb 2009) | 21 lines Using nested event loops to achieve synchronous call behavior while doing Akonadi jobs has created way to many issues due to unexpected re-entrancy. This is basically backport of a series of changes in trunk which replace this form of blocking with real blocking of the caller and delegating the Akonadi job execution to a worker thread. This should fix all the bugs this is sent to. If they remain with 4.2.1 once it is released, please re-open. DarĂ­o, in case I missed some of the eventloop related bugs, please feel free to close them as well. BUG: 177294 BUG: 158129 BUG: 182475 BUG: 178869 BUG: 179577 BUG: 179838 BUG: 180384 BUG: 181153 BUG: 181966 BUG: 182833 BUG: 182956 BUG: 183187 ------------------------------------------------------------------------ r923398 | krake | 2009-02-08 18:01:58 +0000 (Sun, 08 Feb 2009) | 5 lines Backport of r923395 Use displayName of a collection's EntityDisplayAttribute if available and only use Collection::name() as fallback. Results in the same name as displayed in CollectionViews, i.e. same logic as implemented in CollectionModel ------------------------------------------------------------------------ r923476 | winterz | 2009-02-08 20:48:25 +0000 (Sun, 08 Feb 2009) | 5 lines backport SVN commit 917150 by smartins: Performance improvement in agendaview and support for multi-day recurring events in korganizer. Use timesInInterval() in KOAgendaView::fillAgenda() ------------------------------------------------------------------------ r923484 | winterz | 2009-02-08 20:49:51 +0000 (Sun, 08 Feb 2009) | 5 lines backport SVN commit 923471 by winterz: fix a crash in insertIncidence() where the curCol can get too large. ------------------------------------------------------------------------ r923487 | winterz | 2009-02-08 20:52:01 +0000 (Sun, 08 Feb 2009) | 4 lines backport SVN commit 919582 by winterz: wordwrap the descriptions in all our summary plugins. ------------------------------------------------------------------------ r923488 | winterz | 2009-02-08 20:52:57 +0000 (Sun, 08 Feb 2009) | 7 lines backport SVN commit 919606 by winterz: deprecated-- using toolTipStr() instead of toolTipString() with a timeSpec should also fix bugs where to-dos specified in UTC don't print the proper date/times. ------------------------------------------------------------------------ r923489 | winterz | 2009-02-08 20:53:50 +0000 (Sun, 08 Feb 2009) | 5 lines backport SVN commit 919821 by winterz: Fix tooltips whoopsie! ------------------------------------------------------------------------ r923491 | winterz | 2009-02-08 20:54:43 +0000 (Sun, 08 Feb 2009) | 4 lines backport SVN commit 919826 by winterz: fix tooltips for to-dos ------------------------------------------------------------------------ r923492 | winterz | 2009-02-08 20:56:00 +0000 (Sun, 08 Feb 2009) | 10 lines backport SVN commit 921314 by winterz: provide a 20 pixel wide margin on either side of the summary page. this has 2 benefits: 1) if you dnd all the summaries from to 1 column, you will still be left with a column on the other side that is wide enough to see as a dnd target if decide to dnd a summary back 2) it looks a little nicer ------------------------------------------------------------------------ r923494 | winterz | 2009-02-08 20:59:27 +0000 (Sun, 08 Feb 2009) | 5 lines backport SVN commit 921938 by winterz: use the timeSpec. fix printing UTC incidences in the Planner. ------------------------------------------------------------------------ r923497 | winterz | 2009-02-08 21:01:19 +0000 (Sun, 08 Feb 2009) | 5 lines backport SVN commit 923277 by winterz: finally. left and right summary columns are now the exact same width. ------------------------------------------------------------------------ r923498 | winterz | 2009-02-08 21:03:16 +0000 (Sun, 08 Feb 2009) | 5 lines backport SVN commit 922410 by winterz: Use radio buttons instead of a combobox for the agendaview options of color choices and of display type. much nicer and so easy. ------------------------------------------------------------------------ r923499 | winterz | 2009-02-08 21:04:32 +0000 (Sun, 08 Feb 2009) | 4 lines backport SVN commit 916576 by otrichet: Honor font settings in the editor ------------------------------------------------------------------------ r923502 | winterz | 2009-02-08 21:08:57 +0000 (Sun, 08 Feb 2009) | 4 lines backport SVN commit 923394 by finex: Fixed layout. Make "web" and "blog" addresses clickable. ------------------------------------------------------------------------ r923785 | djarvie | 2009-02-09 12:56:31 +0000 (Mon, 09 Feb 2009) | 1 line Krazy ------------------------------------------------------------------------ r923939 | krake | 2009-02-09 19:11:45 +0000 (Mon, 09 Feb 2009) | 8 lines Backport of r923936 Synchronize the agent name with the kres resource name which is also used to name the top level collection. Also set EntityDisplayAttribute on retrieveCollections() and check it on collectionChanged(). Set appropriate icons on these attributes. BUG: 177428 ------------------------------------------------------------------------ r924024 | smartins | 2009-02-09 22:03:42 +0000 (Mon, 09 Feb 2009) | 6 lines requestClose() must be called before save() because save() causes resourceClosed() to be called. Currently, the first time a resource is closed it doesn't really get closed but it stays marked to be closed (because of requestClose()), then, when a normal save comes, like when you add an incidence, closeResource() will close the resource because there's a pending close request, all incidences are freed and you get a KOAgendaItem::paintEvent() crash. ------------------------------------------------------------------------ r924058 | dharms | 2009-02-09 23:46:40 +0000 (Mon, 09 Feb 2009) | 11 lines Fixes a problem in kpilot where events that recur on a specific weekday each month (e.g., 3rd Thursday) were not synced properly. This also fixes a problem where recurring events specified as a weekday from the end of the month (e.g., 2nd to the last Wednesday) are handled in a reasonable (though not entirely correct) fashion. (The palm cannot handle events specified like this, so this patch attempts to convert the "from end of month" recurring event to a "from the beginning of month" event.) BUG:60691 ------------------------------------------------------------------------ r924156 | mlaurent | 2009-02-10 10:02:43 +0000 (Tue, 10 Feb 2009) | 2 lines Backport: it's a slot ------------------------------------------------------------------------ r924604 | scripty | 2009-02-11 08:23:54 +0000 (Wed, 11 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r924888 | krake | 2009-02-11 21:21:54 +0000 (Wed, 11 Feb 2009) | 7 lines Backport of r924887 Emit resourceChanged() when we delete currently held incidences as required by API contract BUG: 183807 ------------------------------------------------------------------------ r925027 | scripty | 2009-02-12 07:44:19 +0000 (Thu, 12 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r925221 | smartins | 2009-02-12 19:33:19 +0000 (Thu, 12 Feb 2009) | 4 lines We can't have two slots connected to calendarChanged signal. We must guarantee KOAgendaView::resourcesChanged() is always called before CalendarView::updateView() otherwise the view won't be updated and old KOAgendaItems aren't destroyed, causing a crash in the next paintEvent. ------------------------------------------------------------------------ r925403 | tmcguire | 2009-02-13 09:21:32 +0000 (Fri, 13 Feb 2009) | 4 lines Backport r922045 by tmcguire from trunk to the 4.2 branch: Link with gold. ------------------------------------------------------------------------ r925407 | tmcguire | 2009-02-13 09:28:40 +0000 (Fri, 13 Feb 2009) | 19 lines Backport r925387 by tmcguire from trunk to the 4.2 branch: Merged revisions 924758 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r924758 | tmcguire | 2009-02-11 15:26:15 +0100 (Wed, 11 Feb 2009) | 9 lines Merged revisions 924355 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r924355 | mlaurent | 2009-02-10 15:58:17 +0100 (Tue, 10 Feb 2009) | 2 lines Make sure that date is valid ........ ................ ------------------------------------------------------------------------ r925409 | tmcguire | 2009-02-13 09:30:19 +0000 (Fri, 13 Feb 2009) | 8 lines Backport r924433 by winterz from trunk to the 4.2 branch: port SVN commit 924411 by tmcguire: Make reminders work again: don't end up with disabled alarms. Instead, write and read the enabled-state correctly. ------------------------------------------------------------------------ r925411 | tmcguire | 2009-02-13 09:31:09 +0000 (Fri, 13 Feb 2009) | 13 lines Backport r925380 by tmcguire from trunk to the 4.2 branch: Merged revisions 921778 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r921778 | tilladam | 2009-02-05 17:50:29 +0100 (Thu, 05 Feb 2009) | 3 lines Remove the workaround for QDateTime's inability to deal with the 'Z' suffic in ISO times. KDateTime handles that correctly, which leads to duplicated 'Z' suffixes, atm. Fixes kolab issue3173. ........ ------------------------------------------------------------------------ r925412 | tmcguire | 2009-02-13 09:32:47 +0000 (Fri, 13 Feb 2009) | 24 lines Backport r925386 by tmcguire from trunk to the 4.2 branch: Merged revisions 924755 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r924755 | tmcguire | 2009-02-11 15:18:59 +0100 (Wed, 11 Feb 2009) | 14 lines Merged revisions 921824 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r921824 | tmcguire | 2009-02-05 19:59:11 +0100 (Thu, 05 Feb 2009) | 7 lines - When deleting a note from KNotes, don't tell the manager that, KNotes already does that. Only tell the manager when the delete request came from KMail. - Add crash guard (which shouldn't be needed now) This fixes a crash when deleting notes. Still many sync problems left. ........ ................ ------------------------------------------------------------------------ r925415 | tmcguire | 2009-02-13 09:35:01 +0000 (Fri, 13 Feb 2009) | 19 lines Backport r925389 by tmcguire from trunk to the 4.2 branch: Merged revisions 924766 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r924766 | tmcguire | 2009-02-11 15:40:35 +0100 (Wed, 11 Feb 2009) | 9 lines Merged revisions 924629 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r924629 | mlaurent | 2009-02-11 10:32:05 +0100 (Wed, 11 Feb 2009) | 2 lines Fix mem leak ........ ................ ------------------------------------------------------------------------ r925418 | tmcguire | 2009-02-13 09:38:01 +0000 (Fri, 13 Feb 2009) | 9 lines Backport r922051 by tmcguire from trunk to the 4.2 branch: Fix display of S/MIME signatures that don't specify the protocol in the multipart/signed header. This happened to me with a mail from my university, they seem to use some crappy Exchange implementation. ------------------------------------------------------------------------ r925419 | tmcguire | 2009-02-13 09:39:09 +0000 (Fri, 13 Feb 2009) | 4 lines Backport r922317 by tmcguire from trunk to the 4.2 branch: Fix the certificate URL, now it is correct again. However, showing it fails with 'kleopatra: Unknown option 'query'. ------------------------------------------------------------------------ r925421 | tmcguire | 2009-02-13 09:40:39 +0000 (Fri, 13 Feb 2009) | 4 lines Backport r922960 by tmcguire from trunk to the 4.2 branch: Also hide the msg.asc attachment for encrypted mail. ------------------------------------------------------------------------ r925422 | tmcguire | 2009-02-13 09:41:51 +0000 (Fri, 13 Feb 2009) | 6 lines Backport r922966 by tmcguire from trunk to the 4.2 branch: Use better icon for the "ignore thread" action. CCBUG: 183569 ------------------------------------------------------------------------ r925423 | tmcguire | 2009-02-13 09:42:47 +0000 (Fri, 13 Feb 2009) | 4 lines Backport r924638 by tmcguire from trunk to the 4.2 branch: Don't add POP3 and local accounts to the sieve list. ------------------------------------------------------------------------ r925424 | tmcguire | 2009-02-13 09:44:18 +0000 (Fri, 13 Feb 2009) | 20 lines Backport r925385 by tmcguire from trunk to the 4.2 branch: Merged revisions 924727 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r924727 | tmcguire | 2009-02-11 14:49:39 +0100 (Wed, 11 Feb 2009) | 10 lines Merged revisions 921080 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r921080 | tmcguire | 2009-02-04 15:02:17 +0100 (Wed, 04 Feb 2009) | 3 lines Give a correct widget as the parent of the messagebox in EditorWatcher. Might help with kolab/issue3374. ........ ................ ------------------------------------------------------------------------ r925425 | tmcguire | 2009-02-13 09:45:24 +0000 (Fri, 13 Feb 2009) | 4 lines Backport r922266 by tmcguire from trunk to the 4.2 branch: Fix icons. ------------------------------------------------------------------------ r925465 | krake | 2009-02-13 11:22:36 +0000 (Fri, 13 Feb 2009) | 5 lines Backport of Revision 925461 and Revision 925462 (type correct incidence assignment through helper class). However, the additional helper class in this branch has been added to the not yet public type specific Akonadi library kdepim/akonadi/kcal to avoid introducing new public API into a frozen branch. ------------------------------------------------------------------------ r925471 | mlaurent | 2009-02-13 11:30:58 +0000 (Fri, 13 Feb 2009) | 2 lines Backport: fix default button ------------------------------------------------------------------------ r925536 | mlaurent | 2009-02-13 13:51:56 +0000 (Fri, 13 Feb 2009) | 3 lines Backport Insert libkldap catalog to translate dialogbox when we "add host" ------------------------------------------------------------------------ r925539 | mlaurent | 2009-02-13 14:00:09 +0000 (Fri, 13 Feb 2009) | 2 lines Fix icons ------------------------------------------------------------------------ r925612 | mlaurent | 2009-02-13 16:43:52 +0000 (Fri, 13 Feb 2009) | 2 lines Backport: @info return a richtext for separator ------------------------------------------------------------------------ r925739 | smartins | 2009-02-14 01:45:23 +0000 (Sat, 14 Feb 2009) | 4 lines Emit calendarLoaded() in CalendarResources:load() as specified in KCal:Calendar's API docs. Fixes kontact needing a refresh to show the incidences at startup. ------------------------------------------------------------------------ r925749 | smartins | 2009-02-14 02:32:15 +0000 (Sat, 14 Feb 2009) | 9 lines Resources were being loaded 3 times (apptsummary, todosummary and in korganizer's kpart). Now apptsummary and todosummary, instead of loading the resources, they just create korganizer's kpart (in case it doesn't exist yet), which loads the resources only once. This also eliminates the "graphical bug" when switching to Summary, in which the agenda items disappeared right before the switch (because the second resource load closed the calendar). ------------------------------------------------------------------------ r925752 | smartins | 2009-02-14 02:55:40 +0000 (Sat, 14 Feb 2009) | 6 lines Removed duplicated code in KOAgendaView::changeIncidenceDisplayAdded(), make it share all the multi-day/recurrence logic with fillAgenda() which already has many bug fixes. Review link: http://reviewboard.kde.org/r/38/ ------------------------------------------------------------------------ r926149 | tstaerk | 2009-02-14 18:22:02 +0000 (Sat, 14 Feb 2009) | 3 lines Only focus searchbar if it is visible. This is a backport of 926100. CCBUGS:182872 ------------------------------------------------------------------------ r926346 | scripty | 2009-02-15 07:25:50 +0000 (Sun, 15 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r926583 | winterz | 2009-02-15 18:55:53 +0000 (Sun, 15 Feb 2009) | 4 lines backport SVN commit 924083 by winterz: put the remaining agenda view settings in a QGroupBox "Display Options" ------------------------------------------------------------------------ r926670 | krake | 2009-02-15 22:56:12 +0000 (Sun, 15 Feb 2009) | 6 lines Backport of Revison 926667 Unify handling of the two save variants to always use the tracked changes to decide which Akonadi operation to use. Allows to properly handle deletion in doSave(bool, Incidence*), further allowing the removal of the timer based "delayed save on delete" hack. ------------------------------------------------------------------------ r926697 | winterz | 2009-02-16 00:00:45 +0000 (Mon, 16 Feb 2009) | 5 lines backport SVN commit 924518 by winterz: explictly put the summary's "nothing to print" message in row 0. else the message will go into row 5 since we are setting the row stretch to 6. ------------------------------------------------------------------------ r926698 | smartins | 2009-02-16 00:02:00 +0000 (Mon, 16 Feb 2009) | 2 lines Fix an issue with journal drawing in monthview. The items where open ended. ------------------------------------------------------------------------ r926699 | winterz | 2009-02-16 00:02:19 +0000 (Mon, 16 Feb 2009) | 5 lines backport SVN commit 925439 by mlaurent: Fix mem leak ------------------------------------------------------------------------ r926704 | winterz | 2009-02-16 00:04:04 +0000 (Mon, 16 Feb 2009) | 4 lines backport SVN commit 925601 by mlaurent: We must have an url ------------------------------------------------------------------------ r926707 | winterz | 2009-02-16 00:16:48 +0000 (Mon, 16 Feb 2009) | 9 lines backport SVN commit 925928 by winterz: Remove the unused "default color for events" configuration setting. Colors are set from either the event's category color or from its calendar resource, or both. See the Agenda View or Month View tabs under the Views configuration page. ------------------------------------------------------------------------ r926708 | winterz | 2009-02-16 00:17:50 +0000 (Mon, 16 Feb 2009) | 6 lines backport SVN commit 926112 by winterz: there is no Event Color. use the defaultCategoryColor() if an Incidence doesn't have a category. ------------------------------------------------------------------------ r926709 | krake | 2009-02-16 00:18:29 +0000 (Mon, 16 Feb 2009) | 8 lines Backport of Revision 926706 As I learned today, it is possible to call save( Incidence* ) when deleting one. Makes this more consistent with itemAdded() and itemChanged(). Also delete the incidence instance after removing it from the resource. ------------------------------------------------------------------------ r926721 | winterz | 2009-02-16 00:23:53 +0000 (Mon, 16 Feb 2009) | 4 lines backport SVN commit 926305 by winterz: fix initial display of resource color combobox ------------------------------------------------------------------------ r926722 | winterz | 2009-02-16 00:26:32 +0000 (Mon, 16 Feb 2009) | 4 lines backport SVN commit 925531 by mlaurent: Don't use deprecated signal ------------------------------------------------------------------------ r926724 | krake | 2009-02-16 00:39:47 +0000 (Mon, 16 Feb 2009) | 4 lines Backport of Revision 926723 Update incidence through assignment using the respective visitor instead of replacing it with the update. ------------------------------------------------------------------------ r926979 | krake | 2009-02-16 14:08:55 +0000 (Mon, 16 Feb 2009) | 6 lines Backport of Revision 926977 Applications might call save despite not having changed anything. Just return successfully. ------------------------------------------------------------------------ r927060 | smartins | 2009-02-16 18:22:30 +0000 (Mon, 16 Feb 2009) | 3 lines When creating a journal, use today as the default date (unless the user explicitly selected a day in agenda/month/date navigator). ------------------------------------------------------------------------ r927081 | tmcguire | 2009-02-16 19:12:30 +0000 (Mon, 16 Feb 2009) | 8 lines Backport r927077 by tmcguire from trunk to the 4.2 branch: Make sure to not execute executables when clicking a link, if the Url has no or a wrong extension. CCMAIL: toby@tarind.com ------------------------------------------------------------------------ r927194 | dharms | 2009-02-17 00:20:44 +0000 (Tue, 17 Feb 2009) | 8 lines Fixes a bug where some items inserted on the pc weren't synced properly to the hh. The problem revolved around how kpilot generates temporary ids for new records; this patch modifies the algorithm to work properly. This patch also adds some debugging output and removes some extraneous whitespace. BUG:184148 ------------------------------------------------------------------------ r927199 | dharms | 2009-02-17 00:30:34 +0000 (Tue, 17 Feb 2009) | 6 lines Fixes test cases in the kpilot test suite that broke as a result of commit 921405 (for bug 182752). Commit 921405 changed how deleted records were handled, and this changed how CUD counts were changed. The current patch modifies the test suite to accept the new CUD count calculations. ------------------------------------------------------------------------ r927299 | krake | 2009-02-17 10:58:55 +0000 (Tue, 17 Feb 2009) | 5 lines Backport of Revision 927298 Use the IncidenceBase update() mechanism to make sure that the incidence owner (calendar/kcal resource) is probably notified ------------------------------------------------------------------------ r927464 | lukas | 2009-02-17 15:42:06 +0000 (Tue, 17 Feb 2009) | 2 lines load the needed catalogs ------------------------------------------------------------------------ r928175 | smartins | 2009-02-19 02:10:36 +0000 (Thu, 19 Feb 2009) | 5 lines When moving a recurring event, if it was dropped to it's original place don't show the "Changing Recurring Item" dialog, don't even count this as a modification. Same for resizing. Month view already has this fixed. ------------------------------------------------------------------------ r928212 | tmcguire | 2009-02-19 07:54:57 +0000 (Thu, 19 Feb 2009) | 6 lines Backport r927283 by tmcguire from trunk to the 4.2 branch: Be sure to get rid of the nbsp char, both in the composer (when pasting something from KHTML) and in the reader (when copying something, for example inline patches) ------------------------------------------------------------------------ r928213 | tmcguire | 2009-02-19 07:56:23 +0000 (Thu, 19 Feb 2009) | 5 lines Backport r927893 by mlaurent from trunk to the 4.2 branch: Don't use deprecated signal ------------------------------------------------------------------------ r928215 | tmcguire | 2009-02-19 07:58:55 +0000 (Thu, 19 Feb 2009) | 12 lines Backport r927934 by marten from trunk to the 4.2 branch: Allow a new top-level local folder to be created in the folder selection dialogue (used, e.g, when configuring a filter rule with the "Move into Folder" action). Also make it obvious where the selected folder is not valid, by disabling the "OK" button. CCBUG:128796 ------------------------------------------------------------------------ r928216 | tmcguire | 2009-02-19 08:00:48 +0000 (Thu, 19 Feb 2009) | 4 lines Backport r928047 by tmcguire from trunk to the 4.2 branch: Use nice icons in the folder selection widget as well. ------------------------------------------------------------------------ r928260 | tmcguire | 2009-02-19 09:46:12 +0000 (Thu, 19 Feb 2009) | 19 lines Backport r928247 by tmcguire from trunk to the 4.2 branch: Merged revisions 928245 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r928245 | tmcguire | 2009-02-19 10:09:22 +0100 (Thu, 19 Feb 2009) | 9 lines Merged revisions 927605 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r927605 | mutz | 2009-02-17 22:58:13 +0100 (Tue, 17 Feb 2009) | 1 line Don't leak Kleo::Jobs ........ ................ ------------------------------------------------------------------------ r928270 | tmcguire | 2009-02-19 10:16:01 +0000 (Thu, 19 Feb 2009) | 15 lines Backport r928266 by tmcguire from trunk to the 4.2 branch: Merged revisions 925261 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r925261 | tmcguire | 2009-02-12 22:18:12 +0100 (Thu, 12 Feb 2009) | 5 lines Disable the "Details" link for S/MIME signatures, as Kleopatra doesn't have a -query option anymore. CCMAIL: marc@kdab.net ........ ------------------------------------------------------------------------ r928272 | tmcguire | 2009-02-19 10:19:17 +0000 (Thu, 19 Feb 2009) | 19 lines Backport r928268 by tmcguire from trunk to the 4.2 branch: Merged revisions 928226 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r928226 | tmcguire | 2009-02-19 09:27:03 +0100 (Thu, 19 Feb 2009) | 9 lines Merged revisions 924635 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r924635 | mlaurent | 2009-02-11 10:50:04 +0100 (Wed, 11 Feb 2009) | 2 lines Don't try to export when we canceled it. ........ ................ ------------------------------------------------------------------------ r928273 | tmcguire | 2009-02-19 10:20:51 +0000 (Thu, 19 Feb 2009) | 1 line SVN_SILENT ignore more stuff. ------------------------------------------------------------------------ r928275 | tmcguire | 2009-02-19 10:23:12 +0000 (Thu, 19 Feb 2009) | 23 lines Backport r928269 by tmcguire from trunk to the 4.2 branch: Merged revisions 928235 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ................ r928235 | tmcguire | 2009-02-19 09:41:38 +0100 (Thu, 19 Feb 2009) | 13 lines Merged revisions 924805,924817 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r924805 | mlaurent | 2009-02-11 17:51:09 +0100 (Wed, 11 Feb 2009) | 2 lines Don't enable cut action when note is locking ........ r924817 | mlaurent | 2009-02-11 18:47:53 +0100 (Wed, 11 Feb 2009) | 2 lines Oops forgot to commit it ........ ................ ------------------------------------------------------------------------ r928306 | pokrzywka | 2009-02-19 11:48:37 +0000 (Thu, 19 Feb 2009) | 1 line backported #921953 from trunk : use remove_definitions instead of add_definitions( -Ublah ), and small build fixes for Windows. ------------------------------------------------------------------------ r928716 | smartins | 2009-02-19 21:44:28 +0000 (Thu, 19 Feb 2009) | 2 lines The number of sections is variable and writeSettings() will always write the correct number of values. ------------------------------------------------------------------------ r928796 | scripty | 2009-02-20 07:22:56 +0000 (Fri, 20 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r929209 | bbroeksema | 2009-02-20 22:06:30 +0000 (Fri, 20 Feb 2009) | 10 lines This fixes a crash when an event on the pc ends at midnight. In this case a record on the handheld is created which also ends at 00:00 but on the same date as it starts in stead of the next day. I don't close the bug yet because the behavior of pc events running from day 1 10:00pm to day 2 9:00 am is not fixed by this commit. (Although I wonder if we will be able to actually fix this.) CCBUG: 183631 ------------------------------------------------------------------------ r929554 | winterz | 2009-02-21 16:00:12 +0000 (Sat, 21 Feb 2009) | 2 lines give the Manage Templates a useful tooltip, by reusing an existing i18n string. ------------------------------------------------------------------------ r929568 | vanrijn | 2009-02-21 16:42:15 +0000 (Sat, 21 Feb 2009) | 2 lines Bumping version to 5.2.1-pre1 so we'll know what version our users are testing with. ------------------------------------------------------------------------ r929676 | vanrijn | 2009-02-21 21:22:47 +0000 (Sat, 21 Feb 2009) | 2 lines Bumping to 5.2.1. We only have a few days until it's tagged anyway. ------------------------------------------------------------------------ r929770 | smartins | 2009-02-22 03:45:37 +0000 (Sun, 22 Feb 2009) | 4 lines case insensitive sorting instead of sensitive. (using the QMap method provided in qtalgorithms.html#qSort) ------------------------------------------------------------------------ r929771 | smartins | 2009-02-22 04:06:27 +0000 (Sun, 22 Feb 2009) | 6 lines In agenda view, renamed resourcesChanged() to setUpdateNeeded(). From agenda's point of view it doesn't care what caused the alteration, it just wants to set mPendingChanges to true. Now we can use setUpdateNeeded() for things unrelated to resources, like filters. ------------------------------------------------------------------------ r929789 | scripty | 2009-02-22 07:11:40 +0000 (Sun, 22 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r930018 | otrichet | 2009-02-22 15:15:12 +0000 (Sun, 22 Feb 2009) | 4 lines Backport SVN commits 928005,928006 - Default port of server added through an URL on the command line was incorrect (when not specify) - Correct name of icons ------------------------------------------------------------------------ r930165 | harmer | 2009-02-22 19:13:59 +0000 (Sun, 22 Feb 2009) | 3 lines Restore the mainwindow to the correct size. BUG: 183285 ------------------------------------------------------------------------ r930439 | smartins | 2009-02-23 13:47:54 +0000 (Mon, 23 Feb 2009) | 7 lines Fixed infamous bug 134694 where only some incidences were displayed in egroupware. When loading, this resource calls cleanUpEventCache( retrievedEvents ) to delete everything that wasn't downloaded (so deleted items which were deleted by another program don't show up), it happens that the retrievedEvents list was missing some events (the already cached ones), so they would be deleted and only uncached events would be shown. ------------------------------------------------------------------------ r930646 | winterz | 2009-02-23 23:05:49 +0000 (Mon, 23 Feb 2009) | 5 lines backport SVN commit 930509 by cgiboudeaux: Use a "cancel" button instead of a "close" one ------------------------------------------------------------------------ r930647 | winterz | 2009-02-23 23:07:47 +0000 (Mon, 23 Feb 2009) | 5 lines backport SVN commit 929978 by winterz: Use a conditional instead of an assert on non-viewable, dying messages. seems like a safe thing to do since similar is done a little lower in the code. ------------------------------------------------------------------------ r930771 | scripty | 2009-02-24 08:19:07 +0000 (Tue, 24 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r930824 | osterfeld | 2009-02-24 12:08:57 +0000 (Tue, 24 Feb 2009) | 2 lines bump version ------------------------------------------------------------------------ r930862 | winterz | 2009-02-24 13:19:07 +0000 (Tue, 24 Feb 2009) | 5 lines backport SVN commit 924672 by mlaurent: Fix keepbelow/keepAbove ------------------------------------------------------------------------ r930875 | winterz | 2009-02-24 13:31:22 +0000 (Tue, 24 Feb 2009) | 2 lines version number increase ------------------------------------------------------------------------ r931097 | dharms | 2009-02-24 19:26:23 +0000 (Tue, 24 Feb 2009) | 8 lines Cleans up the code that processes record deletion from akonadi; specifically, if the record does not exist on the pc (e.g., it's a dummy record that has already been deleted) it is not passed to akonadi for deletion. (Note that this bug was caused in part by a bug in akonadi, which was fixed.) BUG:184965 ------------------------------------------------------------------------ r931107 | dharms | 2009-02-24 19:47:40 +0000 (Tue, 24 Feb 2009) | 3 lines Clean up some debugging code inserted while we were working on bug 181493. ------------------------------------------------------------------------ r931240 | smartins | 2009-02-25 00:59:30 +0000 (Wed, 25 Feb 2009) | 2 lines Don't crash when stdcal->exception() is null. ------------------------------------------------------------------------ r931300 | tmcguire | 2009-02-25 07:30:28 +0000 (Wed, 25 Feb 2009) | 1 line Up the version. ------------------------------------------------------------------------ r931308 | tmcguire | 2009-02-25 08:08:57 +0000 (Wed, 25 Feb 2009) | 4 lines Backport r928889 by tmcguire from trunk to the 4.2 branch: Fix layout, caused by incorrect Krazy fix. Too lazy right now to port to KDialog. ------------------------------------------------------------------------ r931309 | tmcguire | 2009-02-25 08:13:25 +0000 (Wed, 25 Feb 2009) | 5 lines Backport r930563 by bettio from trunk to the 4.2 branch: Fixing crash: we musn't delete mValidator. ------------------------------------------------------------------------ r931310 | tmcguire | 2009-02-25 08:16:04 +0000 (Wed, 25 Feb 2009) | 6 lines Backport r931096 by tmcguire from trunk to the 4.2 branch: Display again "no subject" when the mail has no subject. CCBUG: 184854 ------------------------------------------------------------------------ r931333 | tmcguire | 2009-02-25 08:26:40 +0000 (Wed, 25 Feb 2009) | 17 lines Backport r929169 by tilladam from trunk to the 4.2 branch: Revert 928247 which forward ported a fix from enterprise35 via enterprise4 which I believe is wrong in all branches, but doesn't crash in e35, probably. Kleo jobs auto-delete, and thus do not need to be deleted again from KMail. The commit to e35 put the jobs in to auto_ptrs in KMail, which in e35 probably delete the jobs before the event loop is next reached (and thus before the job's deleteLater()) resulting in no crash. In e4 and trunk, because of the newly added event loop wrapping KleoJobExectuor, the deleteLater happens before the auto_ptr dtor resulting in a crash in that. Marc, am I missing something or does this need to be reverted in e35 and e4 as well? CCMAIL: mutz@kde.org ------------------------------------------------------------------------ r931523 | smartins | 2009-02-25 12:28:46 +0000 (Wed, 25 Feb 2009) | 5 lines "Dissociate future recurrences" now works: 1. Pass false instead of true to mCalendar->dissociateOccurrence(). 2. Pass the next occurrence's date so it dissociates future incidences instead of future+current. ------------------------------------------------------------------------ r931550 | osterfeld | 2009-02-25 13:25:22 +0000 (Wed, 25 Feb 2009) | 29 lines backport: ------------------------------------------------------------------------ r918194 | marten | 2009-01-29 16:46:41 +0100 (Thu, 29 Jan 2009) | 3 lines Maintain separate column states and sizes for the Group and Feed modes, instead of simply hiding or showing the feed column. ------------------------------------------------------------------------ ------------------------------------------------------------------------ r918196 | marten | 2009-01-29 17:03:24 +0100 (Thu, 29 Jan 2009) | 5 lines Work around possible Qt 4.4 bug causing the last column to expand beyond the viewport width. Re-evaluate this after the transition to Qt 4.5. CCBUG:152702 ------------------------------------------------------------------------ ------------------------------------------------------------------------ r919567 | osterfeld | 2009-02-01 12:38:34 +0100 (Sun, 01 Feb 2009) | 6 lines fix some issues I had with the feed/group settings separation: Settings weren't saved when switching modes, also save state when saving settings Remove useless "Unspecified" state and redundant m_aggregationMode flag. CCBUG:152702 CCMAIL:jjm@keelhaul.me.uk ------------------------------------------------------------------------ ------------------------------------------------------------------------ r931569 | osterfeld | 2009-02-25 13:48:41 +0000 (Wed, 25 Feb 2009) | 1 line call it like in trunk, better tested ------------------------------------------------------------------------ r931589 | smartins | 2009-02-25 14:35:00 +0000 (Wed, 25 Feb 2009) | 3 lines Revert point 2 of my last commit, users normaly want the selected item to be dissociated too (suggestion by Reinhold). ------------------------------------------------------------------------ r931772 | krake | 2009-02-25 19:25:39 +0000 (Wed, 25 Feb 2009) | 7 lines Backport of Revision 931764 Move the check for Akonadi (and possible start) to doOpen() so we can indicate failure by returnin false there. Also track opening status since initial tests show that load/save methods are even being called on resources which failed to ------------------------------------------------------------------------ r931881 | djarvie | 2009-02-25 22:01:33 +0000 (Wed, 25 Feb 2009) | 1 line Add deferral debug ------------------------------------------------------------------------ r931909 | dharms | 2009-02-25 22:42:18 +0000 (Wed, 25 Feb 2009) | 5 lines Fixes a bug where recurring events that had no time associated with them weren't synced correctly. BUG: 183631 ------------------------------------------------------------------------ r931994 | scripty | 2009-02-26 08:05:45 +0000 (Thu, 26 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------