SVN_SILENT
Merged revisions 994583-994584,994646,994648,994700,994720,994766,994775-994777,994780,994810,994837,994964,995025,995044,995060,995062,995068,995092,995096,995231,995234,995356,995418,995429,995437,995514,995517,995523,995571-995572,995576,995707-995713,995747,995751,995753,995771 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r994583 | tokoe | 2009-07-10 21:28:14 +0200 (Fri, 10 Jul 2009) | 2 lines Add predefined set of columns to the contacts model
........
r994584 | tokoe | 2009-07-10 21:31:45 +0200 (Fri, 10 Jul 2009) | 2 lines Not needed with the dynamic model
........
r994646 | djarvie | 2009-07-11 01:53:04 +0200 (Sat, 11 Jul 2009) | 2 lines Enable the sound file configuration button even in read-only mode
........
r994648 | djarvie | 2009-07-11 02:04:55 +0200 (Sat, 11 Jul 2009) | 2 lines Fix build error on some systems (clash with system locale.h)
........
r994700 | amantia | 2009-07-11 10:28:52 +0200 (Sat, 11 Jul 2009) | 1 line Fix compilation if MARCS_DEBUG is enabled.
........
r994720 | tokoe | 2009-07-11 11:15:47 +0200 (Sat, 11 Jul 2009) | 2 lines Forward layoutChanged() and layoutAboutToBeChanged() signals
........
r994766 | tokoe | 2009-07-11 12:57:36 +0200 (Sat, 11 Jul 2009) | 2 lines Add helper class to manage columns shown in contacts view
........
r994775 | tokoe | 2009-07-11 13:02:49 +0200 (Sat, 11 Jul 2009) | 2 lines Make use of the ModelColumnManager
........
r994776 | tokoe | 2009-07-11 13:04:48 +0200 (Sat, 11 Jul 2009) | 2 lines Revert accident commit
........
r994777 | tokoe | 2009-07-11 13:10:26 +0200 (Sat, 11 Jul 2009) | 2 lines Make use of ModelColumnManager class
........
r994780 | tokoe | 2009-07-11 13:18:30 +0200 (Sat, 11 Jul 2009) | 2 lines Do not leak memory
........
r994810 | djarvie | 2009-07-11 15:07:05 +0200 (Sat, 11 Jul 2009) | 2 lines Change ERROR enum definition because Windows uses it as a macro.
........
r994837 | mleupold | 2009-07-11 16:29:23 +0200 (Sat, 11 Jul 2009) | 1 line Fix krazy issue with obsolete QMessageBox::information() call. The easiest way seemed to be creating an inherited KDialog.
........
r994964 | lueck | 2009-07-11 18:35:59 +0200 (Sat, 11 Jul 2009) | 1 line rm trailing space to make scripty happy
........
r995025 | tmcguire | 2009-07-11 20:46:26 +0200 (Sat, 11 Jul 2009) | 8 lines Don't initally put the focus on the quick search field, but on the view, so that shortcuts like + and j work when starting. This is a workaround, for some reason the setFocus() call in widgetbase.cpp didn't work, the focus_child of the mainwindow was reset to 0 for some unknown reason afterwards. BUG: 179992
........
r995044 | stefanek | 2009-07-11 21:45:15 +0200 (Sat, 11 Jul 2009) | 9 lines Disable the call to updateScrollBar() while the view is being filled. Tricky but seems to work and improves performance. Assume uniform row heights when no grouping is in effect or when group header height == message item height. Also fix the installation of the messagelistview related icons.
........
r995060 | lueck | 2009-07-11 23:20:53 +0200 (Sat, 11 Jul 2009) | 1 line create new catalog for akonadi kcalresource and kabcresource
........
r995062 | mleupold | 2009-07-11 23:26:02 +0200 (Sat, 11 Jul 2009) | 1 line Fix minor krazy issue: source files should end with newlines.
........
r995068 | mleupold | 2009-07-11 23:46:24 +0200 (Sat, 11 Jul 2009) | 1 line Fix spelling mistakes (mostly inside comments).
........
r995092 | winterz | 2009-07-12 01:03:06 +0200 (Sun, 12 Jul 2009) | 4 lines provide better initial search date range of [Today,A year from Today] BUG: 199098 MERGE: 4.3,e4
........
r995096 | winterz | 2009-07-12 01:12:58 +0200 (Sun, 12 Jul 2009) | 3 lines CamelCase headers cleanup unused headers and forward declarations.
........
r995231 | winterz | 2009-07-12 14:23:57 +0200 (Sun, 12 Jul 2009) | 3 lines fix the layout of the search dialog. MERGE: e4
........
r995234 | stefanek | 2009-07-12 14:31:16 +0200 (Sun, 12 Jul 2009) | 1 line Readd the activation of the RecursionPreventer accidentally wiped out in the previous commit
........
r995356 | scripty | 2009-07-12 16:08:26 +0200 (Sun, 12 Jul 2009) | 1 line SVN_SILENT made messages (.desktop file)
........
r995418 | winterz | 2009-07-12 19:26:41 +0200 (Sun, 12 Jul 2009) | 4 lines oopsie, mistakenly removed the results frame. might be nice to actually see the results of the search, huh? MERGE: e4,4.3
........
r995429 | bbigras | 2009-07-12 20:01:47 +0200 (Sun, 12 Jul 2009) | 2 lines Only activate the "Refresh Local IMAP Cache" action in the File menu when at least one "Disconnected IMAP" account exist. BUG: 71945
........
r995437 | winterz | 2009-07-12 20:28:59 +0200 (Sun, 12 Jul 2009) | 5 lines Full toolTips and whatsThis. A bit of string cleanups and KUIT. DO_NOT_BACKPORT: MERGE: e4
........
r995514 | winterz | 2009-07-12 23:43:56 +0200 (Sun, 12 Jul 2009) | 5 lines make KMSearchPattern::matches() more robust against crashes. might help fix CCBUG: 199862
........
r995517 | winterz | 2009-07-12 23:52:23 +0200 (Sun, 12 Jul 2009) | 5 lines restore fix for bug 130938 "kmail stops checking local mailbox" thanks simon. BUG: 199918
........
r995523 | mleupold | 2009-07-13 00:17:31 +0200 (Mon, 13 Jul 2009) | 1 line krazy2 i18ncheckarg fixes on source and ui files.
........
r995571 | pokrzywka | 2009-07-13 02:06:27 +0200 (Mon, 13 Jul 2009) | 2 lines ensure the resource config dialogs are shown raised and activated on Windows. nb: merge to e4 branch (requires #995565)
........
r995572 | pokrzywka | 2009-07-13 02:17:47 +0200 (Mon, 13 Jul 2009) | 3 lines Use the new allowExternalProcessWindowActivation() instead of activateWindowForProcess(), as it handles the case "kmail started when kontact is already running", while activateWindowForProcess() would fail to find the process. nb: backport to e4 branch (requires #995565)
........
r995576 | stefanek | 2009-07-13 02:37:44 +0200 (Mon, 13 Jul 2009) | 6 lines Re-open the folder (if needed) just before starting the scan inside MessageListView. Fixes an out of range assertion triggered by the mbox compaction job.
........
r995707 | skelly | 2009-07-13 10:45:23 +0200 (Mon, 13 Jul 2009) | 1 line Move all columns in the move command.
........
r995708 | skelly | 2009-07-13 10:45:26 +0200 (Mon, 13 Jul 2009) | 2 lines Add a FakeMove command which calls protected methods but doesn't move anything in the DynamicTreeModel.
........
r995709 | skelly | 2009-07-13 10:45:40 +0200 (Mon, 13 Jul 2009) | 3 lines Reimplement match in the Descendant proxy model. Necessary because it has a different structure to the source model.
........
r995710 | skelly | 2009-07-13 10:45:48 +0200 (Mon, 13 Jul 2009) | 1 line Map columns correctly in the selectionproxymodel.
........
r995711 | skelly | 2009-07-13 10:45:53 +0200 (Mon, 13 Jul 2009) | 1 line First implementation of handling source moves.
........
r995712 | skelly | 2009-07-13 10:45:57 +0200 (Mon, 13 Jul 2009) | 1 line Add some classes which will eventually make the amazing bar work.
........
r995713 | skelly | 2009-07-13 10:46:02 +0200 (Mon, 13 Jul 2009) | 1 line
Add unit tests for {begin,end}MoveRows.........
r995747 | skelly | 2009-07-13 11:58:55 +0200 (Mon, 13 Jul 2009) | 3 lines Remove the match implementation from the abstract class. This will have to be done on a per-proxy basis where required.
........
r995751 | vkrause | 2009-07-13 12:18:36 +0200 (Mon, 13 Jul 2009) | 2 lines compile with -pedantic
........
r995753 | skelly | 2009-07-13 12:20:27 +0200 (Mon, 13 Jul 2009) | 1 line Fix build. Remove unused spy.
........
r995771 | ervin | 2009-07-13 13:32:32 +0200 (Mon, 13 Jul 2009) | 11 lines Fix the crash (caused by one assert) when we clone a quota attribute where one of the roots has a space in its name. It was wrong to assume it'd never happen and use space as a valid separator. Now using '%'. This change is supposedly not backward compatible as the serialization format changed in an incompatible way. Here the upgrade worked without intervention from me though. CCMAIL: vkrause@kde.org CCMAIL: amantia@kde.org
........
svn path=/branches/work/akonadi-ports/kdepim/; revision=995792