Montel Laurent
1b016652d1
Fix includes
15 years ago
Montel Laurent
9621485d2e
Minor optimization
15 years ago
Montel Laurent
202fcaeb11
Fix includes
15 years ago
Montel Laurent
818fd4ec21
Fix forward declaration/includes
15 years ago
Montel Laurent
a8a6bd54f3
Add const
15 years ago
Montel Laurent
cb9e736507
Cleanup
15 years ago
Montel Laurent
620d22cb4a
Dead code
15 years ago
Jonathan Marten
733764c89a
Use KStatusNotifierItem's standard system tray "Quit" action
...
instead of the main window's one. Automatically gets the
standard "Confirm" dialogue.
REVIEW:102514
15 years ago
Montel Laurent
14147785a2
Start to reduce number of write config (not necessary when we just read a config)
15 years ago
Montel Laurent
7ba6af75f4
Normalize signals/slots
15 years ago
Montel Laurent
2997f6164d
Remove potential duplicate code
...
(cherry picked from commit 0e9ab4d7e3e153415c3116fa29ea0237e8479ef4)
15 years ago
Montel Laurent
93a0c0609f
Remove potential duplicate code
15 years ago
Montel Laurent
7477596e70
Now we have the same order in systray and in kmail
15 years ago
Montel Laurent
babcab8b0c
Now we have the same order in systray and in kmail
15 years ago
Montel Laurent
7508a6aabb
Fix exclude system folders
...
(cherry picked from commit a30832d5e8c41d802dae6794e197fc3ada01a2c6)
15 years ago
Montel Laurent
a19a04da61
Fix exclude system folders
15 years ago
Montel Laurent
2a06a7c725
Fix Bug 279290 - Emails being sent are briefly shown as unread in the system tray icon
15 years ago
Montel Laurent
5d0b063f79
Fix Bug 279290 - Emails being sent are briefly shown as unread in the system tray icon
15 years ago
Montel Laurent
1a2c6b283e
Fix Bug 279290 - Emails being sent are briefly shown as unread in the system tray icon
15 years ago
Montel Laurent
bd9ad387f5
Normalize signal/slots
15 years ago
Montel Laurent
0ec31d6627
topLevelWidget is deprecated use window()
...
(cherry picked from commit 96eded5fe2b78d15fd20f65b3f4467b58209bdc1)
15 years ago
Montel Laurent
16196b2b0a
topLevelWidget is deprecated use window()
15 years ago
Montel Laurent
0aad30bf55
const'ify
15 years ago
Montel Laurent
fc60212389
Fix update systemtray when we subscribe/unsubscribe collection
...
(cherry picked from commit 1cbe48c31c57e33e2009d0d72728bfba37d04cf9)
15 years ago
Montel Laurent
e3de6c4d40
Fix update systemtray when we subscribe/unsubscribe collection
15 years ago
Montel Laurent
a818025416
Initialize number of message in systray
...
(cherry picked from commit 3274511aca40c4e0429f1bde55a95ddfa7ed98de)
15 years ago
Montel Laurent
e31a0c1d65
Initialize number of message in systray
15 years ago
Montel Laurent
fd9122e567
Update systray count when we remove folder (or add folder but perhaps it's not necessary to update it)
...
There is still a bug when we use local subscription need to look at how it works
and if there is a signal when we hide some collection
(cherry picked from commit 2bed8d6909c99475138a7fabfc2208f3628b83bf)
15 years ago
Montel Laurent
92e86a47ed
Update systray count when we remove folder (or add folder but perhaps it's not necessary to update it)
...
There is still a bug when we use local subscription need to look at how it works
and if there is a signal when we hide some collection
15 years ago
Montel Laurent
2d5679cd91
Make compile with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"
15 years ago
Torgny Nyblom
719cac6a50
Fix the missing part of the unread message count in systemtray.
...
Text now scales to fit.
BUG: 250035
svn path=/trunk/KDE/kdepim/kmail/; revision=1207066
15 years ago
Torgny Nyblom
6e39683b26
Partly fix the tray icon not showing message count.
...
Still need to figureout how to scale the text. The old way seemed to
make the text realy realy tiny.
svn path=/trunk/KDE/kdepim/kmail/; revision=1207044
15 years ago
Torgny Nyblom
125b87a0a6
Patch from George Metaxas, Thanks!
...
This patch fixes bug 74938, which is related to the way in which the
systray icon of KMail behaves. Currently, clicking on the systray icon
has the effect of minimizing the KMail window, irrespective of its
position in the window stack, and maximizing it if it was previously
minimized. In the latter case, the current virtual desktop is changed to
the virtual desktop where the KMail window was minimized. As noted in
the corresponding bug entry, this behavior is different than the
corresponding behavior of other KDE applications (e.g. Akregator).
The patch modifies the behavior of the KMail systray clicking handling,
by making it identical to other applications (e.g. Akregator). When
the KMail window is the top level window in the virtual desktop, it
is minimized. If it is visible in the desktop, but not at the top,
it is brought to the top. If the window is minimized, then it is
maximized to the current virtual desktop.
BUG: 74938
svn path=/trunk/KDE/kdepim/kmail/; revision=1200286
16 years ago
Andras Mantia
712b683084
Update to use the MailCommon::Kernel singleton. Saves passing around the Kernel pointer in lots of places.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180495
16 years ago
Andras Mantia
f97da4aacd
Use the MailCommon namespace.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180393
16 years ago
Andras Mantia
8f0b5a42bc
Make it use the mailcommon lib.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180243
16 years ago
Andras Mantia
6da3a9548f
More refactoring to reduce KMKernel dependency, introduce MailCommon as a smaller version of KMKernel, usable in both desktop and mobile.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1178976
16 years ago
Andras Mantia
e73f02ad7f
Reorganization: reduce dependency of folder* classes on the km* classes, so they could be shared later with mobile: get rid of KMKernel::config() step.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1178331
16 years ago
Laurent Montel
5633764a0b
Add missing i18n
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1171261
16 years ago
Laurent Montel
93fa90dc0d
Add missing i18n
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1167819
16 years ago
Laurent Montel
28e2dd5645
Const'ify and use "KDE::versionRelease"
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1150316
16 years ago
Laurent Montel
ff6a8bc0f6
Optimisation
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1142754
16 years ago
Laurent Montel
01d43937b8
Remove duplicate code
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1139053
16 years ago
Laurent Montel
f3254037d1
Re-implement expire all folders
...
Fix crashs
svn path=/trunk/KDE/kdepim/kmail/; revision=1138231
16 years ago
Laurent Montel
f17934fdca
not necessary
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137927
16 years ago
Laurent Montel
876fb367c8
update systray when we exclude folder from check new mail
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137924
16 years ago
Laurent Montel
e001a582b0
Readd ignoreNewMail feature
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137906
16 years ago
Laurent Montel
e5c3cc949d
not necessary to add "new message in" menu entry when we don't have unread mail
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137900
16 years ago
Laurent Montel
2f60407e30
Exclude search/tag resources
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137899
16 years ago
Laurent Montel
b0b1ab0a4f
Exclude search/tag resource
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137898
16 years ago