Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-03-13 | fix to enable networksettings | chicken | 1 | -1/+1 |
2004-03-13 | required patch for etpan | alwin | 1 | -0/+28 |
2004-03-12 | fix typo | mickeyl | 1 | -2/+1 |
2004-03-12 | osmart_pointer -> osmartpointer | alwin | 1 | -1/+1 |
2004-03-12 | some more smart-pointers | alwin | 38 | -367/+369 |
some bugfixes some renaming of internals | ||||
2004-03-12 | renaming | alwin | 1 | -13/+14 |
2004-03-12 | fix so it will compile with 2.95.x compilers | alwin | 1 | -2/+2 |
2004-03-12 | some pointers embedded into osmart_pointer handling | alwin | 21 | -172/+190 |
2004-03-12 | API change: OPacket::dumpStructure() now returns a QString and accepts void | mickeyl | 2 | -24/+32 |
API change: add QTextStream& operator<<( QTextStream& s, const OPacket& p ); | ||||
2004-03-12 | helpers for generating libetpan-packages added. | alwin | 2 | -0/+14 |
2004-03-12 | start usage of smart-pointer | alwin | 1 | -22/+21 |
2004-03-12 | start usage of smart-pointers | alwin | 8 | -23/+31 |
2004-03-12 | fixed a variable name conflict | alwin | 1 | -5/+5 |
2004-03-12 | Completed and added Polish letters. | daniel | 2 | -206/+206 |
2004-03-11 | *sigh* forgot to test before first checkin. sorry. | alwin | 1 | -2/+2 |
2004-03-11 | added a (clean-room) smart-pointer implementation to the OPIE project. | alwin | 2 | -0/+145 |
Its an implementation I had made in 1999 for some other GPL projects and is clean-room, so would be fine someone takes a look on it. | ||||
2004-03-11 | cleanups and switch to new etpan-tarball | alwin | 9 | -615/+36 |
2004-03-11 | new etpan package | alwin | 1 | -0/+0 |
2004-03-11 | workaround of a libetpan bug :( | alwin | 1 | -12/+12 |
2004-03-11 | version increased | alwin | 2 | -3/+3 |
2004-03-11 | corrections and Polish characters | daniel | 3 | -108/+108 |
2004-03-11 | respect settings of reply-to if answering to a mail | alwin | 1 | -1/+5 |
2004-03-10 | some bugfixes | alwin | 18 | -39/+309 |
When edit a mail to send and cancel is pressed the mail can stored in a draft folder and later edit again. This moment we will not store attachments into drafts. | ||||
2004-03-10 | fixed a problem with corrupted memory | alwin | 1 | -65/+78 |
2004-03-09 | on the way to a new hex window | mickeyl | 9 | -31/+75 |
2004-03-08 | some required code restructuring in preparation of new features | alwin | 10 | -534/+625 |
2004-03-08 | - add ar | ar | 2 | -0/+2 |
2004-03-08 | update | mickeyl | 1 | -2/+4 |
2004-03-08 | catch up with logo changes | mickeyl | 1 | -1/+1 |
2004-03-08 | catch up with logo change | mickeyl | 2 | -22/+10 |
fix some typos | ||||
2004-03-08 | Consolidate Opie logo images. Apps should use common logo: ↵ | drw | 2 | -3/+6 |
pics/logo/opielogo.png, updated .cvsignore and changed KDE reference in dialog text to Opie | ||||
2004-03-08 | Consolidate Opie logo images. Apps should use common logo: ↵ | drw | 6 | -81/+6 |
pics/logo/opielogo.png | ||||
2004-03-08 | save UI changes to argument list back to .desktop file ;) | mickeyl | 1 | -0/+4 |
2004-03-08 | support launching applications with user defined arguments | mickeyl | 1 | -2/+3 |
2004-03-08 | support launching applications with user defined arguments | mickeyl | 1 | -2/+5 |
2004-03-08 | add a line where the user can insert command line arguments for the AppLnk | mickeyl | 2 | -38/+59 |
2004-03-08 | Removed unneeded comment | drw | 1 | -2/+1 |
2004-03-08 | Updated my e-mail address | drw | 2 | -2/+2 |
2004-03-08 | first shot at a neat little about applet. text in about box blatantly | mickeyl | 9 | -2/+724 |
stolen from the KDE about box. authors taken from AUTHORS file in cvs root directory. Add yourself if you're missing. Note: The dialog looks better when viewed in 320x240 or larger (as opposed to 240x320) because of OpieZilla ;) | ||||
2004-03-08 | when reply to a mail, a in-reply-to header will generated. | alwin | 7 | -17/+61 |
ToDo: setup the reference-list-header. | ||||
2004-03-08 | different context menus for mail and nntp messages | alwin | 1 | -3/+10 |
2004-03-08 | obsolete methode removed | alwin | 2 | -81/+5 |
store msgids when parsing a mail-header | ||||
2004-03-08 | obsolete variables removed | alwin | 4 | -8/+2 |
2004-03-08 | type of mail account will be defined by a enum not with string - comparing | alwin | 21 | -48/+93 |
strings all the time makes no sense. | ||||
2004-03-07 | Synchronisation of translations between applications | christophe | 28 | -41/+51 |
2004-03-07 | One of the biggest files completed, with only 2 phrases uncertain | sudonix | 1 | -258/+432 |
2004-03-07 | filter for newsgroups works | alwin | 3 | -6/+52 |
ToDo: we should cache the list of newsgroups! | ||||
2004-03-07 | removed debug output which will realy slow down things | alwin | 1 | -1/+1 |
2004-03-07 | -resolved that not all newsgroups where listed | alwin | 2 | -4/+17 |
-resolved a memory leak -newsgroups list enhanced for usage with wildcards | ||||
2004-03-06 | fix to work together with busybox tar | ar | 2 | -7/+38 |