Thomas McGuire
8a21823787
deprecated--
...
I removed the call to setPaletteBackgroundColor(), it was deprecated and the
colors seem fine without it (tested with a different color scheme).
Any idea why that call was there?
svn path=/trunk/KDE/kdepim/; revision=766831
18 years ago
Andras Mantia
189dc7aabf
Fix the composer layout (got broken with the merge of enterprise branch, r764934).
...
svn path=/trunk/KDE/kdepim/; revision=765765
18 years ago
Andreas Hartmetz
304bd837b8
Recorded merge of revisions 744676,744678-744688,744690-744692,744694-744707,744709-745805,745808-745812,745815-746844,746846-746872,746875-746896,746898-746924,746926-746931,746933-746979 via svnmerge from
...
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r744676 | vkrause | 2007-12-04 05:24:09 +0100 (Di, 04 Dez 2007) | 3 lines
Add a splitter to show a larger number of receiver lines.
Based on a patch by Till.
........
r746979 | vkrause | 2007-12-10 20:37:28 +0100 (Mo, 10 Dez 2007) | 3 lines
Make sure the completion box does not overlap the lineedit if that
has been moved in the meantime.
........
svn path=/trunk/KDE/kdepim/; revision=764934
18 years ago
Volker Krause
3e58bd0ebc
Make sure the completion box does not overlap the lineedit if that
...
has been moved in the meantime.
svn path=/branches/kdepim/enterprise/kdepim/; revision=746979
19 years ago
Thomas Friedrichsmeier
808c830435
Do not convert BCC to To without user interaction (it clearly looks like that has never been intended, as well).
...
BUG: 153383
svn path=/trunk/KDE/kdepim/; revision=745748
19 years ago
Volker Krause
ebc763e7cc
Add a splitter to show a larger number of receiver lines.
...
Based on a patch by Till.
svn path=/branches/kdepim/enterprise/kdepim/; revision=744676
19 years ago
Chusslove Illich
adbe916dd9
Close <br> tags in place (proper XML).
...
svn path=/trunk/KDE/kdepim/; revision=707998
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Thomas McGuire
1b3608a5a1
- Port the tooltip of the receipientseditor.
...
- Port the last remainings of Q3ScrollView
svn path=/trunk/KDE/kdepim/; revision=706286
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
Allen Winter
cbb11bc62e
add __GNUC__ guards on the #warnings
...
svn path=/trunk/KDE/kdepim/; revision=677833
19 years ago
Thomas McGuire
96a951a70a
Use the proper debug area.
...
svn path=/trunk/KDE/kdepim/; revision=676025
19 years ago
Pradeepto Bhattacharya
25541c4ac1
Merge ...
...
SVN commit 647900 by schaarsc:
set focus to bottom (= empty line)
BUG: 102001
svn path=/branches/kdepim/enterprise/kdepim/; revision=668119
19 years ago
Pradeepto Bhattacharya
ebf81e8c65
Merge ...
...
SVN commit 640993 by winterz:
merge SVN commit 640981,640986 by winterz:
compiler warnings--
svn path=/branches/kdepim/enterprise/kdepim/; revision=667840
19 years ago
Mathias Soeken
b960974f54
Clear Button in KLineEdit instead of KPushButton in Recipient Editor
...
svn path=/trunk/KDE/kdepim/; revision=659644
19 years ago
Mathias Soeken
275c697147
Make the RecipientsEditor look like in kmail3 again.
...
Question:
Should the clear button be visible inside the KLineEdit instead of the separate clear button? If so, I have to
modify KLineEdit to emit a click on the clearbutton to delete the line.
svn path=/trunk/KDE/kdepim/; revision=658039
19 years ago
Mathias Soeken
48dc55e75d
small layout fix in compose window
...
svn path=/trunk/KDE/kdepim/; revision=657323
19 years ago
Mathias Soeken
0990fdeb99
layout fix in composewindow
...
svn path=/trunk/KDE/kdepim/; revision=657299
19 years ago
Urs Wolfer
5d55003531
fix icon names
...
svn path=/trunk/KDE/kdepim/akregator/; revision=654591
19 years ago
Laurent Montel
0bf43e1fa2
Fix include
...
svn path=/trunk/KDE/kdepim/; revision=652493
19 years ago
Christian Schaarschmidt
e911bb97b6
port of rev: 633315,647900
...
set focus to bottom (= empty line)
svn path=/trunk/KDE/kdepim/; revision=649506
19 years ago
Christian Schaarschmidt
34c6e38d47
set focus to bottom (= empty line)
...
BUG: 102001
svn path=/branches/KDE/3.5/kdepim/; revision=647900
19 years ago
Volker Krause
eceb3388b2
EmailAddressTools -> KPIMUtils
...
svn path=/trunk/KDE/kdepim/; revision=647147
19 years ago
Volker Krause
a1550f9791
emailfunctions -> kpimutils
...
svn path=/trunk/KDE/kdepim/; revision=647143
19 years ago
Allen Winter
4761076693
forward port SVN commit 640981,640986 by winterz:
...
compiler warnings--
svn path=/trunk/KDE/kdepim/; revision=641050
19 years ago
Allen Winter
5eb06f3689
merge SVN commit 640981,640986 by winterz:
...
compiler warnings--
svn path=/branches/KDE/3.5/kdepim/; revision=640993
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
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