summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
2004-06-06- solve problems with padded memory - dont use memcpyar2-123/+157
2004-05-17ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polishzecke2-2/+11
U _ZN14QPEApplication6polishEP7QWidget ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polish U _ZN12QApplication6polishEP7QWidget in qt_override we had to overwrite the Palette for some widgets for some styles (setting no background liquid and such) we overwrote the polish method. As we did not inherit from QPEApplication the 'polish' symbol was only internal to libqpe and this way Opie apps worked on Opies and Sharps libqpe, and Sharp apps work on our libqpe. Now with libopiecore the compiler tries to include different symbols as shown above. So for now we could disable the legacy palette polishing which shouldn't hurt anyway. OApplication is the source of all evil, we wouldn't 'pull' in the polish symbol... but having a 'shadow' weak symbol as backup isn't good as well. Chicken you may enable the option in config.in...
2004-05-08use =, not == to check for equality in shellmickeyl1-2/+2
use rm -rf on directories, not just -f
2004-05-03bump version numberchicken1-1/+1
2004-04-25small fix and version -> 1.1.3chicken1-1/+1
2004-04-25escape closellornkcor1-1/+3
2004-04-25fix bigfotosllornkcor1-0/+10
2004-04-25remove commentedllornkcor1-8/+1
2004-04-25remove embeddedkonsole hackllornkcor1-4/+1
2004-04-25remove commented out ugly hackllornkcor1-25/+0
2004-04-25remove non needed qdebugsllornkcor1-2/+0
2004-04-25fix persistence in other widgetsllornkcor1-10/+14
2004-04-25fix nonmaximized apps, and make the state and position persistent. ported ↵llornkcor1-31/+240
from Qtopia 1.7 :)
2004-04-25revert change 1.76 of this file, as causes titlebars to not show on large ↵llornkcor1-1/+12
displays
2004-04-23gcc 3.4 fixletmickeyl1-1/+1
2004-04-21BigScreen: don't resize widgets that always visible (for example on bring a ↵ar1-19/+24
widget to front)
2004-04-19- BigScreen: show MainWidget not maximized on big screensar1-12/+1
2004-04-09fix by sudonixwimpie1-1/+10
2004-04-08Be a bit more picky on config fileszecke1-1/+3
2004-04-07Using the right mixer helps.. lets see if h5xxx breaks againzecke1-1/+1
2004-04-07Added some odebug includes and namespaces refswimpie1-2/+2
opiepim links with opiedb2 -> needs depend in config.in qlibrary_unix -> print dlopen errors ALWAYS not only indebug BTmanager.pro needs opieui2
2004-04-05Don't lock up with Qt2.3.8zecke1-2/+2
2004-04-01delimited screen-size to desktop-size, if this is smaller than the widget's onear1-20/+24
only the taskbar size is approximated
2004-04-01Fixed silly bug..eilers1-1/+1
2004-03-28byebye libopie1groucho1-1/+1
2004-03-24add namespace comment to changelog and bump version numbermickeyl1-1/+1
2004-03-14Removes two problems with familiar 0.7.2:sandman3-3/+3
- ipkg install task-opie-minimal doesn't work (multiple providers for vera font) --> Depend on vera-small - ipkg install task-opie doesn't work because opie-qpdf is not in the feed --> Depends -= opie-qpdf
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