Allen Winter
0814cea2c2
follow the kaddrbook.h -> kaddrbookexternal.h rename
...
svn path=/trunk/KDE/kdepim/; revision=712112
19 years ago
Allen Winter
8d3087ea31
follow KAddrbookExternal move into the KPIM namespace.
...
svn path=/trunk/KDE/kdepim/; revision=712084
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Will Entriken
1106cfdef0
kguiitem explicit ctor
...
svn path=/trunk/KDE/kdepim/knode/; revision=584502
20 years ago
Volker Krause
5693af6b31
KDialog porting.
...
svn path=/trunk/KDE/kdepim/; revision=552592
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
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
f1c71281f2
Deprecated QTextEdit calls
...
svn path=/trunk/KDE/kdepim/; revision=535785
20 years ago
Tobias Koenig
367d04d94b
Ported VCardConverter::create/parseVCards from QString to QByteArray
...
svn path=/trunk/KDE/kdepim/; revision=503625
20 years ago
Laurent Montel
b08df31b5b
Fix some compile error
...
svn path=/trunk/KDE/kdepim/; revision=501668
20 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
Tobias Koenig
4249327cc8
Disable links, because we don't need them here
...
svn path=/trunk/kdepim/; revision=308407
22 years ago
Laurent Montel
9c4399a381
Share some code.
...
Add action "Add to addressbook" to knode.
svn path=/trunk/kdepim/; revision=303606
22 years ago
Andreas Gungl
f4249bcd90
use i18n for all button texts
...
svn path=/trunk/kdepim/; revision=288556
22 years ago
Jonathan Riddell
ece00d0169
KDE proofreaders. Remove exclamation marks to improve readability.
...
svn path=/trunk/kdepim/; revision=284843
22 years ago
Ingo Klcker
2c715b30da
Merge from osnabrueck_branch: all
...
svn path=/trunk/kdepim/; revision=280772
22 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
Tobias Koenig
aeebfde86f
Use VCardConvertor instead of VCardTool
...
svn path=/trunk/kdepim/; revision=276106
23 years ago
Andreas Gungl
14acc751e1
improve the handling of vcard attachments by switching from the
...
outdated VCardConverter class to the recommended VCardTool,
make the VCard Viewer dialog non-modal,
avoid hiding the Import button by disabling it when no vcard
was found or after it has been imported into the addressbook
reviewed by Ingo, thanks go to Tokoe
CCMAIL: 70389-fixed@bugs.kde.org
svn path=/trunk/kdepim/; revision=275570
23 years ago
Marc Mutz
01564c032a
- adjust the vCard parsing to the one performed in KMReaderWin::parseMsg()
...
- remove unused #includes
- optimize away an #include in the header file by exchanging the Adresssee
member by an AddresseeView* one
CCMAIL: danimo@kde.org
svn path=/trunk/kdepim/; revision=236156
23 years ago
Andreas Gungl
0d1a17ded6
Make the vcard import more robust
...
svn path=/trunk/kdepim/; revision=224540
23 years ago
Daniel Molkentin
6beeae94db
- get rid of the homebrewn vcardparser. Instead use kabc's parser
...
and operate on the resulting addressee object
- share the vcard viewer with kaddressbook now
- implemented importing contact into current addressbook
Also fixes wishlist item #40800
CCMAIL:40800-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=224433
23 years ago