Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-01-04 | moved to shared lib | alwin | 6 | -1340/+0 |
2004-01-04 | moved to shared lib for usage with tody and taskbar plugin | alwin | 12 | -3155/+0 |
2004-01-04 | also update the icon etc | harlekin | 1 | -1/+1 |
2004-01-04 | also update the icon etc | harlekin | 2 | -3/+3 |
2004-01-03 | Russian translation added to a number of .desktop and .directory files | sudonix | 9 | -0/+18 |
2004-01-03 | Russian translation added to a number of .desktop and .directory files | sudonix | 23 | -13/+55 |
2004-01-03 | communicate outgoing mails status to the QPE/Pim channel ( to which the ↵ | harlekin | 5 | -8/+75 |
todayplugin listens for example) | ||||
2004-01-03 | apdated to new mailer | harlekin | 2 | -11/+35 |
2004-01-03 | First commit | sudonix | 1 | -0/+10 |
2004-01-03 | status methods for mailfolder implemented | alwin | 18 | -2/+180 |
2004-01-03 | slightly improve the speed reading the manufacturers list | mickeyl | 3 | -31/+221 |
2004-01-03 | show GPS coordinates in the more common DMS format | mickeyl | 6 | -18/+82 |
2004-01-03 | patches to the stock keymaps. patch courtesy Anton Kachalov <mouse@altlinux.ru> | mickeyl | 10 | -0/+10 |
2004-01-03 | multikey + multikey applet | mickeyl | 1 | -0/+1 |
2004-01-03 | add multikeyapplet | mickeyl | 1 | -0/+1 |
2004-01-03 | add multikey patches courtesy Anton Kachalov <mouse@altlinux.ru> | mickeyl | 4 | -81/+209 |
2004-01-03 | add multikeyapplet (+distribution files) by Anton Kachalov <mouse@altlinux.ru> | mickeyl | 10 | -0/+278 |
2004-01-03 | libopiecore2 and libopienet2 are needed by wlan-plugin | ar | 1 | -1/+1 |
2004-01-03 | multipart subtype will stored lower like in singleparts | alwin | 2 | -2/+4 |
2004-01-03 | better parsing of mails with recursive multipart content | alwin | 4 | -12/+44 |
2004-01-03 | some more display beauty | alwin | 2 | -0/+15 |
2004-01-03 | make networksettings compile without opie-lib 2 | ar | 1 | -1/+1 |
2004-01-03 | oops - forgot to use utf8 again, sorry | sudonix | 1 | -2/+2 |
2004-01-03 | .directory - some more translations added to fill in the blank spots and ↵ | sudonix | 1 | -10/+4 |
make it look nicer :) | ||||
2004-01-03 | Russian translation added | sudonix | 17 | -8/+25 |
2004-01-03 | improved parsing of mailbodies 'cause it failed on multi-part fields which | alwin | 4 | -8/+84 |
contains multipart-fields, too. | ||||
2004-01-03 | mail attachments will be displayed in order of attachment not sorted | alwin | 1 | -1/+2 |
2004-01-03 | First commit - taken from the current i18n/en | sudonix | 90 | -0/+13541 |
2004-01-03 | .directory updated - this time should be in unicode, not koi8r | sudonix | 1 | -2/+2 |
2004-01-03 | First commit(opieirc.ts will probably need serious revision) | sudonix | 1 | -0/+516 |
2004-01-02 | settings dialog will show when clicked. | alwin | 4 | -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-02 | First commit | sudonix | 1 | -0/+878 |
2004-01-02 | First commit | sudonix | 64 | -0/+10146 |
2004-01-02 | bugfix while assigning mail-numbers | alwin | 2 | -2/+2 |
2004-01-02 | Mention the PPP module for Opie 1.0 | zecke | 1 | -0/+1 |
2004-01-02 | display of attachments has a hierarchic structure (if needed) | alwin | 2 | -4/+54 |
2004-01-02 | mail-parts will get a path id for hierarchic structure of the content | alwin | 4 | -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 login | alwin | 4 | -178/+128 |
- cleaned up the code for parsing mails, use only one routine, message/rfc822 parts are parsed, too. | ||||
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 |