Mathias Soeken
9ee982c2c6
K3Process -> KProcess
...
svn path=/trunk/KDE/kdepim/; revision=678846
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
808359e25e
KMFolderSelDlg -> FolderSelectionDialog
...
Rename of the actual file will follow in a minute.
svn path=/trunk/KDE/kdepim/; revision=666759
19 years ago
Thomas McGuire
3bd0b88816
Add a 'toolbarName' property for filters.
...
This is used by the antispamwizard only. It makes it possible to display a shorter name in the toolbar.
svn path=/trunk/KDE/kdepim/; revision=665700
19 years ago
Thomas McGuire
30bb8df195
Remove useless mark as spam/ham actions.
...
The spam/ham actions are created by the spam wizard.
Additionally, don't prefix filter actions text in the toolbar with 'filter'
svn path=/trunk/KDE/kdepim/; revision=665030
19 years ago
Stephan Binner
19f86533c3
i18n style guide fixes
...
svn path=/trunk/KDE/kdepim/; revision=656765
19 years ago
Laurent Montel
aa58f72c51
Include not necessary
...
svn path=/trunk/KDE/kdepim/kontact/src/; revision=656572
19 years ago
Oswald Buddenhagen
e4f30a0818
KProcess -> K3Process
...
KShellProcess -> K3ShellProcess
KProcIO -> K3ProcIO
KProcessController -> K3ProcessController
not deprecating, as we don't have a replacement yet.
not moving yet, as kdelibs still has heavy dependencies on it.
agreed upon with dfaure.
svn path=/trunk/KDE/kdepim/; revision=646732
19 years ago
Mathias Soeken
7d5f0beaee
KDE4 Porting (in AntiSpam/AntiVirus Wizard):
...
* K3Wizard -> KAssistantDialog
* K3ListBox -> KListWidget
--This line, and those below, will be ignor
ed--
M kmail/antispamwizard.h
M kmail/antispamwizard.cpp
svn path=/trunk/KDE/kdepim/; revision=644666
19 years ago
Aaron J. Seigo
f7c8d965d1
icon spec name updates
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=640714
19 years ago
Stephan Kulow
944280d5a6
merge kconfigroup_port branch
...
svn path=/trunk/KDE/kdepim/; revision=635506
19 years ago
Volker Krause
34d6fd7254
KListBox -> K3ListBox
...
svn path=/trunk/KDE/kdepim/; revision=633195
19 years ago
Matthias Kretz
428ee4239a
merge the kinstance-redesign branch back to trunk.
...
svn path=/trunk/KDE/kdepim/; revision=628296
19 years ago
David Faure
38ec9afb4b
kapplication.h removed where not useful
...
svn path=/trunk/KDE/kdepim/; revision=621637
19 years ago
Laurent Montel
00040ca9eb
Fix word wrap
...
svn path=/trunk/KDE/kdepim/; revision=567642
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
Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Ismail Onur Filiz
1795f0afe9
Backward port following coverity fixes:
...
537313: boring copy&paste bugs (CID 1287)
536478: init errorstate
535122: avoid null dereference (CID 1310)
534855: fix crash
534628: fix crash (CID 1319)
534581: fix crash (CID 1309)
534567: fix crash (CID 1317)
534557: fix crash
534391: fix crash
534390: fix crash (CID 1304)
534358: fix double free / error handling on malloc failure (dozens of CIDs)
534287: fix the order of NULL check and access
svn path=/branches/KDE/3.5/kdepim/; revision=537923
20 years ago
Reinhold Kainhofer
60256d9d9f
deprecated QWidget methods
...
svn path=/trunk/KDE/kdepim/; revision=535759
20 years ago
Reinhold Kainhofer
72d34ac78b
deprecated OQbject methods: constructor with name, name=>objectName, isA, etc. I don't know how to port queryList and child..
...
Also, QWidget::setCaption => QWidget::setWindowTitle
svn path=/trunk/KDE/kdepim/; revision=535217
20 years ago
Reinhold Kainhofer
add57fd4d3
Deprecated QString methods
...
svn path=/trunk/KDE/kdepim/; revision=535196
20 years ago
Reinhold Kainhofer
e5830100c0
deprecated QList::remove methods -> either QList::erase(iterator) or QList::removeAll(T)
...
svn path=/trunk/KDE/kdepim/; revision=535182
20 years ago
Dirk Mueller
a92b630041
fix crash (CID 1317)
...
svn path=/trunk/KDE/kdepim/; revision=534567
20 years ago
Reinhold Kainhofer
a3c5c30139
Fix compilation...
...
svn path=/trunk/KDE/kdepim/; revision=533954
20 years ago
Reinhold Kainhofer
c4bca6becc
Replace the old-style Q...Layout(QLayout*parent) constructors by the new empty constructors and a subsequent paren->addLayout(child). Heuristically, assume that if parent matches .*[Ll]ayout.*, then it is a QLayout*. Again, this is done by my script, which is committed into kdesdk/scripts/qt4/
...
svn path=/trunk/KDE/kdepim/; revision=533950
20 years ago
Reinhold Kainhofer
bdb846c552
Replace the old-style QGridLayout and Q[HV]BoxLayout constructors (which contain margin, spacing, name, and possibly the # of rows and cols) with the Qt4 constructors, where one then calls setMargin, setSpacing, and setObjectName. The nr of rows and columns is no longer needed.
...
I used my kdesdk/scripts/qt4/convert-qgridlayout.pl and kdesdk/scripts/qt4/convert-qboxlayout.pl scripts for this. Apart from one instance (where the params were commented out), no manual intervention was needed and everything worked like a charm...
What still needs to be done is to replace all Q*Layout(QLayout*parent) constructors by Q*Layout(); parent->insertLayout(..); calls. This can't be automated since it's impossible to detect whether the parent object is a QWidget* or a QLayout*. At best one can parst the compiler warning and just replace in those lines that through a deprecated warning...
svn path=/trunk/KDE/kdepim/; revision=533942
20 years ago
Ismail Onur Filiz
5499cab473
Include "config.h" in the source files that already do not do so.
...
svn path=/trunk/KDE/kdepim/; revision=532915
20 years ago
Chusslove Illich
3a5fca8d00
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
...
svn path=/trunk/KDE/kdepim/; revision=528186
20 years ago
Ismail Onur Filiz
ea883abdd3
Replace TRUE/FALSE with true/false in kdepim as the former are deprecated. The words inside comments are untouched.
...
BUG: 123261
svn path=/trunk/KDE/kdepim/; revision=516822
20 years ago
Laurent Montel
f2a05acb7d
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=516459
20 years ago
Volker Krause
5106454956
Compile with new kdelibs snapshot.
...
svn path=/trunk/KDE/kdepim/; revision=506385
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Till Adam
d822070e13
Begone, tabs.
...
svn path=/trunk/KDE/kdepim/; revision=505003
20 years ago
Till Adam
42d8b0d2fd
Commit patch by Jan Callewaert <jan.callewaert@gmail.com> (with slight
...
modifications to make it compile against 4.0) which makes the 'mark as
ham' action run spamassassin -d to remove SA's verbose headers. Thanks,
Jan.
Andreas, did you want this in branch as well?
CCMAIL: agungl@kde.org
CCMAIL: 94577@bugs.kde.org
svn path=/trunk/KDE/kdepim/; revision=505000
20 years ago
Andreas Gungl
c901b1247d
reduce readEntry(...).toInt() where possible
...
svn path=/trunk/KDE/kdepim/; revision=497208
20 years ago
Andreas Gungl
4ff92dd82b
forget readEntry(...).toBool()
...
svn path=/trunk/KDE/kdepim/; revision=497182
20 years ago
Andreas Gungl
db8f1ad5ad
porting for KConfig changes
...
svn path=/trunk/KDE/kdepim/; revision=493930
21 years ago
Malcolm Hunter
1814d2a26a
Typographical corrections and changes
...
CCMAIL:kde-i18n-doc@kde.org
svn path=/branches/KDE/3.5/kdepim/; revision=492457
21 years ago
Laurent Montel
ec645608ff
Q3CString--
...
svn path=/trunk/KDE/kdepim/; revision=491755
21 years ago
Laurent Montel
055208c180
Fix header/include
...
Port to QFrame (perhaps use kseparator)
svn path=/trunk/KDE/kdepim/; revision=487894
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Andreas Gungl
cc4b1608ce
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=485084
21 years ago
Andreas Gungl
b9e30a6875
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=483728
21 years ago
Andreas Gungl
f9cf511fd6
--(porting_needed)
...
svn path=/trunk/KDE/kdepim/; revision=483597
21 years ago
Ingo Klcker
81a7e3ba13
Partial port to current kdelibs4_snapshot. Time to hit the bed.
...
svn path=/trunk/KDE/kdepim/; revision=467348
21 years ago
Volker Krause
05ed13c77c
More porting, about 10 files still don't build.
...
svn path=/trunk/KDE/kdepim/; revision=461419
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Andreas Gungl
ffda975d14
fix some problems in the logic which determines the filters to be created
...
svn path=/branches/KDE/3.5/kdepim/; revision=445614
21 years ago
Andreas Gungl
15ec756aad
adjust text for wizard tabs, fix the logic for the summary
...
svn path=/branches/KDE/3.5/kdepim/; revision=442654
21 years ago
Andreas Gungl
d8d39da5b4
indent the folder selection widgets, enable them depending on the state of the checkboxes
...
svn path=/branches/KDE/3.5/kdepim/; revision=442644
21 years ago