summaryrefslogtreecommitdiff
path: root/noncore/tools
AgeCommit message (Collapse)AuthorFilesLines
2007-02-07Update docs to match current status; add myself as maintainerpaule3-25/+53
2007-02-07Check lircd is configured before accepting button pressespaule1-1/+5
2007-02-07Start up gracefully when lircd is not properly configured yetpaule3-4/+20
2007-02-07Rename Add button to Learn; remove Edit button; move list updating to its ↵paule2-21/+34
own public slot and don't call it automatically (should be called from MainView when lircd is properly set up); correctly show learn dialog modal and update list when it closes; delete learn dialog when done
2007-02-07Implement learning process (requires patched irrecord with stdout buffering ↵paule2-32/+231
disabled)
2007-02-07Add functions for handling /etc/lircd.conf; do basic check of ↵paule2-0/+174
/etc/lircd.conf before attempting to commit in order to avoid timeouts
2007-02-06Start lircd on application start, and stop it on quitpaule3-19/+51
2007-01-31Don't allow configuring buttons with no remote layout selectedpaule1-0/+8
2007-01-28Change to not use new for message boxes; rename sendIR parameter to a more ↵paule2-12/+12
appropriate name
2007-01-28More fixes for remote selectionpaule2-0/+25
2007-01-28Don't allow creating remote layouts with a blank name; remove old commented ↵paule1-13/+4
out code
2007-01-28Remove unused source filespaule2-53/+0
2007-01-28Correctly select first remote upon loading configuration; pass current ↵paule1-14/+34
button action to button dialog; show error if user clicks on New without first typing a new name; show error if user clicks New with Remotes as a name
2007-01-28Correctly select first remote upon loading configuration; show a warning ↵paule1-4/+15
message if user presses a button that has not been configured
2007-01-28Correctly select first remote upon loading configurationpaule3-2/+6
2007-01-28Load in current button action on openingpaule2-17/+34
2007-01-28Refactored out all communication with LIRC into new LircHandler classpaule13-755/+344
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