Bertjan Broeksema
20792edc21
EBN Fixes: single-char QString operations for efficiency.
...
Note: The remaining issues are false positives. They cannot be changed to ' '
as the called function expects a const char*.
svn path=/trunk/KDE/kdepim/; revision=861369
18 years ago
Jarosaw Staniek
417909b121
cast to unsigned to remove warning (gcc)
...
svn path=/trunk/KDE/kdepim/; revision=809757
18 years ago
Thomas McGuire
211cf1b2f9
Some coding style fixes.
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=803331
18 years ago
Thomas McGuire
c6c320f833
whitespace cleanup (style)
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=796632
18 years ago
Szymon Stefanek
85d5430573
Port of the folder dialog ACL tab to native Qt4
...
svn path=/trunk/KDE/kdepim/; revision=796625
18 years ago
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
Allen Winter
51b13b90a9
fix compile when KDEPIM_NEW_DISTRLISTS is defined
...
svn path=/trunk/KDE/kdepim/; revision=714302
19 years ago
Allen Winter
0814cea2c2
follow the kaddrbook.h -> kaddrbookexternal.h rename
...
svn path=/trunk/KDE/kdepim/; revision=712112
19 years ago
Volker Krause
a8c6fd5356
Forwardport reading/writing of seen flags in read-only IMAP folders.
...
svn path=/trunk/KDE/kdepim/; revision=703500
19 years ago
Thiago Macieira
421c83769c
Remove use of k_funcinfo
...
svn path=/trunk/KDE/kdepim/; revision=702595
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Mathias Soeken
d1e6e99011
adopt changes in DistributionList::Entry
...
svn path=/trunk/KDE/kdepim/; revision=677010
19 years ago
Thomas McGuire
b6f388cf5a
* folderdia -> folderdialog
...
* remove unused file
svn path=/trunk/KDE/kdepim/; revision=669120
19 years ago
Laurent Montel
750d1061b8
Fix include
...
svn path=/trunk/KDE/kdepim/; revision=652322
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
21f1bdc805
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=563376
20 years ago
Edwin Schepers
83c939c5f5
incInitialSize -> incrementInitialSize
...
svn path=/trunk/KDE/kdepim/; revision=558558
20 years ago
Laurent Montel
1d42e4b91d
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/; revision=552923
20 years ago
Volker Krause
5693af6b31
KDialog porting.
...
svn path=/trunk/KDE/kdepim/; revision=552592
20 years ago
Thorsten Roeder
d74b2ddb8c
fixed some EBN issues.
...
svn path=/trunk/KDE/kdepim/akregator/; revision=550078
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
Reinhold Kainhofer
6e4cd9faa5
Replace deprecated Q*Action, QDialog and QImage calls
...
svn path=/trunk/KDE/kdepim/; revision=540504
20 years ago
Reinhold Kainhofer
42ed96b11f
some more #include <qxxxx.h> => #include <QXxxx>
...
svn path=/trunk/KDE/kdepim/; revision=540424
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
e5830100c0
deprecated QList::remove methods -> either QList::erase(iterator) or QList::removeAll(T)
...
svn path=/trunk/KDE/kdepim/; revision=535182
20 years ago
Reinhold Kainhofer
95c3998045
QList::find(..)==QList::end() => QList::contains()
...
QList::find => QList::indexOf
QString::find => QString::indexOf or contains
svn path=/trunk/KDE/kdepim/; revision=535042
20 years ago
Laurent Montel
9b8326c146
I hope that I ported all kmail to kjob api
...
svn path=/trunk/KDE/kdepim/; revision=534249
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
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
Frank Osterfeld
0098b3abab
fix word wrap
...
svn path=/trunk/KDE/kdepim/; revision=530842
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
a574251bf1
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/; revision=518169
20 years ago
Frank Osterfeld
72ff7fdb95
deprecated--
...
replace QStringList::split() by QString::split()
svn path=/trunk/KDE/kdepim/; revision=517185
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
7a6a236da0
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=501915
20 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Laurent Montel
e84659348b
Byebye Q3WidgetStack
...
svn path=/trunk/KDE/kdepim/; revision=486342
21 years ago
Laurent Montel
036381f99c
Q3HVBox--
...
svn path=/trunk/KDE/kdepim/; revision=486329
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
Stephan Kulow
55e305acf7
some more (script) porting
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=474979
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
Ingo Klcker
4b2759e602
KABC::Addressee::List is now officially a QList. So adapt our code accordingly.
...
svn path=/trunk/KDE/kdepim/; revision=464586
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
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
Reinhold Kainhofer
50d4efd7d4
The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address):
...
sed 's/59 Temple Place - Suite 330, Boston, MA 02111-1307/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301/'
PS: I didn't touch the kalarm dir, since david seems to update the address himself, and I don't want to create conflicts for him.
CCMAIL:lists@astrojar.org.uk
svn path=/trunk/KDE/kdepim/; revision=437921
21 years ago
Till Adam
835c629c40
Since I assume the buttons were meant to be on top, make it so. I just
...
ran across this while doing a very similar dialog and wondering why my
buttons where at the bottom, instead of at the top. Well, as Marc
educates me, the children are added on childEvent, which means after the
stretch is added. When I went back to this dialog to check why it works
here, I noticed that it doesn't. ;)
svn path=/trunk/KDE/kdepim/; revision=434205
21 years ago
Tobias Koenig
08ca740746
Changed alls StdAddressBook::self() to StdAddressBook::self( true ) to have
...
only _one_ address book available...
That might break some apps... but since we'll use an async API in 4.0 the apps
must be rewritten anyway.
CCMAIL:kde-pim@kde.org
svn path=/trunk/kdepim/; revision=399156
21 years ago
David Faure
4525efaf9c
sync with HEAD (remove a TODO)
...
svn path=/branches/proko2/kdepim/; revision=381759
21 years ago