summaryrefslogtreecommitdiff
path: root/noncore/tools
AgeCommit message (Collapse)AuthorFilesLines
2007-01-22Every file in this commit makes a call to a function which returns a value.erik1-8/+12
Each file also didn't check the return value. This commit changes it so that every single non-checked call in these files is checked.
2007-01-13* Increase font size (fixes bug #1597)paule3-16/+494
* Improve usability of snooze function (fixes bug #1598) * Fix stretched icon (fixes bug #1616)
2005-08-23make it compilemickeyl10-24/+12
2005-08-23make calc2 a subdir projectmickeyl14-10/+23
2005-08-11add opie-smbllornkcor11-39/+34
2005-05-24Resource -> OResourcedrw7-9/+11
2005-05-23Resource -> OResource and clean up includesdrw5-5/+3
2005-05-23Remove unnecessary include and fix compiler warningdrw1-2/+1
2005-05-23Resource -> OResourcedrw1-2/+2
2005-05-23Remove unnecessary includedrw1-7/+2
2005-03-23link against libopiecore2alwin1-1/+1
2005-03-03Remove 'Experimental' from app captiondrw1-2/+2
2005-02-08Fix for #1550 start at QPEApplication::qpeDir() + "sounds/"zecke1-2/+2
as basedirectory
2005-02-06not build by defaultllornkcor1-1/+1
2005-01-13-Use const char array instead of writing QPE/Application/clock at many ↵zecke1-12/+17
applications -Use const char array for the message the AlarmServer should send -Try to remove the issue with 'sticky' alarms. Remove all alarms with the internal ids
2005-01-13The AlarmDlg and its functionality was migrated to clock.cppzecke2-283/+0
this file is obsolete and unused since then, let us remove it
2005-01-09CONTROL files : reset version to 'standard' formatwimpie2-2/+2
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL files : changed version stringwimpie2-2/+2
NS2 many changes and first release of OT2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl11-2277/+11
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl11-11/+2277
2004-10-26Protect against error in database format. Recover to old if database waseilers1-4/+18
unreadable ..
2004-10-25Fixing some problems..eilers2-46/+54
2004-10-23-Move code for converting sqlite2 to sqlite3 to a method on its ownzecke2-63/+87
-Use Global::applicationFileName to get the filenames for the data -Use tr around messages -Do not use custom labels for "Ok" but use Qts QMessageBox ones to get its translation for free TODO: Test on ARM
2004-10-23Pimconverter got a button to convert databases from sqlite 2->3.eilers3-10/+141
If correct implementation is confirmed, I will commit the rest..
2004-10-18Bug #0001427 add microkbd Opie.Sh script to control activationzecke1-0/+87
and deactivation of the microkbd See http://www.handhelds.org/handhelds-faq/keyboards.html to understand telinit and opening of the file Files courtsey "Iss"
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-12-Make converter_base a QWidgetzecke4-26/+13
-Provide a C'tor with QWidget,const char* name, WFlags fl -Make it quicklaunchable
2004-09-10Move the pixmap to calcdisplay.cpp to avoid warningszecke3-37/+37
2004-09-08Addedschurig1-0/+4
2004-08-22the usual...zecke1-0/+5
2004-08-22Buffer painting which is hopefully flicker free and it workszecke2-51/+64
with Phase and Liquid Styles
2004-08-22Revert last try to remove flicker for all styles but havezecke2-54/+59
problems with liquid
2004-08-14Do not hardcode /opt/QtPalmtop but use $OPIEDIRzecke12-40/+40
2004-07-18Fixed bugreport #1370 andeilers2-1/+36
added check, whether source and destdatabase is the same..
2004-06-03add the actual python quicklauncher servermickeyl2-0/+206
2004-06-03add the python quicklaunch launchermickeyl4-0/+83
2004-05-21- convert qDebug to odebugar3-229/+240
2004-05-21tiny fix, but essentialchicken1-1/+1
2004-05-20cosmeticsmickeyl1-1/+1
2004-05-16Opie PIM-Converter now uses the new OPimAccessFactory template..eilers1-45/+24
2004-04-29- need SQL backend in libopie2pim for pimconverterar1-3/+3
2004-04-28needed stuff to create packages (untested !)eilers1-0/+10
2004-04-28First demo release of the PIM database conversion tool..eilers5-0/+574
2004-04-04Repaintzecke2-59/+54
Make it slower due to stipled background of liquid... we need to fillRect first
2004-04-04convert to Opie Debugging Frameworkmickeyl5-31/+40
2004-04-04use alarmbellzecke1-1/+1
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-03-29remove bogus libopie dependencymickeyl2-2/+2
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl9-9/+9
build system