Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-01-02 | fixed appname for db access | alwin | 1 | -1/+1 |
2004-01-02 | rfc822 messages are displayed as text, too. | alwin | 1 | -1/+1 |
2004-01-01 | bye bye qDebug, hello odebug | mickeyl | 2 | -20/+14 |
2004-01-01 | Finally start with a changelog. Devels, if you can remember more of what | mickeyl | 1 | -0/+17 |
happened between 1.0.0 and 1.0.3, please feel free to add. Look at other projects ChangeLogs to get an idea for the granularity of ChangeLog entries, e.g. we don't want to copy the CVS changelogs here, but we want to present the major updates between versions in a way, developers _and_ users can understand that. | ||||
2004-01-01 | use for opie | llornkcor | 1 | -2/+2 |
2004-01-01 | make device user configurable | llornkcor | 3 | -1495/+1469 |
2003-12-31 | add pdaudio stuff | llornkcor | 5 | -47/+127 |
2003-12-30 | corrected path for desktop icon | alwin | 1 | -1/+1 |
2003-12-30 | fix a problem in the c7x0 backlight handling... | mickeyl | 1 | -12/+14 |
Bah! Got confused by the input interval for ODevice::setDisplayBrightness() (once) again - it has been ridiculous to scale that down from [0-255] to the actual interval since the day we invented ODevice::displayBrightnessResolution(). I'm going to remove that antique cruft soon. | ||||
2003-12-30 | re-worked pop3 (use the more generic interface) | alwin | 10 | -344/+284 |
shared some more functions between mbox and pop3 | ||||
2003-12-29 | - add customization of the action to take when closing the hinge | mickeyl | 3 | -129/+236 |
- hide hinge customization on models which doesn't support that - hide frequency label on models which doesn't support changing the CPU frequency | ||||
2003-12-29 | - add fine granular backlight support for devices with the corgi backlight ↵ | mickeyl | 2 | -37/+113 |
interface - add hinge sensor framework for devices with hinge sensors | ||||
2003-12-29 | waited too long for tille to do something - merged it on my own... :( | mickeyl | 5 | -19/+9 |
2003-12-28 | update and add translation files | ar | 790 | -3665/+52591 |
2003-12-28 | some needed changes | alwin | 1 | -2/+2 |
2003-12-28 | fix for compiling with arm gcc 2.95.3 (next time I'll check before commit) | alwin | 1 | -1/+3 |
2003-12-28 | reduced to the max... | alwin | 13 | -702/+482 |
- from address isn't setup any longer within the smtp account (it makes realy no sense, a smtp account describes the connection to a smtp server, not the identity of the sender) - from address is taken from the personal info of the addressbook (thats why this info exists). Of course the user can change it when sending an email. - user can select a from with a selection of the mails given in their personal infos. - in addresspicker: use "<Firstname> <Lastname>" instead of "Filename" - settings ui: switched of the part within the smtp accounts describing the identitiy of user ToDo: a dialog setting up a default signature | ||||
2003-12-28 | add latvian translation | ar | 9 | -0/+397 |
2003-12-28 | basic folder handling for pop3 accounts | alwin | 8 | -44/+106 |
some code dups reduced | ||||
2003-12-28 | add latvian translation | ar | 141 | -0/+23323 |
2003-12-28 | - dir handling for mbox accounts (delete, new, delete all mail) | alwin | 14 | -86/+375 |
- fixed memory leaks in mbox account class - reduced count of used string constants while using "tr" with context string - mbox displays messages into global status bar - fixed a possible raise condition when deleting a mail directory | ||||
2003-12-28 | fix qmake 1.05a to generate the PRO line in a Makefile | mickeyl | 1 | -0/+1 |
this feature seemed to have been removed in 1.05a - it was in 1.04a and is needed for opie-lupdate to work | ||||
2003-12-27 | folder handling for imap mostly impelemented, context menus for | alwin | 17 | -74/+639 |
imap-mail-folders implemented. | ||||
2003-12-27 | silence | alwin | 1 | -1/+4 |
2003-12-25 | better not source the unsupported configs one-by-one in the top-level config.in | mickeyl | 2 | -3/+6 |
2003-12-25 | Make that (theoretically) work with resolutions other than 320x240 | mickeyl | 1 | -25/+14 |
and 240x320. | ||||
2003-12-25 | uhhh.. helps to commit to correct branch | llornkcor | 9 | -801/+791 |
2003-12-25 | context menues for single mails when holding the stylus or left mouse button | alwin | 2 | -10/+41 |
2003-12-25 | try to resolve timeouts via NOOP statement in login | alwin | 2 | -4/+14 |
2003-12-25 | uses the opie frontend for the list of addresses | alwin | 1 | -67/+36 |
displays not just the default email but all emails display is sorted now | ||||
2003-12-25 | - some memleaks | alwin | 4 | -182/+52 |
- content generation will use the libetpan code und not own dumping to a tmpfile. - bugfix while creating mails with attachments (message itself could be corrupted) - textpart will always encoded quoted-printable | ||||
2003-12-25 | called binary when sending email to a contact is "opiemail" instead | alwin | 1 | -3/+3 |
of "mail" when using opiemal as standard mailer. | ||||
2003-12-25 | activated qcop message "writeMail(name,email)" | alwin | 2 | -5/+17 |
2003-12-25 | fixed an address parsing bug | alwin | 2 | -8/+70 |
2003-12-24 | some small memleaks again | alwin | 2 | -28/+22 |
2003-12-24 | hopefully fixed some memleaks and some not initialized vars | alwin | 10 | -46/+84 |
2003-12-24 | bugfix in slotAdjustLayout (tnx zecke) | alwin | 1 | -1/+0 |
2003-12-24 | only show the mail queue flushed dialogbox when successfull -) | harlekin | 5 | -44/+59 |
2003-12-24 | setup interface for qcop signal "newMail()" | alwin | 2 | -0/+25 |
TODO: setup composer to get a recipient address for calling from addressbook! | ||||
2003-12-24 | ah, ok. I found the trick or better I found what I forgot :) | alwin | 6 | -14/+32 |
Means: When sending mail a progress dialog comes up. | ||||
2003-12-24 | tried to implement a progress dialog when sending mails. It doesn't work | alwin | 11 | -7/+396 |
(dialog will show but makes no updates, when using qApp->progressEvents(x) dialog hides) I don't know why - and I giving up for the moment. | ||||
2003-12-23 | resolved a name conflict | alwin | 2 | -24/+22 |
2003-12-23 | Patch from Brad Campbell to fix opie-handwritings writing of data files | treke | 3 | -318/+322 |
2003-12-23 | UFFFFFFF | alwin | 11 | -276/+585 |
flushing send queue mostly finished. Attention: To get it work you must apply the patches from the libetpan/ directory! ToDo: - when flush then select a smtp-account to use for when there are more than one smtp accounts. (opiemail.cpp) This moment I just use the first one. - the special funs in mboxwrapper (deleting range of mail, storing a message to a folder) should go to all mailbox wrappers, means into the global interface of them. - cleanup/review the code of the smtp-wrapper. | ||||
2003-12-23 | fix a problem while appending attachments to a new mail | alwin | 1 | -1/+1 |
2003-12-23 | fix for an unsigned bug while sending data via mail stream | alwin | 1 | -0/+12 |
2003-12-22 | new fancy icons from kde cvs | jgf | 8 | -5/+13 |
2003-12-22 | - remove stdlib.h and stdio.h | ar | 3 | -9/+3 |
2003-12-22 | more TODO (*ugh*) | mickeyl | 1 | -0/+7 |
2003-12-22 | add a few missing const directives to get it to compile again | mickeyl | 2 | -8/+8 |