Thomas McGuire
211cf1b2f9
Some coding style fixes.
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=803331
18 years ago
Volker Krause
baf5d52098
Merged revisions 767033-767040,767042-767046,767048-767232,767234-767551,767553-767554,767556,767558-767768,767770-767805,767807-767946,767948-767951,767953-768069,768071-768089,768091-768401,768403-768538,768540-768683,768685-768705,768707-768738 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r767033 | tilladam | 2008-01-27 10:51:37 +0100 (Sun, 27 Jan 2008) | 4 lines
Don't crash when trying to create a subfolder of a calendar folder in a new account.
kolab/issue2387
........
r768738 | tilladam | 2008-01-30 16:07:37 +0100 (Wed, 30 Jan 2008) | 3 lines
More guards against not yet set accounts.
kolab/issue2387
........
svn path=/trunk/KDE/kdepim/; revision=776669
18 years ago
Allen Winter
1ee33eb647
include file fixes, mostly re-ordering. but I did find some places
...
where a file was included twice.
svn path=/trunk/KDE/kdepim/; revision=762424
18 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Arto Hytnen
fa8703cd73
include duplicates--, include guards and a sole QMAX() -> qMax() fixes
...
svn path=/trunk/KDE/kdepim/; revision=705056
19 years ago
Gabriel Anderson
2d5a79d190
Fixed krazy issue #6
...
svn path=/trunk/KDE/kdepim/; revision=703144
19 years ago
Laurent Montel
9079b08b83
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685858
19 years ago
Laurent Montel
2654a817ce
Port++
...
svn path=/trunk/KDE/kdepim/; revision=685600
19 years ago
Pradeepto Bhattacharya
0750e965c5
Krazy #1 fixes
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=679564
19 years ago
Laurent Montel
aa58f72c51
Include not necessary
...
svn path=/trunk/KDE/kdepim/kontact/src/; revision=656572
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
9204efee7b
Fix connect signal/slot
...
svn path=/trunk/KDE/kdepim/; revision=622864
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
Laurent Montel
e0e33eafda
Fix other signal/slot
...
svn path=/trunk/KDE/kdepim/; revision=567666
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
Ingo Klcker
d513d22e03
Forward port of SVN commit 550851 by kloecker:
...
Fix bug 120448 (Crash when creating a mail folder with a / in its name)
svn path=/trunk/KDE/kdepim/; revision=550854
20 years ago
Ingo Klcker
faed8df989
Fix bug 120448 (Crash when creating a mail folder with a / in its name)
...
BUG:120448
svn path=/branches/KDE/3.5/kdepim/; revision=550851
20 years ago
Laurent Montel
ce6b84f1ac
fix for new kurl renamed
...
svn path=/trunk/KDE/kdepim/; revision=543474
20 years ago
Reinhold Kainhofer
eb2073e6ea
If an Ok button is present in a KDialog, it should always be the default button (as discussed on IRC), so there is no need to set it manually. That the Ok button is currently not the default button is simply a bug in kdeui and needs to be fixed there
...
svn path=/trunk/KDE/kdepim/; revision=540477
20 years ago
Reinhold Kainhofer
7f6ea0b791
KDialogBase => KDialog, this also means ~80 less deprecated warnings...
...
svn path=/trunk/KDE/kdepim/; revision=540093
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
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
33de056e1f
QList::find(..)==QList::end() => QList::contains()
...
QList::find => QList::indexOf
QString::find => QString::indexOf or contains
svn path=/trunk/KDE/kdepim/; revision=535028
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
d9538a7bb2
Remove line breaks so my scripts are not confused
...
svn path=/trunk/KDE/kdepim/knotes/; revision=533899
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
Reinhold Kainhofer
b592284b37
Remove the name param from the constructor
...
svn path=/trunk/KDE/kdepim/; revision=531950
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
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
Laurent Montel
86b590e799
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=512681
20 years ago
Andreas Gungl
c901b1247d
reduce readEntry(...).toInt() where possible
...
svn path=/trunk/KDE/kdepim/; revision=497208
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
Carsten Burghardt
6c7d84e090
Set the imapPath also when no namespace combo was available
...
svn path=/branches/KDE/3.5/kdepim/; revision=488203
21 years ago
Laurent Montel
72f49ff4e0
Compile/link
...
svn path=/trunk/KDE/kdepim/; revision=476672
21 years ago
Volker Krause
61773c224a
More porting.
...
svn path=/trunk/KDE/kdepim/; revision=461116
21 years ago
Allen Winter
ddc850a23f
forward port.
...
by nhasan:
Another margin/spacing fix.
svn path=/trunk/KDE/kdepim/; revision=459028
21 years ago
Nadeem Hasan
50e088d943
Another margin/spacing fix.
...
svn path=/branches/KDE/3.5/kdepim/; revision=458521
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Carsten Burghardt
3fa13d0426
Use the correct delimiter for disconnected imap. Refactor this stuff a bit to make the creation of
...
imapPaths easier.
BUGS: 111624
svn path=/branches/KDE/3.5/kdepim/; revision=455223
21 years ago
Stephan Binner
4f613e635c
SVN_SILENT fixuifiles / i18n style guide fixes
...
svn path=/branches/KDE/3.5/kdepim/; revision=449257
21 years ago
Carsten Burghardt
9fb3eb0d87
Now that kmail also knows the correct delimiter (from the namespace code) use it
...
and transfer the correct new folder path to the kioslave.
And make the code that defaults the type of moved uw imap folders actually work :-)
Make sure you also update the imap4 kioslave.
svn path=/branches/KDE/3.5/kdepim/; revision=443851
21 years ago
Carsten Burghardt
c28e46e8c6
Add namespace support to kmail.
...
Make sure that you also update your imap4 kioslave.
BUGS:30707
svn path=/trunk/KDE/kdepim/; revision=412144
21 years ago
Till Adam
b655d099c3
Backport "new folder" dialog fixes.
...
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=407025
21 years ago
Till Adam
d9008e0329
Make sure a connection to the server can be established before attempting to create an online imap folder.
...
svn path=/trunk/kdepim/; revision=407022
21 years ago
Laurent Montel
9823f42405
Enable/disable ok button when folder name is empty
...
svn path=/trunk/kdepim/; revision=393235
21 years ago
Luk Tinkl
e22b9f87f0
something missing
...
svn path=/trunk/kdepim/; revision=386755
21 years ago
Stephan Binner
60b36e9a2b
CVS_SILENT i18n style guide fixes
...
svn path=/trunk/kdepim/; revision=385328
21 years ago