out of the EditFrame layout, so that it is clickable even if no templates
exist or none is selected.
Change the "Composer" group title to one a bit more appropriate.
GUI:
svn path=/trunk/KDE/kdepim/; revision=842408
svn+ssh://svn.kde.org/home/kde/trunk/KDE/kdepim
........
r816688 | thrainer | 2008-06-04 17:38:42 +0200 (Wed, 04 Jun 2008) | 4 lines
Style.
SVN_SILENT:
........
r816720 | winterz | 2008-06-04 18:51:41 +0200 (Wed, 04 Jun 2008) | 6 lines
init() before the ActionManager is initialized.
must do this because the componentData needs to be set beforehand
so we don't get warning messages like:
"KActionCollection::setComponentData: this does not work on a KActionCollection
containing actions!"
........
r816746 | bbroeksema | 2008-06-04 20:24:01 +0200 (Wed, 04 Jun 2008) | 2 lines
HHCategory is actually saved to the mapping file now. Added test for it.
........
r816750 | tmcguire | 2008-06-04 20:35:05 +0200 (Wed, 04 Jun 2008) | 3 lines
KTextEdit -> KRichTextWidget
C++ needs a 'super' keyword like in Java...
........
r816762 | bbroeksema | 2008-06-04 21:10:22 +0200 (Wed, 04 Jun 2008) | 3 lines
PC categories are now also saved in the mapping files.
Added some tests for it.
........
r816803 | tstaerk | 2008-06-04 22:05:18 +0200 (Wed, 04 Jun 2008) | 1 line
Show the user what unit the duration is in.
........
r816878 | winterz | 2008-06-04 23:21:41 +0200 (Wed, 04 Jun 2008) | 6 lines
Raphael's new sidebar port to Qt4 itemviews.
This does include a couple of very short, new strings.
But I received no objections from the translators.
........
r816888 | ereslibre | 2008-06-04 23:44:17 +0200 (Wed, 04 Jun 2008) | 2 lines
Fix canDecodeMimeData on plugins. This way for example, we can't drop an URL dragged from Konqui to Contacts plugin.
........
r816891 | rjarosz | 2008-06-04 23:49:29 +0200 (Wed, 04 Jun 2008) | 3 lines
Dispatcher::registerComponent can't take SLOT(slotName) as slotName argument.
........
r816901 | tmcguire | 2008-06-05 00:13:08 +0200 (Thu, 05 Jun 2008) | 11 lines
- Return the correct return code when not all messages could be moved in KMMoveCommand
- In the action scheduler, don't delete the original mail if the filtered copy couldn't
be moved back
This is a hotfix for IMAP, which will eat messages if one of the filters has online IMAP
target folder (in which case the action scheduler will be used).
The real problem is of course that the move command fails in the frist place, will have to
figure that out later.
........
r817026 | scripty | 2008-06-05 04:27:16 +0200 (Thu, 05 Jun 2008) | 1 line
SVN_SILENT made messages (.desktop file)
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=817055
single file on Matthias Kretz' advice. This seems counterintuitive
compared to what the docu says but the components are now visible in the
Configure Kontact dialog.
Also add the X-KDE-Weight field to all KCMs appearing in Kontact so that
they appear in the same order as in the apps running standalone.
Note: Akregator's configure dialog is empty when opened with "Configure
Akregator" when embedded, but works when viewed in the "Configure
Kontact" dialog and when running standalone. I think this may be a
separate problem.
This at least makes it possible to enable KNode, part of this bug:
https://bugzilla.novell.com/show_bug.cgi?id=389141
CCMAIL: kretz@kde.org
svn path=/trunk/KDE/kdepim/kontact/src/; revision=813516
svn+ssh://tilladam@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r753825 | pino | 2007-12-28 16:41:33 +0100 (Fri, 28 Dec 2007) | 3 lines
icon renaming:
- edit-user -> user-properties
................
r753841 | jpetso | 2007-12-28 17:21:31 +0100 (Fri, 28 Dec 2007) | 6 lines
Icon naming spec compliance (code changes - KDE/):
* actions/user -> places/user-identity
* places/contact -> mimetypes/x-office-contact
* fix KMail and KNode configuration dialog page icons
* and bits of other fix-up stuff.
................
r753927 | winterz | 2007-12-28 20:16:37 +0100 (Fri, 28 Dec 2007) | 3 lines
nit. QCA2 not QCA.
SVN_SILENT:
................
r753945 | winterz | 2007-12-28 20:53:01 +0100 (Fri, 28 Dec 2007) | 6 lines
use the newfangled way of setting the debug area, as invented by marc.
coolness.
give context to a few i18n messages
................
r753949 | winterz | 2007-12-28 20:59:37 +0100 (Fri, 28 Dec 2007) | 3 lines
lots of i18n message context and KUIT.
coding style fixes.
................
r753984 | jpetso | 2007-12-28 22:26:03 +0100 (Fri, 28 Dec 2007) | 23 lines
Icon naming spec compliance (code changes - KDE/):
edit-add -> list-add
You have no idea how hard it was to reduce the number of
"add" icons from two to one. I nearly died in the process :-S
The difficult part, of course, was to find the answer
to the everlasting question "What does each icon mean?"
And these are my findings:
* If you add anything to a list (or something else that is
some kind of collection of items), you use list-add.
* If you remove something from that list (or collection)
without destroying the removed object itself (because
it's only a reference to something outside),
you use list-remove.
* If you delete something from that list (or collection)
and the item that you deleted had its home in the list
and is therefore destroyed on removing,
then you use edit-delete.
Phew. Who wants to open up a TechBase article on using icons?
................
r754112 | winterz | 2007-12-29 04:20:03 +0100 (Sat, 29 Dec 2007) | 9 lines
full KUIT and context for koeventdetails
lots of coding style fixes for koeventdetails.[cpp,h]
rename KOEditorDetails::readEvent(),writeEvent(),cancelAttendeeEvent() to
KOEditorDetails::readIncidence(),writeIncidence(),cancelAttendeeIncidence()
the changes in koeventeditor, kotodoeditor, kojournaleditor and koincidenceeditor
are to follow the Event -> Incidence method renames.
................
r754160 | scripty | 2007-12-29 09:22:59 +0100 (Sat, 29 Dec 2007) | 1 line
SVN_SILENT made messages (.desktop file)
................
r754179 | vkrause | 2007-12-29 10:32:30 +0100 (Sat, 29 Dec 2007) | 3 lines
Allow to de-select the current collection, improve error handling in
various cases.
................
r754180 | vkrause | 2007-12-29 10:33:09 +0100 (Sat, 29 Dec 2007) | 13 lines
Merged revisions 724819,724822-725839,725842-725901,725903-725909,725911-726385,726387-726784,726786-726917,726919-726932 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/work/arzie_akonadi
........
r724819 | arzie | 2007-10-13 16:56:43 +0200 (Sat, 13 Oct 2007) | 1 line
Emails have a PartBody, even when the message content is empty.
........
r726932 | arzie | 2007-10-19 10:19:38 +0200 (Fri, 19 Oct 2007) | 1 line
Fix serializertest. Add extra concurrency test.
........
................
r754209 | mlaurent | 2007-12-29 11:34:14 +0100 (Sat, 29 Dec 2007) | 2 lines
Fix includes
................
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=754239