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
David Faure
38ec9afb4b
kapplication.h removed where not useful
...
svn path=/trunk/KDE/kdepim/; revision=621637
19 years ago
Laurent Montel
9f7b1775fc
Deprecated--
...
svn path=/trunk/KDE/kdepim/knotes/; revision=618141
19 years ago
Christian Schaarschmidt
19e84987f5
port of revision 601947
...
keep CompletionMode within RecipientsEditor in synch for all lines.
svn path=/branches/KDE/3.5/kdepim/; revision=607798
20 years ago
Christian Schaarschmidt
1c8f854c4e
forward port of revision 601947
...
keep CompletionMode within RecipientsEditor in synch for all lines.
svn path=/trunk/KDE/kdepim/; revision=605955
20 years ago
Allen Winter
238d7c5579
forward port SVN commit 585468 by kling:
...
Always initialize mLineHeight.
svn path=/trunk/KDE/kdepim/; revision=593384
20 years ago
Allen Winter
1627b9b3a7
forward port SVN commit 585458 by kling:
...
Always initialize mFirstColumnWidth -- thanks to Julian Seward.
svn path=/trunk/KDE/kdepim/; revision=593383
20 years ago
Andreas Kling
0284caac7a
Always initialize mLineHeight.
...
BUG: 134200
svn path=/branches/KDE/3.5/kdepim/; revision=585468
20 years ago
Andreas Kling
b18eed8ffb
Always initialize mFirstColumnWidth -- thanks to Julian Seward.
...
svn path=/branches/KDE/3.5/kdepim/; revision=585458
20 years ago
Allen Winter
72807f4c4d
email.h moved into $incdir/emailfunctions instead of $incdir/libemailfunctions.
...
svn path=/trunk/KDE/kdepim/; revision=555565
20 years ago
Reinhold Kainhofer
0ac46523eb
deprecated--
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=543878
20 years ago
Edwin Schepers
67a7bbfdd5
fix crash
...
svn path=/trunk/KDE/kdepim/; revision=542599
20 years ago
Volker Krause
ca80c13d9e
Commit danimo's libemailfunctions API cleanup and port kdepim
...
accordingly.
svn path=/trunk/KDE/kdepim/; revision=541211
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
49ff0381db
deprecated QLineEdit methods
...
svn path=/trunk/KDE/kdepim/; revision=535604
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
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
86b590e799
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=512681
20 years ago
Laurent Montel
84f4563492
Don't addline when list of line is empty
...
svn path=/trunk/KDE/kdepim/; revision=508777
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
a47a77a4d2
Q3StyleSheet--
...
svn path=/trunk/KDE/kdepim/; revision=492891
21 years ago
Laurent Montel
ee714655ed
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=490646
21 years ago
Laurent Montel
08cdd31b10
Q3Whatthis--
...
svn path=/trunk/KDE/kdepim/; revision=486327
21 years ago
Ingo Klcker
3cbf0fc45b
Q_INT*/Q_UINT* -> qint*/quint*
...
QMAX/QMIN -> qMax/qMin
I don't know what to do about Q_LONG and Q_ULONG because of the following code in qglobal.h:
#if defined(Q_OS_WIN64)
typedef __int64 Q_LONG; /* word up to 64 bit signed */
typedef unsigned __int64 Q_ULONG; /* word up to 64 bit unsigned */
#else
typedef long Q_LONG; /* word up to 64 bit signed */
typedef unsigned long Q_ULONG; /* word up to 64 bit unsigned */
#endif
Should I simply convert to (unsigned) long?
svn path=/trunk/KDE/kdepim/; revision=468393
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
05ed13c77c
More porting, about 10 files still don't build.
...
svn path=/trunk/KDE/kdepim/; revision=461419
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
Tobias Koenig
7e73f47e1a
Prevent crashes when the lineedit is deleted before the slot is called.
...
BUG:103439
svn path=/branches/KDE/3.5/kdepim/; revision=449530
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
David Faure
0c9148bf15
Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...)
...
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
srcdir!=builddir users: don't forget to delete globalsettings.{cpp,h} from the builddir
since it's not generated anymore!
CCMAIL: kmail-devel@kde.org
svn path=/trunk/KDE/kdepim/; revision=432538
21 years ago
Till Adam
8cc0a3adae
Don't crash when George gets trigger happy on the delete key in a
...
recipients line. Cornelius, backport?
svn path=/trunk/KDE/kdepim/; revision=429439
21 years ago
Marc Mutz
f5277ffb7f
Extract kmatmlistview.{h,cpp} and kmlineeditspell.{h,cpp} from kmcomposer.{h,cpp}. Part 2/<unknown> of my tear-kmcomposewin.{h,cpp}-apart work. Also fix some bugs in KMLineEdit::insertEmails() *Hint: a popup menu can be canceled, too.
...
svn path=/trunk/KDE/kdepim/; revision=428659
21 years ago
Thomas Zander
565d6c02f0
Fix the concept of making the first columns equal width to also work
...
for languages where the combobox with to/cc/bcc is not the smallest of all.
Fixes point one of bug #101890 , while the second part of that bug is already
available using the 'address book' combobox.
BUG: 101890
svn path=/trunk/KDE/kdepim/; revision=427496
21 years ago
Till Adam
c163ba0aad
Lazy load the recipientspicker, to make opening a composer a bit
...
snappier.
svn path=/trunk/KDE/kdepim/; revision=424548
21 years ago
Till Adam
3783d8f19a
SVNSILENT verbose--
...
svn path=/trunk/KDE/kdepim/; revision=424539
21 years ago
Till Adam
3e6ca64ff8
Make sure there is at least one "To" header, by promoting the first
...
avialable Cc to a To, from the top.
svn path=/trunk/KDE/kdepim/; revision=423830
21 years ago
Matt Douhan
a08a6bbf0e
Step 1 to solve bug 102001
...
Step 2 will be to make sure the To: lineedit has focus
Step 3 to implement a feature that allos the To; to be inserted
before the bcc instead of after.
svn path=/trunk/KDE/kdepim/; revision=419250
21 years ago
Cornelius Schumacher
8f40d6d367
Forward port recipients editor and picker changes from 3.4 branch
...
(Default type for second recipients line, categories in picker).
svn path=/trunk/kdepim/; revision=405062
21 years ago
Cornelius Schumacher
15b82fd55b
Try to be smart about default type of second recipient line in order to make
...
everybody happy. The default of the default is To again.
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=405010
21 years ago
Cornelius Schumacher
b748ac88b5
Second recipient line should be CC by default.
...
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=403281
21 years ago
Ingo Klcker
fb11568736
Make the recipient editor aware of changes made by the user.
...
svn path=/trunk/kdepim/; revision=392442
21 years ago
Ingo Klcker
aeb00ff433
Add possibility to add and remove single recipients (needed for the identity's BCC).
...
svn path=/trunk/kdepim/; revision=392390
21 years ago
Hasso Tepper
f7f319f783
Forcing other widgets having maximum height of the line edit doesn't work
...
with smaller fonts. Combobox and/or clear button have to be higher than the
line edit in many cases.
svn path=/trunk/kdepim/; revision=389659
21 years ago
Till Adam
56d4c75d67
Disable the "remove recipients line" button when there is only one line.
...
It can not be removed then.`
BUGS: 98973
svn path=/trunk/kdepim/; revision=388910
21 years ago