summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-21cleaned up inline dir a bitharlekin23-199/+0
2002-09-21THE OPIE PIM Design.....zecke1-0/+50
I did not know what to write
2002-09-21additionszecke2-0/+32
2002-09-21Some more implementationzecke10-60/+366
in OPimRecord::setUid ORecordList implemented never compiled it though OTodo a new c'tor and some more changes
2002-09-21oopscniehaus1-1/+1
2002-09-21updating for the first time after 2 weeks or so and adding Oxygen-filescniehaus59-420/+5392
2002-09-21add other languagescniehaus1-0/+14
2002-09-21adding Oxygen (OPIEDIR/noncore/apps/oxygen)cniehaus1-1/+1
2002-09-21moving these 2 filescniehaus2-0/+1994
2002-09-21* moving oxygendata and kmolweightscniehaus4-2027/+36
* fixing the datafile-problems (thanks to Max)
2002-09-21center widgetimm5-101/+14
2002-09-21Remove the start(void)const and end(void)const stuffzecke1-15/+2
2002-09-21Make end inline againzecke2-3/+6
2002-09-21display stderr from ssh-add process too.dwmw21-4/+8
2002-09-21use libqpes up down arrows instead of the up down from opieplayer1 .-)harlekin1-5/+3
2002-09-21fixed pathharlekin3-3/+3
2002-09-21CTCP action now work via /me, HTML escaping now also works for text sent by ↵wazlaf6-2/+31
yourself
2002-09-21playlist might have only one letter in name.. needs to be seen alsollornkcor1-2/+2
2002-09-21fix playlist mimetypellornkcor1-1/+1
2002-09-21fixed audio/x-mpegurl typellornkcor1-1/+2
2002-09-21- Improved style and color previewsandman5-77/+152
- color schemes can be editied now
2002-09-21Workaround for a (IMHO) design-flaw in the style/palette handling. Stylessandman1-0/+23
like liquid that need to recalculate things on a palette change can get seriously confused when a class specific palette is polished
2002-09-21- disable liquid win decoration - this has to be made a separate pluginsandman2-64/+87
- liquid now uses the polished palette for color values (liquid did parse qpe.conf before -- the new Qt/e patch is needed for this to work) - updated QPL diff
2002-09-21small additionsfbarros22-76/+84
2002-09-21added the dictionary filefbarros1-1/+1
2002-09-21added opie-irc to top level makefile, its usable as irc client now, and more ↵harlekin1-1/+1
great features to come
2002-09-20new icon, menu fixedwazlaf3-16/+1
2002-09-20replaced by standard iconwazlaf1-0/+0
2002-09-20support for client commands (only /join implemented so far), crash bugfix, ↵wazlaf18-24/+151
fixed 2 leaks, server browser now includes a channel list
2002-09-20make the order tab default shown in config dialogharlekin2-1/+6
2002-09-20from now on I consider Oxygen as almost done :)cniehaus4-20/+42
* the strange display-bug in the QTable is fixed. Now there are really only two colums and not a million or so * now the alingment is correct. I reimplemented virtual void alignment() in a class derived from QTableItem * s/setElement( 1 )/setElement( 0 )/ as that method starts with 0 and not 1 Credits to Robert Gogolok who did most of the reimplementation of the alignment.
2002-09-20changed keysimm1-2/+7
2002-09-20otabwidget now in config dialogharlekin3-8/+8
2002-09-20fixed the crash when closing config dialog and also sorting of the plugins ↵harlekin3-42/+66
is working now
2002-09-20before starting to hack QTableItem I wanted to have a safe point in cvscniehaus11-11/+121
2002-09-20accidentaly committedzecke1-27/+6
2002-09-20OTodo know is the first implementation of OPimRecordzecke12-703/+443
2002-09-20cleanupllornkcor1-33/+3
2002-09-20remove recording checkllornkcor1-4/+4
2002-09-20remove keyPress with null param checkllornkcor1-3/+3
2002-09-20Copyright and licence noisedwmw23-2/+61
2002-09-20added sshkeysllornkcor1-2/+2
2002-09-20Found icon in usermode-gtk package. S'GPL'ddwmw21-0/+0
2002-09-20Include desktop and icon file in ipkgdwmw21-1/+1
2002-09-20desktop for ssh keys appletdwmw21-0/+6
2002-09-20Hmmm. Need icon.dwmw21-0/+0
2002-09-20Report ssh-agent failure and disabledwmw21-1/+4
2002-09-20tr()dwmw21-7/+7
2002-09-20Works nowdwmw24-42/+278
2002-09-20Our new common template based start for Accessing and Manipulatingzecke14-0/+2148
the Records The CROSS_REFERENCE branch will get ported to it. We use templates for several reasons They allow us to share code and to be easily extended I've to make them not inline to save memory... I've to port all DBs and Record related classes