Volker Krause
ce537eedc0
Merge SVN commit 677090 by vkrause from enterprise branch:
...
No more invalid reads while deleting/moving folders.
svn path=/trunk/KDE/kdepim/; revision=689818
19 years ago
Frank Osterfeld
5d54c12e03
SVN_COMMENT remove obsolete comment
...
svn path=/trunk/KDE/kdepim/; revision=689815
19 years ago
Thomas McGuire
3949f1af77
Don't convert the enum values to int, use some Qt magic to get the enum value names instead and store them.
...
Warning: If you have been using rev. 689148 or higher, you need to manually run kconf_update before starting KMail or you will lose your account settings. See kmail.upd for details.
svn path=/trunk/KDE/kdepim/; revision=689633
19 years ago
Frank Osterfeld
15f12d36ab
SVN_SILENT unnecessary forward include
...
svn path=/trunk/KDE/kdepim/; revision=689514
19 years ago
Volker Krause
7f692a1a42
Merge SVN commit 689474 by vkrause from proko2 branch:
...
Do not filter new message in groupware folders by default and folders
with insufficient access rights (kolab issue 1858).
svn path=/trunk/KDE/kdepim/; revision=689504
19 years ago
Thomas McGuire
b6d5f2f75a
Rename typeName() to displayNameForType() and make it static.
...
Then use it in the account wizard and the account selection dialog.
Additionally, fix layout and general cleanup of the account selection dialog.
svn path=/trunk/KDE/kdepim/; revision=689472
19 years ago
Thomas McGuire
f562f3f8ac
Fix crash while searching.
...
Using a const iterator to iterate over a list of changing items is not a good idea.
Fun fact: The iterator loop contained another nested iterator, with the exact same name. And it even worked.
svn path=/trunk/KDE/kdepim/; revision=689231
19 years ago
Thomas McGuire
b2b695420e
Update the way the type of the account is stored.
...
Now, we use enums instead of strings.
Add the names of the types to KAccount. They can now be translated.
Also, provide an update script for easy config migration.
BUG: 90509
svn path=/trunk/KDE/kdepim/; revision=689148
19 years ago
Volker Krause
417acbe0dd
Forwardport commits 688956 and 689037 from enterprise branch (crash
...
fixes for folder moving).
svn path=/trunk/KDE/kdepim/; revision=689048
19 years ago
Oswald Buddenhagen
d0e2760b3e
remove abuse of KShell::homeDir()
...
svn path=/trunk/KDE/kdepim/; revision=688537
19 years ago
Laurent Montel
414e8605c9
Shell script will not work on windows Perhaps port it to
...
perl which is required (if possible)
svn path=/trunk/KDE/kdepim/; revision=688474
19 years ago
Allen Winter
996e45f360
follow the libkleo changes
...
svn path=/trunk/KDE/kdepim/; revision=688285
19 years ago
Robert Knight
e9a6dd2d31
Fix crash when right-clicking in mail composer on a paragraph with a list. Simpler English in status bar.
...
svn path=/trunk/KDE/kdepim/; revision=687906
19 years ago
Will Stephenson
21780c2e07
Try to sort out the horrible build mess.
...
Put all kleo headers under kleo/, and ui stuff in kleo/ui,
and adapt pim apps to look in these places, and don't include uic
generated headers in public headers. Dashboard only knows if
I am doing the right thing.
CCMAIL:tomalbers@kde.nl
svn path=/trunk/KDE/kdepimlibs/kleo/; revision=687789
19 years ago
Christian Ehrlicher
fbc528c8cc
win32 compile++
...
still does not compile completely because of k3process
svn path=/trunk/KDE/kdepim/; revision=687524
19 years ago
Christian Ehrlicher
7cc1fd4d5c
msvc warnings--
...
svn path=/trunk/KDE/kdepim/; revision=687502
19 years ago
Tom Albers
c8185ee669
libkleo has moved to kdepim now.
...
svn path=/trunk/KDE/kdepim/; revision=687487
19 years ago
Volker Krause
dd20b538ad
Forwardport SVN commit 687341 by vkrause:
...
Fix crash when moving folders (Kolab issue 1846).
svn path=/trunk/KDE/kdepim/; revision=687369
19 years ago
Frank Osterfeld
5b111a4c5e
export and include fixes
...
svn path=/trunk/KDE/kdepim/; revision=687297
19 years ago
Frank Osterfeld
1a42bb272e
revert. these functions (truncate, mkdir, ...) are used all over the place and should be either replaced by Qt equivalents or wrapped once, without platform-specific ifdefs everywhere
...
svn path=/trunk/KDE/kdepim/; revision=687062
19 years ago
Frank Osterfeld
79cdcf1c1c
disambiguation
...
svn path=/trunk/KDE/kdepim/; revision=687059
19 years ago
Frank Osterfeld
7763f0a4bd
unnecessary
...
svn path=/trunk/KDE/kdepim/; revision=687042
19 years ago
Till Adam
8d0ddf5448
SVNSILENT a bit of cleanup
...
svn path=/trunk/KDE/kdepim/; revision=687025
19 years ago
Frank Osterfeld
38a3fd7c56
build fixes for mingw. please proofread, especially whether QFile::resize() does the right thing here. CCMAIL:kloecker@kde.org,adam@kde.org
...
svn path=/trunk/KDE/kdepim/; revision=687016
19 years ago
Frank Osterfeld
bc17cdbea2
port to KProcess
...
svn path=/trunk/KDE/kdepim/; revision=687003
19 years ago
Laurent Montel
da4364229f
Fix export
...
svn path=/trunk/KDE/kdepim/; revision=686552
19 years ago
Volker Krause
4b4b25ad45
Forwardport SVN commit 686451 by vkrause:
...
Fix copying of messages on the same online IMAP server (Kolab issue 1844).
svn path=/trunk/KDE/kdepim/; revision=686454
19 years ago
Volker Krause
770cf1e7b9
Forwardport SVN commit 685966 by vkrause:
...
Allow all DIMAP folders as filter sources (Kolab issue 1715).
svn path=/trunk/KDE/kdepim/; revision=685989
19 years ago
Allen Winter
4120504255
remove kde4_automoc()
...
svn path=/trunk/KDE/kdepim/kleopatra/; revision=685909
19 years ago
Laurent Montel
9079b08b83
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685858
19 years ago
Tom Albers
26871c34dd
Remove the setEditable on the transport comboboxes. identitydialog could maybe use the transportcombobox straight away. But I leave that as an excercise for the kmail hackers.
...
svn path=/trunk/KDE/kdepim/; revision=685781
19 years ago
Allen Winter
2ece076ad5
forward port SVN commit 685749 by winterz:
...
fix templates for forwarding do not work with inline mails
Thanks to vondom for providing the patch, and thanks
to everyone who tested.
We very few KDEPIM developers are currently swamped with KDE4
and "real life" so the extra help really is appreciated.
svn path=/trunk/KDE/kdepim/; revision=685753
19 years ago
Volker Krause
71465725fb
Forwardport SVN commit 682923 by moenicke:
...
* fixed issue 1803, kontact doesnt crash anymore after rescueing mails after unsharing folders
svn path=/trunk/KDE/kdepim/; revision=685747
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Laurent Montel
2654a817ce
Port++
...
svn path=/trunk/KDE/kdepim/; revision=685600
19 years ago
Laurent Montel
4afdf77934
Fix signal/slot
...
svn path=/trunk/KDE/kdepim/; revision=685569
19 years ago
Benjamin Reed
8f7ab29e52
more mac linker workarounds -- reduce the number of duplicate libraries specified on the linker line
...
svn path=/trunk/KDE/kdepim/; revision=685475
19 years ago
Martin Steigerwald
f8cd9fe22a
HOWTO for setting up a new or changing an existing KMail antispam wizard
...
configuration entry. This should clear up things for people you want to
"mess" with that file ;-).
CCBUG: 136261
svn path=/trunk/KDE/kdepim/; revision=685323
19 years ago
Martin Steigerwald
d8c811431d
Updated CRM114 antispam wizard entry with at least a basic boolean
...
spam score display. Forward-ported from KDE 3.5 (rev 685299)
svn path=/trunk/KDE/kdepim/; revision=685300
19 years ago
Script Kiddy
af14f359e0
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdepim/; revision=685146
19 years ago
Allen Winter
c37035d782
Move the kpgp library back to kdepim from kdepimlibs.
...
svn path=/trunk/KDE/kdepim/libkpgp/; revision=684900
19 years ago
Till Adam
c7e391c02e
And finally the kmail extensions to the kolab resource.
...
svn path=/trunk/KDE/kdepim/; revision=684460
19 years ago
Ingo Klcker
481bc8f11c
CVSSILENT: indent
...
svn path=/trunk/KDE/kdepim/; revision=684141
19 years ago
Ingo Klcker
47ae125c4b
Put the creation of all actions not stored in a member variable in a private scope by enclosing the relevant lines in a pair of curly braces. This prevents accidental usage of those actions outside their scope as it has happened with the 'Select All Messages' action that was inadvertedly 'merged' with the 'New Subfolder' action. And while trying to compile after my change I found that the 'Remove duplicates' action was also 'merged' with some other action.
...
svn path=/trunk/KDE/kdepim/; revision=684137
19 years ago
Allen Winter
17557c8511
link++
...
svn path=/trunk/KDE/kdepim/; revision=683909
19 years ago
David Faure
758c9ff528
Fix more broken iterations...
...
- for ( it = dir->begin(); (node = *it ) && it != dir->end(); ++it ) {
is really wrong, it dereferences the end iterator!
Plus apply patch from Laurent to use KIMAP::encodeImapFolderName instead of non-ported utf7-codec.
svn path=/trunk/KDE/kdepim/; revision=683868
19 years ago
Thomas McGuire
a07b8909e2
Port the attachmentlistview to QTreeWidget.
...
Also, move some things from the composer class the attachmentlistview.
Additionally port one case of QMimeData in kmcomposer.
svn path=/trunk/KDE/kdepim/; revision=682473
19 years ago
Allen Winter
a7e0c1c59c
use ${KDE4_FOO_LIBS} variables instead of hardcoded libs names
...
svn path=/trunk/KDE/kdepim/; revision=682414
19 years ago
Laurent Montel
1f061d60b4
Use cmake macro
...
svn path=/trunk/KDE/kdepim/; revision=682261
19 years ago
Chusslove Illich
c39515537d
Auto-conversion to new KCmdLineArgs/KAboutData/KComponentData API (trunk/KDE). Watch for the few remaining QString to QByteArray assignments that will not compile without extra specification (typically needs .toLocal8Bit() or .toUtf8()).
...
svn path=/trunk/KDE/kdepim/; revision=682260
19 years ago