[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 151007] When Exporting from ktimetracker, get all 0s,
From:       Robert Zwerus <arzie () dds ! nl>
Date:       2007-10-31 18:17:46
Message-ID: 20071031181746.3596.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=151007         




------- Additional Comments From arzie dds nl  2007-10-31 19:17 -------
SVN commit 731442 by arzie:

Merged revisions 731066-731441 via svnmerge from 
svn+ssh://arzie svn kde org/home/kde/trunk/KDE/kdepim/akonadi

................
  r731200 | vkrause | 2007-10-30 23:28:20 +0100 (Tue, 30 Oct 2007) | 5 lines
  
  - remove the various collection status values from the database and
    calculate them on demand, they haven't been updated correctly anyway
  - add a "silent" version of SELECT, not returning any status information
    since we don't need them most of the time
................
  r731385 | tilladam | 2007-10-31 16:34:30 +0100 (Wed, 31 Oct 2007) | 1218 lines
  
  Merged revisions 723316-730456 via svnmerge from 
  svn+ssh://tilladam svn kde org/home/kde/trunk/KDE/kdepim
  
  ................
    r723470 | mlaurent | 2007-10-09 21:23:48 +0200 (Tue, 09 Oct 2007) | 2 lines
    
    Make it relative
  ................
    r723478 | djarvie | 2007-10-09 21:52:16 +0200 (Tue, 09 Oct 2007) | 1 line
    
    Remove warning
  ................
    r723560 | djarvie | 2007-10-10 02:12:10 +0200 (Wed, 10 Oct 2007) | 1 line
    
    Prevent html tags being displayed to users
  ................
    r723620 | djarvie | 2007-10-10 10:00:36 +0200 (Wed, 10 Oct 2007) | 3 lines
    
    Prevent crash on reloading a resource.
    Prevent error message if user cancels resource selection when adding new alarm
  ................
    r723621 | djarvie | 2007-10-10 10:02:31 +0200 (Wed, 10 Oct 2007) | 1 line
    
    Fix i18n strings
  ................
    r723829 | tmcguire | 2007-10-10 22:49:16 +0200 (Wed, 10 Oct 2007) | 8 lines
    
    Don't set the size off the folder tree to 0 when hiding and then enabling the \
favorite  folder view again.
    This happend because invalid splitter sizes were written to config.
    Now the splitter sizes are only written if the splitter is actually shown.
    
    Also, fix some identation.
  ................
    r723841 | tmcguire | 2007-10-10 23:37:22 +0200 (Wed, 10 Oct 2007) | 11 lines
    
    Initalize the index of the size column correctly (porting bug).
    
    Otherwise, enabling/disabling the favorite folder view caused a call to
    KFolderTreeItem::setFolderSize(), which used setText() on the (uninitalized)
    size column index. Now, the uninitalized value is rather huge, and setText() \
tried to  allocate really many columns. The result was that all memory was used up \
und  the system frooze completely.
    
    This also fixes the favorite folder view not showing any labels.
  ................
    r723853 | tmcguire | 2007-10-11 00:19:13 +0200 (Thu, 11 Oct 2007) | 7 lines
    
    Disable the tooltips for the favorite folder view for now, until all the folder
    stuff has been ported to QTreeWidget.
    
    I can't find an easy way to make the tooltip work now, the QHelpEvents for the
    view's items are never received by the view, and thus this approach does not \
                work.
  ................
    r723859 | tmcguire | 2007-10-11 00:26:36 +0200 (Thu, 11 Oct 2007) | 3 lines
    
    Fix icon
  ................
    r723870 | djarvie | 2007-10-11 01:01:14 +0200 (Thu, 11 Oct 2007) | 2 lines
    
    Fix display of command output display alarms
  ................
    r723873 | djarvie | 2007-10-11 01:19:41 +0200 (Thu, 11 Oct 2007) | 1 line
    
    Fix crash when a resource is disabled
  ................
    r723881 | djarvie | 2007-10-11 02:03:48 +0200 (Thu, 11 Oct 2007) | 1 line
    
    Fix updating after text is edited
  ................
    r723882 | djarvie | 2007-10-11 02:06:19 +0200 (Thu, 11 Oct 2007) | 1 line
    
    Fix virtual function
  ................
    r724123 | lunakl | 2007-10-11 15:50:53 +0200 (Thu, 11 Oct 2007) | 3 lines
    
    full dbus service name for kapp->updateRemoteUserTimestamp()
  ................
    r724139 | winterz | 2007-10-11 16:57:08 +0200 (Thu, 11 Oct 2007) | 5 lines
    
    remove networkstatus, per Bille.
    this functionality has been moved into kdelibs and kdebase.
    should have been removed a long time ago.  not sure it was
    even being compiled anymore.
  ................
    r724160 | winterz | 2007-10-11 18:32:25 +0200 (Thu, 11 Oct 2007) | 2 lines
    
    keep the tooltip text as it was -- i.e. previous/next month/year
  ................
    r724175 | winterz | 2007-10-11 19:03:39 +0200 (Thu, 11 Oct 2007) | 2 lines
    
    fix the "Month Year" title
  ................
    r724180 | winterz | 2007-10-11 19:13:41 +0200 (Thu, 11 Oct 2007) | 2 lines
    
    increase the version number from "4.0 alpha1" to "4.0 beta3".
  ................
    r724229 | djarvie | 2007-10-11 21:35:04 +0200 (Thu, 11 Oct 2007) | 1 line
    
    Remove warning
  ................
    r724295 | djarvie | 2007-10-12 00:06:57 +0200 (Fri, 12 Oct 2007) | 1 line
    
    Finally make command output display alarms work
  ................
    r724308 | winterz | 2007-10-12 00:54:09 +0200 (Fri, 12 Oct 2007) | 5 lines
    
    Cornelius and Reinhold are shown as "Former Maintainers".
    Add myself as "Janitorial Staff"
    Change the short description to simply "A Personal Organizer"
    Add Mike Arthur to the credits.
  ................
    r724608 | winterz | 2007-10-12 22:23:04 +0200 (Fri, 12 Oct 2007) | 6 lines
    
    Big batch of improvements to the toolbar and the toplevel menus.
    Still lots more work to be done.
    
    Also did a major style cleaning in actionmanager.
  ................
    r724634 | winterz | 2007-10-12 23:37:13 +0200 (Fri, 12 Oct 2007) | 4 lines
    
    deprecated--
    pointSize() -> fontPointSize()
  ................
    r724638 | winterz | 2007-10-12 23:45:32 +0200 (Fri, 12 Oct 2007) | 3 lines
    
    cleaning and code styling
    SVN_SILENT:
  ................
    r724754 | gamaral | 2007-10-13 11:37:53 +0200 (Sat, 13 Oct 2007) | 10 lines
    
    2007/10/13  Guillermo Antonio Amaral Bastidas (gamaral) <me guillermoamaral com>
    
        * removed Qt3 support dependencies found
        * stripped main.cpp, application class implemented in application.cpp
        * moved main.h to application.h
        * updated maintainer information
        * updated CMakeLists.txt
        * implemented command line option --skip-note
  ................
    r724759 | gamaral | 2007-10-13 12:05:31 +0200 (Sat, 13 Oct 2007) | 3 lines
    
    Missing application.cpp ( woops ) ;-)
  ................
    r724793 | vkrause | 2007-10-13 15:25:57 +0200 (Sat, 13 Oct 2007) | 47 lines
    
    Reducing the diff to Robert's branch a bit.
    
    Merged revisions \
