Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-09-24 | use QPEApplication::execDialog instead of showMaximized/execDialog | zecke | 1 | -6/+4 |
2004-09-24 | Denote the end of the xargs parameters, to avoid "xargs: invalid option -- v" | clem | 1 | -2/+2 |
kind of errors with old xargs. | ||||
2004-09-23 | -Filter de_DE@euro to de_DE@euro, de_DE, de | zecke | 1 | -7/+13 |
-Load the right translation file at the right location | ||||
2004-09-21 | SIMpad: | zecke | 2 | -9/+23 |
-Update all Widgets if we suspended the device. We implement it by iterating over QApplication::allWidgets and calling QWidget::update(). This approach should be more reliable than the system and echo hack | ||||
2004-09-21 | -Remove uneeded QCopChannel from SIMpad ODevice | zecke | 2 | -4/+0 |
-connecting to a non existing slot in a class without a Q_OBJECT in the header lead to a crash on ARM -Remove Q_OBJECT from Beagle as we've no slots and signals | ||||
2004-09-21 | QT_NO_SOUND is defined at least on MacOS | zecke | 1 | -3/+1 |
so don't fail with error for them | ||||
2004-09-21 | Simpad: | zecke | 2 | -33/+5 |
-We're not a KeyFilter remove the inheritance and installing of it -Use /proc/mq200/driver/backlight instead of PWM_CONTROL -Soft Suspend is dead long time do not reimplement it.. | ||||
2004-09-21 | Only disconnect from sender if sender() is valid | zecke | 1 | -1/+3 |
2004-09-21 | If sound is not yet finished return and do not try to play | zecke | 4 | -2/+8 |
it again. if(!snd.isFinished()) return; | ||||
2004-09-21 | Update Opie Documentation | zecke | 1 | -4/+60 |
2004-09-20 | remove duplicate source file | mickeyl | 1 | -5/+2 |
2004-09-19 | -Check m_model to allow suspending. ODevice doesn't suspend on UnknownModel | zecke | 1 | -7/+52 |
-Comments -map 0-255 brightness to 0-100 for Assabat Frontlight Control -Change return value for display on and off | ||||
2004-09-19 | Reordered recommended plugins in order to avoid to install the blueping one ↵ | clem | 1 | -1/+1 |
first. | ||||
2004-09-18 | Hint the NameSpace of OFileDialog and OFontSelector | zecke | 2 | -1/+7 |
2004-09-17 | - cleanup allItem handling | ar | 3 | -23/+12 |
2004-09-17 | Recommends: added for the configuration GUI: opie-security | clem | 1 | -1/+1 |
2004-09-17 | First untested support for the beagle from MasterIA | zecke | 4 | -2/+225 |
2004-09-17 | Recommends: added for at least one of the opie-multiauth-* plugins | clem | 1 | -0/+1 |
2004-09-17 | if there are no configured plugins, we simply return 0 to let the user in | clem | 1 | -0/+9 |
2004-09-15 | - implement a QStringList* m_allList for show all files/directories if a ↵ | ar | 3 | -3/+27 |
"All Item" is selected. (hope the description is not too confused ;) ) | ||||
2004-09-15 | Patch by Till Harbum for SIMpad to more properly use the ChipSelect3 | zecke | 1 | -19/+68 |
proc filesystem interface. Method introduced: setCS3Bit This method reads the current CS3 Bits before setting the new bit. Using this function allows to toggle the display without overwriting other CS3 bits for example the DECT_ON bit | ||||
2004-09-12 | -Sorry for the whitespaces | zecke | 1 | -9/+11 |
-Delete endDate which is used by queryByExample Eilers can you look if a QDate::isValid makes more sense? | ||||
2004-09-12 | If there is no 'excluded' plugin the excluded-list wasn't made | zecke | 1 | -2/+9 |
empty and the old/prior setting still was used. This fix makes sure that an empty string is written if no plugin is excluded | ||||
2004-09-12 | Remove memory leak | zecke | 1 | -1/+4 |
2004-09-12 | -Define ownership of widget and configwidget | zecke | 4 | -6/+25 |
-Implement C'tor and D'tor of TodayConfigWidget | ||||
2004-09-10 | added support for DEVFS | schurig | 1 | -0/+5 |
2004-09-10 | Fix warnings about unused parameters and no newline at the end of file | zecke | 5 | -9/+17 |
2004-09-10 | The usual... fix warnings about unused parameters | zecke | 2 | -4/+6 |
2004-09-10 | Fix warnings about unused parameters | zecke | 3 | -1/+6 |
2004-09-10 | Move handleWidget of OKeyConfigManager to a slot | zecke | 2 | -3/+14 |
Add some @see statements to the OKeyConfigManager | ||||
2004-09-09 | updates to MNCI | schurig | 2 | -154/+50 |
2004-09-09 | added MNCI-RX | schurig | 1 | -1/+2 |
2004-09-09 | support for devfs | schurig | 1 | -0/+4 |
2004-09-08 | remove things like \n and \l from the system version string | mickeyl | 1 | -1/+1 |
2004-09-08 | Ignoring demo binaries | schurig | 11 | -0/+11 |
2004-09-08 | Added | schurig | 1 | -0/+3 |
2004-09-08 | ignore .moc | schurig | 1 | -0/+2 |
2004-09-06 | GCC 2.95 compile fix for switch/case statement | zecke | 1 | -3/+6 |
2004-09-05 | Fixing really stupid caching bug.. Thanks to zecke who found it.. | eilers | 6 | -32/+25 |
Removed cachefind in backend which isn't needed anymore and not a goot idea... | ||||
2004-08-30 | Fix warnings, add sanity check, new default argument to fix warning... | zecke | 4 | -8/+10 |
2004-08-29 | Added lookahead caching for addressbook (SQL-only) for speed improvement. | eilers | 5 | -47/+196 |
2004-08-29 | Fixed some quirks.. | eilers | 1 | -3/+8 |
2004-08-29 | Minor but important changes in API. Improved SQL performance: ↵ | eilers | 4 | -6/+11 |
contactsbackend now supports look-ahead caching to speed up access. Fixed and improved look-ahead cache in todo-backend. Datebook backend will follow, soon ! | ||||
2004-08-26 | fix bogus NOP as pointed out by zecke | mickeyl | 1 | -1/+1 |
2004-08-25 | Respect the value passed to the method | zecke | 1 | -1/+3 |
2004-08-25 | -Have a common implementation for reading the config value | zecke | 7 | -175/+158 |
and setting the Mixer. The mixer, sound and path is configurable -Restore the Opie HEADER (who is guilty? probably me) -Fix warnings -Port Zaurus,Simpad,Ipaq to configure the mixer | ||||
2004-08-23 | Do not hardcode /opt/QtPalmtop but use QPEApplication::qpeDir | zecke | 1 | -1/+4 |
2004-08-23 | Fix warnings raised by the compiler | zecke | 2 | -17/+18 |
2004-08-20 | back out unintentional change. Use an unknown ODevice instead | zecke | 1 | -1/+1 |
of Internal::Zaurus | ||||
2004-08-20 | - add libpcap dir to lib- and include directory | ar | 2 | -3/+15 |