summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-18use menu icon, and cleanup control file for pics dir, so not to include the ↵llornkcor2-2/+2
CVS dir
2004-05-18proper size for menu iconllornkcor1-0/+0
2004-05-17OPluginManager first bits of saving, enabling and sorting Plugin Configzecke2-33/+395
At least it compiles, test and GUI will come this week
2004-05-17use the config group saver right?!zecke1-2/+2
2004-05-17Clearify documentation on config groupsaver and give a small code examplezecke1-0/+9
2004-05-17ich@opiezilla:~/programming/opie/head/opie$ nm lib/libopiecore2.so | grep polishzecke4-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-16make this compile with gcc 3.4mickeyl1-3/+2
we want to stay gcc 3.4 compliant, so folks please update your compilers
2004-05-16CLEANUP: synchronize appname with .desktop filemickeyl2-2/+3
2004-05-16synchronize binary and .desktop file namemickeyl1-1/+1
2004-05-16Improved accessing of default database style by using OPimGlobal::DEFAULTeilers2-10/+38
2004-05-16Backendfactory allows to request the default database style which is definedeilers2-17/+46
by Settings/pimaccess.conf. This will be used by the OPimAccessFactory .. see next commit..
2004-05-16Opie PIM-Converter now uses the new OPimAccessFactory template..eilers1-45/+24
2004-05-16Introducing a new factory for creating access objects for the pim backends.eilers3-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-16Fixing name of project and add missing pim directory "backends"eilers1-3/+4
2004-05-15- convert qDebug to odebugar3-42/+43
2004-05-15CLEANUP: synchronize binary and .desktop file namesmickeyl2-1/+1
2004-05-14fixchicken1-1/+1
2004-05-14fixeschicken10-10/+10
2004-05-14fixchicken1-1/+1
2004-05-14CLEANUP: synchronize binary and .desktop file namemickeyl1-0/+0
2004-05-14CLEANUP: Don't include header files via relative pathsmickeyl4-6/+8
Note: Remember to rm stamp-headers
2004-05-14CLEANUP: synchronize binary and desktop namemickeyl1-0/+0
2004-05-13BUGFIX for 1314: Fix page initialization on first start of drawpad.mickeyl5-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 ***gints1-69/+67
2004-05-12- convert qDebug to odebugar5-41/+41
2004-05-12- convert qDebug to odebugar5-1536/+1536
2004-05-12As pointed out on irc the template functions fail to compile.zecke1-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-11the "bett ery" commit, batteryapplet is now a popup, only shows second ↵harlekin4-256/+270
battery on ipaq if a second battery is present
2004-05-11-Woot The OpluginLoader successfully loaded and unloaded the Today Pluginszecke5-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-11Comment on virtual method and maybe the lack of themzecke2-3/+8
2004-05-11as the jornada 56x uses kernel 2.6 now we need new functions.chicken2-20/+37
2004-05-10Initial draft for the GUI configuratorzecke1-0/+38
2004-05-10First draft of PluginLoaderzecke2-0/+588
-actual loading of plugins is 80% done -Manager no code is there yet. I hope to have some time in uni tomorrow
2004-05-10Some virtuals which we discussed some time back...zecke1-8/+11
2004-05-10Somehow unstable feed build is confuses of Opie::Ui::OTabWidget and looks in ↵zecke1-2/+4
OTabWidget...
2004-05-10more translations finalizedgroucho7-86/+85
2004-05-09fix sonamemickeyl1-1/+1
2004-05-09POSIX claims the includer of regex.h MUST include sys/types.h prior to ↵mickeyl1-5/+0
including it. Thus we can unify the case and unconditionally.
2004-05-08Fixed a lot of worse bugs in the databook-backend for SQL.eilers3-16/+24
It was found by doing equivalence checks between events, moved between xml and sql backend, using opimconverter.. More bugfixes will follow..
2004-05-08Completed missing translations, more to comegroucho8-95/+100
2004-05-08why not fix it completely while you're there? :Dmickeyl1-1/+1
2004-05-08use =, not == to check for equality in shellmickeyl1-2/+2
use rm -rf on directories, not just -f
2004-05-07If you create an array, delete it as an arrayzecke1-1/+1
2004-05-07fixchicken1-1/+1
2004-05-07fix sonamemickeyl1-1/+1
2004-05-07fix sonamemickeyl1-1/+1
2004-05-06Oh a bit older changezecke3-0/+0
-Remove the bg.png as we use it no more -Add two pictures for the clockapplet AlarmBell and AlarmBell Off (crossed)
2004-05-06Obey styleguide and show popups as in Qtopiazecke2-6/+42
2004-05-06Error spotted by Clement with Opie::Core and namespaceszecke4-5/+4
2004-05-05Package control files for the new themes mickeyl added earlierdrw5-0/+45