Version: 1.6 (using KDE Devel) Installed from: Compiled sources OS: Linux When starting ktimetracker and chosing "File -> Edit history", you get a list that is not sortable, while e.g. the taskview is sortable. Please make this list sortable, so I could have all my tasks grouped together. This is a junior job (JJ). Good for beginners who start koding here :)
I created a patch. I'd upload it but since I don't find the link to create attachments in this bugzilla (disabled?), I'll post it here: Index: edithistorydialog.cpp =================================================================== --- edithistorydialog.cpp (revision 707075) +++ edithistorydialog.cpp (working copy) @@ -90,6 +90,9 @@ << i18n( "Comment" ) ); mHistoryWidget->horizontalHeader()->setStretchLastSection( true ); mHistoryWidget->setColumnHidden( 4, true ); // hide the "UID" column + mHistoryWidget->setSortingEnabled( true ); + mHistoryWidget->sortByColumn( 0, Qt::AscendingOrder ); + listAllEvents(); setMainWidget( mHistoryWidget );
Thanks Christian, I committed your patch. If you are not logged in to bugzilla and search with CTRL_F for "Create a New Attachment", you will find what you are looking for.
SVN commit 708276 by mutz: Merged revisions 706048-708266 via svnmerge from svn+ssh://svn.kde.org/home/kde/trunk/KDE/kdepim ........ r706049 | lechner | 2007-08-29 11:35:55 +0200 (Wed, 29 Aug 2007) | 2 lines repairs a signal/slot connection ........ r706055 | mutz | 2007-08-29 11:58:24 +0200 (Wed, 29 Aug 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-706050" from svn+ssh://svn.kde.org/home/kde/branches/work/kdab-post-4.0/kdepim ........ r706062 | lechner | 2007-08-29 12:13:29 +0200 (Wed, 29 Aug 2007) | 2 lines correct shut-down behavior ........ r706104 | lechner | 2007-08-29 14:33:01 +0200 (Wed, 29 Aug 2007) | 2 lines let the device item icon reflect the connection state ........ r706109 | lechner | 2007-08-29 14:56:40 +0200 (Wed, 29 Aug 2007) | 2 lines adding font effect when disconnecting ........ r706114 | msoeken | 2007-08-29 15:20:54 +0200 (Wed, 29 Aug 2007) | 2 lines * Port: K3StaticDeleter -> K_GLOBAL_STATIC ........ r706165 | mueller | 2007-08-29 17:26:14 +0200 (Wed, 29 Aug 2007) | 2 lines pedantic-- ........ r706166 | onurf | 2007-08-29 17:32:13 +0200 (Wed, 29 Aug 2007) | 12 lines r10155@Onur-t61: kde4 | 2007-08-29 08:31:24 -0700 Add very basic Nepomuk support for tagging. The Nepomuk part is currently optional. It is furthermore disabled since it crashes on my computer when I try to tag an email. Please try uncommenting //#cmakedefine Nepomuk_FOUND in kmail/config-kmail.h.cmake to see whether it is the case with you as well. CC: sebastian@trueg.de ........ r706169 | winterz | 2007-08-29 17:39:33 +0200 (Wed, 29 Aug 2007) | 3 lines minor spelling and contraction fixes. SVN_SILENT: ........ r706181 | winterz | 2007-08-29 18:53:14 +0200 (Wed, 29 Aug 2007) | 3 lines replace contractions SVN_SILENT: ........ r706186 | pino | 2007-08-29 19:05:56 +0200 (Wed, 29 Aug 2007) | 2 lines extra ';' ........ r706190 | mlaurent | 2007-08-29 19:10:12 +0200 (Wed, 29 Aug 2007) | 3 lines It's not required because we test after if it was found or not. => kmail will not compile if we didn't find it ........ r706244 | djarvie | 2007-08-29 21:32:01 +0200 (Wed, 29 Aug 2007) | 1 line Krazy fixes ........ r706246 | mlaurent | 2007-08-29 21:38:40 +0200 (Wed, 29 Aug 2007) | 2 lines Port to kpluginsfactory ........ r706285 | krake | 2007-08-29 23:20:24 +0200 (Wed, 29 Aug 2007) | 5 lines EBN API dox fixes: - mostly undocumented parameters - Doxygen didn't like XHMLT style <br/> in server/Mainpage.dox, so I replaced them with old HTML style <br> ........ r706286 | tmcguire | 2007-08-29 23:20:36 +0200 (Wed, 29 Aug 2007) | 4 lines - Port the tooltip of the receipientseditor. - Port the last remainings of Q3ScrollView ........ r706289 | tmcguire | 2007-08-29 23:22:13 +0200 (Wed, 29 Aug 2007) | 1 line Use proper debug area. ........ r706296 | tmcguire | 2007-08-29 23:33:00 +0200 (Wed, 29 Aug 2007) | 3 lines kdDebug-- endl-- ........ r706323 | djarvie | 2007-08-30 00:51:47 +0200 (Thu, 30 Aug 2007) | 1 line Improve layout of resource selector buttons ........ r706327 | cartman | 2007-08-30 00:54:37 +0200 (Thu, 30 Aug 2007) | 1 line SVN_SILENT pedantic fix ........ r706348 | onurf | 2007-08-30 04:15:12 +0200 (Thu, 30 Aug 2007) | 7 lines SVN_SILENT: Remove tabs Sorry about that, Thomas. CC: thomas.mcguire@gmx.net ........ r706408 | tilladam | 2007-08-30 12:12:06 +0200 (Thu, 30 Aug 2007) | 6 lines Forward port of: SVN commit 706026 by tilladam: Speed up checking of large dimap folders by about 15 to 20%, by parsing the digest by hand. ........ r706429 | bvirlet | 2007-08-30 14:03:04 +0200 (Thu, 30 Aug 2007) | 2 lines Make KAddressbook store department in the org field, following rfc. ........ r706434 | mlaurent | 2007-08-30 14:15:16 +0200 (Thu, 30 Aug 2007) | 2 lines Nepomuk is optional. ........ r706441 | tilladam | 2007-08-30 14:36:52 +0200 (Thu, 30 Aug 2007) | 2 lines Fix compilation. ........ r706446 | bvirlet | 2007-08-30 14:44:49 +0200 (Thu, 30 Aug 2007) | 2 lines Forward port r706174 and r706425 ........ r706454 | lechner | 2007-08-30 15:17:13 +0200 (Thu, 30 Aug 2007) | 2 lines adding an incomplete and plain html template for the addressee viewer ........ r706490 | tilladam | 2007-08-30 16:55:23 +0200 (Thu, 30 Aug 2007) | 8 lines Forward port of: SVN commit 706484 by tilladam: Change nasty hack causing re-entrancy when pasting and thus tight loops with clean delegation. Fixed kolab/issue1923. ........ r706510 | mlaurent | 2007-08-30 18:07:16 +0200 (Thu, 30 Aug 2007) | 4 lines Fix compile is it ok ? CCMAIL: adam@kde.org ........ r706534 | tmcguire | 2007-08-30 19:40:20 +0200 (Thu, 30 Aug 2007) | 10 lines Completely remove the KIMProxy stuff. Reasons: - Most parts are disabled/commented out anyway - The kdelibs part does not work - Kopete won't be ready for KDE 4.0 - The author of KIMProxy (Will) is not going to fix KIMProxy, but there are plans to add something similar later, probably based on Decibel. ........ r706575 | djarvie | 2007-08-30 21:47:14 +0200 (Thu, 30 Aug 2007) | 2 lines Cache calculated height ........ r706626 | tmcguire | 2007-08-31 00:14:58 +0200 (Fri, 31 Aug 2007) | 2 lines Port the event filter of the addresseelineedit. Now selecting a receipient by clicking does work again. ........ r706628 | tmcguire | 2007-08-31 00:26:46 +0200 (Fri, 31 Aug 2007) | 1 line Also eat double clicks when trying to select invalid items. ........ r706760 | scripty | 2007-08-31 10:00:48 +0200 (Fri, 31 Aug 2007) | 1 line SVN_SILENT made messages (.desktop file) ........ r706770 | bvirlet | 2007-08-31 10:12:56 +0200 (Fri, 31 Aug 2007) | 2 lines Optimization: Amort.O(1) better than O(ln n) ........ r706771 | bvirlet | 2007-08-31 10:14:24 +0200 (Fri, 31 Aug 2007) | 2 lines Many fixes and improvments. ........ r706849 | lechner | 2007-08-31 14:45:25 +0200 (Fri, 31 Aug 2007) | 3 lines - Fixing bug that makes kmobiletools crashing when no devices are loaded - warning-- ........ r706864 | msoeken | 2007-08-31 15:31:27 +0200 (Fri, 31 Aug 2007) | 2 lines * Krazy issues, mostly i18nc replacements for i18n to have context ........ r706872 | msoeken | 2007-08-31 15:48:28 +0200 (Fri, 31 Aug 2007) | 3 lines * Alternate Row Coloring, which is configurable in Settings Dialog (section: Display) * Reorganisation of Display section in Settings Dialog ........ r706876 | msoeken | 2007-08-31 15:53:36 +0200 (Fri, 31 Aug 2007) | 2 lines * Fix errors in drag and drop: Drag and Drop support is now possible with only one line of code! ........ r706878 | tilladam | 2007-08-31 15:57:41 +0200 (Fri, 31 Aug 2007) | 9 lines Forward port of: SVN commit 706869 by tilladam: Rename the "has time associated" checkbox to "All-day event" (only for events, not to-dos) and invert the code logic accordingly. prokde35-z Item 58. ........ r706893 | msoeken | 2007-08-31 16:17:53 +0200 (Fri, 31 Aug 2007) | 2 lines * i18nc krazy issues in ui files. Set comment - attribute on corresponding string tags ........ r706911 | msoeken | 2007-08-31 16:51:19 +0200 (Fri, 31 Aug 2007) | 2 lines * Move DBUS from MainWindow to TimetrackerWidget to remove duplications between KarmPart and MainWindow ........ r706913 | tokoe | 2007-08-31 16:53:25 +0200 (Fri, 31 Aug 2007) | 3 lines Port Agent to Resource API, otherwise it isn't handled by AgentManager from akonadi_control. ........ r706915 | tokoe | 2007-08-31 16:54:34 +0200 (Fri, 31 Aug 2007) | 2 lines Decouple quit() from dbus call ........ r706916 | tokoe | 2007-08-31 16:55:43 +0200 (Fri, 31 Aug 2007) | 2 lines Fixed the shutdown process. Now all applications are terminated correctly. ........ r706917 | tokoe | 2007-08-31 16:57:11 +0200 (Fri, 31 Aug 2007) | 5 lines Add new application akonadictl, which shall be used to start/stop the akonadi server CCMAIL:kde-pim@kde.org ........ r706924 | msoeken | 2007-08-31 17:07:19 +0200 (Fri, 31 Aug 2007) | 3 lines * Some more dbus methods in TimetrackerWidget * Semantics changed at some points b/c now there could be severel files opened at same time ........ r706953 | lechner | 2007-08-31 18:27:15 +0200 (Fri, 31 Aug 2007) | 3 lines - some bugfixes - ported DeviceManager to KDE4 and adapted to new kmt architecture (currently, only removing of devices is supported ;-)) ........ r706954 | msoeken | 2007-08-31 18:29:36 +0200 (Fri, 31 Aug 2007) | 3 lines * And again some more DBUS methods copied from MainWindow to Timetracker Widget * If copying is completed, all the DBUS methods in MainWindow and KarmPart can be removed ........ r706957 | tmcguire | 2007-08-31 18:38:01 +0200 (Fri, 31 Aug 2007) | 1 line Remove superflous __LINE__ and __FILE__. ........ r706966 | msoeken | 2007-08-31 19:00:17 +0200 (Fri, 31 Aug 2007) | 3 lines * Finishing moving DBUS methods to TimetrackerWidget * Removed code from MainWindow ........ r706972 | msoeken | 2007-08-31 19:17:01 +0200 (Fri, 31 Aug 2007) | 2 lines * This header is not generated anymore ........ r706981 | tmcguire | 2007-08-31 19:43:49 +0200 (Fri, 31 Aug 2007) | 24 lines Fix some tag related crashes. Forward port of: >SVN commit 633411 by adridg >mIndexStreamPtrLength comes from struct stat, should be a size_t. It *is* >a size (of the index file) after all. Also make the size information >available in the KMFolderIndex API and add a touch of documentation. >We need the size information to be able to judge if a KMMsgBase >object has index information or not. Forward port of: >SVN commit 633413 by adridg >Stop KMail from crashing all the time in PIM+; >check if the data range in the index for this message would make sense at all. >If not, no string part. Needs r. 633411 API changes. This is another example why having some many branches is not a good idea. Adriaan, Ismail: Are there more unported bugfixes in the 3.5.5+ branch? CCMAIL: groot@kde.org CCMAIL: onurf@su.sabanciuniv.edu ........ r706997 | ahartmetz | 2007-08-31 20:52:24 +0200 (Fri, 31 Aug 2007) | 1 line Intevation Merge issue 38, forward port of fix to issue 1868. Fix folder reference counting in several places. ........ r707001 | winterz | 2007-08-31 21:00:30 +0200 (Fri, 31 Aug 2007) | 4 lines Fix Till's commit: "Rename the "has time associated" checkbox to "All-day event" (only for events, not to-dos) and invert the code logic accordingly." ........ r707285 | bram | 2007-09-01 14:50:21 +0200 (Sat, 01 Sep 2007) | 3 lines Authentification -> Authentication ........ r707298 | mlaurent | 2007-09-01 15:42:43 +0200 (Sat, 01 Sep 2007) | 1 line remove executable attribute ........ r707346 | tmcguire | 2007-09-01 17:52:29 +0200 (Sat, 01 Sep 2007) | 6 lines smimeconfiguration.ui: - Fix layout - Q3ButtonGroup->QGroupBox (seems like the button group was not used) ........ r707348 | mikearthur | 2007-09-01 17:55:50 +0200 (Sat, 01 Sep 2007) | 3 lines Usability fix. Add labels to increase button size and obviousness of function. ........ r707359 | tmcguire | 2007-09-01 18:24:51 +0200 (Sat, 01 Sep 2007) | 1 line kde3support-- (kcmodule stuff) ........ r707361 | mikearthur | 2007-09-01 18:25:37 +0200 (Sat, 01 Sep 2007) | 2 lines Add attachments, fix categories and attendees. ........ r707362 | tmcguire | 2007-09-01 18:30:54 +0200 (Sat, 01 Sep 2007) | 1 line deprecated-- ........ r707366 | mikearthur | 2007-09-01 18:39:55 +0200 (Sat, 01 Sep 2007) | 2 lines Qt4 porting fixes for journal view. ........ r707368 | tmcguire | 2007-09-01 19:00:54 +0200 (Sat, 01 Sep 2007) | 29 lines - deprecated-- - tabs-- In this commit, I again broke config compatibility :( The reason is that the unfiltered sernum list for IMAP accounts is stored top-level in a config file, without any group. Now, all readEntry calls without a group are deprecated, which means we have to use a group in order to remove KDE3SUPPORT. I used the group "Default". It also seems that writing an update script is not possible at all, as the .upd file wants to have a filename. And the filename for the sernums here includes the account ID, so there is no way to specifiy this files in the .upd file. And I just also realized that I did the same with POP (already downloaded UID list)... Anybody got a solution for this? If not, the list of downloaded POP UIDs and the list of unfiltered IMAP sernums will get lost during the upgrade. CCMAIL: kloecker@kde.org ........ r707369 | mikearthur | 2007-09-01 19:04:10 +0200 (Sat, 01 Sep 2007) | 2 lines Improve icon consistency on month view ........ r707371 | tmcguire | 2007-09-01 19:06:23 +0200 (Sat, 01 Sep 2007) | 1 line warnings-- ........ r707372 | tmcguire | 2007-09-01 19:10:00 +0200 (Sat, 01 Sep 2007) | 1 line Remove duplicate file (it is also in kconf_update directory). ........ r707415 | msoeken | 2007-09-01 22:21:44 +0200 (Sat, 01 Sep 2007) | 3 lines * Moving almost all actions from MainWindow to TimetrackerWidget to reuse code when integrating TimetrackerWidget in other apps or parts ........ r707416 | msoeken | 2007-09-01 22:25:46 +0200 (Sat, 01 Sep 2007) | 2 lines * Do not start timing for a complete task when double clicking it ........ r707417 | msoeken | 2007-09-01 22:27:09 +0200 (Sat, 01 Sep 2007) | 2 lines * Add a new task when clicking right beside a tab (konqueror behavior) ........ r707420 | msoeken | 2007-09-01 22:43:20 +0200 (Sat, 01 Sep 2007) | 2 lines * Krazy issue: pass-by-value function args ........ r707432 | msoeken | 2007-09-01 23:10:34 +0200 (Sat, 01 Sep 2007) | 3 lines * The Stop All Timers action was removed from the tray icon when moving the actions to TimetrackerWidget. Now the action is again accessible in the context menu of the tray icon. ........ r707460 | winterz | 2007-09-02 00:33:07 +0200 (Sun, 02 Sep 2007) | 3 lines Move the glib check out from FindOpensync.cmake and use the FindGLIB2.cmake from kdelibs. ........ r707463 | reitelbach | 2007-09-02 00:37:49 +0200 (Sun, 02 Sep 2007) | 3 lines some various i18n fixes SVN_SILENT ........ r707566 | dakon | 2007-09-02 11:12:02 +0200 (Sun, 02 Sep 2007) | 1 line krazy: TRUE -> true ........ r707568 | dakon | 2007-09-02 11:30:30 +0200 (Sun, 02 Sep 2007) | 2 lines Krazy fixes: single char strings -> chars ........ r707580 | tstaerk | 2007-09-02 12:16:22 +0200 (Sun, 02 Sep 2007) | 6 lines Applying a patch by Christian Mandery (thanks) to make the history edit widget sortable. BUGS:149406 ........ r707634 | lechner | 2007-09-02 15:53:04 +0200 (Sun, 02 Sep 2007) | 4 lines - more work on the device wizard - adding a wizard interface for the engines (now engines can provide custom wizard pages) - some bugfixes ........ r707664 | reitelbach | 2007-09-02 18:07:50 +0200 (Sun, 02 Sep 2007) | 2 lines i18n fixes ........ r707672 | tmcguire | 2007-09-02 18:28:36 +0200 (Sun, 02 Sep 2007) | 10 lines Port Q3Dict to QHash<String, XX> Does anybody know about the folder accumulator things here? The hash containing the accumulators is queried with contains() once, but there is no place where an accumulator is actually added... Added a #warning for the above. ........ r707695 | dgollub | 2007-09-02 20:14:49 +0200 (Sun, 02 Sep 2007) | 4 lines Fixed the build of libqopensync. The OpenSync slightly changed. The status of the converter and merger should be only get and set via the group. ........ r707697 | dgollub | 2007-09-02 20:15:39 +0200 (Sun, 02 Sep 2007) | 2 lines Avoid crash of KitchenSync if a plugin of an existing group is missing. ........ r707783 | djarvie | 2007-09-03 00:22:46 +0200 (Mon, 03 Sep 2007) | 1 line Remove line feeds from translatable strings which are otherwise identical to ones in prefdlg.cpp ........ r707784 | schwarzer | 2007-09-03 00:24:49 +0200 (Mon, 03 Sep 2007) | 2 lines use easier command to convert file format ........ r707828 | scripty | 2007-09-03 07:55:13 +0200 (Mon, 03 Sep 2007) | 1 line SVN_SILENT made messages (.desktop file) ........ r707882 | tokoe | 2007-09-03 10:17:53 +0200 (Mon, 03 Sep 2007) | 9 lines * Renamed ItemView to ItemDetailsView (matches its task better) * Added ItemView, which is a TreeView for Items with convenience signals * Modified CollectionView to emit a signal when collection is activated or selection has changed * Modified CollectionModel to allow filtering by mime-types, e.g. show only collections which contains 'mail' * Added KContactManager, a small address book like viewer, which shows the power of Akonadi. Only a couple of lines of code and it is done! ........ r707927 | msoeken | 2007-09-03 13:15:16 +0200 (Mon, 03 Sep 2007) | 5 lines * Added a user defined horizontal header view for a QTableWidget * This header view can handle combo boxes for the column items: You can choose whether to have a single combo box which is visible when hovering over the sections or an always visible combobox for each section. * Port Q3Table -> QTableWidget with ComboBoxHeaderView ........ r707930 | msoeken | 2007-09-03 13:29:16 +0200 (Mon, 03 Sep 2007) | 2 lines * Port: Q3ButtonGroup -> QGroupBox, QButtonGroup ........ r707952 | tokoe | 2007-09-03 14:34:00 +0200 (Mon, 03 Sep 2007) | 2 lines Missed these files on my last commit ........ r707967 | tokoe | 2007-09-03 15:46:00 +0200 (Mon, 03 Sep 2007) | 3 lines Reverted my last change to collectionmodel and replaced the usage in kcontactmanager by CollectionFilterProxyModel ........ r707998 | ilic | 2007-09-03 17:33:01 +0200 (Mon, 03 Sep 2007) | 1 line Close <br> tags in place (proper XML). ........ r708014 | lechner | 2007-09-03 18:19:01 +0200 (Mon, 03 Sep 2007) | 2 lines don't allow device names that differ only in appended white spaces ........ r708018 | knight | 2007-09-03 18:25:57 +0200 (Mon, 03 Sep 2007) | 1 line Get the local id and remote id data from the correct columns in the ItemModel when responding to item selection change or item activation events. ........ r708020 | tmcguire | 2007-09-03 18:35:12 +0200 (Mon, 03 Sep 2007) | 5 lines Use "<default>" as group name, which makes to config read/write to the toplevel of the config file. This unbreaks config compatibility for some POP and IMAP stuff. ........ r708036 | tmcguire | 2007-09-03 19:47:40 +0200 (Mon, 03 Sep 2007) | 7 lines Revert the parts of my commit 702520 that changed the transport property from a QString to an int. This broke config compatibility, so this needed to be reverted. This needs an up-to-date kdepimlibs, sorry. ........ r708093 | amth | 2007-09-03 22:28:59 +0200 (Mon, 03 Sep 2007) | 2 lines KColorScheme++ ........ r708099 | chehrlic | 2007-09-03 22:41:04 +0200 (Mon, 03 Sep 2007) | 1 line msvc errors/warnings-- ........ r708117 | dakon | 2007-09-03 23:09:49 +0200 (Mon, 03 Sep 2007) | 1 line warning-- ........ r708154 | winterz | 2007-09-04 01:29:08 +0200 (Tue, 04 Sep 2007) | 2 lines minor fixes recommended by desktop-file-validate. ........ r708159 | winterz | 2007-09-04 01:58:09 +0200 (Tue, 04 Sep 2007) | 2 lines lots of cleanups courtesy 'desktop-file-validate' ........ r708160 | winterz | 2007-09-04 02:23:14 +0200 (Tue, 04 Sep 2007) | 3 lines Rename incidence methods floats() to allDay() and setFloats() to AllDay() as requested by Bruno and Till. ........ r708167 | vanrijn | 2007-09-04 04:16:56 +0200 (Tue, 04 Sep 2007) | 1 line reverting some of the changes made earlier caused by Pilot::toPilot()'s borked-ness ........ r708179 | vanrijn | 2007-09-04 06:24:57 +0200 (Tue, 04 Sep 2007) | 13 lines - changing base conduit hhrecord class to add the category to the databases's appInfo block if setCategoryNames() is called with a label that does not currently exist. this requires adding KPILOT_EXPORT to the already-existing Pilot::insertCategory() method. so, order of ops goes: 1) if category label already exists, use it 2) try to add category label to appInfo block. if this works, use it. 3) if attempt to add did not work, just use Unfiled category (fallback) - changing keyringhhdataproxy's createDataStore() to take advantage of our new functionality described above to add our 5th default category. - forcing KeyringHHRecord to take a PilotAppInfoBase in its constructor. we should _always_ have one. this enables us to do the category magic described above. ........ r708189 | scripty | 2007-09-04 08:18:40 +0200 (Tue, 04 Sep 2007) | 1 line SVN_SILENT made messages (.desktop file) ........ r708220 | djarvie | 2007-09-04 09:42:53 +0200 (Tue, 04 Sep 2007) | 1 line Remove line feeds from translatable text ........ r708224 | djarvie | 2007-09-04 09:54:51 +0200 (Tue, 04 Sep 2007) | 1 line Fix sub-repetition dialog reappearing after clicking OK ........ r708233 | msoeken | 2007-09-04 10:32:18 +0200 (Tue, 04 Sep 2007) | 2 lines * Compile++ ........ r708237 | dakon | 2007-09-04 11:19:15 +0200 (Tue, 04 Sep 2007) | 1 line deprecated-- ........ _M . (directory) M +16 -10 CMakeLists.txt M +14 -1 akonadi/agents/mailthreader/mailthreaderagent.cpp M +6 -2 akonadi/agents/mailthreader/mailthreaderagent.h M +1 -1 akonadi/agents/mailthreader/main.cpp M +2 -2 akonadi/clients/kagenda/dataprovider.cpp M +1 -0 akonadi/clients/plasma/engine/plasma-engine-akonadi.desktop M +2 -0 akonadi/kabc/CMakeLists.txt M +3 -0 akonadi/kabc/kabcmodel.cpp A akonadi/kabc/kcontactmanager (directory) trunk/KDE/kdepim/akonadi/kabc/kcontactmanager#708237 M +11 -11 akonadi/kmime/messagethreaderproxymodel.cpp M +4 -2 akonadi/libakonadi/CMakeLists.txt M +1 -0 akonadi/libakonadi/agentbase.h M +12 -3 akonadi/libakonadi/collectionstatus.h M +31 -1 akonadi/libakonadi/collectionview.cpp M +18 -0 akonadi/libakonadi/collectionview.h M +7 -0 akonadi/libakonadi/itembrowser.cpp M +7 -2 akonadi/libakonadi/itembrowser.h A akonadi/libakonadi/itemdetailsview.cpp trunk/KDE/kdepim/akonadi/libakonadi/itemdetailsview.cpp#708237 [License: LGPL (v2+)] A akonadi/libakonadi/itemdetailsview.h trunk/KDE/kdepim/akonadi/libakonadi/itemdetailsview.h#708237 [License: LGPL (v2+)] A akonadi/libakonadi/itemdetailsview_p.h trunk/KDE/kdepim/akonadi/libakonadi/itemdetailsview_p.h#708237 [License: LGPL (v2+)] M +11 -0 akonadi/libakonadi/itemmodel.cpp M +13 -8 akonadi/libakonadi/itemmodel.h A akonadi/libakonadi/itemview.cpp trunk/KDE/kdepim/akonadi/libakonadi/itemview.cpp#708237 [License: LGPL (v2+)] A akonadi/libakonadi/itemview.h trunk/KDE/kdepim/akonadi/libakonadi/itemview.h#708237 [License: LGPL (v2+)] D akonadi/libakonadi/itemview_p.h M +1 -1 akonadi/libakonadi/resourcebase.cpp M +1 -0 akonadi/libakonadi/resourcebase.h M +1 -0 akonadi/resources/ical/icalresource.desktop M +1 -0 akonadi/resources/knut/knutresource.desktop M +53 -19 akonadi/resources/localbookmarks/localbookmarksresource.cpp M +1 -0 akonadi/resources/nntp/nntpresource.desktop M +1 -0 akonadi/resources/vcard/vcardresource.desktop M +1 -0 akonadi/server/CMakeLists.txt M +13 -13 akonadi/server/Mainpage.dox A akonadi/server/akonadictl (directory) trunk/KDE/kdepim/akonadi/server/akonadictl#708237 M +3 -0 akonadi/server/control/CMakeLists.txt M +4 -1 akonadi/server/control/agentmanager.cpp A akonadi/server/control/controlmanager.cpp trunk/KDE/kdepim/akonadi/server/control/controlmanager.cpp#708237 [License: LGPL (v2+)] A akonadi/server/control/controlmanager.h trunk/KDE/kdepim/akonadi/server/control/controlmanager.h#708237 [License: LGPL (v2+)] M +3 -0 akonadi/server/control/main.cpp M +3 -1 akonadi/server/control/processcontrol.cpp M +1 -1 akonadi/server/control/searchprovidermanager.h A akonadi/server/interfaces/org.kde.Akonadi.ControlManager.xml trunk/KDE/kdepim/akonadi/server/interfaces/org.kde.Akonadi.ControlManager.xml#708237 M +1 -3 akonadi/server/interfaces/org.kde.Akonadi.Server.xml M +1 -0 akonadi/server/src/akonadi.cpp M +2 -2 akregator/plugins/mk4storage/feedstoragemk4impl.cpp M +1 -1 akregator/src/browserframe_p.cpp M +0 -37 cmake/modules/FindOpensync.cmake M +1 -2 console/konsolekalendar/konsolekalendar.desktop M +1 -1 console/konsolekalendar/konsolekalendaradd.cpp M +1 -1 console/konsolekalendar/konsolekalendarchange.cpp M +4 -4 console/konsolekalendar/konsolekalendarexports.cpp M +16 -16 doc/kmail/getting-started.docbook M +1 -2 doc/kmail/importing.docbook M +5 -5 kaddressbook/addresseeeditorwidget.cpp _M kaddressbook/common/kabcommon_export.h M +15 -7 kaddressbook/common/kabprefs.cpp M +1 -0 kaddressbook/common/kabprefs.h M +14 -6 kaddressbook/common/locationmap.cpp M +1 -2 kaddressbook/common/locationmap.h M +0 -2 kaddressbook/kabcore.cpp M +15 -9 kaddressbook/kablock.cpp M +1 -1 kaddressbook/kablock.h M +0 -1 kaddressbook/kcmconfigs/kabconfig.desktop M +0 -1 kaddressbook/kcmconfigs/kabcustomfields.desktop M +0 -1 kaddressbook/kcmconfigs/kabldapconfig.desktop M +4 -3 kaddressbook/kcmconfigs/kcmkabconfig.cpp M +1 -3 kaddressbook/kcmconfigs/kcmkabconfig.h M +5 -3 kaddressbook/kcmconfigs/kcmkabcustomfields.cpp M +1 -1 kaddressbook/kcmconfigs/kcmkabcustomfields.h M +4 -3 kaddressbook/kcmconfigs/kcmkabldapconfig.cpp M +1 -3 kaddressbook/kcmconfigs/kcmkabldapconfig.h M +1 -1 kaddressbook/ldapsearchdialog.cpp M +1 -1 kaddressbook/xxport/CMakeLists.txt M +5 -2 kaddressbook/xxport/bookmark_xxport.cpp A kaddressbook/xxport/comboboxheaderview.cpp trunk/KDE/kdepim/kaddressbook/xxport/comboboxheaderview.cpp#708237 [License: LGPL (v2+)] A kaddressbook/xxport/comboboxheaderview.h trunk/KDE/kdepim/kaddressbook/xxport/comboboxheaderview.h#708237 [License: LGPL (v2+)] M +120 -107 kaddressbook/xxport/csvimportdialog.cpp M +4 -5 kaddressbook/xxport/csvimportdialog.h M +1 -0 kalarm/CMakeLists.txt M +1 -1 kalarm/alarmcalendar.cpp M +17 -17 kalarm/alarmevent.cpp M +1 -1 kalarm/kalarmapp.cpp M +5 -20 kalarm/kalarmconfig.kcfg M +3 -3 kalarm/karecurrence.cpp A kalarm/lib/packedlayout.cpp trunk/KDE/kdepim/kalarm/lib/packedlayout.cpp#708237 [License: GPL (v2+)] A kalarm/lib/packedlayout.h trunk/KDE/kdepim/kalarm/lib/packedlayout.h#708237 [License: GPL (v2+)] M +4 -1 kalarm/repetition.cpp M +1 -1 kalarm/resources/alarmresource.cpp M +1 -0 kalarm/resources/kalarm_manager.desktop M +1 -0 kalarm/resources/local.desktop M +1 -0 kalarm/resources/localdir.desktop M +1 -0 kalarm/resources/remote.desktop M +10 -7 kalarm/resourceselector.cpp M +0 -28 kitchensync/libqopensync/engine.cpp M +0 -20 kitchensync/libqopensync/engine.h M +4 -4 kitchensync/libqopensync/group.cpp M +3 -1 kitchensync/src/groupitem.cpp M +3 -1 kitchensync/src/pluginpicker.cpp M +7 -0 kmail/CMakeLists.txt M +1 -2 kmail/accountmanager.cpp M +1 -1 kmail/accountwizard.cpp M +4 -4 kmail/antispamwizard.cpp M +2 -2 kmail/cachedimapjob.cpp M +4 -0 kmail/config-kmail.h.cmake M +16 -16 kmail/configuredialog.cpp M +2 -2 kmail/configuredialog_p.cpp M +9 -19 kmail/configuredialog_p.h M +1 -1 kmail/copyfolderjob.cpp M +1 -0 kmail/dbusimap.desktop M +1 -0 kmail/dbusmail.desktop M +1 -1 kmail/folderstorage.cpp M +9 -6 kmail/folderstorage.h M +1 -96 kmail/headerstyle.cpp M +12 -11 kmail/identitydialog.cpp M +10 -10 kmail/keyresolver.cpp M +15 -17 kmail/kmaccount.cpp M +13 -4 kmail/kmaccount.h M +8 -7 kmail/kmacctimap.cpp M +33 -14 kmail/kmacctlocal.cpp M +13 -1 kmail/kmacctlocal.h M +20 -11 kmail/kmacctmaildir.cpp M +5 -0 kmail/kmacctmaildir.h M +5 -7 kmail/kmacctseldlg.cpp D kmail/kmail-3.5-trigger-flag-migration.pl M +5 -13 kmail/kmail.kcfg M +39 -28 kmail/kmailicalifaceimpl.cpp M +10 -9 kmail/kmailicalifaceimpl.h M +1 -55 kmail/kmcommands.cpp M +0 -20 kmail/kmcommands.h M +29 -19 kmail/kmcomposewin.cpp M +0 -4 kmail/kmedit.cpp M +1 -8 kmail/kmfilteraction.cpp M +1 -10 kmail/kmfiltermgr.cpp M +35 -16 kmail/kmfolder.h M +23 -7 kmail/kmfoldercachedimap.cpp M +2 -2 kmail/kmfoldercachedimap.h M +2 -2 kmail/kmfolderimap.cpp M +1 -1 kmail/kmfolderimap.h M +1 -1 kmail/kmfolderindex.cpp M +11 -1 kmail/kmfolderindex.h M +7 -16 kmail/kmfoldermaildir.cpp M +9 -26 kmail/kmfoldermbox.cpp M +1 -1 kmail/kmfoldermgr.cpp M +12 -20 kmail/kmfoldersearch.cpp M +1 -1 kmail/kmfoldertree.cpp M +35 -10 kmail/kmheaders.cpp M +24 -32 kmail/kmkernel.cpp M +0 -7 kmail/kmkernel.h M +1 -14 kmail/kmmainwidget.cpp M +2 -2 kmail/kmmessage.cpp M +2 -2 kmail/kmmessage.h M +10 -6 kmail/kmmsgbase.cpp M +2 -2 kmail/kmmsginfo.cpp M +2 -2 kmail/kmmsgpart.cpp M +1 -38 kmail/kmreaderwin.cpp M +1 -5 kmail/kmreaderwin.h M +1 -7 kmail/kmsearchpattern.cpp M +13 -23 kmail/kmsender.cpp M +2 -2 kmail/kmsender.h M +2 -2 kmail/messagesender.h M +1 -1 kmail/partNode.cpp M +17 -10 kmail/popaccount.cpp M +5 -0 kmail/popaccount.h M +55 -89 kmail/recipientseditor.cpp M +2 -17 kmail/recipientseditor.h M +1 -1 kmail/searchwindow.cpp M +406 -361 kmail/smimeconfiguration.ui M +1 -2 kmail/undostack.cpp M +3 -11 kmail/urlhandlermanager.cpp M +1 -1 kmail/warningconfiguration.ui M +6 -10 kmobiletools/kmobiletools/engines/fake_engine/fake_engine.desktop M +23 -5 kmobiletools/kmobiletools/engines/fake_engine/fakeengine.cpp M +10 -2 kmobiletools/kmobiletools/engines/fake_engine/fakeengine.h M +2 -0 kmobiletools/kmobiletools/libkmobiletools/CMakeLists.txt M +16 -3 kmobiletools/kmobiletools/libkmobiletools/deviceloader.cpp M +13 -2 kmobiletools/kmobiletools/libkmobiletools/deviceloader.h A kmobiletools/kmobiletools/libkmobiletools/ifaces/wizardprovider.cpp trunk/KDE/kdepim/kmobiletools/kmobiletools/libkmobiletools/ifaces/wizardprovider.cpp#708237 [License: GPL (v2+)] A kmobiletools/kmobiletools/libkmobiletools/ifaces/wizardprovider.h trunk/KDE/kdepim/kmobiletools/kmobiletools/libkmobiletools/ifaces/wizardprovider.h#708237 [License: GPL (v2+)] M +4 -0 kmobiletools/kmobiletools/libkmobiletools/serviceloader.cpp M +4 -3 kmobiletools/kmobiletools/mainpart/CMakeLists.txt M +130 -155 kmobiletools/kmobiletools/mainpart/devicemanager.cpp M +29 -20 kmobiletools/kmobiletools/mainpart/devicemanager.h M +1 -1 kmobiletools/kmobiletools/mainpart/errorlogdialog.cpp M +79 -190 kmobiletools/kmobiletools/mainpart/kmobiletools_mainpart.cpp M +108 -78 kmobiletools/kmobiletools/mainpart/kmobiletools_mainpart.h M +4 -6 kmobiletools/kmobiletools/mainpart/kmobiletools_mainpart.rc A kmobiletools/kmobiletools/mainpart/newdevicewizard/devicewizard.cpp trunk/KDE/kdepim/kmobiletools/kmobiletools/mainpart/newdevicewizard/devicewizard.cpp#708237 [License: GPL (v2+)] A kmobiletools/kmobiletools/mainpart/newdevicewizard/devicewizard.h trunk/KDE/kdepim/kmobiletools/kmobiletools/mainpart/newdevicewizard/devicewizard.h#708237 [License: GPL (v2+)] M +150 -78 kmobiletools/kmobiletools/mainpart/newdevicewizard/firstpage.cpp M +9 -10 kmobiletools/kmobiletools/mainpart/newdevicewizard/firstpage.h M +44 -69 kmobiletools/kmobiletools/mainpart/newdevicewizard/firstpage.ui M +6 -3 kmobiletools/kmobiletools/mainpart/newdevicewizard/lastpage.cpp D kmobiletools/kmobiletools/mainpart/newdevicewizard/newdevicewizard.cpp D kmobiletools/kmobiletools/mainpart/newdevicewizard/newdevicewizard.h A kmobiletools/kmobiletools/mainpart/newdevicewizard/phone_connection.png trunk/KDE/kdepim/kmobiletools/kmobiletools/mainpart/newdevicewizard/phone_connection.png#708237 A kmobiletools/kmobiletools/mainpart/newdevicewizard/welcomepage.cpp trunk/KDE/kdepim/kmobiletools/kmobiletools/mainpart/newdevicewizard/welcomepage.cpp#708237 [License: GPL (v2+)] A kmobiletools/kmobiletools/mainpart/newdevicewizard/welcomepage.h trunk/KDE/kdepim/kmobiletools/kmobiletools/mainpart/newdevicewizard/welcomepage.h#708237 [License: GPL (v2+)] M +13 -7 kmobiletools/kmobiletools/mainpart/servicemodel/deviceitem.cpp M +24 -0 kmobiletools/kmobiletools/mainpart/servicemodel/servicemodel.cpp M +4 -0 kmobiletools/kmobiletools/mainpart/servicemodel/servicemodel.h M +12 -1 kmobiletools/kmobiletools/mainpart/servicemodel/treeitem.cpp M +25 -1 kmobiletools/kmobiletools/mainpart/servicemodel/treeitem.h M +37 -3 kmobiletools/kmobiletools/mainpart/services/addressbook/addressbook.cpp M +2 -1 kmobiletools/kmobiletools/mainpart/services/addressbook/addressbook.h M +1 -0 kmobiletools/mobile-kioslaves/mobile.protocol M +1 -0 kmobiletools/mobile-kioslaves/obex/obex2.protocol M +1 -0 kmobiletools/mobile-kioslaves/p2kslave/p2k.protocol M +1 -0 kmobiletools/tests/kserialdeviceemulator/kserialdeviceemulator.desktop M +4 -3 knode/knode.kcfg M +1 -0 kode/kwsdl/kwsdl_compiler.desktop _M kode/kxforms/editor/globalsettingsdlg.cpp _M kode/kxforms/editor/globalsettingsdlg.h _M kode/kxforms/editor/inputtypeaction.cpp _M kode/kxforms/editor/inputtypeaction.h _M kode/kxforms/editor/readonlyaction.cpp _M kode/kxforms/editor/readonlyaction.h M +1 -0 kode/kxforms/kxforms.desktop _M kode/kxforms/tests/simplefeature.ugh M +1 -0 kontact/plugins/kmail/kcmkmailsummary.desktop M +2 -0 kontact/plugins/kmobiletools/kmobiletools.desktop M +4 -4 kontact/plugins/korganizer/apptsummarywidget.cpp M +3 -0 kontact/plugins/korganizer/kcmapptsummary.desktop M +2 -0 kontact/plugins/korganizer/kcmtodosummary.desktop M +1 -0 kontact/plugins/newsticker/kcmkontactknt.desktop M +2 -0 kontact/plugins/specialdates/kcmsdsummary.desktop M +1 -1 kontact/plugins/specialdates/sdsummarywidget.cpp M +1 -0 kontact/src/kontact.setdlg M +2 -2 korganizer/calendarview.cpp M +1 -1 korganizer/dbuscalendar.desktop M +1 -1 korganizer/journalview.cpp M +9 -9 korganizer/koagendaitem.cpp M +5 -5 korganizer/koagendaview.cpp M +18 -18 korganizer/koeditorgeneralevent.cpp M +1 -1 korganizer/koeditorgeneralevent.h M +6 -4 korganizer/koeditorgeneraljournal.cpp M +3 -3 korganizer/koeditorgeneraltodo.cpp M +2 -2 korganizer/koeditorrecurrence.cpp M +6 -0 korganizer/kojournaleditor.cpp M +10 -11 korganizer/kojournalview.cpp M +2 -2 korganizer/kojournalview.h M +4 -4 korganizer/kolistview.cpp M +16 -7 korganizer/komonthview.cpp M +6 -0 korganizer/komonthview.h M +2 -3 korganizer/korganizer-import.desktop M +3 -4 korganizer/korganizer.desktop M +12 -10 korganizer/korganizer_configcolorsandfonts.desktop M +44 -45 korganizer/korganizer_configdesignerfields.desktop M +43 -44 korganizer/korganizer_configfreebusy.desktop M +45 -46 korganizer/korganizer_configgroupautomation.desktop M +44 -45 korganizer/korganizer_configgroupscheduling.desktop M +10 -10 korganizer/korganizer_configmain.desktop M +41 -42 korganizer/korganizer_configplugins.desktop M +48 -49 korganizer/korganizer_configtime.desktop M +46 -47 korganizer/korganizer_configviews.desktop M +2 -2 korganizer/kotimelineview.cpp M +1 -1 korganizer/kotodoview.cpp M +5 -5 korganizer/kotodoviewitem.cpp M +2 -2 korganizer/kowhatsnextview.cpp M +9 -1 korganizer/navigatorbar.cpp M +1 -0 korganizer/plugins/hebrew/hebrew.desktop M +1 -0 korganizer/plugins/picoftheday/picoftheday.desktop M +1 -0 korganizer/plugins/thisdayinhistory/thisdayinhistory.desktop M +2 -2 korganizer/printing/calprintdayconfig_base.ui M +5 -5 korganizer/printing/calprintdefaultplugins.cpp M +6 -6 korganizer/printing/calprintpluginbase.cpp M +1 -1 korganizer/timelineitem.cpp M +0 -1 korganizer/uninstall.desktop _M kpilot/conduits/base/design/Use_Case_-_Conduit_Syncing.odt M +27 -7 kpilot/conduits/base/hhrecord.cc M +19 -3 kpilot/conduits/keyringconduit/keyringhhdataproxy.cc M +6 -5 kpilot/conduits/keyringconduit/keyringhhrecord.cc M +2 -1 kpilot/conduits/keyringconduit/keyringhhrecord.h M +1 -0 kpilot/conduits/keyringconduit/kpilot-conduit-keyring.desktop _M kpilot/conduits/keyringconduit/tests/main.cc M +2 -2 kpilot/conduits/vcalconduit/vcalRecord.cc M +1 -1 kpilot/lib/pilot.h M +2 -4 kpilot/lib/pilotAppInfo.cc M +2 -2 kresources/birthdays/resourcekabc.cpp M +6 -6 kresources/egroupware/kcal_resourcexmlrpc.cpp M +3 -3 kresources/kolab/kcal/event.cpp M +5 -5 kresources/kolab/kcal/incidence.cpp M +2 -2 kresources/kolab/kcal/resourcekolab.cpp M +4 -4 kresources/slox/kcalresourceslox.cpp M +7 -2 ktimetracker/CMakeLists.txt M +84 -62 ktimetracker/cfgdisplay.ui M +1 -1 ktimetracker/csvexportdialog.cpp M +4 -4 ktimetracker/csvexportdialog_base.ui M +0 -1 ktimetracker/desktoptracker.cpp M +2 -1 ktimetracker/edithistorydialog.cpp M +2 -0 ktimetracker/focusdetectornotifier.cpp M +2 -0 ktimetracker/focusdetectornotifier.h M +1 -4 ktimetracker/karm_part.cpp M +2 -2 ktimetracker/karmstorage.cpp M +3 -0 ktimetracker/ktimetracker.kcfg M +11 -600 ktimetracker/mainwindow.cpp M +0 -69 ktimetracker/mainwindow.h A ktimetracker/org.kde.ktimetracker.ktimetracker.xml trunk/KDE/kdepim/ktimetracker/org.kde.ktimetracker.ktimetracker.xml#708237 M +2 -2 ktimetracker/print.cpp M +12 -77 ktimetracker/taskview.cpp M +0 -3 ktimetracker/taskview.h M +2 -2 ktimetracker/timekard.cpp M +543 -4 ktimetracker/timetrackerwidget.cpp M +58 -4 ktimetracker/timetrackerwidget.h M +7 -1 ktimetracker/tray.cpp M +17 -21 libkdepim/addresseelineedit.cpp M +4 -4 libkdepim/addresseeview.cpp M +2 -2 libkdepim/calendardiffalgo.cpp M +2 -2 libkdepim/csshelper.cpp M +2 -2 libkdepim/htmldiffalgodisplay.cpp M +1 -0 libkleo/libkleopatrarc.desktop M +2 -1 maildir/maildir.cpp M +1 -0 plugins/kmail/bodypartformatter/text_xdiff.desktop