Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-07-07 | Make the fileselector.pro file valid. This was found by opie-lupdate. | zecke | 1 | -2/+2 |
Don't add '\' if you don't continue next line... | ||||
2004-06-27 | Argh.. Sorry for making problems ! | eilers | 2 | -439/+228 |
CVS committed stuff which had merging conflicts... :( | ||||
2004-06-27 | Fixing Bug #1328: | eilers | 2 | -21/+235 |
VCards: Real encoding in UTF-8. Now even chars > 0xff are supported. SQL: Switching form latin1 encoding to UTF-8 encoding. We are now fully Unicode compliant ! Sorry for all users already using the SQL interface for loosing their special characters. There was no other way ! All other should export its SQL database to xml before updating and reimporting afterwards ! | ||||
2004-06-27 | Fixing typo.. Not interesting! | eilers | 1 | -1/+1 |
2004-06-22 | use stderr as default odebug output destination as pointed out by Brad | mickeyl | 1 | -2/+3 |
2004-06-22 | introduce numeric constants for the odebug output destinations | mickeyl | 2 | -7/+14 |
2004-06-15 | builds it by default | clem | 1 | -0/+1 |
2004-06-15 | classic .cvsignore | clem | 1 | -0/+3 |
2004-06-14 | First revision of libopiesecurity2: plugin-based authentication framework ↵ | clem | 8 | -0/+639 |
(see http://dudu.dyn.2-h.org/nist/OMAF.php). | ||||
2004-06-14 | First revision of libopiesecurity2: plugin-based authentication framework ↵ | clem | 1 | -0/+1 |
(see http://dudu.dyn.2-h.org/nist/OMAF.php). | ||||
2004-06-12 | - refactor the distribution detection code | mickeyl | 8 | -189/+141 |
- add detection of OpenEmbedded and generic linux distributions - simplify the zaurus model detection code | ||||
2004-06-07 | add dependency to libpcap | mickeyl | 1 | -1/+1 |
keeping those metadata up to date is pretty annoying... oe handles this automatically by looking at what libraries a certain object links against... | ||||
2004-06-06 | - add sqlite dependencies | ar | 1 | -9/+13 |
2004-06-06 | - add sqlite dependencies | ar | 1 | -1/+7 |
2004-06-03 | - convert to odebug framework | ar | 3 | -9/+13 |
2004-06-03 | - correct mail-address in copyright | ar | 3 | -3/+3 |
2004-06-03 | - convert to odebug framework | ar | 9 | -71/+165 |
2004-06-02 | - convert to odebug framework | ar | 6 | -41/+50 |
2004-06-01 | - convert to odebug framework | ar | 7 | -207/+218 |
2004-06-01 | - convert to odebug framework | ar | 23 | -2496/+2560 |
2004-05-30 | LCD/Backlight control has changed a bit | chicken | 1 | -3/+3 |
2004-05-29 | Make Enabled/Disabled work. | zecke | 1 | -1/+2 |
Problem was /home/ich/foo//plugins/foo where /home/ich/foo/ was OPIEDIR and we added / | ||||
2004-05-29 | fix path handling | harlekin | 1 | -2/+2 |
2004-05-28 | Be nice to Ar. Put the closing of the namespace into the guards | zecke | 1 | -2/+3 |
guarding against multiple header inclusion... | ||||
2004-05-28 | Same config name | zecke | 1 | -2/+2 |
2004-05-28 | Make harlekin happy. AkA uncomitted code | zecke | 2 | -3/+16 |
2004-05-28 | Ideas of the API of the Generic PluginLoader | zecke | 2 | -5/+167 |
2004-05-28 | Show OPluginLoader usage... forgot to commit it. | zecke | 1 | -0/+10 |
No wonder why Harlekin didn't find it | ||||
2004-05-23 | Make it possible to define the filename of a database via factories.. | eilers | 2 | -12/+16 |
2004-05-23 | Changes in Backendfactory: Now providing VCARD/VCAL backends if available | eilers | 5 | -46/+63 |
Changing API: Default now gets a OPimGlobal::PimType as first param instead of QString. | ||||
2004-05-22 | Fix inserting data with custom tables | zecke | 1 | -27/+27 |
Also I don't like the string comparsions. Are they really needed? | ||||
2004-05-21 | last bit of jornada 56x button updates | chicken | 1 | -5/+5 |
2004-05-21 | correct jornada 56x button handling for opie | chicken | 2 | -5/+71 |
2004-05-21 | Rule of Thumb: If it is 3:00am and you've suddenly something that compiles ↵ | zecke | 1 | -0/+3 |
it is a step in the right direction but wrong... Now the question is where to get the brown paperbacks again?! Maybe we get a discount... Anyway: adding a break in switch/case is most likely a good idea. Before we only used return | ||||
2004-05-21 | No dynamic_cast if we've no rtti. Ask tronical about the correctness because | zecke | 1 | -10/+10 |
if we would static_cast rightaway the compilers quits with errors.. | ||||
2004-05-21 | Fix comment | zecke | 1 | -7/+7 |
s/plugins/template | ||||
2004-05-20 | add a 'default' backend for readEntry or you could/will crash | zecke | 1 | -7/+7 |
because QString::null is not in the dictionary of available backends. I'm conversative so it is 'xml' Eilers/BradC change it on your will | ||||
2004-05-20 | Changing OPimAccessFactory::Default to defaultAccess | eilers | 5 | -5/+5 |
Changing OBackendFactory::Default to defaultBackend I hope this fixes all problems with reserved words.. Sorry for any inconveniences.. | ||||
2004-05-20 | Fixing problems with "default" which is a reserved keyword. Use "Default" ↵ | eilers | 1 | -1/+1 |
instead.. | ||||
2004-05-18 | My Idea of a PluginConfig Widget part II :) | zecke | 1 | -10/+40 |
Now on to implementing it | ||||
2004-05-18 | Fix the layout of the KeyConfig Dialog. | zecke | 1 | -2/+2 |
The label with 'Default: %1' is now added as MultiCellWidget and now larger keys don't make the 'configure key' button go out of display dimnesion | ||||
2004-05-17 | OPluginManager first bits of saving, enabling and sorting Plugin Config | zecke | 2 | -33/+395 |
At least it compiles, test and GUI will come this week | ||||
2004-05-17 | use the config group saver right?! | zecke | 1 | -2/+2 |
2004-05-17 | Clearify documentation on config groupsaver and give a small code example | zecke | 1 | -0/+9 |
2004-05-16 | make this compile with gcc 3.4 | mickeyl | 1 | -3/+2 |
we want to stay gcc 3.4 compliant, so folks please update your compilers | ||||
2004-05-16 | Improved accessing of default database style by using OPimGlobal::DEFAULT | eilers | 2 | -10/+38 |
2004-05-16 | Backendfactory allows to request the default database style which is defined | eilers | 2 | -17/+46 |
by Settings/pimaccess.conf. This will be used by the OPimAccessFactory .. see next commit.. | ||||
2004-05-16 | Introducing a new factory for creating access objects for the pim backends. | eilers | 3 | -41/+224 |
It is still very basic but simplifies the access of the pim database and covers the creation process itself.. The new class OPimGlobal will contain constants and enums which should be public available for users of the PIM-classes.. | ||||
2004-05-12 | As pointed out on irc the template functions fail to compile. | zecke | 1 | -6/+0 |
I've removed the method in the base class so remove in OPluginLoader as well Evaluate if we want to allow loading of a 'path' + QUUid or only via OPluginItem | ||||
2004-05-11 | -Woot The OpluginLoader successfully loaded and unloaded the Today Plugins | zecke | 5 | -78/+268 |
-Now when GUI and manager is done I'll see if sorting and disabling also works No leak, no memcorruption when running the test case |