Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-11-04 | Use QTextStream and QFile instead of read/sscanf for parsing | zecke | 1 | -19/+17 |
ChipSelect3 (cs3). This should make it more robust | ||||
2004-11-03 | -SIMpad crashes on QObject::connect() of the QCopChannel | zecke | 1 | -3/+3 |
-Luckily (I'm a cheater) OApplication can emit the signal for us -Event more lucky, qpe and every quicklaunchable application has a OApplication instance... so the signal is almost available everywhere -do not call initButtons from reloadButtonMappings if d->m_buttons exists | ||||
2004-11-03 | -Create a QPE/System channel (sysMessage:QCopChannel from QPEApplication | zecke | 2 | -0/+18 |
can't be used) -'Forward' receiving of messages to the 'systemMessageSignal' | ||||
2004-11-03 | -Make struct s_button (simpad button) really internal | zecke | 2 | -16/+23 |
-Make the s_button array static and invisible -Use namespace { instead of 'using namespace...;' | ||||
2004-11-03 | Provide a QPEApplication compatible constructor | zecke | 2 | -1/+13 |
2004-11-01 | exif class added (taken from opie-eye_slave and more c++ like reworked) | alwin | 4 | -6/+1346 |
it is used in oimageview while loading jpegs checking BEFORE loading if the image should be scaled loaded. ToDo: documentation of the interface, remove it from opie-eye_slave (it should use of course the library version) | ||||
2004-11-01 | s/sqlite/sqlite3/ to catch up with the switch of OpieDB to SQLite3 | zecke | 1 | -1/+1 |
2004-11-01 | removed some useless debug code | alwin | 1 | -1/+0 |
2004-10-27 | Switching to sqlite3 | eilers | 8 | -67/+58 |
Please read the following page for upgrade your old sqlite V2 database: http://opie.handhelds.org/cgi-bin/moin.cgi/SqlBackends | ||||
2004-10-20 | - touch ~/Applications/addressbook/addressbook.xml lead to a Crash on XML | zecke | 1 | -1/+1 |
loading. Don't assume that the Child of the first element is present | ||||
2004-10-17 | G++ 4.0 compiler fixes | zecke | 1 | -1/+1 |
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp | ||||
2004-10-17 | Remove unused variable | zecke | 1 | -1/+1 |
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 3 | -4/+4 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-10-15 | since there is a depend on LIBSQLITE_DEP, we should talk about it in the ↵ | clem | 1 | -1/+1 |
description | ||||
2004-10-13 | -Create the QPE/System channel in ODevice to listen for button remapping | zecke | 6 | -17/+11 |
-Remove various connect and QCopChannel creation from actual device implementations Let us see if that breaks anything, I hope SIMpad still will do fine. We might need to guard if a qApp exists? | ||||
2004-10-12 | -Skip showing the Security screen if onResume or onPoweron is set to false | zecke | 1 | -4/+4 |
2004-10-11 | remove jornada 56x brightness hack | chicken | 1 | -2/+1 |
2004-10-08 | Big commit thanks to a little feature request :-) We now have an O-menu applet | clem | 2 | -9/+48 |
to lock the PDA immediately, and the internal way to ask for an authentication (on resume, on start up, on demand or for a simple test) is much cleaner: it's through MultiauthPassword(int lockMode) (instead of the old bool at_poweron) | ||||
2004-10-08 | shorter messages that actually fit on my iPAQ screen | clem | 1 | -2/+2 |
2004-10-08 | small doxygen doc fixes | clem | 3 | -10/+5 |
2004-10-07 | small documentation format fixes | clem | 11 | -34/+30 |
2004-10-07 | fixed indentation | clem | 1 | -1/+1 |
2004-10-07 | fixed typo chanegd -> changed in doxygen comment | clem | 1 | -1/+1 |
2004-10-07 | the usual iso c++ fix | mickeyl | 1 | -1/+1 |
2004-10-07 | build fix | chicken | 1 | -0/+1 |
2004-10-07 | improved class comment | clem | 2 | -8/+7 |
2004-10-06 | fixed file name in doxygen comment! | clem | 3 | -3/+3 |
2004-10-06 | Closed a <pre> section in a Doxygen-enabled comment | clem | 1 | -0/+1 |
2004-10-05 | at the beginning of the test mode, tell the user she can skip the steps she ↵ | clem | 1 | -1/+1 |
fails | ||||
2004-10-05 | Changed the way to test authentication: instead of having a hardcoded config | clem | 2 | -11/+20 |
option, allowByPass, we now have a "Test now" button in the configuration interface. We add to change both the config app and the libopie2security files for that, since the MultiauthMainWindow constructor has to know whether to implement a debug mode (with an new argument, false by default). We also had to give MultiauthGeneralConfig a link to MultiauthConfig, since the test button triggers the writing of the whole configuration. Some cleaning too (m_ on *all* member attributes, removal of obsolete allowByPass / explanScreens checking code. | ||||
2004-10-05 | whoops, things were just fine` | chicken | 1 | -1/+1 |
2004-10-03 | correct jornada 56x sysfs handlings | chicken | 1 | -1/+1 |
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 |