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
Problem was that namespaces were not fetched yet so this method
adds a a-sync response to the final fetching of the namespaces after
which the refresh is initiated.
svn path=/trunk/KDE/kdepim/; revision=431155
KCMultiDialog.
Applying profiles is not working, there will hopefully be a more generic
solution for that soonish.
Boy, am I glad to get that sucker in. : )
svn path=/trunk/kdepim/; revision=284340
by a clean signal/slot solution to notify the single components of a change
in the config dialog.
That fixes also #67484.
CCMAIL:67484-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=269130
has redraw problems with smart MTV mode in separate reader, though)
- Extract config profile loading from the Appearance page into a new
dialog: Better user experience and less special code in appearance
page to make sure ProfileTab::apply() is called first...
- Merge the groupware and folder config pages into a misc page
(the folder tag should probably be split into "folder" and
"behaviour")
- various small cleanups:
o s/QString()/QString::null/
o unused #includes in .h files
o added const'ness to tmps
o removed some tmps
o etc
svn path=/trunk/kdepim/; revision=242473
This is a set of changes that is well test by myself and others.
The following bug fixes amongst others are included:
Compilation fix: the certificate dialog now compiles
Mjr bugfix: Prevent mail loss when kmail crashes while editing a
drafts message
Mjr bugfix: Fix erratic folder changing when clicking on the folder
tree
Mjr bugfix: Prevent mail loss when applying filters
The follow features have been implemented:
* KMail is now a KPart and can be embedded in the Kontact/Kaplan
container applications along with other KDE PIM applications.
* Remove duplicates function for removing duplicate messages in
a folder.
* Messages can be dragged and dropped on a composer window to
add those messages as attachments.
* Deletion in threaded mode is improved, child messages will no
longer be scattered when a parent is deleted.
* Multiple messages can now be selected in the search dialog.
* New context menu in the search dialog with Move, Copy, Reply
etc. actions for operating on selected messages.
* Search criteria in the search dialog now supports more types
of rules and a variable number of rules.
* Faster searching of large messsages.
* 'Search Folders' which are a KMail folder that stores a search
expression and is dynamically updated (also known as virtual
folders).
* The separate window for reading mail has a context menu with
Reply, Copy etc. actions for operating on the message
displayed.
* The separate window for reading mail has a tool bar.
* Startup of KMail is faster.
* Switching between folders is faster.
* The contents of all composer windows are saved to disk on
composer window creation and then periodically saved to
prevent mail loss in the result of a system crash.
* The state of KMail folders is saved to disk periodically to
prevent status information loss in the result of a system
crash.
Note after start KMail switching to folders for the first time will
slow as the format of the .sorted file has changed.
Enjoy!
svn path=/trunk/kdenetwork/kmail/; revision=195825
- replace KMKernel::self() with kernel
- introduce KMTextBrowser for viewing raw messages or text-attachments
to fix memory leaks
svn path=/trunk/kdenetwork/kmail/; revision=175027
( see: http://www.gnupg.org/aegypten/ )
b) Removed some misleading warnings
c) Added Marc Mutz's patch of kmmsgpart.cpp: Make sure
Quoted Printable processing goes analogous to base64
by using KMime now and have some little improvements
in ::body().
d) AEGYPTEN_BRANCH was using KDockWidgets, these have been
(temporarily) disabled in the HEAD branch: will be
activated once KDockWidget has better usability.
Result of this: At the moment the new KMMimePartTree
is invisible - will be fixed right now.
PLEASE use the bug tracker to report any errors that might
result from this merger - additionally you may send mails
directly to me.
Karl-Heinz Zimmer, Senior Software Engineer, Klaraelvdalens Datakonsult AB
<mailto:khz@klaralvdalens-datakonsult.se> <mailto:khz@kde.org>
svn path=/trunk/kdenetwork/kmail/; revision=151089
and operator= for copying (generated by the compiler).
- For retrieving the Control Center settings, there's now
static IdentityEntry IdentityEntry::fromControlCenter().
- IdentityList now inherits QValueList<IdentityEntry>. Most of it's
special stuff is gone, because of the two items above.
- RenameIdentityDialog is gone. slotRenameIdentity() now uses
KLineEditDlg.
- NewIdentityDialog has been changed to reflect the changes.
- NewIdentityDialog, IdentityEntry and IdentityList now reside in
configuredialog_p.{h,cpp}
svn path=/trunk/kdenetwork/kmail/; revision=122819
- Remove the explanatory label for "Message-ID suffix" in favour of a
comprehensive QWhat'sThis Help.
- Move the "New" and "Delete" buttons to the left of the listview to save
vertical space. Also, rename the "delete" button to "remove" for
consistency with other list views in the dialog.
slotCreateOwnMessageIdChanged dies today. It was replaced by direct
connects.
svn path=/trunk/kdenetwork/kmail/; revision=122216
- Move "Sending" combobox from "Composer->General" tab to the new
"Network->Sending" tab, renamed to "Common options".
- Move "Send mail in outbox folder on check" check box from
"Misc.->Folders" group box to the new "Network->Sending->Common options"
group box.
- Move "New Mail Notification" group box from "Misc." page to
"Network->Receiving" tab.
- Split content of "Identity" page (below the Identity combobox and edit
buttons) into three tabs "General" (Name, Organization, EMail),
"Advanced" (Reply-To, OpenPGP Key, Sent-mail folder, special transport)
and "Signature".
- Some reorg of the "Signature" tab:
o There's now a "Enable Signature" Checkbox
o You can select the signature text source with a combo box which
controls a widget stack that shows the relevant options.
In the course of the reorg a few slots that only enabled/disabled other
widgets were replaced by direct SIGNAL(toggled(bool)),
SLOT(setEnabled(bool)) connections.
svn path=/trunk/kdenetwork/kmail/; revision=121968
- Changed configuration of PGP user identity. Now a "Default PGP Key" can be selected via the reworked key selection dialog.
- Colorful display of signed/encrypted messages. Currently not configurable.
- Colorbar to indicate PGP/Non PGP/HTML messages. Currently #ifdef'ed (#ifdef COLORBAR) because it's not configurable.
svn path=/trunk/kdenetwork/kmail/; revision=120719
added a option to pick a sent-mail folder on the composer window.
The folders are all identified by the idString() and in all situations there
is a fallback (kernel->sentFolder()) in case the specified folder has been
deleted or something like this.
Possible problems pointed by Ingo Klöcker have been solved.
svn path=/trunk/kdenetwork/kmail/; revision=119050
- There are still some problems in the KDockWidget code and in the code in
KMail
- The future of the KDockWidget class still appears to be unclear.
svn path=/trunk/kdenetwork/kmail/; revision=114106
"Misc" to the "Security" page.
- retitle security page "Security & Privacy Settings"
- swap the two tabs.
- retitle the former HTML tab "General"
- merge the two "HTML" groups.
- add QWhatsThis texts to all of the options.
- Change warning labels to refer the user to the What'sThis help.
svn path=/trunk/kdenetwork/kmail/; revision=99899
1. ctime
2. localized format
3. fancy date
if someone knows a better name for "fancy date", let me know :)
svn path=/trunk/kdenetwork/kmail/; revision=94107