svn+ssh://ervin@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r727626 | tilladam | 2007-10-21 12:31:41 +0200 (Sun, 21 Oct 2007) | 2 lines
warning--
........
r729284 | tilladam | 2007-10-25 16:02:12 +0200 (Thu, 25 Oct 2007) | 4 lines
Make tooltips also work on the main folder tree, refactor some code into
the base class, also show quota info in the tooltip, if it's locally
present.
........
r731362 | tilladam | 2007-10-31 15:20:31 +0100 (Wed, 31 Oct 2007) | 2 lines
Only show the quota line in the tooltip if the quota is not empty.
........
r733149 | tilladam | 2007-11-05 18:18:03 +0100 (Mon, 05 Nov 2007) | 2 lines
Don't rely on indirect includes.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=853293
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r842562 | ervin | 2008-08-05 16:43:02 +0200 (Tue, 05 Aug 2008) | 6 lines
Don't blindly switch to another kontact component when the user clicks
or the selection change.
Fixes kolab/issue2916.
........
r842566 | ervin | 2008-08-05 16:51:29 +0200 (Tue, 05 Aug 2008) | 3 lines
Fix my brain damage induced typo. And learn that surprisingly
mouseButtonClicked() is not emitted when a context menu is triggered...
........
r847515 | tilladam | 2008-08-15 16:32:12 +0200 (Fri, 15 Aug 2008) | 1 line
Not one of Kevin's better days .... ;)
........
svn path=/trunk/KDE/kdepim/; revision=849567
Reasons:
- It was buggy (the recipientseditor, mimeparttree etc didn't obey to it)
- It is already provided by the KDE colorscheme (unlike the other color options)
Also, the ApplicationPaletteChange event is no longer used, so listen to
PaletteChange events instead.
BUG:102906
BUG:167346
svn path=/trunk/KDE/kdepim/; revision=837712
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r817247 | vkrause | 2008-06-05 18:07:20 +0200 (Thu, 05 Jun 2008) | 27 lines
Merged revisions 780286-780298 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r780286 | vkrause | 2008-02-28 18:05:09 +0100 (Thu, 28 Feb 2008) | 5 lines
Try to ignore incidences in shared calendars, they are most likely
events created by other users who got the same invitation.
Kolab issue 2312
........
r780297 | vkrause | 2008-02-28 19:09:04 +0100 (Thu, 28 Feb 2008) | 6 lines
Disable calendar lookup when we have multiple active Kolab resources
because it's impossible to determine in which one we should search for
an already existing previous version of the current invitation.
Kolab issue 2312
........
r780298 | vkrause | 2008-02-28 19:11:56 +0100 (Thu, 28 Feb 2008) | 5 lines
Always show the action links when we cannot lookup the current incidence
in the calendar.
Kolab issue 2312
........
................
r821831 | vkrause | 2008-06-18 18:01:42 +0200 (Wed, 18 Jun 2008) | 12 lines
Merged revisions 821814 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r821814 | vkrause | 2008-06-18 17:21:15 +0200 (Wed, 18 Jun 2008) | 5 lines
Make sure favorite folder items get the same label independent of how
say are created.
Kolab issue 2785.
........
................
svn path=/trunk/KDE/kdepim/; revision=822622
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r821814 | vkrause | 2008-06-18 17:21:15 +0200 (Wed, 18 Jun 2008) | 5 lines
Make sure favorite folder items get the same label independent of how
say are created.
Kolab issue 2785.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=821831
This fixes erratic drag&drop behavior, as the drag
would be ignored as soon as the enter event is
ignored.
svn path=/trunk/KDE/kdepim/; revision=763633
folders >2GB won't show up correctly on 32 Bit systems.
I hope I found all places were the conversion was necessary.
I couldn't really test this, as i don't have a 64 Bit system, but I should
work.
BUG: 151155
svn path=/trunk/KDE/kdepim/; revision=751020
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.
svn path=/trunk/KDE/kdepim/; revision=723853
- fix icons
- fix i18n
- fix signal/slot (probably some more to do)
- fix deprecated calls
- increase rc version number so actions show up
- fix some other warnings
Still not fixed:
- total freeze after changing the view's visibility in the config
- the names of the folders don't show up (only after renaming)
- the tooltips don't work
(and probably more)
Why was this commited at all? We are in feature freeze, specially to avoid wasting
time fixing broken new features.
svn path=/trunk/KDE/kdepim/; revision=721699