Jakob Petsovits
a1f504a6d5
Adapt a lot of KMail icons to the new naming scheme.
...
I think I should not have broken anything;
if I did, come and beat me.
svn path=/trunk/KDE/kdepim/kmail/pics/; revision=744223
19 years ago
Thomas McGuire
b127bcfe63
tabs--
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=735078
19 years ago
Thomas McGuire
fcb2aa6be6
deprecated--
...
tabs--
svn path=/trunk/KDE/kdepim/; revision=731473
19 years ago
Volker Krause
2e10193ced
Forwardport SVN commit 703382 by vkrause:
...
Actually enforce the minimum mailcheck interval setting.
Kolab issue 1640.
svn path=/trunk/KDE/kdepim/; revision=703397
19 years ago
Volker Krause
606408c2e2
Forwardport SVN commit 703382 by vkrause:
...
Actually enforce the minimum mailcheck interval setting.
Kolab issue 1640.
svn path=/branches/kdepim/enterprise/kdepim/; revision=703384
19 years ago
Thiago Macieira
421c83769c
Remove use of k_funcinfo
...
svn path=/trunk/KDE/kdepim/; revision=702595
19 years ago
Tobias Koenig
01c7115ebd
Manual adaption and cleanup of the previous script run
...
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Thomas McGuire
b2b695420e
Update the way the type of the account is stored.
...
Now, we use enums instead of strings.
Add the names of the types to KAccount. They can now be translated.
Also, provide an update script for easy config migration.
BUG: 90509
svn path=/trunk/KDE/kdepim/; revision=689148
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Pradeepto Bhattacharya
0750e965c5
Krazy #1 fixes
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=679564
19 years ago
Mathias Soeken
6fba743a1f
Qt3Support-- and some code fixes
...
svn path=/trunk/KDE/kdepim/; revision=677631
19 years ago
Ingo Klcker
76ed9c3f5c
Fix pass-by-value issues found by krazy. Patch by Bernhard Breinbauer.
...
svn path=/trunk/KDE/kdepim/; revision=674140
19 years ago
Thomas McGuire
2b20705ad0
When the user enters a password in the account settings, automatically enable password storing.
...
svn path=/trunk/KDE/kdepim/; revision=674136
19 years ago
Laurent Montel
562338a0fa
Fix signal/slot
...
Fix value associate to buttonradio
svn path=/trunk/KDE/kdepim/; revision=666964
19 years ago
Laurent Montel
65145fd0f3
Q3Support--
...
svn path=/trunk/KDE/kdepim/; revision=665291
19 years ago
Mathias Soeken
275c697147
Make the RecipientsEditor look like in kmail3 again.
...
Question:
Should the clear button be visible inside the KLineEdit instead of the separate clear button? If so, I have to
modify KLineEdit to emit a click on the clearbutton to delete the line.
svn path=/trunk/KDE/kdepim/; revision=658039
19 years ago
Allen Winter
7b4c537019
backport SVN commit 652937 by dfaure:
...
Forwardport commit r652936 (from enterprise branch, not in 3.5) :
kiosk-like setting for admins to prevent a too small imap mailcheck interval
https://intevation.de/roundup/kolab/issue1640
svn path=/branches/KDE/3.5/kdepim/; revision=653518
19 years ago
Mathias Soeken
69880580c7
Q3Grid -> QWidget, QGridLayout
...
svn path=/trunk/KDE/kdepim/; revision=653482
19 years ago
Mathias Soeken
00361696ee
Q3ButtonGroup -> QButtonGroup, QGroupBox
...
svn path=/trunk/KDE/kdepim/; revision=653466
19 years ago
David Faure
39ae9eb673
Forwardport commit r652936 (from enterprise branch, not in 3.5) :
...
kiosk-like setting for admins to prevent a too small imap mailcheck interval
https://intevation.de/roundup/kolab/issue1640
svn path=/trunk/KDE/kdepim/; revision=652937
19 years ago
David Faure
996959857e
kiosk-like setting for admins to prevent a too small imap mailcheck interval
...
https://intevation.de/roundup/kolab/issue1640
svn path=/branches/kdepim/enterprise/kdepim/; revision=652936
19 years ago
David Faure
f6b4b673c2
kiosk-like setting for admins to prevent a too small imap mailcheck interval. proko2 issue 1640.
...
svn path=/branches/kdepim/proko2/kdepim/; revision=652934
19 years ago
Volker Krause
7c129d334e
Merge local subscription support for disconnected IMAP from the KDE PIM
...
enterprise branch (actually it's even from the old proko2 branch). It allows
to exclude some folders from syncing, allowing you to use online and
disconnected IMAP on the same account for a disjoint set of folders.
The included changes for the Kolab wizard add an option to make use of this.
It will create an online IMAP account for mail folders and a (completely
hidden) DIMAP account for the groupware folders.
Approved by Ingo and Allen.
svn path=/branches/KDE/3.5/kdepim/; revision=649622
19 years ago
Mathias Soeken
5e4dc38312
KDE4 Porting:
...
* K3Icon -> KIcon
* K3ListBox -> QListWidget
* K3Wizard -> KAssistantDialog
svn path=/trunk/KDE/kdepim/; revision=644639
19 years ago
Volker Krause
00d6835c62
Forwardport SVN commit 642473 by vkrause:
...
Merge local subscription support from proko2.
This allows you to use online IMAP for your mails and disconnected IMAP
for your groupware data on the same Kolab account.
svn path=/trunk/KDE/kdepim/; revision=642514
19 years ago
Aaron J. Seigo
f7c8d965d1
icon spec name updates
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=640714
19 years ago
Volker Krause
0777b81015
Merge SVN commit 516320 by tilladam from proko2 branch:
...
Implement client side subscription for online IMAP and disconnected IMAP
accounts. This basically stores a blacklist of unsubscribed folders
(since we want new folders to show up, intially) per account, which is
persisted to kconfig. This list is used as a filter during folder
listing. Some heavy-ish refactoring of the subscription dialog to make
it extensible enough to allow reusing it for the user interface.
(proko2 issue 1095)
svn path=/branches/kdepim/enterprise/kdepim/; revision=640594
19 years ago
Laurent Montel
9204efee7b
Fix connect signal/slot
...
svn path=/trunk/KDE/kdepim/; revision=622864
19 years ago
Aaron J. Seigo
94403b8aed
build? (winterz is pestering me so i'm committing before building ;)
...
svn path=/trunk/KDE/kdepim/akregator/; revision=621533
19 years ago
Volker Krause
c96de9958d
KMServerTest moved to libkdepim.
...
svn path=/trunk/KDE/kdepim/; revision=620791
19 years ago
Rafael Fernndez Lpez
ef2aac215a
Compiling issues solved. iconLoader() moved to KApplication
...
svn path=/trunk/KDE/kdepim/akregator/; revision=619257
19 years ago
Aaron J. Seigo
cc5f24ca0f
adjust to api changes
...
only 5 more modules to go! *sigh*
svn path=/trunk/KDE/kdepim/akregator/; revision=619256
19 years ago
Laurent Montel
5705b5709f
Fix signal/slots
...
svn path=/trunk/KDE/kdepim/; revision=583884
20 years ago
Edwin Schepers
c895ebb96e
URL -> Url
...
svn path=/trunk/KDE/kdepim/; revision=558423
20 years ago
Volker Krause
5693af6b31
KDialog porting.
...
svn path=/trunk/KDE/kdepim/; revision=552592
20 years ago
Laurent Montel
69d3a74e72
Second cleanup
...
svn path=/trunk/KDE/kdepim/; revision=546936
20 years ago
David Faure
8270ad07db
Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch.
...
svn path=/branches/kdepim/proko2-full/kdepim/; revision=541169
20 years ago
Reinhold Kainhofer
d956e3b7bf
QTabWidget and KNotifyClient::beep converted so there are some less deprecated warnings
...
svn path=/trunk/KDE/kdepim/akregator/; revision=540537
20 years ago
Reinhold Kainhofer
42ed96b11f
some more #include <qxxxx.h> => #include <QXxxx>
...
svn path=/trunk/KDE/kdepim/; revision=540424
20 years ago
Allen Winter
063033d01e
"a" -> 'a'
...
svn path=/trunk/KDE/kdepim/; revision=540271
20 years ago
Reinhold Kainhofer
7f6ea0b791
KDialogBase => KDialog, this also means ~80 less deprecated warnings...
...
svn path=/trunk/KDE/kdepim/; revision=540093
20 years ago
Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Reinhold Kainhofer
ecbb50fab2
Deprecated [QK]ComboBox calls
...
svn path=/trunk/KDE/kdepim/; revision=535791
20 years ago
Reinhold Kainhofer
d892497f04
deprecated QLabel constructors and methods
...
svn path=/trunk/KDE/kdepim/; revision=535649
20 years ago
Reinhold Kainhofer
4ea904f4b5
deprecated Q(HBox|VBox|Grid)Layout(QLayout*parentLayout) constructors
...
svn path=/trunk/KDE/kdepim/; revision=535644
20 years ago
Reinhold Kainhofer
8ec18f947d
deprecated QRegExp methods
...
svn path=/trunk/KDE/kdepim/; revision=535628
20 years ago
Reinhold Kainhofer
26be696c0d
deprecated QMap methods, deprecated kd(Debug|Warning|Error)
...
svn path=/trunk/KDE/kdepim/; revision=535593
20 years ago
Reinhold Kainhofer
b1aaf0ed36
QWhatsThis::add is deprecated
...
svn path=/trunk/KDE/kdepim/; revision=535128
20 years ago
Reinhold Kainhofer
08404dfdab
QList::find(..)==QList::end() => QList::contains()
...
QList::find => QList::indexOf
QString::find => QString::indexOf or contains
svn path=/trunk/KDE/kdepim/; revision=535096
20 years ago