Montel Laurent
86c29dbee6
Use Q_NULLPTR
11 years ago
Montel Laurent
5f6dd46a97
Use QStringLiteral
12 years ago
Montel Laurent
f64c151bc1
Astyle kdelibs
12 years ago
Montel Laurent
1cf0267e6c
KShortcut->QKeySequence
12 years ago
Montel Laurent
e79a1d5bf6
Reactivate shortcuts
12 years ago
Montel Laurent
0665a9e277
KIcon->QIcon::fromTheme
12 years ago
Montel Laurent
2196b0bf2d
Port++
12 years ago
Montel Laurent
e215c9b8d9
MAke it compile
12 years ago
Montel Laurent
0a42cdc82d
Fix includes
12 years ago
Christophe Giboudeaux
9eb882fd3a
Revert "includemoc"
...
This reverts commit 4468253984b742f5e95a0a3e50165d3893bc1a08.
12 years ago
Montel Laurent
cb10464b92
includemoc
12 years ago
Montel Laurent
946b9e0905
Use KLocalizedString
12 years ago
Stephen Kelly
45b99dd354
Remove moc includes
...
The CMAKE_AUTOMOC feature is strict about the name of moc includes,
and these ones do not match what they should. They are also unnecessary.
CMAKE_AUTOMOC creates a separate file concatenating the moc files
per-target.
13 years ago
Montel Laurent
2bb9e6884f
QLatin1String
13 years ago
Montel Laurent
2c0b52306b
Fix coding style
13 years ago
Montel Laurent
9d7b82741f
Move to own directory
13 years ago
Montel Laurent
54766703e2
Fix indent
13 years ago
Montel Laurent
9a3bcf7e95
Move in own directory
13 years ago
Allen Winter
d60dc1e693
in updateShortcutsForIndex(), check that the model does indeed have
...
a valid index for the specified row indexes before accessing them.
probably fixes the crash mentioned in 291886.
BUG: 291886
FIXED-IN: 4.8.1
MERGE: 4.8
14 years ago
Montel Laurent
7a16c1ab4f
Fix includes
15 years ago
Volker Krause
a155627bd6
Clean up more string-based collection API.
15 years ago
Montel Laurent
1d19a6f18c
Minor optimization
15 years ago
Montel Laurent
a5517418c1
Reduce number of write config in foldercollection
15 years ago
Montel Laurent
bd9ad387f5
Normalize signal/slots
15 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
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
Andras Mantia
28f9db58a5
Reorganization: reduce dependency of folder* classes on the km* classes, so they could be shared later with mobile.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1178322
16 years ago
Thomas McGuire
6e5c12f41f
Don't use exec() when loading the folder shortcuts.
...
We were using allFoldersCollection(), which uses exec() internally.
Now, update the folder shortcuts as soon as the ETM loads the folder.
svn path=/trunk/KDE/kdepim/kmail/; revision=1111280
16 years ago
Thomas McGuire
9b9d4cb251
Factor out folder shortcut action handing into its own class.
...
This is similar to the tag action manager. Less stuff in kmmainwidget
is always good.
svn path=/trunk/KDE/kdepim/kmail/; revision=1111090
16 years ago