Merged revisions 1151199-1151200 via svnmerge from
svn+ssh://vkrause@svn.kde.org/home/kde/branches/KDE/4.5/kdepim
........
r1151199 | tilladam | 2010-07-18 13:13:52 +0200 (Sun, 18 Jul 2010) | 4 lines
Don't just show us collections we can create subcollections in.
I see no reason for this limitation, in fact it seems wrong. We update
the "create new folder" button upon selection.
........
r1151200 | tilladam | 2010-07-18 13:14:02 +0200 (Sun, 18 Jul 2010) | 1 line
Re-use the folder selector dialog for copy to and move to, once created.
........
svn path=/trunk/KDE/kdepim/kmail/; revision=1154885
Merged revisions 1150806-1150808 via svnmerge from
svn+ssh://vkrause@svn.kde.org/home/kde/branches/KDE/4.5/kdepim
........
r1150806 | tilladam | 2010-07-16 22:41:36 +0200 (Fri, 16 Jul 2010) | 1 line
Move the as-you-type filtering to the widget, where it actually works.
........
r1150807 | tilladam | 2010-07-16 22:41:54 +0200 (Fri, 16 Jul 2010) | 1 line
Waste less space in nested layouts.
........
r1150808 | tilladam | 2010-07-16 22:41:57 +0200 (Fri, 16 Jul 2010) | 1 line
Disallow editing in the foldertreeview. Makes selection on enter work as a side effect.
........
svn path=/trunk/KDE/kdepim/kmail/; revision=1154882
I see no reason for this limitation, in fact it seems wrong. We update
the "create new folder" button upon selection.
svn path=/branches/KDE/4.5/kdepim/; revision=1151199
Merged revisions 1141695-1141696,1141700,1141712,1141721,1141727,1141729,1141734,1141771,1141774-1141775,1141790,1141847,1141854,1141863,1141884-1141885,1141911,1141940,1141969,1142146 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1141695 | vkrause | 2010-06-23 11:22:38 +0200 (Wed, 23 Jun 2010) | 4 lines
Remove one of our kdgantt copies. This one is outdated (komo branch has
a much newer version), unused in kdepim and is also no longer referenced
via svn:external from koffice.
................
r1141696 | mlaurent | 2010-06-23 11:23:32 +0200 (Wed, 23 Jun 2010) | 2 lines
Don't show collectionstatisticanimation when not necessary ( for example when we want to "jump to folder" etc.)
................
r1141700 | mlaurent | 2010-06-23 11:40:12 +0200 (Wed, 23 Jun 2010) | 2 lines
Fix UseDistinctSelectionModel bug reported by Till
................
r1141712 | mlaurent | 2010-06-23 12:11:42 +0200 (Wed, 23 Jun 2010) | 2 lines
Restore config when we change kmail layout
................
r1141721 | thiago | 2010-06-23 12:32:59 +0200 (Wed, 23 Jun 2010) | 4 lines
If kjots isn't being built, turn it off.
Otherwise the compilation will fail due to kontact trying to build
its kjots plugin
................
r1141727 | smartins | 2010-06-23 12:47:22 +0200 (Wed, 23 Jun 2010) | 3 lines
SVN_SILENT:
Move the assert inside the if.
................
r1141729 | mlaurent | 2010-06-23 12:54:01 +0200 (Wed, 23 Jun 2010) | 2 lines
const'ify
................
r1141734 | cgiboudeaux | 2010-06-23 13:11:40 +0200 (Wed, 23 Jun 2010) | 1 line
Revert r1141720. Nonsensical commit. If Grantlee_FOUND is false, BUILD_kjots isn't defined at all.
................
r1141771 | smartins | 2010-06-23 14:56:59 +0200 (Wed, 23 Jun 2010) | 11 lines
When chosing "both" while resolving a conflict, the incidencehandler would insert
into m_uidMap an entry with wrong info: the map key was the new incidence's uid, but the map value contained
the old item's id, not the new one.
We don't even know what the new item id is going to be because we are adding it to imap right now, so we
just wait for itemsAdded SIGNAL and process it then.
Was causing a crash in Akonadi::Calendar
MERGE: none
................
r1141774 | mlaurent | 2010-06-23 15:04:06 +0200 (Wed, 23 Jun 2010) | 3 lines
Readd LastSelectedFolder as in kmail1
CCMAIL: adam@kde.org
................
r1141775 | mlaurent | 2010-06-23 15:10:03 +0200 (Wed, 23 Jun 2010) | 2 lines
Don't save last selected folder when we don't use global settings
................
r1141790 | lfranchi | 2010-06-23 15:57:30 +0200 (Wed, 23 Jun 2010) | 2 lines
When mails fail to be dispatched, mark them queued and to be dispatched manually, otherwise, the user can never send them again.
................
r1141847 | mlaurent | 2010-06-23 18:40:34 +0200 (Wed, 23 Jun 2010) | 2 lines
const'ify
................
r1141854 | lfranchi | 2010-06-23 19:01:03 +0200 (Wed, 23 Jun 2010) | 2 lines
Revert 1138275 for Casey.
................
r1141863 | tokoe | 2010-06-23 19:33:58 +0200 (Wed, 23 Jun 2010) | 2 lines
Fix the enable/disable of 'New Contact (Group)' actions
................
r1141884 | winterz | 2010-06-23 20:30:39 +0200 (Wed, 23 Jun 2010) | 12 lines
SVN_SILENT:
Blocked revisions 1140784 via svnmerge
........
r1140784 | winterz | 2010-06-21 10:07:56 -0400 (Mon, 21 Jun 2010) | 5 lines
revert the hack for removing a trailing 0 from the attachment.
might be breaking zip files.
kolab/issue4407
MERGE: none
........
................
r1141885 | winterz | 2010-06-23 20:31:24 +0200 (Wed, 23 Jun 2010) | 9 lines
SVN_SILENT:
Blocked revisions 1140723 via svnmerge
........
r1140723 | ludwigreiter | 2010-06-21 08:06:16 -0400 (Mon, 21 Jun 2010) | 1 line
Update after test of newslog 2010-06-18
........
................
r1141911 | lfranchi | 2010-06-23 21:52:50 +0200 (Wed, 23 Jun 2010) | 2 lines
For filters that move to a folder, try twice to get a valid collection for folder id, as when filter is created it might not be ready yet.
................
r1141940 | tilladam | 2010-06-23 23:08:44 +0200 (Wed, 23 Jun 2010) | 1 line
Be less verbose.
................
r1141969 | lfranchi | 2010-06-24 00:14:00 +0200 (Thu, 24 Jun 2010) | 2 lines
Read spam flags in message status too.
................
r1142146 | aholzammer | 2010-06-24 10:09:17 +0200 (Thu, 24 Jun 2010) | 1 line
- merged export from branch
................
svn path=/branches/work/komo/kdepim/; revision=1142174
Merged revisions 1140352,1140363,1140386,1140420,1140424,1140427,1140448-1140449,1140453-1140456,1140478,1140545-1140546,1140627,1140629,1140631,1140635,1140652-1140653,1140665,1140677,1140691,1140695-1140696,1140703-1140704 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1140352 | winterz | 2010-06-20 15:27:15 +0200 (Sun, 20 Jun 2010) | 6 lines
foward port SVN commit 1139654 by winterz from 4.4 branch:
when checking the mimetype from the TransferJob, make sure to also look for
mimetype aliases (per dfaure) and then be careful still about 0 KMimeType::Ptr's.
CCBUG: 228644
................
r1140363 | mlaurent | 2010-06-20 16:02:13 +0200 (Sun, 20 Jun 2010) | 2 lines
Try to migrate type of folder
................
r1140386 | tokoe | 2010-06-20 16:37:29 +0200 (Sun, 20 Jun 2010) | 4 lines
Use Akonadi item instead of 'konsole' icon to avoid confusion
BUG: 214825
................
r1140420 | mlaurent | 2010-06-20 19:00:16 +0200 (Sun, 20 Jun 2010) | 2 lines
It's hasEntry not hasGroup
................
r1140424 | mlaurent | 2010-06-20 19:05:44 +0200 (Sun, 20 Jun 2010) | 2 lines
Remove duplicate code
................
r1140427 | mlaurent | 2010-06-20 19:16:17 +0200 (Sun, 20 Jun 2010) | 2 lines
Not necessary
................
r1140448 | krake | 2010-06-20 20:31:51 +0200 (Sun, 20 Jun 2010) | 2 lines
Fix intentations
................
r1140449 | krake | 2010-06-20 20:32:27 +0200 (Sun, 20 Jun 2010) | 2 lines
Disable verbose single item debug output
................
r1140453 | tilladam | 2010-06-20 20:54:32 +0200 (Sun, 20 Jun 2010) | 7 lines
Handle (re)connects via task scheduler special tasks.
Use a special task in the taskscheduler, prepended to all queues,
to model that login needs to succeed before anything else can proceed.
This allows handling transient errors with automatic reconnects while
still allowing permanent (configuration) problems to cause the resource
to go offline explictely and block further processing.
................
r1140454 | tilladam | 2010-06-20 20:54:34 +0200 (Sun, 20 Jun 2010) | 2 lines
Make sure to complete the extra info jobs even if the server doesn't
support any of the extra info capabilities.
................
r1140455 | tilladam | 2010-06-20 20:54:36 +0200 (Sun, 20 Jun 2010) | 2 lines
Make sure to fetch the error attribute as well, when the monitor
notifies us of changes.
................
r1140456 | tilladam | 2010-06-20 20:54:38 +0200 (Sun, 20 Jun 2010) | 1 line
Reset the messageviewer when the item it is showing goes away.
................
r1140478 | krake | 2010-06-20 22:08:28 +0200 (Sun, 20 Jun 2010) | 3 lines
When doing a local import of DIMAP cache, either because IMAP import failed or because it was explicitly requested, do it like a migration task.
I.e. defer migrateNext() after import, show progress on import, etc.
................
r1140545 | winterz | 2010-06-21 00:00:20 +0200 (Mon, 21 Jun 2010) | 5 lines
merge forward SVN commit 1138403 by winterz:
another attempt at making sure this dialog always shows on top
kolab/issue4405
................
r1140546 | winterz | 2010-06-21 00:01:36 +0200 (Mon, 21 Jun 2010) | 12 lines
SVN_SILENT:
Recorded merge of revisions 1138403 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1138403 | winterz | 2010-06-15 19:29:52 -0400 (Tue, 15 Jun 2010) | 4 lines
another attempt at making sure this dialog always shows on top
kolab/issue4405
MERGE: trunk
........
................
r1140627 | pino | 2010-06-21 10:14:49 +0200 (Mon, 21 Jun 2010) | 2 lines
use QString::fromLatin1() to compile without cast from ascii enabled
................
r1140629 | ervin | 2010-06-21 10:18:18 +0200 (Mon, 21 Jun 2010) | 2 lines
Make extra sure we had attributes and then a job created.
................
r1140631 | ervin | 2010-06-21 10:22:56 +0200 (Mon, 21 Jun 2010) | 2 lines
Give a chance to the next part even if we had no annotations.
................
r1140635 | ervin | 2010-06-21 10:40:37 +0200 (Mon, 21 Jun 2010) | 3 lines
Initialized merge tracking via "svnmerge" with revisions "1-1127090" from
svn+ssh://ervin@svn.kde.org/home/kde/branches/work/~ervin/imap-resource-refactor
................
r1140652 | smartins | 2010-06-21 11:20:48 +0200 (Mon, 21 Jun 2010) | 11 lines
SVN_SILENT:
Blocked revisions 1140650 via svnmerge
........
r1140650 | smartins | 2010-06-21 09:19:36 +0000 (Mon, 21 Jun 2010) | 4 lines
Backport r1140155 by smartins from branch 4.4 to e35:
Crash even less.
........
................
r1140653 | ervin | 2010-06-21 11:21:22 +0200 (Mon, 21 Jun 2010) | 111 lines
Merged revisions 1127167,1130767,1131052,1131077,1138170,1138679,1138724,1138728-1138730,1138732-1138733,1138736,1138738-1138739,1138742,1139055,1139058,1139061,1139074,1139084 via svnmerge from
svn+ssh://ervin@svn.kde.org/home/kde/branches/work/~ervin/imap-resource-refactor
........
r1127167 | ervin | 2010-05-15 18:57:07 +0200 (Sat, 15 May 2010) | 2 lines
Get the settings loading logic outside of ImapAccount.
........
r1130767 | ervin | 2010-05-26 11:39:15 +0200 (Wed, 26 May 2010) | 2 lines
Be less chatty about the flags.
........
r1131052 | ervin | 2010-05-27 08:07:37 +0200 (Thu, 27 May 2010) | 3 lines
Move the password requesting logic in its own class. Much more readable
this way, and improve modularity which will help unit testing.
........
r1131077 | ervin | 2010-05-27 09:58:36 +0200 (Thu, 27 May 2010) | 3 lines
Move the Settings->ImapAccount loading out of the resource itself.
Settings provides this service now.
........
r1138170 | ervin | 2010-06-15 11:15:06 +0200 (Tue, 15 Jun 2010) | 2 lines
Header cleanup.
........
r1138679 | ervin | 2010-06-16 15:36:44 +0200 (Wed, 16 Jun 2010) | 2 lines
Fix enum declaration.
........
r1138724 | ervin | 2010-06-16 17:34:58 +0200 (Wed, 16 Jun 2010) | 2 lines
Separate SessionUiProxy so that it can be used in several places.
........
r1138728 | ervin | 2010-06-16 17:37:07 +0200 (Wed, 16 Jun 2010) | 9 lines
Add a SessionPool class which has the responsibility of creating the
sessions up to the point where they're authenticated. Client code can
request a session to do its job, and release it once its done in order
to reuse it.
Released sessions are not closed, so that we don't need to pay the
authentication price if some session is released and already ready.
........
r1138729 | ervin | 2010-06-16 17:38:17 +0200 (Wed, 16 Jun 2010) | 4 lines
Build the session pool and its tests. Also split the resource into a
static lib and the resource itself to make it easier to link to the
relevant parts for the tests.
........
r1138730 | ervin | 2010-06-16 17:40:08 +0200 (Wed, 16 Jun 2010) | 6 lines
Make it slightly lower level and let the subscription dialog do its own
authentication. No need to go through ImapAccount to authenticate.
Slight duplication of code, but definitely more readable and less black
magic this way. Also we don't want this dialog to eat a slot in our
session pool.
........
r1138732 | ervin | 2010-06-16 17:40:48 +0200 (Wed, 16 Jun 2010) | 2 lines
Port to the subscription dialog changes.
........
r1138733 | ervin | 2010-06-16 17:41:26 +0200 (Wed, 16 Jun 2010) | 2 lines
Port to the new SessionPool.
........
r1138736 | ervin | 2010-06-16 17:42:15 +0200 (Wed, 16 Jun 2010) | 4 lines
No need to manage sessions into ImapAccount anymore.
ImapAccount now does only one thing: carry the info about an account
(password excluded).
........
r1138738 | ervin | 2010-06-16 17:48:51 +0200 (Wed, 16 Jun 2010) | 2 lines
The session pool now takes ownership of the given ImapAccount.
........
r1138739 | ervin | 2010-06-16 17:40:45 +0200 (Wed, 16 Jun 2010) | 3 lines
Finish cleaning up ImapAccount which doesn't need to be a QObject
anymore.
........
r1138742 | ervin | 2010-06-16 17:57:25 +0200 (Wed, 16 Jun 2010) | 3 lines
Even better, make sure the session pool disconnects everything when
deleted.
........
r1139055 | ervin | 2010-06-17 09:41:01 +0200 (Thu, 17 Jun 2010) | 2 lines
--warnings
........
r1139058 | ervin | 2010-06-17 10:05:11 +0200 (Thu, 17 Jun 2010) | 3 lines
Don't release the session in this case, as we forcibly killed them all
anyway by calling disconnect() on the pool.
........
r1139061 | ervin | 2010-06-17 10:24:18 +0200 (Thu, 17 Jun 2010) | 4 lines
Emit the configuration accepted signal earlier, the reconnect()
apparently sometimes delays its emission too much to the point where a
d-bus timeout hits.
........
r1139074 | ervin | 2010-06-17 11:17:17 +0200 (Thu, 17 Jun 2010) | 2 lines
Make use of the shared pointer for ui proxies.
........
r1139084 | ervin | 2010-06-17 11:42:16 +0200 (Thu, 17 Jun 2010) | 3 lines
Consistently use the shared pointer, and sync with the namespace change
of the shared pointer type.
........
................
r1140665 | smartins | 2010-06-21 11:45:37 +0200 (Mon, 21 Jun 2010) | 16 lines
SVN_MERGE:
Merged revisions 1140662 via svnmerge from
svn+ssh://smartins@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1140662 | smartins | 2010-06-21 09:38:16 +0000 (Mon, 21 Jun 2010) | 8 lines
Fixed some unitentional fallthroughs on monthly and yearly recurence.
Also added some breaks for readability (didn't falthrough here due to returns, but wasn't explicit)
Fix compiler warning about function not returning.
MERGE: trunk
........
................
r1140677 | mlaurent | 2010-06-21 11:59:21 +0200 (Mon, 21 Jun 2010) | 2 lines
not necessary to display quota page when quota max value == 0
................
r1140691 | smartins | 2010-06-21 12:21:34 +0200 (Mon, 21 Jun 2010) | 10 lines
SVN_MERGE:
Merged revisions 1131292 via svnmerge from
svn+ssh://smartins@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1131292 | smartins | 2010-05-27 23:45:12 +0000 (Thu, 27 May 2010) | 2 lines
Use column names instead of numbers for readability
........
................
r1140695 | smartins | 2010-06-21 12:26:15 +0200 (Mon, 21 Jun 2010) | 10 lines
SVN_SILENT:
Recorded merge of revisions 1131292 via svnmerge from
svn+ssh://smartins@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1131292 | smartins | 2010-05-27 23:45:12 +0000 (Thu, 27 May 2010) | 2 lines
Use column names instead of numbers for readability
........
................
r1140696 | skelly | 2010-06-21 12:27:56 +0200 (Mon, 21 Jun 2010) | 3 lines
Update the config that the migration succeeded, even if it didn't.
Workaround for inexplicable bug.
................
r1140703 | mlaurent | 2010-06-21 12:34:09 +0200 (Mon, 21 Jun 2010) | 2 lines
Add readablecollectionproxymodel options
................
r1140704 | smartins | 2010-06-21 12:30:59 +0200 (Mon, 21 Jun 2010) | 2 lines
currentDateCount() and maxDatesHint() are now const.
................
svn path=/branches/work/komo/kdepim/; revision=1140726
Merged revisions 1136206-1136207,1136213,1136219,1136236,1136245,1136254,1136259,1136261-1136262,1136264,1136277,1136284-1136286,1136318,1136328,1136330-1136331,1136354,1136359,1136373,1136375,1136380,1136386,1136630,1136633,1136644-1136646,1136668,1136670,1136672 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1136206 | mlaurent | 2010-06-09 10:12:12 +0200 (Wed, 09 Jun 2010) | 2 lines
In kmail2 QuotaUnit is not necessary
................
r1136207 | mlaurent | 2010-06-09 10:13:59 +0200 (Wed, 09 Jun 2010) | 2 lines
Bye bye default-mailbox-format too
................
r1136213 | tilladam | 2010-06-09 10:18:36 +0200 (Wed, 09 Jun 2010) | 4 lines
Make it possible to use a distinct selection model in the foldertreewidget.
In the folderrequester, we don't want to trigger collection fetches when
we select a folder. So avoid that, by using a distinct selection model.
................
r1136219 | tilladam | 2010-06-09 10:37:22 +0200 (Wed, 09 Jun 2010) | 1 line
Avoid unnessecary modify jobs.
................
r1136236 | mlaurent | 2010-06-09 11:38:50 +0200 (Wed, 09 Jun 2010) | 2 lines
Fix error in text
................
r1136245 | mlaurent | 2010-06-09 12:06:10 +0200 (Wed, 09 Jun 2010) | 2 lines
Fix crash
................
r1136254 | mlaurent | 2010-06-09 12:30:01 +0200 (Wed, 09 Jun 2010) | 2 lines
Fix app icon name
................
r1136259 | smartins | 2010-06-09 12:53:21 +0200 (Wed, 09 Jun 2010) | 2 lines
emit signal when collection changes so application knows when access rights changed.
................
r1136261 | smartins | 2010-06-09 12:57:03 +0200 (Wed, 09 Jun 2010) | 2 lines
make collectionFromModel work with tree models.
................
r1136262 | krake | 2010-06-09 13:02:13 +0200 (Wed, 09 Jun 2010) | 2 lines
Do not overwrite error text from folderForCollectionMethod, otherwise the reported path is non-sense
................
r1136264 | krake | 2010-06-09 13:06:04 +0200 (Wed, 09 Jun 2010) | 3 lines
Disable interval checking on IMAP resources before runing the imapcache importer and enable it (if configured) when the importer has finished.
Otherwise the resource will start downloading folders the importer hasn't processed yet
................
r1136277 | smartins | 2010-06-09 13:51:22 +0200 (Wed, 09 Jun 2010) | 2 lines
remove warning, incidence->readOnly() isn't part of the payload
................
r1136284 | winterz | 2010-06-09 14:18:07 +0200 (Wed, 09 Jun 2010) | 10 lines
SVN_SILENT:
Blocked revisions 1136283 via svnmerge
........
r1136283 | winterz | 2010-06-09 08:16:49 -0400 (Wed, 09 Jun 2010) | 4 lines
Remove groupwise and groupdav kresources and adjust the wizard accordingly
MERGE: none
........
................
r1136285 | winterz | 2010-06-09 14:19:42 +0200 (Wed, 09 Jun 2010) | 9 lines
SVN_SILENT:
Blocked revisions 1135917 via svnmerge
........
r1135917 | ludwigreiter | 2010-06-08 06:18:07 -0400 (Tue, 08 Jun 2010) | 1 line
Update after test of the 2010-06-04 newslog
........
................
r1136286 | winterz | 2010-06-09 14:20:43 +0200 (Wed, 09 Jun 2010) | 14 lines
SVN_SILENT:
Recorded merge of revisions 1136056 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1136056 | winterz | 2010-06-08 16:38:15 -0400 (Tue, 08 Jun 2010) | 6 lines
when dropping plain old text of emails, decode the whole thing
so we don't lose out on the displayName, comments, etc.
kolab/issue341l
MERGE: trunk
........
................
r1136318 | mlaurent | 2010-06-09 15:44:38 +0200 (Wed, 09 Jun 2010) | 2 lines
I don't delete cache after but I want to finish import :)
................
r1136328 | mlaurent | 2010-06-09 16:20:15 +0200 (Wed, 09 Jun 2010) | 2 lines
Add missing conversion
................
r1136330 | krake | 2010-06-09 16:24:04 +0200 (Wed, 09 Jun 2010) | 3 lines
Skip IMAP folders on import when they or one of their ancestors have been locally unsubscribed.
Still need to unsubscribe them with Akonadi
................
r1136331 | krake | 2010-06-09 16:27:11 +0200 (Wed, 09 Jun 2010) | 3 lines
Ups, wrong object
................
r1136354 | krake | 2010-06-09 17:41:06 +0200 (Wed, 09 Jun 2010) | 2 lines
Locally unsubscribe collections for IMAP folders which were unsubscribed locally
................
r1136359 | krake | 2010-06-09 17:58:08 +0200 (Wed, 09 Jun 2010) | 2 lines
Need to specifically enable interval checking
................
r1136373 | lueck | 2010-06-09 18:38:38 +0200 (Wed, 09 Jun 2010) | 1 line
typo fix spotted by Freek de Kruijf
................
r1136375 | krake | 2010-06-09 18:47:57 +0200 (Wed, 09 Jun 2010) | 2 lines
Make migratePassword() a member function so we can keep the Wallet instance and don't bother the user with wallet password input for every single resource that gets its password migrated
................
r1136380 | krake | 2010-06-09 18:58:29 +0200 (Wed, 09 Jun 2010) | 2 lines
Oops, revert local test config
................
r1136386 | mlaurent | 2010-06-09 19:11:38 +0200 (Wed, 09 Jun 2010) | 4 lines
Migrate Trash/Folder destination for resources.
Now I think that all is migrated
................
r1136630 | mlaurent | 2010-06-10 11:09:48 +0200 (Thu, 10 Jun 2010) | 2 lines
Fix duplicate code
................
r1136633 | mlaurent | 2010-06-10 11:26:54 +0200 (Thu, 10 Jun 2010) | 2 lines
not necessary
................
r1136644 | mlaurent | 2010-06-10 12:25:38 +0200 (Thu, 10 Jun 2010) | 2 lines
Add missing slot
................
r1136645 | mlaurent | 2010-06-10 12:38:51 +0200 (Thu, 10 Jun 2010) | 2 lines
Fix crash when we try to rename a not item
................
r1136646 | mlaurent | 2010-06-10 12:41:06 +0200 (Thu, 10 Jun 2010) | 2 lines
Fix crash
................
r1136668 | mlaurent | 2010-06-10 14:16:40 +0200 (Thu, 10 Jun 2010) | 2 lines
All is done
................
r1136670 | mlaurent | 2010-06-10 14:24:22 +0200 (Thu, 10 Jun 2010) | 2 lines
Kevin is right. We can remove it. all is perfect now :) (we hope :) )
................
r1136672 | cgiboudeaux | 2010-06-10 14:29:59 +0200 (Thu, 10 Jun 2010) | 6 lines
"Fix the icons and shortcuts with RTL.
BUG: 205288
MERGE:4.4
FIXED-IN: 1.6.5
................
svn path=/branches/work/komo/kdepim/; revision=1136705
In the folderrequester, we don't want to trigger collection fetches when
we select a folder. So avoid that, by using a distinct selection model.
svn path=/trunk/KDE/kdepim/kmail/; revision=1136213
These names were very confusing for me.
FolderSelectionTreeView -> FolderTreeWidget
This class had nothing to do with selections, and is actually
a widget and nothing derived from QTreeView.
FolderSelectionTreeViewDialog -> FolderSelectionDialog
No need to include TreeView, that is an implementation detail
and makes the name too long.
FolderTreeView stays the same, as it is actually a view.
svn path=/trunk/KDE/kdepim/kmail/; revision=1111092
right (for the moment it's a basic proxy which disable item when
we can't create sub folder, will improve it soon)
svn path=/branches/work/akonadi-ports/kdepim/; revision=1036080
Allow to save/restore dialog box size
Start to implement "add folder" as in old kmail (not implemented yet)
svn path=/branches/work/akonadi-ports/kdepim/; revision=1033078