Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | remove bogus paths out of .pro files | mickeyl | 28 | -29/+28 |
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 | cosmetics | mickeyl | 1 | -1/+1 |
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-20 | jornada 56x picture for opie sysinfo | chicken | 2 | -0/+2 |
2004-05-20 | always compile before commit | llornkcor | 1 | -1/+1 |
2004-05-20 | add tr | llornkcor | 1 | -3/+7 |
2004-05-19 | resolve OE build conflict re. appname/directory | mickeyl | 1 | -1/+1 |
2004-05-19 | add background images packages | llornkcor | 5 | -0/+45 |
2004-05-18 | My Idea of a PluginConfig Widget part II :) | zecke | 1 | -10/+40 |
Now on to implementing it | ||||
2004-05-18 | Aye no (const char*)str where type(str) == QString please... | zecke | 1 | -2/+2 |
Now I can even scan non latin access points and don't need to reset stdout/stderr | ||||
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-18 | catch up with cleanup | mickeyl | 1 | -2/+2 |
2004-05-18 | CLEANUP: synchronize binary and .desktop name | mickeyl | 1 | -0/+0 |
2004-05-18 | fix | chicken | 1 | -1/+1 |
2004-05-18 | use menu icon, and cleanup control file for pics dir, so not to include the ↵ | llornkcor | 2 | -2/+2 |
CVS dir | ||||
2004-05-18 | proper size for menu icon | llornkcor | 1 | -0/+0 |
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-17 | ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polish | zecke | 4 | -2/+18 |
U _ZN14QPEApplication6polishEP7QWidget ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polish U _ZN12QApplication6polishEP7QWidget in qt_override we had to overwrite the Palette for some widgets for some styles (setting no background liquid and such) we overwrote the polish method. As we did not inherit from QPEApplication the 'polish' symbol was only internal to libqpe and this way Opie apps worked on Opies and Sharps libqpe, and Sharp apps work on our libqpe. Now with libopiecore the compiler tries to include different symbols as shown above. So for now we could disable the legacy palette polishing which shouldn't hurt anyway. OApplication is the source of all evil, we wouldn't 'pull' in the polish symbol... but having a 'shadow' weak symbol as backup isn't good as well. Chicken you may enable the option in config.in... | ||||
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 | CLEANUP: synchronize appname with .desktop file | mickeyl | 2 | -2/+3 |
2004-05-16 | synchronize binary and .desktop file name | mickeyl | 1 | -1/+1 |
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 | Opie PIM-Converter now uses the new OPimAccessFactory template.. | eilers | 1 | -45/+24 |
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-16 | Fixing name of project and add missing pim directory "backends" | eilers | 1 | -3/+4 |
2004-05-15 | - convert qDebug to odebug | ar | 3 | -42/+43 |
2004-05-15 | CLEANUP: synchronize binary and .desktop file names | mickeyl | 2 | -1/+1 |
2004-05-14 | fix | chicken | 1 | -1/+1 |
2004-05-14 | fixes | chicken | 10 | -10/+10 |
2004-05-14 | fix | chicken | 1 | -1/+1 |
2004-05-14 | CLEANUP: synchronize binary and .desktop file name | mickeyl | 1 | -0/+0 |
2004-05-14 | CLEANUP: Don't include header files via relative paths | mickeyl | 4 | -6/+8 |
Note: Remember to rm stamp-headers | ||||
2004-05-14 | CLEANUP: synchronize binary and desktop name | mickeyl | 1 | -0/+0 |
2004-05-13 | BUGFIX for 1314: Fix page initialization on first start of drawpad. | mickeyl | 5 | -6/+11 |
Problem was caused by a race condition. Developers: If you have todo initializations which depend on the widget layout being finished, _don't_ do this in the widget constructor but in a callback from the mainloop, i.e. via QTimer::singleShot( 10, this, SLOT( myInitialization() ) ); | ||||
2004-05-13 | *** empty log message *** | gints | 1 | -69/+67 |
2004-05-12 | - convert qDebug to odebug | ar | 5 | -41/+41 |
2004-05-12 | - convert qDebug to odebug | ar | 5 | -1536/+1536 |
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 | the "bett ery" commit, batteryapplet is now a popup, only shows second ↵ | harlekin | 4 | -256/+270 |
battery on ipaq if a second battery is present | ||||
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 | ||||
2004-05-11 | Comment on virtual method and maybe the lack of them | zecke | 2 | -3/+8 |
2004-05-11 | as the jornada 56x uses kernel 2.6 now we need new functions. | chicken | 2 | -20/+37 |
2004-05-10 | Initial draft for the GUI configurator | zecke | 1 | -0/+38 |