Thomas McGuire
2d1bac608a
Don't reset the selection on right click.
...
BUG: 161913
svn path=/trunk/KDE/kdepim/; revision=808454
18 years ago
Thomas McGuire
211cf1b2f9
Some coding style fixes.
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=803331
18 years ago
Thomas McGuire
fd77f1883f
Make the "complete message" and "body of message" filter fields appear again.
...
Although casting a string to a boolean is a nice feature, we don't want that here,
dear gcc.
svn path=/trunk/KDE/kdepim/; revision=792913
18 years ago
Eduardo Robles Elvira
34c62e2ed9
Remove checks for Qt 4.4 as its use is mandatory in trunk
...
svn path=/trunk/KDE/kdepim/knode/; revision=791398
18 years ago
Thomas McGuire
ba03f01ac9
Fix drag&drop of mails:
...
- Add a new class MailListMimeData which overrides retrieveData() from QMimeData so
that the whole message can be read on demand again (was Q3StoredDrag::encodedData before)
- Adapt KMail to that new class
- Don't add a KIO::Url list to the mimetype of mails. The 3.5 version doesn't have it either,
and this magically fixes dropping mails to KOrganizer and to KDesktop.
And a casual search shows that it is not used in KDEPIM at all.
- Fix one missing KTemporaryFile::open() call in KOrganizer
(there are some more such errors in KDEPIM, for example in the Scalix resource...)
CCMAIL: tokoe@kde.org
(Tobias, see above about scalix)
svn path=/trunk/KDE/kdepim/; revision=775078
18 years ago
Thomas McGuire
deac338e3d
Style and identation fixes
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=766857
18 years ago
Andreas Hartmetz
f67dffa053
Recorded merge of revisions 728017-728089,728091-728450,728452-728540,728542-728558,728560-728580,728582-728814,728816-729239,729241-729283,729285-729305,729307-729580,729583-729610,729612-729660,729662-731333,731335-731357 via svnmerge from
...
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r728017 | tilladam | 2007-10-22 09:30:48 +0200 (Mo, 22 Okt 2007) | 6 lines
Add a button to the quicksearch which opens up a full search based on the current
quick search parameters. Make opening a search via other means (keyboard shortcut)
honor the current quicksearch as well.
Prokde35-z Item 39
........
r731357 | tilladam | 2007-10-31 15:08:32 +0100 (Mi, 31 Okt 2007) | 3 lines
Search in the full mail by default, not the subject. That more closely reflects
what the quicksearch does.
........
svn path=/trunk/KDE/kdepim/; revision=764483
18 years ago
Allen Winter
44ea0785e1
KWindowSystem::setIcons() is available on all supported platforms.
...
svn path=/trunk/KDE/kdepim/; revision=762429
18 years ago
Hamish Rodda
642da1d1b1
KActionCollection::associateWidget -> addAssociatedWidget
...
svn path=/trunk/KDE/kdepim/knode/; revision=744427
19 years ago
Jakob Petsovits
1b13d2ad27
Icon renaming:
...
* message -> mail-message
* item-drag-multiple -> document-multiple
svn path=/trunk/KDE/kdepim/; revision=740349
19 years ago
Till Adam
65e2ad7b51
Merged revisions 731502-732628 via svnmerge from
...
svn+ssh://tilladam@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r731539 | mikearthur | 2007-11-01 00:32:50 +0100 (Thu, 01 Nov 2007) | 2 lines
Add alignment and strikethrough options to WYSIWYG editor.
................
r731611 | scripty | 2007-11-01 08:40:38 +0100 (Thu, 01 Nov 2007) | 1 line
SVN_SILENT made messages (.desktop file)
................
r731692 | tmcguire | 2007-11-01 16:49:46 +0100 (Thu, 01 Nov 2007) | 3 lines
tabs-- (one of the tabs actually was inside a string, causing a minor bug)
................
r731725 | tilladam | 2007-11-01 19:13:34 +0100 (Thu, 01 Nov 2007) | 2 lines
Re-add the nepomuk feeder.
................
r731772 | mlaurent | 2007-11-01 21:19:33 +0100 (Thu, 01 Nov 2007) | 2 lines
Two differents separator ?
................
r731883 | scripty | 2007-11-02 08:38:30 +0100 (Fri, 02 Nov 2007) | 1 line
SVN_SILENT made messages (.desktop file)
................
r731894 | mlaurent | 2007-11-02 09:10:11 +0100 (Fri, 02 Nov 2007) | 2 lines
Fix icons
................
r732011 | tmcguire | 2007-11-02 15:40:00 +0100 (Fri, 02 Nov 2007) | 8 lines
Deleting a folder is a potentially dangerous operation, so set the
'dangerous' flag when showing the warning messagebox.
Based on a patch by Jure Repinc.
CCBUG:151715
................
r732122 | djarvie | 2007-11-02 22:01:32 +0100 (Fri, 02 Nov 2007) | 1 line
Style
................
r732144 | djarvie | 2007-11-02 23:32:17 +0100 (Fri, 02 Nov 2007) | 5 lines
Fix failure to trigger some date-only alarms (e.g. after system hibernation).
Fix date-only alarms triggering every minute until start-of-day time (bug 146952).
Forward port of commit 732115.
................
r732193 | winterz | 2007-11-03 03:38:33 +0100 (Sat, 03 Nov 2007) | 2 lines
reduce the debug noise
................
r732197 | winterz | 2007-11-03 04:07:01 +0100 (Sat, 03 Nov 2007) | 7 lines
- Port from KLibFactory to KPluginFactory
- Make all the plugins have the same naming convention of "libfoo_korganizer",
even though we (as in KDE) will probably decide to remove the "lib" prefix.
- Make the yearprint plugin work
- various minor clean-ups
................
r732217 | scripty | 2007-11-03 08:50:29 +0100 (Sat, 03 Nov 2007) | 1 line
SVN_SILENT made messages (.desktop file)
................
r732235 | reitelbach | 2007-11-03 10:39:45 +0100 (Sat, 03 Nov 2007) | 4 lines
typos
SVN_SILENT
................
r732251 | vkrause | 2007-11-03 11:26:31 +0100 (Sat, 03 Nov 2007) | 49 lines
Merged revisions 724820-725839,725842-726385,726387-726917,726919-726931,726933-728589,728591-728594,728596-728621,728623-729262,729264-730751,730753-731066,731068-731441,731443-731704 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/work/arzie_akonadi
........
r724820 | arzie | 2007-10-13 16:58:06 +0200 (Sat, 13 Oct 2007) | 1 line
Provide some error handling.
........
r724821 | arzie | 2007-10-13 16:58:53 +0200 (Sat, 13 Oct 2007) | 1 line
Add extra debug info.
........
r725902 | arzie | 2007-10-16 16:14:27 +0200 (Tue, 16 Oct 2007) | 1 line
Prevent some unnecessary change notifications.
........
r725910 | arzie | 2007-10-16 16:56:23 +0200 (Tue, 16 Oct 2007) | 1 line
Removed SearchProviders and added feeder agents.
........
r726785 | arzie | 2007-10-18 23:42:07 +0200 (Thu, 18 Oct 2007) | 1 line
Allow bigger parts (LONGBLOB instead of BLOB as SQL data type).
........
r729262 | arzie | 2007-10-25 14:53:51 +0200 (Thu, 25 Oct 2007) | 1 line
Small spelling fix.
........
r730783 | arzie | 2007-10-29 16:59:00 +0100 (Mon, 29 Oct 2007) | 1 line
Add documentation.
........
r731444 | arzie | 2007-10-31 19:19:21 +0100 (Wed, 31 Oct 2007) | 1 line
typo's
........
r731672 | arzie | 2007-11-01 15:21:18 +0100 (Thu, 01 Nov 2007) | 1 line
typo's
........
r731702 | arzie | 2007-11-01 17:28:38 +0100 (Thu, 01 Nov 2007) | 1 line
Support more than 1 index per table.
........
r731704 | arzie | 2007-11-01 17:29:08 +0100 (Thu, 01 Nov 2007) | 1 line
Remove duplicate code.
........
................
r732254 | vkrause | 2007-11-03 11:36:23 +0100 (Sat, 03 Nov 2007) | 2 lines
Warn if the resource doesn't deliver the requested item part.
................
r732264 | vkrause | 2007-11-03 12:05:55 +0100 (Sat, 03 Nov 2007) | 2 lines
Yet another unused field in the database.
................
r732267 | vkrause | 2007-11-03 12:17:14 +0100 (Sat, 03 Nov 2007) | 2 lines
remove dead code
................
r732293 | mikearthur | 2007-11-03 13:23:26 +0100 (Sat, 03 Nov 2007) | 2 lines
Add lists to WYSIWYG editor and "intelligent" rich text selector button.
................
r732313 | winterz | 2007-11-03 14:25:28 +0100 (Sat, 03 Nov 2007) | 3 lines
Eliminate the "QLayout: Attempting to add QLayout "" to MonthViewCell "", which already has a layout" warnings.
Thanks Pino!
................
r732340 | winterz | 2007-11-03 16:02:28 +0100 (Sat, 03 Nov 2007) | 2 lines
fixup some icons and titles
................
r732341 | winterz | 2007-11-03 16:03:02 +0100 (Sat, 03 Nov 2007) | 2 lines
minor change to the "enable tooltips.." configuration option text.
................
r732378 | winterz | 2007-11-03 18:25:40 +0100 (Sat, 03 Nov 2007) | 2 lines
cleanup some superfluous kDebugs, or move them into the correct debugarea.
................
r732391 | pino | 2007-11-03 19:04:00 +0100 (Sat, 03 Nov 2007) | 3 lines
icon renamings:
- history-clear -> edit-clear-history
................
r732394 | tmcguire | 2007-11-03 19:08:26 +0100 (Sat, 03 Nov 2007) | 5 lines
Fix homepage URL.
SVN_SILENT
................
r732417 | tmcguire | 2007-11-03 20:38:19 +0100 (Sat, 03 Nov 2007) | 7 lines
Some search fixes and some style fixes.
Now the editor doesn't get into an infinite loop anymore when the
search text is not found.
Also, backward search and search from cursor works properly now.
................
r732418 | tmcguire | 2007-11-03 20:46:47 +0100 (Sat, 03 Nov 2007) | 3 lines
Fix icon
................
r732425 | tmcguire | 2007-11-03 21:32:38 +0100 (Sat, 03 Nov 2007) | 4 lines
- fix icons
- deprecated--
................
r732434 | winterz | 2007-11-03 21:58:47 +0100 (Sat, 03 Nov 2007) | 5 lines
forward port SVN commit 732431 by winterz:
port yet-another IMAP bugfix from the enterprise branch.
also remove an assert() that can never be tripped.
................
r732447 | tmcguire | 2007-11-03 22:35:41 +0100 (Sat, 03 Nov 2007) | 3 lines
Use the new icon for multiple drag items the Oxygen team has just commited.
................
r732464 | tmcguire | 2007-11-03 23:50:00 +0100 (Sat, 03 Nov 2007) | 4 lines
Remove unnecessary #ifdef, it reportedly compiles fine on Windows.
SVN_SILENT
................
r732614 | scripty | 2007-11-04 09:40:43 +0100 (Sun, 04 Nov 2007) | 1 line
SVN_SILENT made messages (.desktop file)
................
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=732630
19 years ago
Thomas McGuire
3f75f3f9aa
Use the new icon for multiple drag items the Oxygen team has just commited.
...
svn path=/trunk/KDE/kdepim/; revision=732447
19 years ago
Hamish Rodda
cdf5485b44
Port to KActionCollection::associateWidget
...
svn path=/trunk/KDE/kdepim/knode/; revision=730678
19 years ago
Thomas McGuire
0d1f6af03a
Fix all occurences of the attachment icon.
...
svn path=/trunk/KDE/kdepim/; revision=729989
19 years ago
Till Adam
3dd3b9fc03
Add a button to the quicksearch which opens up a full search based on the current
...
quick search parameters. Make opening a search via other means (keyboard shortcut)
honor the current quicksearch as well.
Prokde35-z Item 39
svn path=/branches/kdepim/enterprise/kdepim/; revision=728017
19 years ago
Pino Toscano
77fa7dad68
icon renamings:
...
- mail-find -> edit-find-mail
- mail-replylist -> mail-reply-list
svn path=/trunk/KDE/kdepim/; revision=727845
19 years ago
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
Frank Osterfeld
9848f42cd9
merge from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=707924
19 years ago
Andreas Hartmetz
9a2c2bdc7c
cross-port named open()/close() on folders from the 3.5 branch. this is a merge from 3.5 revision 647499 with many extra changes to get kmail to compile again.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=707659
19 years ago
Andreas Hartmetz
ecfa574042
Intevation Merge issue 38, forward port of fix to issue 1868. Fix folder reference counting in several places.
...
svn path=/trunk/KDE/kdepim/; revision=706997
19 years ago
Andreas Hartmetz
79390b3a57
improve an awkward line of code
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=705148
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Thomas McGuire
886bcc9006
Revert the parts of my commit 690397 that removed KDialog from the searchwindow.
...
Now KDialog is used again, but the button position is not the same as in KDE3 anymore.
svn path=/trunk/KDE/kdepim/; revision=691284
19 years ago
Thomas McGuire
1883337232
Fix layout.
...
To make the buttons appear like in KDE3, I had to port away from KDialog as KDialog does not seem to support spacers between buttons.
Additionally, make the processed message count available again.
svn path=/trunk/KDE/kdepim/; revision=690397
19 years ago
Thomas McGuire
024def7b00
Port K3ListView to QTreeWidget.
...
Fix drag&drop
Fix default search rule
svn path=/trunk/KDE/kdepim/; revision=690337
19 years ago
Thomas McGuire
b777d026df
Trivial port of Q3PopupMenu to QMenu.
...
svn path=/trunk/KDE/kdepim/; revision=689985
19 years ago
Thomas McGuire
c21a711f2c
Include cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=689975
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Pradeepto Bhattacharya
0750e965c5
Krazy #1 fixes
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=679564
19 years ago
Jonathan Marten
4412248501
Convert most instances of Q3[HV]?ButtonGroup
...
Improve layout and error reporting in Expiry Properties dialogue
svn path=/trunk/KDE/kdepim/; revision=671290
19 years ago
Pradeepto Bhattacharya
d1ec243595
Merge ...
...
SVN commit 669475 by mueller:
- the usual "daily unbreak compilation"
- various missing QTimer annotations
- compiler warning fixlets
svn path=/branches/kdepim/enterprise/kdepim/; revision=670026
19 years ago
Dirk Mueller
00aa142420
- the usual "daily unbreak compilation"
...
- various missing QTimer annotations
- compiler warning fixlets
svn path=/branches/KDE/3.5/kdepim/; revision=669475
19 years ago
Lubo Luk
08746e45c9
KWM->KWindowSystem
...
svn path=/trunk/KDE/kdepim/knotes/; revision=659679
19 years ago
Volker Krause
f74a0306e9
kolab issue 1530:
...
Honor default forwarding settings for the toolbar button, the search window RMB and the keyboard shortcuts.
svn path=/branches/kdepim/enterprise/kdepim/; revision=657203
19 years ago
Laurent Montel
c8d6e55eb6
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=657142
19 years ago
Laurent Montel
4ef8bea499
Fix include
...
svn path=/trunk/KDE/kdepim/ktimetracker/; revision=652177
19 years ago
Lubo Luk
9d8aa41122
KWin/KWinModule -> KWM
...
svn path=/trunk/KDE/kdepim/knotes/; revision=649617
19 years ago
Volker Krause
01bafaed15
Merge revisions 633599, 638231, 647127, 647145 and 647816 from
...
branches/work/kdepim-3.5.5+.
These contain the following features from the enterprise branch:
- (nearly) all folders can be copyied or moved now
- dnd of one or multiple folders
- copy/cut/paste actions for one or multiple folders
- dnd of messages from the search result window to the folder tree
- copy/cut/paste actions for messages (in the header view and search
result window)
svn path=/branches/KDE/3.5/kdepim/; revision=648059
19 years ago
Stephan Kulow
79668a0aa2
backport the named open and close to reduce branch differences
...
(finally catched Till :)
svn path=/branches/KDE/3.5/kdepim/; revision=647499
19 years ago
Allen Winter
47eb228760
#ifdef __GNUC__ guards on #warnings
...
svn path=/trunk/KDE/kdepim/; revision=647176
19 years ago
Allen Winter
23997b6617
bigtime forward port of coolo's kmail_debug_imap work branch.
...
while I was at it I also did some indenting and formatting fixes,
but there is a lot still to do.
svn path=/trunk/KDE/kdepim/; revision=645591
19 years ago
Mathias Soeken
bc0c55d03f
Some oxygen icon porting.
...
svn path=/trunk/KDE/kdepim/; revision=641591
19 years ago
Aaron J. Seigo
f7c8d965d1
icon spec name updates
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=640714
19 years ago
Volker Krause
2ee6115cad
Forwardport the remaining commits (636610, 637462 and 637469) of search
...
result dnd/copy&paste from enterprise branch.
svn path=/trunk/KDE/kdepim/; revision=638050
19 years ago
Volker Krause
4742614a40
Forwardport SVN commit 636231 by vkrause:
...
Enable dragging of search results.
It's not yet accepted by the folder tree though because of some
assumptions about the dragging source.
svn path=/trunk/KDE/kdepim/; revision=638036
19 years ago
Volker Krause
3f6dc149b0
Add copy/cut actions to the search result dialog.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=637469
19 years ago
Volker Krause
51f03317bd
Fix keyboard shortcuts in the search dialog.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=637462
19 years ago
Volker Krause
bd8205ae0b
Enable dragging of search results.
...
It's not yet accepted by the folder tree though because of some assumptions
about the dragging source.
svn path=/branches/kdepim/enterprise/kdepim/; revision=636231
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
Matthias Kretz
428ee4239a
merge the kinstance-redesign branch back to trunk.
...
svn path=/trunk/KDE/kdepim/; revision=628296
19 years ago