summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-07copy data handed over by libpcap because libpcap reuses the data areamickeyl1-18/+21
2004-04-07simplify mac os testmickeyl1-9/+5
2004-04-07cosmeticsmickeyl1-2/+4
2004-04-07non opie mainllornkcor1-1/+56
2004-04-07re-add enter,space,tab,up,down icons, as convience for non keyboarded devicesllornkcor1-4/+1
2004-04-07respect TERM variablellornkcor1-1/+3
2004-04-07add commented out defines for non opiellornkcor1-3/+7
2004-04-07move namespace into opie ifdefllornkcor1-3/+3
2004-04-07COnversion too quick to odebugwimpie1-2/+2
2004-04-07Added some odebug includes and namespaces refswimpie19-6/+34
opiepim links with opiedb2 -> needs depend in config.in qlibrary_unix -> print dlopen errors ALWAYS not only indebug BTmanager.pro needs opieui2
2004-04-07CVS Shows the conversion to libopie2 debugging conversionwimpie1-2/+2
modified this define to optimistically
2004-04-07OPIE2CORE and not OPIECORE2wimpie1-1/+1
2004-04-07Forget a quotewimpie1-1/+1
2004-04-07MANY changes ... lancards should be OK nowwimpie38-172/+554
2004-04-06fixed mousescroll handling so users kann move image with mouse/penalwin2-49/+60
implement key handler for arrow keys
2004-04-06made methods virtual, implement a sig_return signalalwin2-4/+5
2004-04-06Translations completed wherever possible...sudonix6-205/+206
2004-04-06*** empty log message ***gints1-35/+41
2004-04-06Added entry for Daggerdrw1-1/+2
2004-04-06New Bible reader appdrw1-0/+1
2004-04-06Datebook latvian translationgints1-92/+93
2004-04-06New Bible reader appdrw1-0/+6
2004-04-06New Bible reader appdrw25-0/+1946
2004-04-06Do not override menu font size, use font as defined in Appearance settings, ↵drw2-11/+2
and fixed compiler warning
2004-04-06Some spelling and capitalization fixes for menu itemsdrw4-5/+5
2004-04-06Fix capitalization of app namedrw1-1/+1
2004-04-06added keyboard handler for info windowalwin3-11/+85
2004-04-06saves the last loaded image name so will somewhat fasteralwin2-5/+10
2004-04-06<sigh> gcc 2.95.3 compile fixbrad1-0/+3
2004-04-06use OApplicationalwin1-10/+10
2004-04-06added OPIE_EXPORT_APP_V2( Factory,name ) macro.alwin1-0/+38
Factory is the same as in OPIE_EXPORT_APP, name is the display name (third parameter of OApplication). In non-quicklaunch mode it will generate a Opie::Core::OApplication object instead of a QPEApplication object.
2004-04-06upgrade descriptions and synchronize readme and roadmapmickeyl9-118/+28
2004-04-06- improve config.insmickeyl4-11/+14
- fix dependencies for mailapplet - improve MACOS_X test. No need to formulate it so complicated ;)
2004-04-06Fix memleakbrad2-6/+5
2004-04-06add autodetection for wireless extension versionmickeyl1-4/+11
2004-04-06specifying the wireless extension version is now optional thanksmickeyl2-0/+7
to libopienet2 gathering the WE version automatically you can still override it if needed
2004-04-06Simple math rearrangement that fixes the drawing of the battery meter on my iPAQbrad1-1/+1
2004-04-06Made sqlite regex cache "instance safe". Further work will continue as I ↵brad2-20/+32
figure out how to do it :p)
2004-04-06Add some documentation and remove qWarningszecke1-3/+42
2004-04-06s/;;/;mickeyl1-1/+1
2004-04-06use include "" inside .cpp to play nice with external build systemsmickeyl1-1/+1
2004-04-06one include of odebug.h a day keeps my anger away... :}zecke4-0/+7
Add odebug.h so that it compiles
2004-04-05Add save of node specific config datawimpie27-135/+224
2004-04-05Cleanups+new translationssudonix18-365/+430
2004-04-05yeah - autoresize and autoscale now have toggle-buttons and the image displayalwin4-11/+95
respect these buttons ToDo: find a good way for prescaled loading of images if autoScale is on (in respect to autorotate and so on)
2004-04-05fixed bluetooth missing symbolswimpie2-0/+16
2004-04-05initialize kind of file.. it is a staticzecke1-8/+10
2004-04-05Sync with translationssudonix1-0/+2
2004-04-05Make use of OWidgetStackzecke8-36/+237
2004-04-05*Basic* regex caching for massive search speedup (and I mean lots)brad1-14/+21
Yes, it's ugly. Yes, it's simple. Yes it probably breaks several fundamental coding rules. Yes, I'm open to suggestions as to how to do it better and more in the Opie way.