summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03libopiecore2 and libopienet2 are needed by wlan-pluginar1-1/+1
2004-01-03multipart subtype will stored lower like in singlepartsalwin2-2/+4
2004-01-03better parsing of mails with recursive multipart contentalwin4-12/+44
2004-01-03some more display beautyalwin2-0/+15
2004-01-03make networksettings compile without opie-lib 2ar1-1/+1
2004-01-03oops - forgot to use utf8 again, sorrysudonix1-2/+2
2004-01-03.directory - some more translations added to fill in the blank spots and ↵sudonix1-10/+4
make it look nicer :)
2004-01-03Russian translation addedsudonix17-8/+25
2004-01-03improved parsing of mailbodies 'cause it failed on multi-part fields whichalwin4-8/+84
contains multipart-fields, too.
2004-01-03mail attachments will be displayed in order of attachment not sortedalwin1-1/+2
2004-01-03First commit - taken from the current i18n/ensudonix90-0/+13541
2004-01-03.directory updated - this time should be in unicode, not koi8rsudonix1-2/+2
2004-01-03First commit(opieirc.ts will probably need serious revision)sudonix1-0/+516
2004-01-02settings dialog will show when clicked.alwin4-16/+14
slots are all virtual so always the right one is called! Note: It is better to make all slots declared virtual - or do not make any child-classes!
2004-01-02First commitsudonix1-0/+878
2004-01-02First commitsudonix64-0/+10146
2004-01-02bugfix while assigning mail-numbersalwin2-2/+2
2004-01-02Mention the PPP module for Opie 1.0zecke1-0/+1
2004-01-02display of attachments has a hierarchic structure (if needed)alwin2-4/+54
2004-01-02mail-parts will get a path id for hierarchic structure of the contentalwin4-20/+78
while displaying enclosed rfc mails (like forwards) will be marked as a body-part.
2004-01-02- some more usefull failure message while loginalwin4-178/+128
- cleaned up the code for parsing mails, use only one routine, message/rfc822 parts are parsed, too.
2004-01-02fixed appname for db accessalwin1-1/+1
2004-01-02rfc822 messages are displayed as text, too.alwin1-1/+1
2004-01-01bye bye qDebug, hello odebugmickeyl2-20/+14
2004-01-01Finally start with a changelog. Devels, if you can remember more of whatmickeyl1-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-01use for opiellornkcor1-2/+2
2004-01-01make device user configurablellornkcor3-1495/+1469
2003-12-31add pdaudio stuffllornkcor5-47/+127
2003-12-30corrected path for desktop iconalwin1-1/+1
2003-12-30fix a problem in the c7x0 backlight handling...mickeyl1-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-30re-worked pop3 (use the more generic interface)alwin10-344/+284
shared some more functions between mbox and pop3
2003-12-29- add customization of the action to take when closing the hingemickeyl3-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 ↵mickeyl2-37/+113
interface - add hinge sensor framework for devices with hinge sensors
2003-12-29waited too long for tille to do something - merged it on my own... :(mickeyl5-19/+9
2003-12-28update and add translation filesar790-3665/+52591
2003-12-28some needed changesalwin1-2/+2
2003-12-28fix for compiling with arm gcc 2.95.3 (next time I'll check before commit)alwin1-1/+3
2003-12-28reduced to the max...alwin13-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-28add latvian translationar9-0/+397
2003-12-28basic folder handling for pop3 accountsalwin8-44/+106
some code dups reduced
2003-12-28add latvian translationar141-0/+23323
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin14-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-28fix qmake 1.05a to generate the PRO line in a Makefilemickeyl1-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-27folder handling for imap mostly impelemented, context menus foralwin17-74/+639
imap-mail-folders implemented.
2003-12-27silencealwin1-1/+4
2003-12-25better not source the unsupported configs one-by-one in the top-level config.inmickeyl2-3/+6
2003-12-25Make that (theoretically) work with resolutions other than 320x240mickeyl1-25/+14
and 240x320.
2003-12-25uhhh.. helps to commit to correct branchllornkcor9-801/+791
2003-12-25context menues for single mails when holding the stylus or left mouse buttonalwin2-10/+41
2003-12-25try to resolve timeouts via NOOP statement in loginalwin2-4/+14