What does this patch do:
- QComboBox -> KComboBox
- QTabWidget -> KTabWidget
- QLineEdit -> KLineEdit
- QTextEdit -> KTextEdit
- Where KLineEdit is inserted, I explicitly called: setShowClearButton( true )
- Removed in some cases unnecessary includes from header files.
What does this patch not do:
- Fix the ui files
- Fix the QMessageBox -> KMessageBox in kmmessage.cpp I need to have a good
look to the KMessageBox API for that.
- Exhaustive cleanup of unnecessary inclusions.
svn path=/trunk/KDE/kdepim/; revision=862376
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r850412 | ervin | 2008-08-21 15:20:19 +0200 (Thu, 21 Aug 2008) | 19 lines
Merged revisions 790349,790352 via svnmerge from
svn+ssh://ervin@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r790349 | ervin | 2008-03-26 17:08:28 +0100 (Wed, 26 Mar 2008) | 4 lines
No need for this extra open of the search folder. It's supposed to be
already opened, and avoid one extra close in the SearchWindow dtor (was
crashing kmail if the search folder was opened after being renamed).
........
r790352 | ervin | 2008-03-26 17:28:20 +0100 (Wed, 26 Mar 2008) | 7 lines
Add an "Open Message" button, and the old open button is now "Open
Search Folder". Removed the "Rename" button, now the search folder is
renamed "as you type" (after a small delay).
Fixes kolab/issue2217.
........
................
svn path=/trunk/KDE/kdepim/; revision=850604
svn+ssh://ervin@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r790349 | ervin | 2008-03-26 17:08:28 +0100 (Wed, 26 Mar 2008) | 4 lines
No need for this extra open of the search folder. It's supposed to be
already opened, and avoid one extra close in the SearchWindow dtor (was
crashing kmail if the search folder was opened after being renamed).
........
r790352 | ervin | 2008-03-26 17:28:20 +0100 (Wed, 26 Mar 2008) | 7 lines
Add an "Open Message" button, and the old open button is now "Open
Search Folder". Removed the "Rename" button, now the search folder is
renamed "as you type" (after a small delay).
Fixes kolab/issue2217.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=850412
Search Folder". Removed the "Rename" button, now the search folder is
renamed "as you type" (after a small delay).
Fixes kolab/issue2217.
svn path=/branches/kdepim/enterprise/kdepim/; revision=790352
already opened, and avoid one extra close in the SearchWindow dtor (was
crashing kmail if the search folder was opened after being renamed).
svn path=/branches/kdepim/enterprise/kdepim/; revision=790349
- Add a new class MailListMimeData which overrides retrieveData() from QMimeData so
that the whole message can be read on demand again (was Q3StoredDrag::encodedData before)
- Adapt KMail to that new class
- Don't add a KIO::Url list to the mimetype of mails. The 3.5 version doesn't have it either,
and this magically fixes dropping mails to KOrganizer and to KDesktop.
And a casual search shows that it is not used in KDEPIM at all.
- Fix one missing KTemporaryFile::open() call in KOrganizer
(there are some more such errors in KDEPIM, for example in the Scalix resource...)
CCMAIL: tokoe@kde.org
(Tobias, see above about scalix)
svn path=/trunk/KDE/kdepim/; revision=775078
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r728017 | tilladam | 2007-10-22 09:30:48 +0200 (Mo, 22 Okt 2007) | 6 lines
Add a button to the quicksearch which opens up a full search based on the current
quick search parameters. Make opening a search via other means (keyboard shortcut)
honor the current quicksearch as well.
Prokde35-z Item 39
........
r731357 | tilladam | 2007-10-31 15:08:32 +0100 (Mi, 31 Okt 2007) | 3 lines
Search in the full mail by default, not the subject. That more closely reflects
what the quicksearch does.
........
svn path=/trunk/KDE/kdepim/; revision=764483
quick search parameters. Make opening a search via other means (keyboard shortcut)
honor the current quicksearch as well.
Prokde35-z Item 39
svn path=/branches/kdepim/enterprise/kdepim/; revision=728017
To make the buttons appear like in KDE3, I had to port away from KDialog as KDialog does not seem to support spacers between buttons.
Additionally, make the processed message count available again.
svn path=/trunk/KDE/kdepim/; revision=690397
Honor default forwarding settings for the toolbar button, the search window RMB and the keyboard shortcuts.
svn path=/branches/kdepim/enterprise/kdepim/; revision=657203
branches/work/kdepim-3.5.5+.
These contain the following features from the enterprise branch:
- (nearly) all folders can be copyied or moved now
- dnd of one or multiple folders
- copy/cut/paste actions for one or multiple folders
- dnd of messages from the search result window to the folder tree
- copy/cut/paste actions for messages (in the header view and search
result window)
svn path=/branches/KDE/3.5/kdepim/; revision=648059