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
Arto Hytnen
9b5219898a
kdepim QString::null clean-up.
...
svn path=/trunk/KDE/kdepim/akregator/; revision=701212
19 years ago
Arto Hytnen
cc0fc28c8e
some more QString::null flags to be cleaned up soon.
...
svn path=/trunk/KDE/kdepim/akregator/; revision=701026
19 years ago
Thomas McGuire
5e150d2f9e
- Remove tabs
...
- deprecated--
svn path=/trunk/KDE/kdepim/; revision=698735
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Thomas Moenicke
41af540635
* kolab merge issue 20:
...
Merge (mostly) hidden config options and their uses from enterprise/proko2, namely:
- the ability to have a particular domain only allowed for MDNs
- the ability to send no MDNs to SPAM
- the ability to configure access to the above two options
- extended sieve parsing for vacation settings
- the ability to strip certain mimetypes (such as invitations) when
inline forwarding emails automatically
These are mostly usefull for Kiosk.
svn path=/trunk/KDE/kdepim/; revision=691932
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Till Adam
464b11a6ec
Merge (mostly) hidden config options and their uses from proko2, namely:
...
- the ability to have a particular domain only allowed for MDNs
- the ability to send no MDNs to SPAM
- the ability to configure access to the above two options
- extended sieve parsing for vacation settings
- the ability to strip certain mimetypes (such as invitations) when
inline forwarding emails automatically
These are mostly usefull for Kiosk.
-
svn path=/branches/kdepim/enterprise/kdepim/; revision=662540
19 years ago
Lubo Luk
08746e45c9
KWM->KWindowSystem
...
svn path=/trunk/KDE/kdepim/knotes/; revision=659679
19 years ago
Lubo Luk
9d8aa41122
KWin/KWinModule -> KWM
...
svn path=/trunk/KDE/kdepim/knotes/; revision=649617
19 years ago
David Faure
38ec9afb4b
kapplication.h removed where not useful
...
svn path=/trunk/KDE/kdepim/; revision=621637
19 years ago
Laurent Montel
a8acab058e
Fix compile under windows
...
svn path=/trunk/KDE/kdepim/; revision=605106
20 years ago
Volker Krause
4e350d5dc5
follow kmime changes
...
svn path=/trunk/KDE/kdepim/; revision=604128
20 years ago
Allen Winter
4be643847f
Remove libkmime which has been moved into kdepimlibs
...
and build against the installed kmime.
svn path=/trunk/KDE/kdepim/; revision=601102
20 years ago
Till Adam
8d6c64b99d
Add another kiosk-able option which allows vacation scripts in principle, but hardcodes the domain and react-to-spam flags.
...
svn path=/branches/kdepim/proko2/kdepim/; revision=598969
20 years ago
Tom Albers
776009e8ea
More removals of deprecated things.
...
svn path=/trunk/KDE/kdepim/; revision=577438
20 years ago
Laurent Montel
523bd4fc86
Q3TextEdit--
...
svn path=/trunk/KDE/kdepim/; revision=569368
20 years ago
Volker Krause
4cd29a3d87
Port a bit more (KSpell -> K3Spell, SimplePlayer -> AudioPlayer, disable
...
some DCOP stuff, etc.).
svn path=/trunk/KDE/kdepim/; revision=561669
20 years ago
Laurent Montel
6fc13ccf1b
Kdialogbase->kdialog
...
svn path=/trunk/KDE/kdepim/; revision=555161
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
Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Reinhold Kainhofer
d892497f04
deprecated QLabel constructors and methods
...
svn path=/trunk/KDE/kdepim/; revision=535649
20 years ago
Reinhold Kainhofer
49ff0381db
deprecated QLineEdit methods
...
svn path=/trunk/KDE/kdepim/; revision=535604
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
fa50c79e24
setColStretch -> setColumnStretch; 65 less deprecated warnings, ~5300 left in kdepim....
...
svn path=/trunk/KDE/kdepim/; revision=531866
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
Chusslove Illich
3a5fca8d00
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
...
svn path=/trunk/KDE/kdepim/; revision=528186
20 years ago
Volker Krause
6229e7e02f
Forward port SVN commit 522155 by hasso:
...
More spinbox fixes in the kdepim to handle plurals currectly.
svn path=/trunk/KDE/kdepim/; revision=522725
20 years ago
Hasso Tepper
fa22c443a4
More spinbox fixes in the kdepim to handle plurals currectly.
...
CCMAIL: kde-et@linux.ee
svn path=/branches/KDE/3.5/kdepim/; revision=522155
20 years ago
Laurent Montel
659ee5067e
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/akregator/; revision=521406
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Laurent Montel
33320839e0
q3cstring--
...
svn path=/trunk/KDE/kdepim/; revision=490835
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
Laurent Montel
fb69b56cb8
Adapt to new kde4 api
...
svn path=/trunk/KDE/kdepim/knotes/; revision=476637
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
2e77a55d99
The FSF has moved, use the new address in all license files and headers ...
...
svn path=/trunk/KDE/kdepim/; revision=437980
21 years ago
Till Adam
ca7af2f371
Invert the logic for the "don't send out-of-office replies to span"
...
feature.
svn path=/branches/proko2/kdepim/; revision=404892
21 years ago
Marc Mutz
f9e534d51d
Extend vaction functionality to match what the Kolab web GUI offers: Restrict sending of vacation replies for known spam and to addresses outside of the company.
...
svn path=/branches/proko2/kdepim/; revision=401754
21 years ago
Marc Mutz
c4df6a1a84
Add <config.h> to all .cpp files as in aegypten_branch we really
...
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
23 years ago
Dirk Mueller
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
23 years ago
Marc Mutz
5ba4c76dc7
Fix kroupware issues #340 and #324 : Make {vacation text,mail aliases} editable.
...
Don't forget to compile libksieve before kmail now.
svn path=/trunk/kdepim/; revision=239044
23 years ago
Daniel Molkentin
9b71a29693
debug areas for HEAD, too
...
svn path=/trunk/kdenetwork/kmail/; revision=198200
24 years ago
Marc Mutz
c207fdd2e9
from kroupware_branch: Sieve Vacation support
...
svn path=/trunk/kdenetwork/kmail/; revision=190697
24 years ago