716588-717309,717311-717676,717678-720056,720058-720699,720701-723125,723127-724607 \
via svnmerge from   https://vkrause svn kde org/home/kde/branches/work/arzie_akonadi
    
    ........
      r716588 | arzie | 2007-09-25 01:55:14 +0200 (Tue, 25 Sep 2007) | 1 line
      
      Update database layout a little.
    ........
      r716592 | arzie | 2007-09-25 02:08:03 +0200 (Tue, 25 Sep 2007) | 1 line
      
      Updated documentation (mostly spelling and grammar).
    ........
      r716595 | arzie | 2007-09-25 02:19:17 +0200 (Tue, 25 Sep 2007) | 1 line
      
      Updated documentation (mostly spelling and grammar).
    ........
      r720056 | arzie | 2007-10-02 10:58:37 +0200 (Tue, 02 Oct 2007) | 1 line
      
      Spelling.
    ........
      r720105 | arzie | 2007-10-02 14:11:56 +0200 (Tue, 02 Oct 2007) | 1 line
      
      Spelling.
    ........
      r720795 | arzie | 2007-10-03 20:29:21 +0200 (Wed, 03 Oct 2007) | 1 line
      
      Fix compilation issue with itemsync. Make xmllint-test work.
    ........
      r722063 | arzie | 2007-10-06 16:57:57 +0200 (Sat, 06 Oct 2007) | 1 line
      
      Transform Enron dataset to valid maildir. Process all messages instead of just \
                one subdirectory.
    ........
      r724131 | arzie | 2007-10-11 16:23:24 +0200 (Thu, 11 Oct 2007) | 1 line
      
      Imported the source of the Akonadi UML overview. Created by Christian \
                Schaarschmidt (schaarsc).
    ........
      r724530 | arzie | 2007-10-12 17:11:26 +0200 (Fri, 12 Oct 2007) | 1 line
      
      Updated Enron processing scripts.
    ........
      r724607 | arzie | 2007-10-12 22:20:15 +0200 (Fri, 12 Oct 2007) | 1 line
      
      Updated Enron processing scripts.
    ........
  ................
    r724808 | vkrause | 2007-10-13 16:30:59 +0200 (Sat, 13 Oct 2007) | 31 lines
    
    Merged conflict detection from Robert.
    
    Merged revisions \
680236,680238-680446,680448-680455,680457-680460,680462-680521,680524-680525,680527-68 \
0610,680612-680871,680873-680874,680876-682473,682475-682858,682860-682861,682863-6839 \
94,683996-685727,685729-685735,685738-685739,685741,685743,685746-685852,685854-685876 \
,685878-686152,686154-686183,686185,686187-686572,686574,686576-686821,686823,686825-6 \
88632,688634-688640,688642-688957,688959-689160,689162-694603,694606-694881,694883-695 \
089,695091,695093-695625,695627,695629-697127,697129-697131,697133-697334,697336,69733 \
8-697363,697365-697955,697957-698546,698548-698644,698646-698857,698859,698861-699987, \
699989-700458,700460-700549,700551-701316,701318,701320-701908,701910,701913-701914,70 \
1916-702305,702307-703385,703387-703609,703611-703837,703839-704355,704357-704591,7045 \
93-705183,705185-705203,705205-705377,705379,705381-705884,705886-705896,705898-706031 \
,706033-706073,706075-706160,706162-706221,706223-706395,706397-706438,706440-708272,708274-708690,708692-708
  803,708805-708904,708907-709006,709008-709193,709195-709256,709258-709298,709300-710 \
654,710656-710658,710660-710672,710674,710677-710735,710737-714445,714447-714453,71445 \
5-714768,714770-715325,715327-715589,715591-715666,715668-716587,716589-716591,716593- \
716594,716596-717309,717311-717676,717678-720055,720058-720104,720106-720699,720701-72 \
0794,720796-722062,722064-723125,723127-724130,724132-724529,724531-724606,724608-724794 \
via svnmerge from   https://vkrause svn kde org/home/kde/branches/work/arzie_akonadi
    
    ........
      r704593 | arzie | 2007-08-25 16:08:30 +0200 (Sat, 25 Aug 2007) | 1 line
      
      Multipart testdata.
    ........
      r710561 | arzie | 2007-09-10 12:39:27 +0200 (Mon, 10 Sep 2007) | 1 line
      
      Spelling. Start implementing optimistic locking.
    ........
      r710678 | arzie | 2007-09-10 18:23:33 +0200 (Mon, 10 Sep 2007) | 1 line
      
      Fixed unittest-values.
    ........
      r710729 | arzie | 2007-09-10 20:37:00 +0200 (Mon, 10 Sep 2007) | 1 line
      
      Bugfixes (unit test works now).
    ........
      r712209 | arzie | 2007-09-14 00:16:05 +0200 (Fri, 14 Sep 2007) | 1 line
      
      Added command to remove parts to STORE. Further implemented optimistic locking \
                (disabled for now, doesn't work completely correct yet). Updated unit \
                tests.
    ........
      r714438 | arzie | 2007-09-19 16:57:33 +0200 (Wed, 19 Sep 2007) | 1 line
      
      Finished revision checking, including added unit test. Allow ItemStoreJob with \
only a DataReference (instead of an Item). Update Resources to support revision \
                checking.
    ........
  ................
    r724814 | vkrause | 2007-10-13 16:40:08 +0200 (Sat, 13 Oct 2007) | 2 lines
    
    SVN_SILENT typo
  ................
    r724818 | winterz | 2007-10-13 16:54:23 +0200 (Sat, 13 Oct 2007) | 5 lines
    
    Port to the new way of printing for KDE4
    
    BTW: is there a way to actually select print preview from the GUI somehow?
  ................
    r724828 | winterz | 2007-10-13 17:23:45 +0200 (Sat, 13 Oct 2007) | 5 lines
    
    deprecated--
    The Orientation setting is not a member of a group.
    
    Also, some style and coding fixes.
  ................
    r724842 | tmcguire | 2007-10-13 17:58:33 +0200 (Sat, 13 Oct 2007) | 4 lines
    
    Add i18n to the action names for folder shortcuts, because those names
    show up in the 'Configure Shortcuts' dialog.
  ................
    r724859 | gamaral | 2007-10-13 19:00:09 +0200 (Sat, 13 Oct 2007) | 6 lines
    
    BUG:101107
    
      Added "Remember Desktop" option
             can be configured per note or globably.
  ................
    r724925 | gamaral | 2007-10-13 23:10:32 +0200 (Sat, 13 Oct 2007) | 4 lines
    
    BUG: 149116
         Make Show All Notes... show all notes. ;-)
  ................
    r724952 | winterz | 2007-10-14 00:49:45 +0200 (Sun, 14 Oct 2007) | 3 lines
    
    I have no idea why we were installing these headers.
  ................
    r724953 | winterz | 2007-10-14 00:51:22 +0200 (Sun, 14 Oct 2007) | 2 lines
    
    make the individual print type config pages a little nicer.
  ................
    r724954 | winterz | 2007-10-14 00:52:22 +0200 (Sun, 14 Oct 2007) | 3 lines
    
    put a strecher under the radio buttons.
    make sure to default to an initial print style that is enabled.
  ................
    r724958 | jlayt | 2007-10-14 01:20:22 +0200 (Sun, 14 Oct 2007) | 4 lines
    
    Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS.
    
    Margins need fixing.
  ................
    r724960 | jlayt | 2007-10-14 01:34:18 +0200 (Sun, 14 Oct 2007) | 2 lines
    
    Port from QPrinter to KPrinter, remove dependency on KDE4_KDEPRINT_LIBS
  ................
    r724961 | jlayt | 2007-10-14 01:36:10 +0200 (Sun, 14 Oct 2007) | 5 lines
    
    Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS
    
    There's some very old print code in here that is very non-standard, it needs
    refactoring to do it the modern way.
  ................
    r724967 | winterz | 2007-10-14 02:32:59 +0200 (Sun, 14 Oct 2007) | 3 lines
    
    deprecated--
    lots of code cleaning and style fixes.
  ................
    r725012 | gamaral | 2007-10-14 10:11:30 +0200 (Sun, 14 Oct 2007) | 9 lines
    
    2007/10/14  Guillermo Antonio Amaral Bastidas (gamaral) <me guillermoamaral com>
    
        * added HACKING
        * added ISSUES
        * updated README and AUTHORS
        * modified knoteconfigdlg.cpp
                   renamed "Remember Desktop" to "Remember desktop"
  ................
    r725021 | gamaral | 2007-10-14 11:13:51 +0200 (Sun, 14 Oct 2007) | 3 lines
    
    Change KNotes maintainer information.
  ................
    r725046 | osterfeld | 2007-10-14 12:44:28 +0200 (Sun, 14 Oct 2007) | 1 line
    
    fix crash in articleview
  ................
    r725058 | otrichet | 2007-10-14 14:16:32 +0200 (Sun, 14 Oct 2007) | 3 lines
    
    Fix the display of the headers in the article view.
    Do not mix calls to write(const char*) and write(QString) of a KHTMLPart anymore; \
