Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-08-29 | Added #ifndef QT_NO_SOUND to compile correctly if sound is disabled.. | eilers | 1 | -1/+2 |
(Important for MAC) | ||||
2004-08-25 | -If play() is called again kill old 'looping/playing' in favor | zecke | 2 | -2/+35 |
of the new value. This deletes the timer and would fix possible shortage on timer resources -A small friend to hook to an internal signal to avoid problems in Opie::Core::ODevice entering the event loop to wait for the sound to be finished. processEvents() can give strange results as some applications do not expect that the eventloop is entered. This could possible deliver a Timer, or an Event from QSocketNotifier which could give all kind of problems of wrong reentrancy. So let us avoid it. | ||||
2004-08-25 | Do not make the files depend on external defines. This confuses | zecke | 2 | -4/+0 |
the 'moc' as it doesn't have a preprocessor in Qt2 and Qt3 | ||||
2004-08-25 | -Make libqpe work without RoHFeedback | zecke | 1 | -3/+3 |
-Use only a define in library.pro and add source code conditional. | ||||
2004-08-25 | First try of a stable header for Opie Library. It's planned purpose | zecke | 1 | -0/+77 |
is to enable precompiled header support with Opie. Compiling results are already quite promising. | ||||
2004-08-25 | LGPL-ing files | wimpie | 2 | -0/+38 |
2004-08-25 | Final changes for RoH Feedback | wimpie | 6 | -44/+57 |
- changed *.pro file to compile in backend - some more fixes to rohfeedback and qpeapplication | ||||
2004-08-24 | Allow to completely turn off/on Right on Hold Visual Feedback | zecke | 1 | -5/+12 |
mickey thanks for spotting the linking failures :} | ||||
2004-08-24 | Add RightOn Hold Visual Feedback and integrate it | zecke | 3 | -3/+216 |
into QPEApplication Icons and Config Option will be comitted by WIMPIE | ||||
2004-08-02 | Do not include "qpeapplication.h" this way but use <qpe/qpeapplication.h> | zecke | 2 | -7/+7 |
this could help Opie/X11 build | ||||
2004-07-26 | add libopiesecurity2 dep | clem | 1 | -1/+1 |
2004-07-18 | yet another compat guard for functions added in recent qte releases | mickeyl | 1 | -0/+4 |
2004-07-18 | qte-2.3.2 compat compile fix | mickeyl | 1 | -1/+2 |
2004-07-18 | - closed a couple of bugs and added them to changelog | mickeyl | 1 | -1/+1 |
- tagged 1.1.4 in CVS - bumped version to 1.1.5-snapshot | ||||
2004-07-17 | Now it is perfect.. | eilers | 1 | -1/+1 |
2004-07-17 | Hmph.. No comment .. Thanks Zecke ! | eilers | 1 | -1/+1 |
2004-07-17 | Ok.. MAC handles even weak symbols differently.. | eilers | 1 | -5/+4 |
Now this should handle mac and linux with qte 2.3.7 and above .. | ||||
2004-07-17 | Make it compileable if just qte 2.3.7 is available. | eilers | 1 | -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-17 | Add note about deprecation of password.h as it is superseeded | zecke | 1 | -1/+5 |
by OMAF | ||||
2004-07-15 | The road to precompiled headers. Guard qpemessagebox.h against | zecke | 2 | -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" first | zecke | 1 | -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-12 | Query for FontFactories which implement the FontFactoryInterface on | zecke | 2 | -5/+5 |
QPEApplication creation. Also update the comment in the API docu as now FontFactories are loaded | ||||
2004-07-01 | add a few missing includes | mickeyl | 3 | -5/+6 |
2004-06-27 | Safe eilers some time for weak symbols on MacOS X | zecke | 1 | -1/+7 |
2004-06-25 | - get rid of HIGH_RES_LOW_PHYS to allow shipping one libqpe for all devices | mickeyl | 1 | -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-20 | Use A higher prime number in AppLnk | zecke | 2 | -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?) | ar | 1 | -8/+10 |
- replace system-call "mkdir..." with QDir::mkdir | ||||
2004-06-18 | - use QFile::encodeName instead of (const char*) or latin1() | ar | 1 | -15/+14 |
- use POSIX rename | ||||
2004-06-15 | - remove sendfile. it doesn't work on linux kernel 2.6 and on mac os x | ar | 1 | -242/+130 |
- cleanup code | ||||
2004-06-13 | Set the ScrollBar position right on start. | zecke | 1 | -1/+7 |
This works on Qt2.3.8 and Qt2.3.7 | ||||
2004-06-13 | - fix error-handling again ;) | ar | 1 | -2/+2 |
2004-06-13 | - fix erro-handling err == -1 -> err != -1 | ar | 1 | -1/+1 |
2004-06-06 | - solve problems with padded memory - dont use memcpy | ar | 2 | -123/+157 |
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 |