summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-03Add the todozecke1-0/+19
2004-04-03This is the merged Qtopia Clock with our changes includedzecke6-575/+823
-Seperate Clock, StopWatch, Alarm -Allow starting stopping the stop watch by QCOP -Allow Daily alarms -Call OpiePlayer on resume
2004-04-03Initial revisionzecke6-0/+1675
2004-04-03Moved to etcwimpie1-5/+0
2004-04-03Moved templateswimpie1-0/+8
2004-04-03small fixes and add 'printf' to the number of substituted constructsmickeyl1-6/+9
the script seems to work good, i converted the whole 'noncore' which will be commited in a few hours. basically the only amount of handwork after applying the script is adding #include <opie2/odebug.h> and using namespace Opie::Core - if it's not already there.
2004-04-03fixed wrong depsalwin2-3/+3
2004-04-03One more controlwimpie1-0/+9
2004-04-03Added all icons and fixed error in network/config.in wrong namewimpie2-3/+3
2004-04-03control files for the networksettings2 plugins. I hope I didn't miss anythingchicken10-0/+90
2004-04-03fixeschicken1-2/+2
2004-04-03that should be itchicken1-1/+1
2004-04-03put it into opie/applicationschicken1-1/+1
2004-04-03whoopschicken1-1/+1
2004-04-03opie-eye control filechicken1-0/+9
2004-04-03Fix for building on gcc-2.95.3brad1-0/+3
2004-04-03Some appearance translations to Latviangints3-166/+198
2004-04-03- remove qWarningzecke1-7/+7
- pixmaps for the keyboard actions
2004-04-02Ah finally the IconView is a bit faster... Still needs a Qt patchzecke2-25/+34
But hey previewing is really useful now. I think it is one of the fastest Image Viewer available for Unix/Windoze...
2004-04-02Forgetwimpie1-0/+4
2004-04-02another onewimpie4-119/+168
2004-04-02oops ...wimpie3-456/+990
2004-04-02added _sdf(0) to constructor to avoid warningwimpie1-1/+1
2004-04-02Some simple changeswimpie8-9/+9
some config.in files depended on LIBOPIECORE2 and not LIBOPIE2CORE some control files contained an extra -1 to the version -> $EXTRAVERSION libopietoot1 : depended on libopie and not libopie1
2004-04-02Use ODebug (another 35 down...) - all of core/pim is converted.drw10-42/+56
2004-04-02Use ODebug (another 10 down...)drw2-11/+13
2004-04-02Use ODebug (another 2 down...)drw2-6/+5
2004-04-02Use ODebug (another 7 down...)drw7-11/+16
2004-04-02Use ODebug (another 43 down...)drw7-23/+31
2004-04-02Use ODebug (135 down...), and remove libopiedb2 from dependenciesdrw8-156/+170
2004-04-02-Fix realignment of the items but now it updates too oftenzecke5-22/+20
-Fix slave not to include <qt></qt> for iconViewName
2004-04-02*** empty log message ***gints1-120/+130
2004-04-02added ENDOFLINEwimpie1-1/+1
2004-04-02Added NS2wimpie1-0/+13
2004-04-02changed QMAKE flag for non-quicklaunch build from -rpath to -rpath-linkwimpie1-0/+1
2004-04-02THreaded supportwimpie1-0/+5
2004-04-02Added threaded support in config.inwimpie1-1/+1
2004-04-02Replaced VERSION variable calculation (adding date to version) withwimpie1-1/+1
version that addes SECONS-SINCE-EPOCH to version. Allows ipkg updates more frequently (handy for testing)
2004-04-02Added THREAD config flag (for compile agains threaded qt)wimpie2-4/+26
Added ipkg-mt target for packaging targets to -mt packages speedup of ipkg by using bash substitution instead of grep/sed
2004-04-02first import of NS2 appwimpie64-0/+3150
2004-04-02First import of NS2 appwimpie109-0/+12061
2004-04-02NS2 picswimpie33-0/+0
2004-04-02Added dir for NS2 pluginswimpie1-0/+1
2004-04-02*** empty log message ***gints1-0/+10
2004-04-02ipkg-build mkipkg : speedup (avoid grepping over controlfile by loading into ↵wimpie4-22/+209
array) SpeciapMTFiles tothreaded : convert control files to -mt.control
2004-04-02improve visible namemickeyl1-2/+2
2004-04-02reduce unnecessary nestingmickeyl3-4/+9
improve plugin names
2004-04-02-Use OConfigzecke4-27/+139
-Use OKeyConfigManager/Widget for Keyboard short cuts
2004-04-02ignore case of the extensionzecke1-1/+1
2004-04-02this is a helper script for the qtdebug -> opiedebug conversionmickeyl1-0/+116
it should catch most common usages - please try. Usage: qdebug-odebug.py <oldfilename.cpp> >newfilename.cpp