Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-12-26 | - fixed some typos | sandman | 4 | -4/+4 |
- replaced keyboard with multikey - replaced appskey with button-settings | ||||
2002-12-26 | fix for bug #500 (duplicate depends) | sandman | 1 | -1/+1 |
2002-12-22 | Totally reworked the key grabbing, which always had problems: | sandman | 3 | -72/+54 |
- applications get *all* key events now, as long as they have the focus - an application decides if it has the keyboard grabbed or not - if it's grabbed, the app consumes the key press - if it's not grabbed and a F1-F29 key is pressed, the app sends a QCop call to the launcher (deviceButtonPressed(...)) - when the launcher receives a QCop deviceButtonPressed it simply sends the configured QCopEnvelope - all "special" actions (like menu, home) are now accessible via QCop calls (see buttonsettings) | ||||
2002-12-22 | call ldconfig in postinst for libraries (only if it is installed) | sandman | 1 | -1/+2 |
2002-12-22 | added a funtion to check the presence of a group in a config file -- if you | sandman | 1 | -0/+3 |
setGroup() to a non-existing group this group gets created and the config file is rewritten with an empty group, which is not needed in most cases. | ||||
2002-12-17 | replaced the simple fork and execv method of starting applications with a | sandman | 1 | -11/+54 |
more sophisticated method (mostly taken from K/OProcess, because we can't use libopie in libqpe). We can detect now, if apps can not be started. | ||||
2002-12-17 | small additions to support grabbing the buttons back from a crashed | sandman | 2 | -0/+13 |
application | ||||
2002-12-14 | addLanguage rules | cniehaus | 1 | -0/+1 |
2002-12-13 | added Bass and Treble handling - next stop should be odevice | harlekin | 1 | -47/+108 |
2002-12-11 | create opie startup script links in postinst, remove in prerm, instead of ↵ | kergoth | 3 | -1/+17 |
including the link in the ipk | ||||
2002-12-11 | No need for debug output anymore ... it works now | sandman | 1 | -6/+6 |
2002-12-11 | Adjust for the move of the init script over | kergoth | 1 | -1/+1 |
2002-12-10 | added a little debug output to the image loading routine to aid in finding | sandman | 1 | -0/+2 |
application startup time problems | ||||
2002-12-10 | - small code cleanup | sandman | 1 | -22/+21 |
- finally we get rid of the "no image/text codecs" message at startup !!! | ||||
2002-12-10 | don't use atd anymore - our atd is only simple shell script, so better get | sandman | 1 | -231/+288 |
rid of it. | ||||
2002-12-09 | Temorarely bug workaround ( #490 ) until trolltech publishing a bugfix ! | eilers | 1 | -0/+26 |
2002-12-08 | operator new is still completly useless in newer gcc 2.95 toolchains | sandman | 1 | -3/+0 |
(~7 times slower than the malloc wrappers) | ||||
2002-12-08 | added missing includes | sandman | 1 | -0/+4 |
added all hancom apps to the pointSizes fix | ||||
2002-12-07 | - removed the libpreload stuff from global.cpp | sandman | 6 | -43/+209 |
- 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 | ||||
2002-12-03 | why didn't anybody notice this ? If you change the font, all currently open | sandman | 1 | -1/+1 |
applications don't change their font -- that's not normal - that's a bug :) Fixed now | ||||
2002-12-01 | The new preload library has to be used always, because of some binary | sandman | 1 | -3/+1 |
incompatibility between apps built with older tcs and shared libs built with newer tcs. (see cvs comment for core/launcher/libpreload/preload.cpp) | ||||
2002-11-30 | Additional #include that is needed for some toolchains | sandman | 1 | -0/+1 |
(read: glibc include files) | ||||
2002-11-26 | Sharp ROM compatibilty upgrade: | sandman | 6 | -1/+59 |
All these functions are needed to get qtmail (from the Sharp ROM) running on Opie - I have even tested qtmail on an iPAQ and it seems to work .. | ||||
2002-11-25 | Some changes to the QPEDecoration c'tor internals: | sandman | 3 | -27/+25 |
Since the current deco plugin is unloaded, when a new Deco is created via new (even if this new deco is never used or deleted immediatly afer- wards), we have to remember the plugin name, in case someone calls the default c'tor (without supplying a plugin name) | ||||
2002-11-24 | - LD_PRELOADing of libpreload.so in case the user selected [x] Force style | sandman | 2 | -4/+72 |
settings in appearance - Some code to NOT style some applications, based on the binary name (also selectable in appearance) | ||||
2002-11-22 | Added some code for backward compatibility .. this enabled tkc apps with | sandman | 1 | -0/+5 |
custom window decoration to work on Opie (the X and OK button have a 1 pixel offset though, but I can't do anything about it) | ||||
2002-11-22 | i18n-de | cniehaus | 1 | -1/+2 |
2002-11-21 | - backporting two changes from qt3: | simon | 1 | -1/+89 |
- added QInterfacePtr template class to take over the tedious work of manual refcounting on interface objects - the QREFCOUNT macro no longer relies on the developer to declare (and initialize!) a refcnt variable but defines a qtrefcount class variable itself, that takes care of proper initialization (fixes various missing refcounter initializations found) Harlekin suggested to commit :) | ||||
2002-11-17 | - another QT_QWS_EBX -> QT_QWS_SHARP | sandman | 2 | -11/+2 |
- since OZ is going to use opieatd/opiealarm, we can ditch the "custom atd" support | ||||
2002-11-09 | Remove stuff which should never be committed | eilers | 2 | -8/+8 |
2002-11-09 | Sorry it should never be committed.. | eilers | 1 | -2/+1 |
2002-11-09 | added | eilers | 3 | -5/+16 |
2002-11-08 | qwsServer belongs to QWS | zecke | 1 | -2/+2 |
and not to !QT_NO_COP | ||||
2002-11-08 | added messagebox that informs the user to install citytime | tille | 1 | -1/+7 |
possibility to install automaticly would be nice... | ||||
2002-11-06 | Some ugly ifdefs inside fontdatabase for now :( | zecke | 1 | -1/+16 |
This temp. helps the x11 port | ||||
2002-11-06 | Add X11.. | kergoth | 1 | -3/+5 |
2002-11-06 | Changing sharp define. if someone doesnt like it, let me know :) | kergoth | 3 | -4/+4 |
2002-11-05 | Improving wording | kergoth | 1 | -1/+1 |
2002-11-05 | you know the drill | kergoth | 2 | -6/+7 |
2002-11-05 | no more unnecessary REQUIRES. | kergoth | 1 | -2/+2 |
2002-11-05 | Adding initial config.in files | kergoth | 1 | -0/+3 |
2002-11-02 | Actually use local time in vCal | zecke | 1 | -3/+3 |
2002-11-02 | Until Opie is compatible to RFC2445 we will beam | zecke | 1 | -0/+34 |
vCal Events in local time. So lousy handys (my Nokia6210) gets the dates 'right' | ||||
2002-11-01 | Config ignores comment lines now (all lines that start with a '#'). This is | sandman | 1 | -0/+4 |
necessary to load some pixmap themes from KDE and shouldn't change anything else ('#' not at the beginning of a line are not treated as a comment) | ||||
2002-10-31 | added ipaqs mmc slot to storage | harlekin | 1 | -5/+9 |
2002-10-31 | fixed irdaapplet typo | harlekin | 1 | -1/+1 |
2002-10-30 | appearance was missing | harlekin | 1 | -2/+2 |
2002-10-22 | fixing incompatibility to orignal sharp rom | eilers | 2 | -1/+21 |
2002-10-21 | Get rid of the QDir::readDirEntries: Cannot read the directory: | sandman | 1 | -0/+4 |
/opt/QtPalmtop/plugins/fontfactories message if no fontfactories are installed -- this seems to confuse users | ||||
2002-10-17 | updated boostrap | harlekin | 1 | -1/+1 |