summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18yet another compat guard for functions added in recent qte releasesmickeyl1-0/+4
2004-07-18qte-2.3.2 compat compile fixmickeyl1-1/+2
2004-07-18- closed a couple of bugs and added them to changelogmickeyl1-1/+1
- tagged 1.1.4 in CVS - bumped version to 1.1.5-snapshot
2004-07-17Now it is perfect..eilers1-1/+1
2004-07-17Hmph.. No comment .. Thanks Zecke !eilers1-1/+1
2004-07-17Ok.. MAC handles even weak symbols differently..eilers1-5/+4
Now this should handle mac and linux with qte 2.3.7 and above ..
2004-07-17Make it compileable if just qte 2.3.7 is available.eilers1-1/+5
Weak symbols just protect us against unresolved symbols at runtime. But, if it is unresolved at compile time, linking will fail !
2004-07-17Add note about deprecation of password.h as it is superseededzecke1-1/+5
by OMAF
2004-07-15The road to precompiled headers. Guard qpemessagebox.h againstzecke2-1/+47
multiple includes and while I touched the file I updatet the QPE license header
2004-07-15-Change order of includes. Include "qpedialog.h" firstzecke1-9/+19
-In regards to precompiled headers drop the 'protected -> public define hack' and use TrollTechs solution inspired from QETWidget to static_cast to a private reimplementation to change the method. This was taken from Qtopia
2004-07-12Query for FontFactories which implement the FontFactoryInterface onzecke2-5/+5
QPEApplication creation. Also update the comment in the API docu as now FontFactories are loaded
2004-07-01add a few missing includesmickeyl3-5/+6
2004-06-27Safe eilers some time for weak symbols on MacOS Xzecke1-1/+7
2004-06-25- get rid of HIGH_RES_LOW_PHYS to allow shipping one libqpe for all devicesmickeyl1-1252/+1247
- honor FontFamily and FontSize as set in qpe/Appearance - NOTE to packagers: Remember to ship appropriate qpe.conf files for the different devices!
2004-06-20Use A higher prime number in AppLnkzecke2-4/+8
Somehow the Launcher triggers issues with libqpe and MimeType. Due the mix of calling MimeType::clear, MimeType type(doclnk.linkFile()), MimeType::clear the registration of Application was cleared and not reentered due the inner static variable in MimeType::init which was set. Now make sure that if we clear that we will reenter the Application in all cases!
2004-06-19- ignore ENOENT and EAGAIN in renameFile (bug in system?)ar1-8/+10
- replace system-call "mkdir..." with QDir::mkdir
2004-06-18- use QFile::encodeName instead of (const char*) or latin1()ar1-15/+14
- use POSIX rename
2004-06-15- remove sendfile. it doesn't work on linux kernel 2.6 and on mac os xar1-242/+130
- cleanup code
2004-06-13Set the ScrollBar position right on start.zecke1-1/+7
This works on Qt2.3.8 and Qt2.3.7
2004-06-13- fix error-handling again ;)ar1-2/+2
2004-06-13- fix erro-handling err == -1 -> err != -1ar1-1/+1
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