Laurent Montel
a47a77a4d2
Q3StyleSheet--
...
svn path=/trunk/KDE/kdepim/; revision=492891
21 years ago
Laurent Montel
ee714655ed
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=490646
21 years ago
Laurent Montel
08cdd31b10
Q3Whatthis--
...
svn path=/trunk/KDE/kdepim/; revision=486327
21 years ago
Ingo Klcker
3cbf0fc45b
Q_INT*/Q_UINT* -> qint*/quint*
...
QMAX/QMIN -> qMax/qMin
I don't know what to do about Q_LONG and Q_ULONG because of the following code in qglobal.h:
#if defined(Q_OS_WIN64)
typedef __int64 Q_LONG; /* word up to 64 bit signed */
typedef unsigned __int64 Q_ULONG; /* word up to 64 bit unsigned */
#else
typedef long Q_LONG; /* word up to 64 bit signed */
typedef unsigned long Q_ULONG; /* word up to 64 bit unsigned */
#endif
Should I simply convert to (unsigned) long?
svn path=/trunk/KDE/kdepim/; revision=468393
21 years ago
Till Adam
d4fb85a932
KMail compiles and links. Let's see if it starts up ... ;)
...
svn path=/trunk/KDE/kdepim/; revision=463791
21 years ago
Volker Krause
05ed13c77c
More porting, about 10 files still don't build.
...
svn path=/trunk/KDE/kdepim/; revision=461419
21 years ago
Volker Krause
61773c224a
More porting.
...
svn path=/trunk/KDE/kdepim/; revision=461116
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Tobias Koenig
7e73f47e1a
Prevent crashes when the lineedit is deleted before the slot is called.
...
BUG:103439
svn path=/branches/KDE/3.5/kdepim/; revision=449530
21 years ago
Reinhold Kainhofer
50d4efd7d4
The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address):
...
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
21 years ago
David Faure
0c9148bf15
Fix nasty cached imap bug: changes made to the folders while syncing (renames, deletions, creations...)
...
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
srcdir!=builddir users: don't forget to delete globalsettings.{cpp,h} from the builddir
since it's not generated anymore!
CCMAIL: kmail-devel@kde.org
svn path=/trunk/KDE/kdepim/; revision=432538
21 years ago
Till Adam
8cc0a3adae
Don't crash when George gets trigger happy on the delete key in a
...
recipients line. Cornelius, backport?
svn path=/trunk/KDE/kdepim/; revision=429439
21 years ago
Marc Mutz
f5277ffb7f
Extract kmatmlistview.{h,cpp} and kmlineeditspell.{h,cpp} from kmcomposer.{h,cpp}. Part 2/<unknown> of my tear-kmcomposewin.{h,cpp}-apart work. Also fix some bugs in KMLineEdit::insertEmails() *Hint: a popup menu can be canceled, too.
...
svn path=/trunk/KDE/kdepim/; revision=428659
21 years ago
Thomas Zander
565d6c02f0
Fix the concept of making the first columns equal width to also work
...
for languages where the combobox with to/cc/bcc is not the smallest of all.
Fixes point one of bug #101890 , while the second part of that bug is already
available using the 'address book' combobox.
BUG: 101890
svn path=/trunk/KDE/kdepim/; revision=427496
21 years ago
Till Adam
c163ba0aad
Lazy load the recipientspicker, to make opening a composer a bit
...
snappier.
svn path=/trunk/KDE/kdepim/; revision=424548
21 years ago
Till Adam
3783d8f19a
SVNSILENT verbose--
...
svn path=/trunk/KDE/kdepim/; revision=424539
21 years ago
Till Adam
3e6ca64ff8
Make sure there is at least one "To" header, by promoting the first
...
avialable Cc to a To, from the top.
svn path=/trunk/KDE/kdepim/; revision=423830
21 years ago
Matt Douhan
a08a6bbf0e
Step 1 to solve bug 102001
...
Step 2 will be to make sure the To: lineedit has focus
Step 3 to implement a feature that allos the To; to be inserted
before the bcc instead of after.
svn path=/trunk/KDE/kdepim/; revision=419250
21 years ago
Cornelius Schumacher
8f40d6d367
Forward port recipients editor and picker changes from 3.4 branch
...
(Default type for second recipients line, categories in picker).
svn path=/trunk/kdepim/; revision=405062
21 years ago
Cornelius Schumacher
15b82fd55b
Try to be smart about default type of second recipient line in order to make
...
everybody happy. The default of the default is To again.
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=405010
21 years ago
Cornelius Schumacher
b748ac88b5
Second recipient line should be CC by default.
...
svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=403281
21 years ago
Ingo Klcker
fb11568736
Make the recipient editor aware of changes made by the user.
...
svn path=/trunk/kdepim/; revision=392442
21 years ago
Ingo Klcker
aeb00ff433
Add possibility to add and remove single recipients (needed for the identity's BCC).
...
svn path=/trunk/kdepim/; revision=392390
21 years ago
Hasso Tepper
f7f319f783
Forcing other widgets having maximum height of the line edit doesn't work
...
with smaller fonts. Combobox and/or clear button have to be higher than the
line edit in many cases.
svn path=/trunk/kdepim/; revision=389659
21 years ago
Till Adam
56d4c75d67
Disable the "remove recipients line" button when there is only one line.
...
It can not be removed then.`
BUGS: 98973
svn path=/trunk/kdepim/; revision=388910
21 years ago
Hasso Tepper
88109b2659
Missing i18n().
...
svn path=/trunk/kdepim/; revision=388010
21 years ago
Luk Tinkl
2f22f89790
i18n()
...
svn path=/trunk/kdepim/; revision=385519
21 years ago
Cornelius Schumacher
b12b38735a
Add tool tips.
...
svn path=/trunk/kdepim/; revision=385077
21 years ago
Cornelius Schumacher
5149783f6d
Add safe-guard to prevent creation of insane number of recipient editor lines.
...
svn path=/trunk/kdepim/; revision=385071
21 years ago
Stephan Binner
4c0dab53c5
Always fixing the same faults: RTL, iconset for disabled icon
...
svn path=/trunk/kdepim/; revision=385000
21 years ago
Cornelius Schumacher
c243d1cf68
Implement suggestions of mini usability study "KMail Composer and Select
...
Recipients Dialog".
svn path=/trunk/kdepim/; revision=384315
21 years ago
Ingo Klcker
b2f4d376be
Say 'No recipients' instead of '0 recipients' as suggested in the usability report.
...
svn path=/trunk/kdepim/; revision=383705
21 years ago
Cornelius Schumacher
7b99407ca7
Improve escaping code.
...
svn path=/trunk/kdepim/; revision=382851
21 years ago
Cornelius Schumacher
b9c8a1ed5d
Set default button according to combo box setting. Doesn't seem to really
...
work for any reason.
svn path=/trunk/kdepim/; revision=382325
21 years ago
Cornelius Schumacher
bf4f4e87c7
Fixing multi selection and closing of the picker.
...
svn path=/trunk/kdepim/; revision=382312
21 years ago
Cornelius Schumacher
494a69ff10
Better formatting of tooltip.
...
svn path=/trunk/kdepim/; revision=382305
21 years ago
Daniel Molkentin
fe1df93cf9
fix regression introduced by last commit: keep the RecipientType information in the dialog up to date
...
Ellen: Now you can use it :)
CCMAIL:ellen@relevantive.de
svn path=/trunk/kdepim/; revision=382288
21 years ago
Cornelius Schumacher
21c272ba25
First version of tooltip with recipients summary.
...
svn path=/trunk/kdepim/; revision=381512
21 years ago
Cornelius Schumacher
1589f21490
Add dialog for creation of distribution lists with the new recipients editor.
...
svn path=/trunk/kdepim/; revision=381499
21 years ago
Cornelius Schumacher
fe5e6e747a
Don't overwrite non-empty recipients.
...
svn path=/trunk/kdepim/; revision=381282
21 years ago
Cornelius Schumacher
2566af1cd1
Add buttons for removing recipients.
...
svn path=/trunk/kdepim/; revision=381280
21 years ago
Cornelius Schumacher
f565a3ac42
- Enable multi-selection in recipients picker.
...
- Correctly split comma-separated email addresses.
- Add buttons for explicitly picking recipients for To and CC.
svn path=/trunk/kdepim/; revision=380811
21 years ago
Cornelius Schumacher
137f5e6252
Allow to navigate with cursor keys between combo box, line edit and select button.
...
svn path=/trunk/kdepim/; revision=379600
21 years ago
Cornelius Schumacher
418bf1f105
Fix tab order.
...
svn path=/trunk/kdepim/; revision=379594
21 years ago
Cornelius Schumacher
775756f85d
Remove label when second last line is removed.
...
svn path=/trunk/kdepim/; revision=379580
21 years ago
Cornelius Schumacher
1ab3641aaa
Align line edits.
...
svn path=/trunk/kdepim/; revision=377748
21 years ago
Cornelius Schumacher
9fc7fd5855
Add correct spacing.
...
svn path=/trunk/kdepim/; revision=377437
21 years ago
Cornelius Schumacher
e38a36bcbd
- Fix identity combo crash
...
- Add support for distribution lists
- Add support for recent addresses
- Fix tab order in recipients picker
svn path=/trunk/kdepim/; revision=377013
21 years ago
Cornelius Schumacher
cfe63f44a6
Go back to QWidget to be more flexible with customizing the window appearance
...
and give it a proper parent.
svn path=/trunk/kdepim/; revision=376668
22 years ago
Daniel Molkentin
a4927d2b03
fix more layouting issues
...
svn path=/trunk/kdepim/; revision=376654
22 years ago