Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2002-10-17 | - fix for bug #292 (Improper behaviour of frontlight disabling) | sandman | 2 | -2/+23 |
- fix for bug #199 (Desktop visible on resume before password dialog appears) | ||||
2002-10-16 | Remove #ifdef QWS HELL | zecke | 13 | -45/+11 |
a Platform which is not supporting IPC compatible to QCopChannel/Envelope is not of much use nowadays.. so be sure your platform is supporting it | ||||
2002-10-15 | Actually most of them are -+ cause I opened them in xemacs.. | zecke | 13 | -101/+102 |
The main goal is to replace some header names to let them be overwritten by external once so "qpeapplication.h" is now <qpe/qpeapplication.h> I'll check if it's building on non Qt2/X11 systems... | ||||
2002-10-13 | default font size should be 10pt .. 12pt is too big for 320x240 | sandman | 1 | -1/+1 |
2002-10-13 | reformated with astyle (this may not be everybodys prefered style, but IMHO | sandman | 1 | -989/+1066 |
it's better than the mess before..) | ||||
2002-10-09 | Opening documents via the document tab now starts the corresponding app | sandman | 1 | -0/+6 |
with the right rotation setting. Filemanager/AdvanceFM doesn't work -- need to investigate this further. | ||||
2002-10-08 | Fixed the rotation setting -- launcher adds the curent rotation when the | sandman | 1 | -5/+5 |
applnk is started - so the .desktop file only needs the relative rotation. | ||||
2002-10-06 | added two new icons for menu-applets to inline | sandman | 1 | -1642/+1702 |
2002-10-06 | As spotted on the MailinList | zecke | 1 | -1/+1 |
no default arguments in the implementation! | ||||
2002-10-06 | Sandman how did this compile? | zecke | 1 | -1/+1 |
inline setRotation( const QString& rotation ) { mRotation = rot; } I fixed that now | ||||
2002-10-06 | - support "Rotation" setting in .desktop applnk file | sandman | 4 | -58/+364 |
- changed properties dialog to make Rotation editable - fixed a long-standing QPE bug: launcher expects AppLnk::file() to return QString::null for *all real* applnks (as opposed to doclnks) -- but AppLnk itself initializes this field to the name of the dir, where the applnk is stored. This is why qcop "QPE/System" "linkChanged(QString)" xyz.desktop cleared a whole launcher tab I hope I didn't break anything with this change ;) | ||||
2002-10-06 | key navigation didn't work in toolbars, which had separators (e.g. qpdf or | sandman | 1 | -1/+1 |
drawpad) - now this is accounted for and they are skipped | ||||
2002-10-05 | The control files lacked a \n at the end - this screwed the packages file | sandman | 6 | -7/+10 |
2002-10-04 | corrected typo | sandman | 1 | -1/+1 |
2002-10-04 | changes to make the style interface BC with Qtopia 1.6, while still | sandman | 2 | -21/+20 |
supporting our extended features | ||||
2002-10-04 | - fixed a bug in style loading | sandman | 1 | -2/+7 |
- changed the config key format for styles | ||||
2002-10-02 | Don't package the obsolete .desktop files for suspend and separator | sandman | 1 | -1/+1 |
2002-10-02 | Interface definition for O-Menu applets | sandman | 1 | -0/+58 |
2002-10-02 | Hack for suspend action is no longer needed | sandman | 1 | -4/+0 |