summaryrefslogtreecommitdiff
path: root/library/qt_override.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-05-17ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polishzecke1-1/+8
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-03-01fix includeschicken1-2/+0
2003-10-04Allow Opie beeing build with a Plain version of Qt without weak symbolszecke1-17/+23
2003-05-16enable opie to compile against a non-patched qt 2.3.2mickeyl1-1/+2
to prepare the possibility of building an opie 1.0 feed for the sharp rom
2002-12-11No need for debug output anymore ... it works nowsandman1-6/+6
2002-12-08added missing includessandman1-0/+4
added all hancom apps to the pointSizes fix
2002-12-07 - removed the libpreload stuff from global.cppsandman1-0/+166
- added qt_override.* which provides the same functionality as libpreload (the new -override patch for Qt/E is needed for this to work/compile) - changed qpeapplication a bit to accomodate the new interface