summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
2004-03-08Consolidate Opie logo images. Apps should use common logo: ↵drw1-80/+2
pics/logo/opielogo.png
2004-03-08save UI changes to argument list back to .desktop file ;)mickeyl1-0/+4
2004-03-08support launching applications with user defined argumentsmickeyl1-2/+5
2004-03-08add a line where the user can insert command line arguments for the AppLnkmickeyl2-38/+59
2004-03-08first shot at a neat little about applet. text in about box blatantlymickeyl1-2/+80
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-06-ioctl( fd, MIXER_WRITE( 0 ), &vol );zecke1-1/+1
+ioctl( fd, MIXER_WRITE( SOUND_MIXER_PCM ), &vol ); don't hardcode the mixer
2004-03-02applied the patch generated by the optimize_connect script fromalwin12-53/+49
TT.
2004-03-01fix includeschicken28-74/+1
2004-02-24add missing patch from v1_0_3 disabling fixed custom rotation in favour of ↵mickeyl1-6/+13
live rotation
2004-02-24use Config for checking if the medium should be checkedalwin1-132/+114
2004-02-24changed keyword "autocheck" to "check" in checkStorage()alwin1-2/+2
2004-02-22read more options from opiestorage.cfalwin1-7/+12
2004-02-22update and increment version, we don't want to go from 1.1.0 to 1.2.0 don't ↵mickeyl1-1/+1
we? ;)
2004-02-22fixeschicken1-1/+1
2004-02-21Default to showMaximized on 240x320 and 320x240 displayszecke1-4/+2
2004-02-21Unbreak fastloading. So the API Documentation is a lie..zecke1-8/+7
showMainWidget may not setMainWidget because this would break Fastloading..
2004-02-21on removable medias take a look into .opiestorage.cf and read the listalwin1-6/+15
of subdirs of the media where to search for documents. If this value isn't set, it will reduce search to FS+"/Documents" so not the whole media is searched. ToDo: Work on mediummount so users can set this values.
2004-02-20Update the API Documentation for DateFormat and TimeString utility classeszecke3-3/+263
Add a Translator hint what M, D, Y mean
2004-02-20These values should be set by the buildsystem.zecke5-23/+0
So If Calibration,malloc instead of new,OpiePlayer,Shutdown isn't working anymore this is because the buildsystem lacks sane defaults for your system
2004-02-19Add note for the inline dtor and future Opie versionszecke1-0/+3
in regard to BC
2004-02-18Gross hack to allow compilation with Qt3 more easilyzecke1-4/+8
Qt got a DateFormat as well so we use a define to call our QPEDateFormat
2004-02-18Clarify on the start date for searcheszecke1-1/+2
2004-02-18Commit the patch to allow overwriting the inline imagezecke1-7/+22
2004-02-18Removed opie-mail2 and opie-qpdf dependencygroucho1-1/+1
2004-02-16more api docuzecke2-0/+36
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw4-5/+5
Maintainer, Files and Section fields)
2004-02-13Fix ipkg section/category valuedrw4-8/+8
2004-02-08Fix return type to voidzecke1-2/+2
2004-02-08improve support for BigScreenar1-0/+17
2004-02-08Add API docuzecke2-0/+118
2004-02-08ReMerge QPEDecozecke2-56/+100
2004-02-06various interface documentationzecke1-0/+311
2004-02-06add api docuzecke6-15/+116
2004-01-10- removear2-64/+0
QString getCfPath(); QString getSdPath(); QString getMmcPath();
2004-01-07new functions getCfPath, getSdPath, getMmcPath returns mountpointsar2-132/+225
2003-12-22Stupid typoeilers1-3/+3
2003-12-04use opie-lupdate instead lupdatear1-20/+0
2003-11-27rerun mkinlinepicsmickeyl1-315/+337
2003-11-05again double entireswaspe1-199/+202
2003-11-05double entries in function defintionswaspe1-2/+2
(i commented out the second entry)
2003-11-05remove ======llornkcor1-1/+0
2003-11-04resolved merge conflictwaspe2-2293/+2298
2003-11-04resolved merge conflict (hopefully)waspe1-217/+192
2003-11-04resolved merge conflictwaspe1-3/+63
2003-11-04resloved merge conflictwaspe1-2/+12
2003-11-03Oops.. Removing of -ldl wasn't a good idea.. Linux compiles again..eilers1-1/+1
2003-11-03Porting Opie to MacOS-X.eilers10-21/+255
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-12Added Yopy to build system.ocheong1-0/+8
2003-10-07ifndef -> if defined... we want big icons on high_res_small_phyzecke1-1/+1
2003-10-07Add the possible defines to the custom- device headerszecke6-9/+19
-storage remove stupid check for custom.h. We gurantee it to be present ( even if it is empty ) -qpeapplication -introduce OPIE_NEW_MALLOC This will use malloc and free for new and delete -introduce OPIE_HIGH_RES_SMALL_PHY define this if you've a high resolution but physical smaller display FIXME: some one needs to introduce a C7xx Custom.h or define OPIE_HIGH_RES_SMALL_PHY somewhere in the custom-sharp.h