Thomas McGuire
75264660b9
SVN_SILENT minor whitespace changes in kdebug() calls, where the original conversion screwed up.
...
svn path=/trunk/KDE/kdepim/; revision=1002193
17 years ago
Allen Winter
80909a85fa
Cleanup kDebug/kWarning/kError():
...
+ No longer pass the debug area
+ Don't hard code the method name
+ Remove endls
svn path=/trunk/KDE/kdepim/; revision=966226
17 years ago
Thomas McGuire
88fb71585d
Merged revisions 959942 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r959942 | winterz | 2009-04-27 17:35:49 +0200 (Mon, 27 Apr 2009) | 9 lines
Merged revisions 957623 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r957623 | mlaurent | 2009-04-22 11:36:39 -0400 (Wed, 22 Apr 2009) | 2 lines
Minor optimization
........
................
svn path=/trunk/KDE/kdepim/; revision=961604
17 years ago
Allen Winter
2673fb5619
Merged revisions 957623 via svnmerge from
...
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r957623 | mlaurent | 2009-04-22 11:36:39 -0400 (Wed, 22 Apr 2009) | 2 lines
Minor optimization
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=959942
17 years ago
Laurent Montel
1f01e5cce8
Minor optimization
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=957623
17 years ago
Laurent Montel
ce96b179f2
Fix iterator
...
svn path=/trunk/KDE/kdepim/; revision=885481
18 years ago
Bertjan Broeksema
ddf3e14e0f
EBN Fixes: Qt classes that should not be used
...
What does this patch do:
- QComboBox -> KComboBox
- QTabWidget -> KTabWidget
- QLineEdit -> KLineEdit
- QTextEdit -> KTextEdit
- Where KLineEdit is inserted, I explicitly called: setShowClearButton( true )
- Removed in some cases unnecessary includes from header files.
What does this patch not do:
- Fix the ui files
- Fix the QMessageBox -> KMessageBox in kmmessage.cpp I need to have a good
look to the KMessageBox API for that.
- Exhaustive cleanup of unnecessary inclusions.
svn path=/trunk/KDE/kdepim/; revision=862376
18 years ago
Volker Krause
15e4cec973
Fix vacation script dialog layout.
...
svn path=/trunk/KDE/kdepim/; revision=767749
18 years ago
Till Adam
9dc518bce6
Merge in the rest of enterprise branch. Manually reviewed. I'll make a wiki page
...
of all the changes, they are too numerous to list here.
svn path=/branches/KDE/3.5/kdepim/; revision=766792
18 years ago
Volker Krause
aef0d5d167
Merged revisions 740023-740109,740111-740116,740118-740147,740149-740152,740154-740441,740443-740446,740448-740459,740461-740471,740473-740475,740478-740487,740489-740519,740521-740528,740530-740535,740537-740574,740576-740588,740591-740607,740609-741781,741783-741805,741807-741832,741834-741901,741903-742150,742152-742213,742216-742229,742231-742288,742290-742291,742293,742296-742602,742604-742670,742673-742986,742988-742990,742994-742999,743001,743004,743006-743010,743012-743019,743021-743022,743024-743025,743027-743883,743885-743887,743889-744004,744006-744045,744047-744086,744088-744091,744093-744109,744111-744675,744678-744688,744690-744692,744694-744707,744709-745805,745808-745812,745815-746844,746846-746872,746875-746896,746898-746924,746926-746931,746933-746978,746980-747181,747183-747317,747319-747339,747341-747511,747513-747517,747519-747583,747585-747587,747589-747591,747593-747640,747642-747791,747793-747970,747972-748003,748005-748015,748017-748068,748070-748349,748351-748415,748417-748424,748426-748478,748480-748496,748498-748500,748502-748528,748530-750030,750032-750092,750094-750498,750500-750561,750564-750566,750568-750597,750599-750609,750611-750647,750649-750878,750880-750903,750905-750913,750915-750920,750922-757104,757106-757110,757112-758210,758212-758786,758788,758790-758794,758796-758954,758956-759131,759133-759152,759154-759271,759273-759274,759276,759278-759285,759287-760352,760354-761115,761117-761118,761120-761123,761125-761127,761131,761134,761137,761139-761140,761144-761145,761147,761149-761230,761232-761240,761242-761244,761246-761330,761332-761334,761336-761337,761339-761374,761376-761533,761535,761537,761539-761546,761548-761550,761552-761553,761555-761556,761558-761559,761561,761563-761564,761566-761570,761572,761574-761580,761582-761601,761603-761620,761622-761895,761897-761900,761902-762310 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r740023 | vkrause | 2007-11-22 12:07:12 +0100 (Thu, 22 Nov 2007) | 2 lines
Add a status bar label to indicate an active vacation script.
........
r747598 | vkrause | 2007-12-12 15:12:12 +0100 (Wed, 12 Dec 2007) | 2 lines
Change mouse cursor over vaction indicator.
........
r747622 | vkrause | 2007-12-12 16:16:45 +0100 (Wed, 12 Dec 2007) | 3 lines
Make sure the text editor is large enough to contain the default
template without scrollbars.
........
r762310 | vkrause | 2008-01-16 20:45:04 +0100 (Wed, 16 Jan 2008) | 5 lines
Keep the vaction script status indicator hidden when switching to the
KMail part if it was hidden before.
Kolab issue 2399
........
svn path=/trunk/KDE/kdepim/; revision=764438
18 years ago
Allen Winter
44ea0785e1
KWindowSystem::setIcons() is available on all supported platforms.
...
svn path=/trunk/KDE/kdepim/; revision=762429
18 years ago
Volker Krause
30b0b6df59
Make sure the text editor is large enough to contain the default
...
template without scrollbars.
svn path=/branches/kdepim/enterprise/kdepim/; revision=747622
19 years ago
Rafael Fernndez Lpez
fd15f72439
Code adaptation because of changes on libraries related to revision 719630
...
svn path=/trunk/KDE/kdepim/akregator/; revision=719646
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Arto Hytnen
9b5219898a
kdepim QString::null clean-up.
...
svn path=/trunk/KDE/kdepim/akregator/; revision=701212
19 years ago
Arto Hytnen
cc0fc28c8e
some more QString::null flags to be cleaned up soon.
...
svn path=/trunk/KDE/kdepim/akregator/; revision=701026
19 years ago
Thomas McGuire
5e150d2f9e
- Remove tabs
...
- deprecated--
svn path=/trunk/KDE/kdepim/; revision=698735
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Thomas Moenicke
41af540635
* kolab merge issue 20:
...
Merge (mostly) hidden config options and their uses from enterprise/proko2, namely:
- the ability to have a particular domain only allowed for MDNs
- the ability to send no MDNs to SPAM
- the ability to configure access to the above two options
- extended sieve parsing for vacation settings
- the ability to strip certain mimetypes (such as invitations) when
inline forwarding emails automatically
These are mostly usefull for Kiosk.
svn path=/trunk/KDE/kdepim/; revision=691932
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Till Adam
464b11a6ec
Merge (mostly) hidden config options and their uses from proko2, namely:
...
- the ability to have a particular domain only allowed for MDNs
- the ability to send no MDNs to SPAM
- the ability to configure access to the above two options
- extended sieve parsing for vacation settings
- the ability to strip certain mimetypes (such as invitations) when
inline forwarding emails automatically
These are mostly usefull for Kiosk.
-
svn path=/branches/kdepim/enterprise/kdepim/; revision=662540
19 years ago
Lubo Luk
08746e45c9
KWM->KWindowSystem
...
svn path=/trunk/KDE/kdepim/knotes/; revision=659679
19 years ago
Lubo Luk
9d8aa41122
KWin/KWinModule -> KWM
...
svn path=/trunk/KDE/kdepim/knotes/; revision=649617
19 years ago
David Faure
38ec9afb4b
kapplication.h removed where not useful
...
svn path=/trunk/KDE/kdepim/; revision=621637
19 years ago
Laurent Montel
a8acab058e
Fix compile under windows
...
svn path=/trunk/KDE/kdepim/; revision=605106
20 years ago
Volker Krause
4e350d5dc5
follow kmime changes
...
svn path=/trunk/KDE/kdepim/; revision=604128
20 years ago
Allen Winter
4be643847f
Remove libkmime which has been moved into kdepimlibs
...
and build against the installed kmime.
svn path=/trunk/KDE/kdepim/; revision=601102
20 years ago
Till Adam
8d6c64b99d
Add another kiosk-able option which allows vacation scripts in principle, but hardcodes the domain and react-to-spam flags.
...
svn path=/branches/kdepim/proko2/kdepim/; revision=598969
20 years ago
Tom Albers
776009e8ea
More removals of deprecated things.
...
svn path=/trunk/KDE/kdepim/; revision=577438
20 years ago
Laurent Montel
523bd4fc86
Q3TextEdit--
...
svn path=/trunk/KDE/kdepim/; revision=569368
20 years ago
Volker Krause
4cd29a3d87
Port a bit more (KSpell -> K3Spell, SimplePlayer -> AudioPlayer, disable
...
some DCOP stuff, etc.).
svn path=/trunk/KDE/kdepim/; revision=561669
20 years ago
Laurent Montel
6fc13ccf1b
Kdialogbase->kdialog
...
svn path=/trunk/KDE/kdepim/; revision=555161
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
Reinhold Kainhofer
d892497f04
deprecated QLabel constructors and methods
...
svn path=/trunk/KDE/kdepim/; revision=535649
20 years ago
Reinhold Kainhofer
49ff0381db
deprecated QLineEdit methods
...
svn path=/trunk/KDE/kdepim/; revision=535604
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
Reinhold Kainhofer
fa50c79e24
setColStretch -> setColumnStretch; 65 less deprecated warnings, ~5300 left in kdepim....
...
svn path=/trunk/KDE/kdepim/; revision=531866
20 years ago
Reinhold Kainhofer
c567557304
addMultiCell(Widget|Layout) => add(Widget|Layout) with swapped params and with row/colspan instead of last row/col. This means that there are ~350 less deprecated warnings
...
svn path=/trunk/KDE/kdepim/; revision=531841
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
Volker Krause
6229e7e02f
Forward port SVN commit 522155 by hasso:
...
More spinbox fixes in the kdepim to handle plurals currectly.
svn path=/trunk/KDE/kdepim/; revision=522725
20 years ago
Hasso Tepper
fa22c443a4
More spinbox fixes in the kdepim to handle plurals currectly.
...
CCMAIL: kde-et@linux.ee
svn path=/branches/KDE/3.5/kdepim/; revision=522155
20 years ago
Laurent Montel
659ee5067e
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/akregator/; revision=521406
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
33320839e0
q3cstring--
...
svn path=/trunk/KDE/kdepim/; revision=490835
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Laurent Montel
eb077e0b11
qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=478377
21 years ago
Laurent Montel
fb69b56cb8
Adapt to new kde4 api
...
svn path=/trunk/KDE/kdepim/knotes/; revision=476637
21 years ago
Volker Krause
0f6fe9fdb4
117 of 167 files compile
...
svn path=/trunk/KDE/kdepim/; revision=461055
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago