Andreas Gungl
37a28c9c26
re-activate the threadweaver usage, but no functional change yet
...
svn path=/trunk/KDE/kdepim/; revision=599358
20 years ago
Andreas Gungl
d66de8183e
Port fix for bug #135461 and remove deprecated methods
...
svn path=/trunk/KDE/kdepim/; revision=594743
20 years ago
Andreas Gungl
6bde33175b
Handle command line parameter --header correctly.
...
BUGS:135461
svn path=/branches/KDE/3.5/kdepim/; revision=594735
20 years ago
Volker Krause
83411de177
Forward port SVN commit 593938 by vkrause:
...
Try harder to find an appropriate parent for the kwallet password
dialog.
Based on a suggestion of Lubos, should fix #133861 and might also help
with #131756 .
svn path=/trunk/KDE/kdepim/; revision=593959
20 years ago
Volker Krause
1d6591c317
Try harder to find an appropriate parent for the kwallet password
...
dialog.
Based on a suggestion of Lubos, should fix #133861 and might also help
with #131756 .
BUG: 133861
CCBUG: 131756
svn path=/branches/KDE/3.5/kdepim/; revision=593938
20 years ago
Urs Wolfer
ea1602a6b6
Port KProgressBar's to QProgressBar's.
...
svn path=/trunk/KDE/kdepim/; revision=585733
20 years ago
Will Entriken
1106cfdef0
kguiitem explicit ctor
...
svn path=/trunk/KDE/kdepim/knode/; revision=584502
20 years ago
Tom Albers
776009e8ea
More removals of deprecated things.
...
svn path=/trunk/KDE/kdepim/; revision=577438
20 years ago
Tom Albers
5694873e9c
- fix the context menu of the messagelist, so we can select the columns again
...
- removed the separate clear button from the quicksearch. Still drawing the pulldown menu over the searchline, but an expert needs to fix that.
- removed some deprecated calls (mimeName->name, constructors of recentfiles & toggleaction, action->dropAction)
- removed the delete mMailService from the destructor, it crashes for me. expert stuff ;-)
svn path=/trunk/KDE/kdepim/; revision=577221
20 years ago
Stephan Kulow
3f33101047
merge in the branch that renamed KSystemTray to KSystemTrayIcon
...
and made it derived from QSystemTrayIcon (which is no longer a
widget). I put some #warnings in where code is too heavily bound
to that assumption
svn path=/trunk/KDE/kdepim/; revision=565761
20 years ago
Dirk Mueller
d2260c4369
fix crash on logout when only a message pane is shown.
...
BUG: 192416
svn path=/branches/KDE/3.5/kdepim/; revision=564166
20 years ago
Volker Krause
f4811fb04a
Disable some more DCOP stuff.
...
svn path=/trunk/KDE/kdepim/; revision=561893
20 years ago
Reinhold Kainhofer
d763cc114b
locate => KStandardDirs::locate
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=558100
20 years ago
Reinhold Kainhofer
0ac46523eb
deprecated--
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=543878
20 years ago
Laurent Montel
ce6b84f1ac
fix for new kurl renamed
...
svn path=/trunk/KDE/kdepim/; revision=543474
20 years ago
Allen Winter
063033d01e
"a" -> 'a'
...
svn path=/trunk/KDE/kdepim/; revision=540271
20 years ago
Reinhold Kainhofer
b3abaeb2e6
--deprecated: qtimer.start(msec, single) => qtimer.setSingleShot(single); qtimer.start(msec);
...
svn path=/trunk/KDE/kdepim/; revision=539881
20 years ago
Laurent Montel
567ddbb95e
Move into kmail
...
svn path=/trunk/KDE/kdepim/; revision=536942
20 years ago
Allen Winter
37d8bef5e4
fix spelling errors.
...
svn path=/trunk/KDE/kdepim/; revision=536237
20 years ago
Reinhold Kainhofer
08d62d1b27
deprecated QByteArray::duplicate and QByteArray(int)
...
svn path=/trunk/KDE/kdepim/kmailcvt/; revision=535634
20 years ago
Reinhold Kainhofer
26be696c0d
deprecated QMap methods, deprecated kd(Debug|Warning|Error)
...
svn path=/trunk/KDE/kdepim/; revision=535593
20 years ago
Stephan Kulow
ffaff2c9ab
removed deprecated QWidget functions
...
svn path=/trunk/KDE/kdepim/; revision=535553
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
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
Laurent Montel
b94c077449
Port to new kjob api
...
svn path=/trunk/KDE/kdepim/; revision=534222
20 years ago
Ismail Onur Filiz
e4a63a81d2
Forward port commits:
...
518656:
-----------
Fixes the following crash, by adding check for null-pointers:
A message part that is not an email by itself is "view"ed. When reply or forward actions are triggered, KMail crashes.
It also hides the main toolbar and menu for non-message viewers.
CCBUG: 123316
527761:
-----------
The reply/forward phrases shouldn't have defaults, since it leads to
a mixup when the system locale is different from the KMail option for them.
For details, see bug 109533.
The problem is still not fully solved though, since the changes in the
configuration dialog are not immediately 'read' back.
CCBUG: 109533
svn path=/trunk/KDE/kdepim/; revision=532941
20 years ago
David Faure
8872208d7a
KMail compiles on Mac OS X
...
svn path=/trunk/KDE/kdepim/; revision=531982
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
8874681176
The reply/forward phrases shouldn't have defaults, since it leads to
...
a mixup when the system locale is different from the KMail option for them.
For details, see bug 109533.
The problem is still not fully solved though, since the changes in the
configuration dialog are not immediately 'read' back.
CCBUG: 109533
svn path=/branches/KDE/3.5/kdepim/; revision=527761
20 years ago
Frank Osterfeld
72ff7fdb95
deprecated--
...
replace QStringList::split() by QString::split()
svn path=/trunk/KDE/kdepim/; revision=517185
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
Allen Winter
ca294fde3e
forward port 514974:
...
fix online/offline status: make it work with multiple windows, harmonize
the wording with the buttons in the confirmation dialog
CCMAIL: aseigo@kde.org
svn path=/trunk/KDE/kdepim/; revision=515071
20 years ago
Aaron J. Seigo
56731232ab
fix online/offline status: make it work with multiple windows, harmonize
...
the wording with the buttons in the confirmation dialog
svn path=/branches/KDE/3.5/kdepim/; revision=514974
20 years ago
Laurent Montel
d14b232730
deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=512512
20 years ago
Laurent Montel
54bf075d4b
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=512502
20 years ago
Laurent Montel
5214f977ce
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/akregator/; revision=508599
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
953b74f08d
readListEntry--
...
svn path=/trunk/KDE/kdepim/; revision=502289
20 years ago
Laurent Montel
7a6a236da0
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=501915
20 years ago
Laurent Montel
b94c701c58
Convert header
...
svn path=/trunk/KDE/kdepim/; revision=501592
20 years ago
Andreas Gungl
99b1dcf126
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=501111
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
Andreas Gungl
fa71859f6a
don't crash when exiting
...
svn path=/trunk/KDE/kdepim/; revision=493472
21 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Laurent Montel
e458290885
Q3CString--
...
svn path=/trunk/KDE/kdepim/; revision=490810
21 years ago
Allen Winter
273e39fe86
forward port:
...
SVN commit 474058 by burghard:
Delete folders only local when the account was deleted.
svn path=/trunk/KDE/kdepim/; revision=490397
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Andreas Gungl
4ec5d44e4a
apply changes from fix for bug 113730 - this needs more work though
...
svn path=/trunk/KDE/kdepim/; revision=485529
21 years ago
Andreas Gungl
aeb34b3059
fix the crash when using pipe-through filters in combination
...
with the actionscheduler
BUG:113730
svn path=/branches/KDE/3.5/kdepim/; revision=485514
21 years ago