Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-05-17 | ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polish | zecke | 2 | -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-08 | use =, not == to check for equality in shell | mickeyl | 1 | -2/+2 |
use rm -rf on directories, not just -f | ||||
2004-05-03 | bump version number | chicken | 1 | -1/+1 |
2004-04-25 | small fix and version -> 1.1.3 | chicken | 1 | -1/+1 |
2004-04-25 | escape close | llornkcor | 1 | -1/+3 |
2004-04-25 | fix bigfotos | llornkcor | 1 | -0/+10 |
2004-04-25 | remove commented | llornkcor | 1 | -8/+1 |
2004-04-25 | remove embeddedkonsole hack | llornkcor | 1 | -4/+1 |
2004-04-25 | remove commented out ugly hack | llornkcor | 1 | -25/+0 |
2004-04-25 | remove non needed qdebugs | llornkcor | 1 | -2/+0 |
2004-04-25 | fix persistence in other widgets | llornkcor | 1 | -10/+14 |
2004-04-25 | fix nonmaximized apps, and make the state and position persistent. ported ↵ | llornkcor | 1 | -31/+240 |
from Qtopia 1.7 :) | ||||
2004-04-25 | revert change 1.76 of this file, as causes titlebars to not show on large ↵ | llornkcor | 1 | -1/+12 |
displays | ||||
2004-04-23 | gcc 3.4 fixlet | mickeyl | 1 | -1/+1 |
2004-04-21 | BigScreen: don't resize widgets that always visible (for example on bring a ↵ | ar | 1 | -19/+24 |
widget to front) | ||||
2004-04-19 | - BigScreen: show MainWidget not maximized on big screens | ar | 1 | -12/+1 |
2004-04-09 | fix by sudonix | wimpie | 1 | -1/+10 |
2004-04-08 | Be a bit more picky on config files | zecke | 1 | -1/+3 |
2004-04-07 | Using the right mixer helps.. lets see if h5xxx breaks again | zecke | 1 | -1/+1 |
2004-04-07 | Added some odebug includes and namespaces refs | wimpie | 1 | -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-05 | Don't lock up with Qt2.3.8 | zecke | 1 | -2/+2 |
2004-04-01 | delimited screen-size to desktop-size, if this is smaller than the widget's one | ar | 1 | -20/+24 |
only the taskbar size is approximated | ||||
2004-04-01 | Fixed silly bug.. | eilers | 1 | -1/+1 |
2004-03-28 | byebye libopie1 | groucho | 1 | -1/+1 |
2004-03-24 | add namespace comment to changelog and bump version number | mickeyl | 1 | -1/+1 |
2004-03-14 | Removes two problems with familiar 0.7.2: | sandman | 3 | -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-08 | Consolidate Opie logo images. Apps should use common logo: ↵ | drw | 1 | -80/+2 |
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/+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 | first shot at a neat little about applet. text in about box blatantly | mickeyl | 1 | -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 ); | zecke | 1 | -1/+1 |
+ioctl( fd, MIXER_WRITE( SOUND_MIXER_PCM ), &vol ); don't hardcode the mixer | ||||
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 12 | -53/+49 |
TT. | ||||
2004-03-01 | fix includes | chicken | 28 | -74/+1 |
2004-02-24 | add missing patch from v1_0_3 disabling fixed custom rotation in favour of ↵ | mickeyl | 1 | -6/+13 |
live rotation | ||||
2004-02-24 | use Config for checking if the medium should be checked | alwin | 1 | -132/+114 |
2004-02-24 | changed keyword "autocheck" to "check" in checkStorage() | alwin | 1 | -2/+2 |
2004-02-22 | read more options from opiestorage.cf | alwin | 1 | -7/+12 |
2004-02-22 | update and increment version, we don't want to go from 1.1.0 to 1.2.0 don't ↵ | mickeyl | 1 | -1/+1 |
we? ;) | ||||
2004-02-22 | fixes | chicken | 1 | -1/+1 |
2004-02-21 | Default to showMaximized on 240x320 and 320x240 displays | zecke | 1 | -4/+2 |
2004-02-21 | Unbreak fastloading. So the API Documentation is a lie.. | zecke | 1 | -8/+7 |
showMainWidget may not setMainWidget because this would break Fastloading.. | ||||
2004-02-21 | on removable medias take a look into .opiestorage.cf and read the list | alwin | 1 | -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-20 | Update the API Documentation for DateFormat and TimeString utility classes | zecke | 3 | -3/+263 |
Add a Translator hint what M, D, Y mean | ||||
2004-02-20 | These values should be set by the buildsystem. | zecke | 5 | -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-19 | Add note for the inline dtor and future Opie versions | zecke | 1 | -0/+3 |
in regard to BC | ||||
2004-02-18 | Gross hack to allow compilation with Qt3 more easily | zecke | 1 | -4/+8 |
Qt got a DateFormat as well so we use a define to call our QPEDateFormat | ||||
2004-02-18 | Clarify on the start date for searches | zecke | 1 | -1/+2 |
2004-02-18 | Commit the patch to allow overwriting the inline image | zecke | 1 | -7/+22 |
2004-02-18 | Removed opie-mail2 and opie-qpdf dependency | groucho | 1 | -1/+1 |