only use the later. (Input datas were not put in the expected order in the generated \
                HTML)
  ................
    r725079 | vkrause | 2007-10-14 15:45:30 +0200 (Sun, 14 Oct 2007) | 3 lines
    
    Factor the change recorder out of ResourceBase and reuse some Monitor
    internals which gets rid of quite some duplicated code.
  ................
    r725093 | winterz | 2007-10-14 16:19:18 +0200 (Sun, 14 Oct 2007) | 2 lines
    
    Fix the month title and make sure it is centered.
  ................
    r725095 | winterz | 2007-10-14 16:25:25 +0200 (Sun, 14 Oct 2007) | 2 lines
    
    the name of the event icon is "appointment", not "event".
  ................
    r725102 | winterz | 2007-10-14 17:00:09 +0200 (Sun, 14 Oct 2007) | 3 lines
    
    coding style cleanup
    SVN_SILENT:
  ................
    r725103 | winterz | 2007-10-14 17:02:20 +0200 (Sun, 14 Oct 2007) | 2 lines
    
    minor changes to the text for the Go menu
  ................
    r725104 | vkrause | 2007-10-14 17:04:01 +0200 (Sun, 14 Oct 2007) | 2 lines
    
    Filter changes before recording them.
  ................
    r725203 | winterz | 2007-10-15 00:05:54 +0200 (Mon, 15 Oct 2007) | 4 lines
    
    deprecated--
    also, don't allow the splitter to collapse children because
    then the print type button group disappears, and that isn't good.
  ................
    r725206 | boemann | 2007-10-15 00:12:58 +0200 (Mon, 15 Oct 2007) | 4 lines
    
    Change various frames to make a nicer visual appearence
    Mostly a matter of using styled frames rather than ugly win95 type
    And also remove the big around-it-all frame.
  ................
    r725208 | winterz | 2007-10-15 00:27:06 +0200 (Mon, 15 Oct 2007) | 3 lines
    
    coding style cleaning
    SVN_SILENT:
  ................
    r725255 | tstaerk | 2007-10-15 06:24:17 +0200 (Mon, 15 Oct 2007) | 4 lines
    
    Exporting to csv files works, now we un-bloat the UI by removing the 
    printing possibility.
  ................
    r725458 | dfaure | 2007-10-15 14:51:47 +0200 (Mon, 15 Oct 2007) | 2 lines
    
    Ported to popupMenu() signal changes from 2 weeks ago.
  ................
    r725467 | winterz | 2007-10-15 15:20:32 +0200 (Mon, 15 Oct 2007) | 2 lines
    
    orientationlabel aligned right, so it is nearby to the associated pulldown.
  ................
    r725470 | winterz | 2007-10-15 15:29:12 +0200 (Mon, 15 Oct 2007) | 2 lines
    
    fix the header label
  ................
    r725482 | winterz | 2007-10-15 16:01:24 +0200 (Mon, 15 Oct 2007) | 2 lines
    
    add configChanged() signal
  ................
    r725495 | cschumac | 2007-10-15 17:04:18 +0200 (Mon, 15 Oct 2007) | 3 lines
    
    Read toolbar positions after the toolbars are created. So remembering toolbar
    settings works again.
  ................
    r725505 | winterz | 2007-10-15 17:26:07 +0200 (Mon, 15 Oct 2007) | 2 lines
    
    remove empty Path= line
  ................
    r725506 | winterz | 2007-10-15 17:26:32 +0200 (Mon, 15 Oct 2007) | 2 lines
    
    add a Name= line
  ................
    r725510 | winterz | 2007-10-15 17:38:22 +0200 (Mon, 15 Oct 2007) | 3 lines
    
    cruft cleaning
    SVN_SILENT:
  ................
    r725537 | winterz | 2007-10-15 18:45:22 +0200 (Mon, 15 Oct 2007) | 3 lines
    
    scrubbing, coding style fixes.
    SVN_SILENT:
  ................
    r725551 | winterz | 2007-10-15 18:59:34 +0200 (Mon, 15 Oct 2007) | 2 lines
    
    put back tooltips for the to-dos
  ................
    r725552 | winterz | 2007-10-15 19:05:19 +0200 (Mon, 15 Oct 2007) | 5 lines
    
    make sure the toolbar Undo text always says "Undo".
    Keep the specific Undo action text only in the menu.
    
    Fixes a Cornelius complaint.
  ................
    r725553 | lechner | 2007-10-15 19:09:50 +0200 (Mon, 15 Oct 2007) | 2 lines
    
    correcting icon names
  ................
    r725564 | lechner | 2007-10-15 19:40:06 +0200 (Mon, 15 Oct 2007) | 2 lines
    
    More work on the job viewer 
  ................
    r725574 | lechner | 2007-10-15 20:26:03 +0200 (Mon, 15 Oct 2007) | 2 lines
    
    adding progress information to the job and the job viewer
  ................
    r725652 | dfaure | 2007-10-16 00:24:08 +0200 (Tue, 16 Oct 2007) | 2 lines
    
    kcmshell renamed to kcmshell4 to fix co-installability between kdelibs3 and \
                kdebase4-runtime
  ................
    r725838 | mlaurent | 2007-10-16 11:57:16 +0200 (Tue, 16 Oct 2007) | 2 lines
    
    QStringlist can be emptuy
  ................
    r725897 | cschumac | 2007-10-16 15:47:27 +0200 (Tue, 16 Oct 2007) | 2 lines
    
    Fix handling of all day events.
  ................
    r725936 | dfaure | 2007-10-16 18:39:50 +0200 (Tue, 16 Oct 2007) | 3 lines
    
    It might not be defined, so move it inside the if.
    No idea why this broke now; maybe due to my update to cmake CVS HEAD?
  ................
    r725953 | lechner | 2007-10-16 19:46:14 +0200 (Tue, 16 Oct 2007) | 2 lines
    
    adding a skeleton for UI triggered job cancellation
  ................
    r725975 | boemann | 2007-10-16 21:09:12 +0200 (Tue, 16 Oct 2007) | 3 lines
    
    less empty space around "applications" when viewed in kontact
    makes everything line up better
  ................
    r725980 | winterz | 2007-10-16 21:27:51 +0200 (Tue, 16 Oct 2007) | 2 lines
    
    AFAIT, version 0.33 is the minimum version that kitchensync will compile against.
  ................
    r725982 | winterz | 2007-10-16 21:37:30 +0200 (Tue, 16 Oct 2007) | 3 lines
    
    Undo (action) => Undo: action
    this is how KOffice does it, and I like it better
  ................
    r726014 | winterz | 2007-10-16 23:10:17 +0200 (Tue, 16 Oct 2007) | 3 lines
    
    scrubbing and coding style fixes.
    SVN_SILENT:
  ................
    r726049 | winterz | 2007-10-17 01:34:29 +0200 (Wed, 17 Oct 2007) | 2 lines
    
    make tooltips work.
  ................
    r726051 | winterz | 2007-10-17 01:55:08 +0200 (Wed, 17 Oct 2007) | 6 lines
    
    bltBit is deprecated.
    I don't think we need to write into a Pixmap and then
    bltBit those pixels onto the screen anymore.
    
    Someone correct me if I'm wrong.
  ................
    r726181 | scripty | 2007-10-17 08:00:05 +0200 (Wed, 17 Oct 2007) | 1 line
    
    SVN_SILENT made messages (.desktop file)
  ................
    r726238 | gamaral | 2007-10-17 11:35:47 +0200 (Wed, 17 Oct 2007) | 10 lines
    
    
      Minor fixes:
        
        Made note look better.
        Made close button smaller.
        Made Rich Text toolbar a bit bigger.
        Fixed indentation icons.
        Removed references to non existant fancy style.
  ................
    r726290 | cschumac | 2007-10-17 15:07:09 +0200 (Wed, 17 Oct 2007) | 2 lines
    
    Move time labels to own file.
  ................
    r726310 | cschumac | 2007-10-17 15:40:16 +0200 (Wed, 17 Oct 2007) | 3 lines
    
    Fix display of event indicators (that's the small arrows which show if there is
    an event scrolled off visible display).
  ................
    r726327 | winterz | 2007-10-17 16:16:39 +0200 (Wed, 17 Oct 2007) | 2 lines
    
    the todo view group is called "Todo View", not "Todo Layout".
  ................
    r726351 | cschumac | 2007-10-17 17:24:58 +0200 (Wed, 17 Oct 2007) | 2 lines
    
    Fix creation of new events from all day part of agenda view.
  ................
    r726362 | winterz | 2007-10-17 18:19:18 +0200 (Wed, 17 Oct 2007) | 2 lines
    
    obey the user preference for displaying tooltips
  ................
    r726365 | cschumac | 2007-10-17 18:37:09 +0200 (Wed, 17 Oct 2007) | 3 lines
    
    Get rid of KORG_NOSPLITTER switch. The code doesn't even compile and makes the
    rest of the code harder to read.
  ................
    r726372 | cschumac | 2007-10-17 18:46:57 +0200 (Wed, 17 Oct 2007) | 2 lines
    
    Make the code slighlty more readable.
  ................
    r726373 | cschumac | 2007-10-17 18:49:01 +0200 (Wed, 17 Oct 2007) | 2 lines
    
    Fix warning.
  ................
    r726380 | cschumac | 2007-10-17 19:15:20 +0200 (Wed, 17 Oct 2007) | 2 lines
    
    Fix option to disable event tooltips.
  ................
    r726450 | boemann | 2007-10-17 21:28:31 +0200 (Wed, 17 Oct 2007) | 3 lines
    
    Make sure the right end of quicksearchbar is not cut off.
  ................
    r726451 | winterz | 2007-10-17 21:30:48 +0200 (Wed, 17 Oct 2007) | 3 lines
    
    cleanup the month selector menu.
  ................
    r726469 | vkrause | 2007-10-17 22:27:57 +0200 (Wed, 17 Oct 2007) | 2 lines
    
    Fix online/offline state handling.
  ................
    r726504 | tokoe | 2007-10-17 23:20:44 +0200 (Wed, 17 Oct 2007) | 6 lines
    
    Fix crash that happens when you try to resize the window
    with enabled JumpButtonBar.
    
    It seems Qt doesn't like it to delete widgets from within an
    event handler.
  ................
    r726514 | tokoe | 2007-10-17 23:51:48 +0200 (Wed, 17 Oct 2007) | 2 lines
    
    Remove this strange grey background
  ................
    r726515 | winterz | 2007-10-17 23:52:28 +0200 (Wed, 17 Oct 2007) | 5 lines
    
    add acceptProposedAction() to the dragEnterEvent() handler
    so DND works again.
    
    Thanks tokoe!
  ................
    r726519 | tokoe | 2007-10-18 00:01:10 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Cleaned up the toolbar
  ................
    r726524 | boemann | 2007-10-18 00:19:47 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Fix searchbar from visually cutting off widgets
  ................
    r726530 | winterz | 2007-10-18 00:34:39 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    clean up the dnd menu
  ................
    r726533 | tokoe | 2007-10-18 00:38:04 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Set a correct path, otherwise libdbus will assert
  ................
    r726538 | winterz | 2007-10-18 01:00:25 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    fix print icon on the RMB menu
  ................
    r726548 | tokoe | 2007-10-18 01:51:07 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Make url links work
  ................
    r726629 | cschumac | 2007-10-18 13:31:12 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Move TimeLabels and TimeScaleConfigDialog classes to own files.
  ................
    r726631 | cschumac | 2007-10-18 13:34:26 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Fix warning.
  ................
    r726632 | cschumac | 2007-10-18 13:34:39 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Remove unused libkcal headers.
  ................
    r726634 | cschumac | 2007-10-18 13:37:36 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Remove unused headers.
  ................
    r726639 | cschumac | 2007-10-18 13:56:44 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Remove hidden expand button.
  ................
    r726643 | mlaurent | 2007-10-18 14:22:00 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Fix logic
  ................
    r726644 | mlaurent | 2007-10-18 14:43:39 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    David is right, qobject_cast + q_assert is enought
  ................
    r726649 | mlaurent | 2007-10-18 15:11:56 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Add suffix when we initialize value
  ................
    r726662 | winterz | 2007-10-18 16:02:04 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    include KVBox -> include kvbox.h, just for the sake of consistency.
  ................
    r726681 | cschumac | 2007-10-18 17:06:39 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Add header labels for the timezone bars in the agenda view.
  ................
    r726724 | vkrause | 2007-10-18 20:25:13 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Fix crash when removing a resource instance.
  ................
    r726732 | reitelbach | 2007-10-18 21:24:46 +0200 (Thu, 18 Oct 2007) | 4 lines
    
    typo
    
    SVN_SILENT
  ................
    r726734 | vkrause | 2007-10-18 21:29:16 +0200 (Thu, 18 Oct 2007) | 2 lines
    
    Prepare AgentBase to become the base class of ResourceBase.
  ................
    r726892 | scripty | 2007-10-19 08:34:45 +0200 (Fri, 19 Oct 2007) | 1 line
    
    SVN_SILENT made messages (.desktop file)
  ................
    r726999 | cschumac | 2007-10-19 14:30:50 +0200 (Fri, 19 Oct 2007) | 2 lines
    
    Fix category based coloring of events.
  ................
    r727003 | cschumac | 2007-10-19 14:39:14 +0200 (Fri, 19 Oct 2007) | 2 lines
    
    Install KOrganizer manual.
  ................
    r727025 | mueller | 2007-10-19 15:39:53 +0200 (Fri, 19 Oct 2007) | 2 lines
    
    KDoubleSpinBox -> QDoubleSpinBox
  ................
    r727068 | cschumac | 2007-10-19 18:16:06 +0200 (Fri, 19 Oct 2007) | 2 lines
    
    Make minimum size of data navigator buttons smaller.
  ................
    r727073 | cschumac | 2007-10-19 18:46:08 +0200 (Fri, 19 Oct 2007) | 3 lines
    
    Use preferred event start time, if no time is specified by a selection or
    something else. 
  ................
    r727075 | vkrause | 2007-10-19 18:50:30 +0200 (Fri, 19 Oct 2007) | 2 lines
    
    ResourceBase inherits from AgentBase now.
  ................
    r727087 | cschumac | 2007-10-19 20:35:01 +0200 (Fri, 19 Oct 2007) | 2 lines
    
    Use QTreeWidget and QTreeWidgetItem instead of K3ListView and Q3CheckListItem. 
  ................
    r727105 | pino | 2007-10-19 22:24:42 +0200 (Fri, 19 Oct 2007) | 4 lines
    
    icon renaming:
    - mail_spam -> mail-mark-junk
    - mail_ham -> mail-mark-notjunk
  ................
    r727159 | vkrause | 2007-10-20 00:13:37 +0200 (Sat, 20 Oct 2007) | 2 lines
    
    Revert 706913, this is not a resource.
  ................
    r727164 | pino | 2007-10-20 00:18:45 +0200 (Sat, 20 Oct 2007) | 3 lines
    
    icon renaming:
    - mail-get -> mail-receive
  ................
    r727177 | vkrause | 2007-10-20 01:00:52 +0200 (Sat, 20 Oct 2007) | 2 lines
    
    install agentbase.h
  ................
    r727182 | djarvie | 2007-10-20 01:05:52 +0200 (Sat, 20 Oct 2007) | 1 line
    
    Minor tidy
  ................
    r727183 | pino | 2007-10-20 01:06:28 +0200 (Sat, 20 Oct 2007) | 4 lines
    
    icon renamings:
    - clear-left -> edit-clear-locationbar-rtl
    - locationbar-erase -> edit-clear-locationbar
  ................
    r727187 | vkrause | 2007-10-20 01:14:42 +0200 (Sat, 20 Oct 2007) | 4 lines
    
    The agent manager now handles all kind of agents, not just resources.
    This includes support for autostarting single-instance agents such as
    the mail threader.
  ................
    r727199 | vkrause | 2007-10-20 01:56:31 +0200 (Sat, 20 Oct 2007) | 2 lines
    
    Port strigi feeder agent.
  ................
    r727203 | vkrause | 2007-10-20 02:13:10 +0200 (Sat, 20 Oct 2007) | 2 lines
    
    Port Nepomuk feeder agent.
  ................
    r727207 | vkrause | 2007-10-20 02:31:34 +0200 (Sat, 20 Oct 2007) | 2 lines
    
    Finally get rid of the remaining search provider code.
  ................
    r727220 | vkrause | 2007-10-20 03:13:48 +0200 (Sat, 20 Oct 2007) | 2 lines
    
    Better output for non-resource agents.
  ................
    r727326 | scripty | 2007-10-20 08:46:16 +0200 (Sat, 20 Oct 2007) | 1 line
    
    SVN_SILENT made messages (.desktop file)
  ................
    r727373 | pino | 2007-10-20 11:56:57 +0200 (Sat, 20 Oct 2007) | 2 lines
    
    use a plain text instead of qrichtext where the rich text is not needed
  ................
    r727476 | vkrause | 2007-10-20 19:07:49 +0200 (Sat, 20 Oct 2007) | 3 lines
    
    Add proxy model for filtering the agent type and agent instance models
    by supported mimetypes and capabilities.
  ................
    r727485 | mikearthur | 2007-10-20 19:34:38 +0200 (Sat, 20 Oct 2007) | 2 lines
    
    Add some basic WYSIWYG support for incidence descriptions.
  ................
    r727488 | djarvie | 2007-10-20 20:28:38 +0200 (Sat, 20 Oct 2007) | 1 line
    
    Remove unnecessary applySettings() (thanks to David Faure)
  ................
    r727491 | tmcguire | 2007-10-20 20:44:16 +0200 (Sat, 20 Oct 2007) | 4 lines
    
    Don't allow drag&drop from the favorite folder view to the folder tree.
    It does not make sense and does not work.
  ................
    r727492 | tmcguire | 2007-10-20 20:53:13 +0200 (Sat, 20 Oct 2007) | 5 lines
    
    Rremove tab & fix identation
    
    SVN_SILENT
  ................
    r727494 | tmcguire | 2007-10-20 21:01:58 +0200 (Sat, 20 Oct 2007) | 13 lines
    
    Fix the icon for the folder shortcut action in case the folder has no 
    custom icon.
    
    Make the folder shortcut work by adding the action to the foldertree.
    Without that, the action would not work at all, because it was not in
    a menu or in a toolbar.
    
    For some reason, folder shortcuts don't work if there are conflicting 
    shortcuts and KMail is restarted though.
    
    deprecated-- 
  ................
    r727497 | tmcguire | 2007-10-20 21:13:10 +0200 (Sat, 20 Oct 2007) | 3 lines
    
    Fix signal/slot
  ................
    r727533 | mikearthur | 2007-10-20 23:30:45 +0200 (Sat, 20 Oct 2007) | 2 lines
    
    Various journal formatting fixes.
  ................
    r727591 | scripty | 2007-10-21 08:13:39 +0200 (Sun, 21 Oct 2007) | 1 line
    
    SVN_SILENT made messages (.desktop file)
  ................
    r727711 | djarvie | 2007-10-21 16:35:11 +0200 (Sun, 21 Oct 2007) | 1 line
    
    Show display icon
  ................
    r727769 | tstaerk | 2007-10-21 20:02:58 +0200 (Sun, 21 Oct 2007) | 4 lines
    
    Make CSV history export work.
    
    CCBUGS:151007
  ................
    r727781 | tstaerk | 2007-10-21 20:39:15 +0200 (Sun, 21 Oct 2007) | 3 lines
    
    Moving away old code.
  ................
    r727790 | djarvie | 2007-10-21 21:18:18 +0200 (Sun, 21 Oct 2007) | 2 lines
    
    Revert to old layout, to reduce confusion
  ................
    r727812 | djarvie | 2007-10-21 22:38:53 +0200 (Sun, 21 Oct 2007) | 2 lines
    
    Move recurrence text for greater clarity
  ................
    r727818 | uwolfer | 2007-10-21 22:55:37 +0200 (Sun, 21 Oct 2007) | 3 lines
    
    * fix tray icon
    * show configuration dialog
    * fix icons in configuration dialog and toolbar
  ................
    r727831 | pino | 2007-10-21 23:40:12 +0200 (Sun, 21 Oct 2007) | 4 lines
    
    icon renamings:
    - find-next -> edit-find-next
    - find-previous -> edit-find-previous
  ................
    r727845 | pino | 2007-10-22 00:26:10 +0200 (Mon, 22 Oct 2007) | 4 lines
    
    icon renamings:
    - mail-find -> edit-find-mail
    - mail-replylist -> mail-reply-list
  ................
    r727851 | gamaral | 2007-10-22 00:45:18 +0200 (Mon, 22 Oct 2007) | 3 lines
    
    Close button tweaks
  ................
    r727859 | pino | 2007-10-22 01:10:23 +0200 (Mon, 22 Oct 2007) | 3 lines
    
    icon renaming:
    - mail-new -> mail-message-new
  ................
    r727865 | pino | 2007-10-22 01:28:31 +0200 (Mon, 22 Oct 2007) | 3 lines
    
    icon renaming:
    - calendar-today -> go-jump-today
  ................
    r727874 | pino | 2007-10-22 02:11:17 +0200 (Mon, 22 Oct 2007) | 4 lines
    
    icon renamings:
    - tab-breakoff -> tab-detach
    - tab-remove -> tab-close
  ................
    r728005 | scripty | 2007-10-22 08:30:21 +0200 (Mon, 22 Oct 2007) | 1 line
    
    SVN_SILENT made messages (.desktop file)
  ................
    r728052 | gamaral | 2007-10-22 10:57:11 +0200 (Mon, 22 Oct 2007) | 9 lines
    
    2007/10/22  Guillermo Antonio Amaral Bastidas (gamaral) <me guillermoamaral com>
    
        * split knote constructor into multiple procedures.
        * new QLayout based knote layout.
        * fixed always on vertical scrollbar size grip bug.
        * modified knotebutton behaviour and size on note.
  ................
    r728147 | pino | 2007-10-22 16:52:36 +0200 (Mon, 22 Oct 2007) | 5 lines
    
    icon renamings:
    - encrypted -> security-high/document-encrypt
    - decrypted -> security-low/document-decrypt
    - halfencrypted -> security-medium
  ................
    r728161 | pino | 2007-10-22 17:58:52 +0200 (Mon, 22 Oct 2007) | 4 lines
    
    icon renamings:
    - emptytrash -> trash-empty
    - edit-trash -> user-trash
  ................
    r728173 | vkrause | 2007-10-22 18:19:56 +0200 (Mon, 22 Oct 2007) | 3 lines
    
    - don't start agents before the server is operational
    - check if there is still another server instance running
  ................
    r728194 | djarvie | 2007-10-22 19:10:17 +0200 (Mon, 22 Oct 2007) | 1 line
    
    Ensure dialog is displayed even if empty
  ................
    r728207 | djarvie | 2007-10-22 20:06:55 +0200 (Mon, 22 Oct 2007) | 3 lines
    
    Add D-Bus interfaces and command line options for new alarm edit dialog
    invocation interface, and for command display alarms.
  ................
    r728212 | tmcguire | 2007-10-22 20:28:36 +0200 (Mon, 22 Oct 2007) | 4 lines
    
    Add saftey check for drag&drop check I introduced.
    I did not crash before, but better be safe than sorry.
  ................
    r728214 | djarvie | 2007-10-22 20:28:48 +0200 (Mon, 22 Oct 2007) | 1 line
    
    Update with latest software changes
  ................
    r728223 | tmcguire | 2007-10-22 20:55:00 +0200 (Mon, 22 Oct 2007) | 6 lines
    
    Trigger an update of the favorite folder view when the splitter is moved.
    This fixes the problem of the favorite folder view being completely empty
    if the splitter size of the ffv was 0 at startup and then expanded.
    I don't know the real reason for that bug though.
  ................
    r728240 | pino | 2007-10-22 21:55:17 +0200 (Mon, 22 Oct 2007) | 10 lines
    
    icon renamings:
    - 1day -> view-calendar-day
    - 5days -> view-calendar-workweek
    - 7days -> view-calendar-week
    - list -> view-calendar-list
    - month -> view-calendar-month
    - todo -> view-calendar-tasks
    - whatsnext -> view-calendar-upcoming-events
    - xdays -> view-calendar-upcoming-days
  ................
    r728243 | vkrause | 2007-10-22 22:07:11 +0200 (Mon, 22 Oct 2007) | 2 lines
    
    Make the resource API much more consistent as suggested by Bruno.
  ................
    r728264 | alexmerry | 2007-10-22 22:52:48 +0200 (Mon, 22 Oct 2007) | 3 lines
    
    Fix headers (no kprinter.h, but QPrinter)
  ................
    r728296 | vkrause | 2007-10-23 00:08:28 +0200 (Tue, 23 Oct 2007) | 4 lines
    
    Speed up the itemdumper benchmark by more than 50%:
    - kill two more SELECT queries during APPEND
    - use one global transaction instead of one transaction per item
  ................
    r728335 | djarvie | 2007-10-23 02:13:15 +0200 (Tue, 23 Oct 2007) | 1 line
    
    Improve whatsthis text
  ................
    r728359 | mattr | 2007-10-23 05:30:04 +0200 (Tue, 23 Oct 2007) | 8 lines
    
    Fix a couple of signal and slot connections. The signatures didn't match
    
    
    The fix in kmail/listjob.cpp allows me to see the folder list in the
    subscription dialog now, although the checkboxes are drawn a bit funky, but it
    is better than the nothing I had before.
  ................
    r728378 | scripty | 2007-10-23 08:31:21 +0200 (Tue, 23 Oct 2007) | 1 line
    
    SVN_SILENT made messages (.desktop file)
  ................
    r728433 | binner | 2007-10-23 11:09:19 +0200 (Tue, 23 Oct 2007) | 2 lines
    
    build with gcc 4.3
  ................
    r728442 | mlaurent | 2007-10-23 11:37:45 +0200 (Tue, 23 Oct 2007) | 2 lines
    
    kdeprint is dead
  ................
    r728574 | djarvie | 2007-10-23 20:10:59 +0200 (Tue, 23 Oct 2007) | 1 line
    
    Update for alarm type selection from menu
  ................
    r728706 | cschumac | 2007-10-24 01:49:52 +0200 (Wed, 24 Oct 2007) | 2 lines
    
    Make agenda items look much better. Patch by Michael Lentner.
  ................
    r728757 | scripty | 2007-10-24 08:41:46 +0200 (Wed, 24 Oct 2007) | 1 line
    
    SVN_SILENT made messages (.desktop file)
  ................
    r728835 | marten | 2007-10-24 14:15:27 +0200 (Wed, 24 Oct 2007) | 6 lines
    
    Don't send or prompt for an MDN for a message in a special folder, which is
    most likely to have been written by this very user: outbox, sent, trash, drafts,
    templates.
    
    BUG:89855
  ................
    r728842 | ossi | 2007-10-24 14:42:24 +0200 (Wed, 24 Oct 2007) | 6 lines
    
    port away from KConfig::setGroup()/group().
    most of this is pretty trivial, but there are some cases where i had to
    change function parameters to take KConfigGroup instead of KConfig.
    this also fixes some pretty blatant porting errors ... in some cases i
    simply had to guess what was meant.
  ................
    r728852 | ossi | 2007-10-24 15:08:37 +0200 (Wed, 24 Oct 2007) | 29 lines
    
    KConfig* API overhaul. only cosmetics, so don't panic.
    
    KConfigBase:
    - remove separator argument from list entry reading/writing functions
    - introduce {read,write}XdgListEntry()
    - kill readPathListEntry(), add readPathEntry() overload
      instead. the default value is not optional any more, as it defines the
      return type. this is consistent with the readEntry() functions.
    - rename clean() => markAsClean(), remove rollback()
    - rename ConfigState => AccessMode, getConfigState() => accessMode()
    - rename {entry,group}IsImmutable() => is{Entry,Group}Immutable()
    - remove NLS alias to Localized
    
    KConfig:
    - remove setGroup() & group()
    - reshuffle OpenFlag enum, introduce NoCascade for symmetry
    - remove setExtraConfigFiles() alias to addConfigSources()
    
    KConfigGroup:
    - inherit KConfigBase::deleteGroup() overloads
    - make convertToQVariant() private, it will probably change somehow
    
    - KConfig & KConfigGroup: deprecate entryMap()
    - remove bogus declarations: KConfigGroup::setReadDefaults(),
      KConfig::readEntryUntranslated()
    - apidox
    - reshuffle the declarations in the headers
  ................
    r729212 | hermier | 2007-10-25 11:51:30 +0200 (Thu, 25 Oct 2007) | 1 line
    
    Remove unused include of KSharedPtr
  ................
    r729215 | hermier | 2007-10-25 11:52:18 +0200 (Thu, 25 Oct 2007) | 1 line
    
    Use KService::Ptr instead of KSharedPtr<KService>.
  ................
    r729326 | lechner | 2007-10-25 18:20:49 +0200 (Thu, 25 Oct 2007) | 1 line
    
    make kmobiletools compile on Windows Vista with Visual Studio 2005
  ................
    r729345 | djarvie | 2007-10-25 20:44:58 +0200 (Thu, 25 Oct 2007) | 1 line
    
    Fix window size for display command alarms
  ................
    r729542 | scripty | 2007-10-26 08:44:52 +0200 (Fri, 26 Oct 2007) | 1 line
    
    SVN_SILENT made messages (.desktop file)
  ................
    r729688 | lechner | 2007-10-26 18:54:59 +0200 (Fri, 26 Oct 2007) | 4 lines
    
    - rename kmobiletools library to "kmobiletoolslib" to enable library debugging in \
                VS2005
    - more porting to make kmobiletools run on Windows
    
    By now, kmobiletools is running fine on Windows Vista :-)
  ................
    r729728 | winterz | 2007-10-26 21:10:12 +0200 (Fri, 26 Oct 2007) | 2 lines
    
    fix name of icon for attachment.
  ................
    r729733 | winterz | 2007-10-26 21:24:39 +0200 (Fri, 26 Oct 2007) | 2 lines
    
    use new icon name of "mail-queue"
  ................
    r729744 | tmcguire | 2007-10-26 22:16:05 +0200 (Fri, 26 Oct 2007) | 4 lines
    
    deprecated--
    warnings--
  ................
    r729750 | tmcguire | 2007-10-26 22:48:25 +0200 (Fri, 26 Oct 2007) | 4 lines
    
    deprecated--
    warnings--
  ................
    r729783 | tmcguire | 2007-10-27 01:00:09 +0200 (Sat, 27 Oct 2007) | 3 lines
    
    Fix notification icon.
  ................
    r729793 | mattr | 2007-10-27 07:02:53 +0200 (Sat, 27 Oct 2007) | 3 lines
    
    adapt to the kmobiletools library rename
  ................
    r729794 | mattr | 2007-10-27 07:13:27 +0200 (Sat, 27 Oct 2007) | 3 lines
    
    adapt to kmobiletools renaming
  ................
    r729869 | scripty | 2007-10-27 08:32:56 +0200 (Sat, 27 Oct 2007) | 1 line
    
    SVN_SILENT made messages (.desktop file)
  ................
    r729959 | mlaurent | 2007-10-27 16:19:52 +0200 (Sat, 27 Oct 2007) | 2 lines
    
    Fix mem leak
  ................
    r729971 | reitelbach | 2007-10-27 17:29:47 +0200 (Sat, 27 Oct 2007) | 4 lines
    
    typo
    
    SVN_SILENT
  ................
    r729975 | reitelbach | 2007-10-27 17:34:36 +0200 (Sat, 27 Oct 2007) | 4 lines
    
    ++i18n-comment
    
    SVN_SILENT
  ................
    r729984 | tmcguire | 2007-10-27 18:00:43 +0200 (Sat, 27 Oct 2007) | 4 lines
    
    - Fix icon
    - tabs--
  ................
    r729989 | tmcguire | 2007-10-27 18:15:48 +0200 (Sat, 27 Oct 2007) | 3 lines
    
    Fix all occurences of the attachment icon.
  ................
    r729990 | reitelbach | 2007-10-27 18:21:25 +0200 (Sat, 27 Oct 2007) | 4 lines
    
    ++i18n-info
    
    SVN_SILENT
  ................
    r729991 | tmcguire | 2007-10-27 18:25:20 +0200 (Sat, 27 Oct 2007) | 3 lines
    
    Fix the favorite folder view not being resized properly when the spitter
    on its right size is moved. This is a hack.
  ................
    r730011 | tmcguire | 2007-10-27 19:06:02 +0200 (Sat, 27 Oct 2007) | 4 lines
    
    - Fix the "Copy to" context menu entry in the seperate reader window having an \
                empty title
    - tabs--
  ................
    r730023 | krake | 2007-10-27 19:42:29 +0200 (Sat, 27 Oct 2007) | 5 lines
    
    Replacing deprecated KConfigGroup::entryMap().
    Is even cleaner than before since the entry values are numbers and conversion
    can now be handled by the config (or its backend)
  ................
    r730038 | tmcguire | 2007-10-27 20:18:41 +0200 (Sat, 27 Oct 2007) | 9 lines
    
    Revert of (as requested by Ingo):
    
    >SVN commit 693767 by tmcguire:

    
    >Remove the usage of KToggleAction->setCheckedState, which
    >now is useless as the checkboxes are not removed anymore.
    >Additionally, adjust the wordings of the affected actions so that the menu looks \
