Kevin Krammer
a7716296dc
Modifying the portions of PIM code that access distributions lists
...
so they use the new resource based API.
CCMAIL:kde-pim@kde.org
svn path=/trunk/KDE/kdepim/; revision=720652
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
Allen Winter
607bc9a6c3
forward port SVN commit 713487 by tokoe:
...
Fix handling of distribution lists when KDEPIM_NEW_DISTRLISTS
is enabled.
svn path=/trunk/KDE/kdepim/; revision=714304
19 years ago
Allen Winter
720ad3fcd2
follow the move of RecentAddresses into the KPIM namespace.
...
svn path=/trunk/KDE/kdepim/; revision=712553
19 years ago
Thomas McGuire
93635cfc8b
RecipientsPicker:
...
- Port the tooltip code
- Fix incorrect HTML for distribution list tooltips
svn path=/trunk/KDE/kdepim/; revision=701230
19 years ago
Thomas McGuire
3909647ee0
Port to QTreeWidget and KTreeWidgetSearchLine
...
svn path=/trunk/KDE/kdepim/; revision=701221
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
9079b08b83
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685858
19 years ago
Mathias Soeken
d1e6e99011
adopt changes in DistributionList::Entry
...
svn path=/trunk/KDE/kdepim/; revision=677010
19 years ago
Thomas McGuire
96a951a70a
Use the proper debug area.
...
svn path=/trunk/KDE/kdepim/; revision=676025
19 years ago
Lubo Luk
08746e45c9
KWM->KWindowSystem
...
svn path=/trunk/KDE/kdepim/knotes/; revision=659679
19 years ago
Thomas McGuire
0df9855357
Correct porting errors (currentItem(QString,int)->addItem(QString, QVariant)) introduced by commit 532058
...
svn path=/trunk/KDE/kdepim/; revision=652346
19 years ago
Lubo Luk
9d8aa41122
KWin/KWinModule -> KWM
...
svn path=/trunk/KDE/kdepim/knotes/; revision=649617
19 years ago
Chusslove Illich
7de386f772
n i18n plural calls, special %n placeholder is no longer used; all placeholders are ordinary numbered ones, and the first integer-valued substitution decides plural form.
...
svn path=/trunk/KDE/kdepim/; revision=632863
19 years ago
Stephan Kulow
77fb0ac34e
fix some porting errors
...
svn path=/trunk/KDE/kdepim/; revision=631907
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
b89340afd8
#warnings guarded with __GNUC__ - script at http://web.davidfaure.fr/kde/guard_warnings.pl
...
svn path=/trunk/KDE/kdepim/; revision=622342
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
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
f2ab7fdb9b
Not necessary to have "clear"
...
svn path=/trunk/KDE/kdepim/; revision=609418
20 years ago
Tom Albers
74168ad2ce
Next bunch of removal of deprecated things
...
svn path=/trunk/KDE/kdepim/; revision=577521
20 years ago
Reinhold Kainhofer
6e4cd9faa5
Replace deprecated Q*Action, QDialog and QImage calls
...
svn path=/trunk/KDE/kdepim/; revision=540504
20 years ago
Allen Winter
063033d01e
"a" -> 'a'
...
svn path=/trunk/KDE/kdepim/; revision=540271
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
Stephan Kulow
41f433a7d5
some deprecated functions removed
...
svn path=/trunk/KDE/kdepim/; revision=535030
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
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
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
Frank Osterfeld
7fa41a9ae1
some de-deprecation for the night
...
svn path=/trunk/KDE/kdepim/; revision=532041
20 years ago
Reinhold Kainhofer
f6dc7b5fb7
deprecated QAbstractButton methods, mainly setIconSet->setIcon or setPixmap->setIcon or isOn->isChecked or setToggleButton->setCheckable or setAccel->setShortcut
...
svn path=/trunk/KDE/kdepim/; revision=532015
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
a574251bf1
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/; revision=518169
20 years ago
Ismail Onur Filiz
42fa1b3860
Forward-port:
...
Fix bug #122218 where a shift-select in a filtered recipients picker results in non-visible contacts to be added as recipients as well.
svn path=/trunk/KDE/kdepim/; revision=516613
20 years ago
Ismail Onur Filiz
9739ac1cbc
Fix bug #122218 where a shift-select in a filtered recipients picker results in non-visible contacts to be added as recipients as well.
...
BUG: 122218
svn path=/branches/KDE/3.5/kdepim/; revision=516198
20 years ago
Allen Winter
bb3c502f0b
forward port 513401:
...
Fix regression apparently introduced by Bram's fix for #117118 , if the
analysis in #121337 is not completely off. Based on a patch by Kanniball
<kanniball@zmail.pt>. Thanks.
svn path=/trunk/KDE/kdepim/; revision=516107
20 years ago
Allen Winter
aabada4334
forward port SVN 497767:
...
Fix bug 117118: composer kaddressbook no adresses at first launch
Update the list again once the resource is loaded.
svn path=/trunk/KDE/kdepim/; revision=516106
20 years ago
Till Adam
97802486ff
Fix regression apparently introduced by Bram's fix for #117118 , if the
...
analysis in #121337 is not completely off. Based on a patch by Kanniball
<kanniball@zmail.pt>. Thanks.
BUG: 121337
CCMAIL: kanniball@zmail.pt
CCMAIL: bramschoenmakers@kde.nl
svn path=/branches/KDE/3.5/kdepim/; revision=513401
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
Andreas Gungl
99b1dcf126
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=501111
20 years ago
Bram Schoenmakers
724c6f8a1a
Fix bug 117118: composer kaddressbook no adresses at first launch
...
Update the list again once the resource is loaded.
BUG:117118
svn path=/branches/KDE/3.5/kdepim/; revision=497767
20 years ago
Andreas Gungl
c901b1247d
reduce readEntry(...).toInt() where possible
...
svn path=/trunk/KDE/kdepim/; revision=497208
20 years ago
Andreas Gungl
8339b64efe
replace calls to KConfig::setGroup(...)
...
svn path=/trunk/KDE/kdepim/; revision=495146
20 years ago
Andreas Gungl
db8f1ad5ad
porting for KConfig changes
...
svn path=/trunk/KDE/kdepim/; revision=493930
21 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Daniel Molkentin
c5de7269af
adjustment to changes in kabc from snapshot
...
svn path=/trunk/KDE/kdepim/; revision=489368
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