Albert Astals Cid
e0c5614123
Backport r952870 | aacid | 2009-04-12 20:31:54 +0200 (Sun, 12 Apr 2009) | 3 lines
...
I18N_NOOP2 is evil and should be used with extreme care, otherwise you end up with untranslatable messages
svn path=/branches/KDE/4.2/kdepim/; revision=952871
17 years ago
Thomas McGuire
4ba393d9fb
Merged revisions 926722,928213 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r926722 | winterz | 2009-02-16 01:26:32 +0100 (Mon, 16 Feb 2009) | 4 lines
backport SVN commit 925531 by mlaurent:
Don't use deprecated signal
........
r928213 | tmcguire | 2009-02-19 08:56:23 +0100 (Thu, 19 Feb 2009) | 5 lines
Backport r927893 by mlaurent from trunk to the 4.2 branch:
Don't use deprecated signal
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=928341
17 years ago
Thomas McGuire
5097ad1ce7
Backport r927893 by mlaurent from trunk to the 4.2 branch:
...
Don't use deprecated signal
svn path=/branches/KDE/4.2/kdepim/; revision=928213
17 years ago
Thomas McGuire
424cca0946
Merged revisions 880534 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r880534 | woebbe | 2008-11-05 20:38:00 +0100 (Wed, 05 Nov 2008) | 1 line
call KMimeType::mimeType() with ResolveAliases so that e.g. application/x-zip (used by KDE3) works
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=884009
18 years ago
Thomas McGuire
ab2e0a262a
Forwardport from 4.1 branch:
...
SVN commit 880534 by woebbe:
call KMimeType::mimeType() with ResolveAliases so that e.g. application/x-zip (used by KDE3) works
svn path=/trunk/KDE/kdepim/; revision=880584
18 years ago
Andr Wbbeking
451fa61c1d
call KMimeType::mimeType() with ResolveAliases so that e.g. application/x-zip (used by KDE3) works
...
svn path=/branches/KDE/4.1/kdepim/; revision=880534
18 years ago
Bertjan Broeksema
baa8238797
EBN Fixes: validity of i18n calls.
...
svn path=/trunk/KDE/kdepim/; revision=865488
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
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
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
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Thomas McGuire
a2cbf7ddf5
- Fix display of icon in attachment properties dialog.
...
- remove unused parameter
- deprecated--
svn path=/trunk/KDE/kdepim/; revision=652549
19 years ago
Thomas McGuire
b2db316900
Display correct mimetype in attachment properties dialog again.
...
svn path=/trunk/KDE/kdepim/; revision=652339
19 years ago
Mathias Soeken
78be4e81b4
Q3CString -> QByteArray porting in kmail. These are no one left so far.
...
svn path=/trunk/KDE/kdepim/; revision=638852
19 years ago
David Faure
c1a590785a
KMimeType::pixmap -> KIconLoader::loadMimeTypeIcon with the help of convert-kmimetype-pixmap.pl
...
svn path=/trunk/KDE/kdepim/; revision=631256
19 years ago
Matthias Kretz
428ee4239a
merge the kinstance-redesign branch back to trunk.
...
svn path=/trunk/KDE/kdepim/; revision=628296
19 years ago
Laurent Montel
7abde1cf21
Fix connect signal/slot
...
svn path=/trunk/KDE/kdepim/; revision=622657
19 years ago
David Faure
38ec9afb4b
kapplication.h removed where not useful
...
svn path=/trunk/KDE/kdepim/; revision=621637
19 years ago
Danny Kukawka
581df3babb
fix KMMsgPartDialogCompat to avoid push parent window in the background
...
"Message Part Properties" dialog stay on top and push currently the
composer window in the background (behind the kontact window) if
you change the setting/properties of an attachment. This should fix it.
svn path=/branches/KDE/3.5/kdepim/; revision=584699
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
Reinhold Kainhofer
fcdd5f3ea1
Compile fixes:
...
-) #include <dbus/qdbus.h> => #include <QtDBus>
-) enableButtonSeparator => showButtonSeparator
-) let the dbus adaptors be auto-generated from the xml files
-) some other minor fixes for deprecated or removed methods
svn path=/trunk/KDE/kdepim/; revision=557764
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
8ec18f947d
deprecated QRegExp methods
...
svn path=/trunk/KDE/kdepim/; revision=535628
20 years ago
Reinhold Kainhofer
ffe5a512df
Deprecated QLabel constructors -> call setBuddy and setObjectName manually...
...
svn path=/trunk/KDE/kdepim/knotes/; revision=535167
20 years ago
Reinhold Kainhofer
08e5b20b90
QList::find(..)==QList::end() => QList::contains()
...
QList::find => QList::indexOf
QString::find => QString::indexOf or contains
svn path=/trunk/KDE/kdepim/; revision=535038
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
92ea42f7c5
deprecated QComboBox methods, mainly currentItem=>currentIndex, insertItem=>addItem, insertStringList=>addItems, setCurrentItem=>setCurrentIndex, setCurrentText=>setItemText(currentIndex,..), text=>itemText
...
svn path=/trunk/KDE/kdepim/; revision=532058
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
Laurent Montel
659ee5067e
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/akregator/; revision=521406
20 years ago
Laurent Montel
86b590e799
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=512681
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
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
Till Adam
d4fb85a932
KMail compiles and links. Let's see if it starts up ... ;)
...
svn path=/trunk/KDE/kdepim/; revision=463791
21 years ago
Volker Krause
61773c224a
More porting.
...
svn path=/trunk/KDE/kdepim/; revision=461116
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Thomas Zander
6a51184fc5
Make dialog more readable when disabled, and also allow selecting the text
...
Remove unused boolean member
BUG: 70394
svn path=/trunk/KDE/kdepim/; revision=423545
21 years ago
Marc Mutz
099f9acc37
from proko2: Fix input sanitation bug. This doesn't look exploitable, since the string comes from the attachment properties dialog, but fixing nevertheless :)
...
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=403715
21 years ago
Marc Mutz
ceede0e49f
from proko2: Fix input sanitation bug. This doesn't look exploitable, since the string comes from the attachment properties dialog, but fixing nevertheless :)
...
svn path=/trunk/kdepim/; revision=403715
21 years ago
Marc Mutz
8b341a1ce6
Fix input sanitation bug. This doesn't look exploitable, since the string comes from the attachment properties dialog, but fixing nevertheless :)
...
svn path=/branches/proko2/kdepim/; revision=403714
21 years ago
Andrew Coles
6b1f625bbd
Corrected typos (exclamation marks).
...
22 years ago
Andrew Coles
af11dae280
Corrected typographical errors.
...
22 years ago
Andrew Coles
b4b06ce86e
Corrected typo (currently selected -> currently-selected).
...
22 years ago
Stephan Binner
4147f8c4e9
CVS_SILENT i18n style guide fixes
...
svn path=/trunk/kdepim/; revision=256482
23 years ago