clean again.

  ................
    r730238 | scripty | 2007-10-28 09:01:51 +0100 (Sun, 28 Oct 2007) | 1 line
    
    SVN_SILENT made messages (.desktop file)
  ................
    r730309 | marten | 2007-10-28 13:24:39 +0100 (Sun, 28 Oct 2007) | 6 lines
    
    Make the "How does this work? link in the folder- and identity-templates
    dialogues available at all times, even if the checkbox is turned off.
    Improve the wording of the resulting help displayed.
    
    GUI:
  ................
    r730314 | tmcguire | 2007-10-28 13:45:26 +0100 (Sun, 28 Oct 2007) | 4 lines
    
    Fix identity icon.
    Thanks to David Miller for pointing me to the right icon.
  ................
    r730317 | marten | 2007-10-28 14:26:14 +0100 (Sun, 28 Oct 2007) | 7 lines
    
    Add the "With custom template" entries to the "Reply" and "Forward" menus
    in the standalone message reader window (menubar and popup), to make them
    consistent with the main window menus.  Split out the menu generation from
    KMMainWin into a new class CustomTemplatesMenu to allow for this.
    
    GUI:
  ................
    r730327 | otrichet | 2007-10-28 15:00:44 +0100 (Sun, 28 Oct 2007) | 7 lines
    
    Rename icons:
      - queue => mail-queue
      - attach => mail-attachment
      - mail_get => mail-receive
      - looknfeel => thumbnail-show (do like kmail)
      - mail_forward => mail-forward (maybe better use 'mail-message-new' in \
                knode_config_post_news.desktop)
  ................
    r730355 | winterz | 2007-10-28 16:27:36 +0100 (Sun, 28 Oct 2007) | 4 lines
    
    provide a valid date for QDateTime defaults, in the case where these are values
    are really times and the dates are just ignored.  this way, we dont' get bogus
    stuff in our korganizerrc file, which is later read back and we get a Qt warning \
                about it.
  ................
    r730359 | krake | 2007-10-28 16:33:32 +0100 (Sun, 28 Oct 2007) | 7 lines
    
    Replacing the now deprecated KConfigGroup::entryMap() usages with
    iterations over the group's keyList().
    
    Some occurencies only used the map's keys anyway, so only syntax changes there.
    
    For reference see this thread: http://lists.kde.org/?t=119350822100003&r=1&w=2
  ................
    r730365 | marten | 2007-10-28 16:52:23 +0100 (Sun, 28 Oct 2007) | 4 lines
    
    Whitespace and tab fixes, as advised by tmcguire.
    
    SVN_SILENT:
  ................
    r730371 | winterz | 2007-10-28 16:58:58 +0100 (Sun, 28 Oct 2007) | 2 lines
    
    use the new timeline icon
  ................
    r730393 | mkoller | 2007-10-28 18:46:25 +0100 (Sun, 28 Oct 2007) | 3 lines
    
    forwardport of fix for #101696
    Break recursive relation to avoid endless loop
  ................
    r730403 | tmcguire | 2007-10-28 19:27:53 +0100 (Sun, 28 Oct 2007) | 6 lines
    
    - Add another workaround for the resize bug of the favorite folder view, it \
should  update properly now in all cases.
    - Remove two unused functions
    - Some style fixes
  ................
    r730436 | tmcguire | 2007-10-28 20:34:33 +0100 (Sun, 28 Oct 2007) | 4 lines
    
    Style fixes (the indentation was a mix between 2,3,4 spaces & tabs)
    
    SVN_SILENT
  ................
    r730444 | tmcguire | 2007-10-28 21:03:54 +0100 (Sun, 28 Oct 2007) | 3 lines
    
    deprecated--
  ................
    r730453 | tilladam | 2007-10-28 21:29:24 +0100 (Sun, 28 Oct 2007) | 2 lines
    
    I seem to need this on Darwin.
  ................
    r730454 | tilladam | 2007-10-28 21:31:03 +0100 (Sun, 28 Oct 2007) | 2 lines
    
    Include needed on Darwin.
  ................
................


 _M            . (directory)  
 M  +0 -1      agents/CMakeLists.txt  
 M  +16 -4     libakonadi/collectionselectjob.cpp  
 M  +5 -0      libakonadi/collectionselectjob.h  
 M  +17 -0     libakonadi/tests/collectionjobtest.cpp  
 M  +1 -0      libakonadi/tests/collectionjobtest.h  
 M  +0 -11     server/src/handler/akappend.cpp  
 M  +0 -11     server/src/handler/append.cpp  
 M  +36 -19    server/src/handler/select.cpp  
 M  +10 -24    server/src/handler/status.cpp  
 M  +35 -0     server/src/handlerhelper.cpp  
 M  +20 -0     server/src/handlerhelper.h  
 M  +0 -3      server/src/storage/akonadidb.xml  
 M  +9 -9      server/src/storage/create-unittest-values.sql  
 M  +0 -38     server/src/storage/datastore.cpp  
 M  +0 -1      server/src/storage/datastore.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=731442


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic