Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-02-07 | Update docs to match current status; add myself as maintainer | paule | 3 | -25/+53 |
2007-02-07 | Check lircd is configured before accepting button presses | paule | 1 | -1/+5 |
2007-02-07 | Start up gracefully when lircd is not properly configured yet | paule | 3 | -4/+20 |
2007-02-07 | Rename Add button to Learn; remove Edit button; move list updating to its ↵ | paule | 2 | -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-07 | Implement learning process (requires patched irrecord with stdout buffering ↵ | paule | 2 | -32/+231 |
disabled) | ||||
2007-02-07 | Add functions for handling /etc/lircd.conf; do basic check of ↵ | paule | 2 | -0/+174 |
/etc/lircd.conf before attempting to commit in order to avoid timeouts | ||||
2007-02-06 | Start lircd on application start, and stop it on quit | paule | 3 | -19/+51 |
2007-01-31 | Don't allow configuring buttons with no remote layout selected | paule | 1 | -0/+8 |
2007-01-28 | Change to not use new for message boxes; rename sendIR parameter to a more ↵ | paule | 2 | -12/+12 |
appropriate name | ||||
2007-01-28 | More fixes for remote selection | paule | 2 | -0/+25 |
2007-01-28 | Don't allow creating remote layouts with a blank name; remove old commented ↵ | paule | 1 | -13/+4 |
out code | ||||
2007-01-28 | Remove unused source files | paule | 2 | -53/+0 |
2007-01-28 | Correctly select first remote upon loading configuration; pass current ↵ | paule | 1 | -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-28 | Correctly select first remote upon loading configuration; show a warning ↵ | paule | 1 | -4/+15 |
message if user presses a button that has not been configured | ||||
2007-01-28 | Correctly select first remote upon loading configuration | paule | 3 | -2/+6 |
2007-01-28 | Load in current button action on opening | paule | 2 | -17/+34 |
2007-01-28 | Refactored out all communication with LIRC into new LircHandler class | paule | 13 | -755/+344 |
2007-01-22 | Every file in this commit makes a call to a function which returns a value. | erik | 1 | -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) | paule | 3 | -16/+494 |
* Improve usability of snooze function (fixes bug #1598) * Fix stretched icon (fixes bug #1616) | ||||
2005-08-23 | make it compile | mickeyl | 10 | -24/+12 |
2005-08-23 | make calc2 a subdir project | mickeyl | 14 | -10/+23 |
2005-08-11 | add opie-smb | llornkcor | 11 | -39/+34 |
2005-05-24 | Resource -> OResource | drw | 7 | -9/+11 |
2005-05-23 | Resource -> OResource and clean up includes | drw | 5 | -5/+3 |
2005-05-23 | Remove unnecessary include and fix compiler warning | drw | 1 | -2/+1 |
2005-05-23 | Resource -> OResource | drw | 1 | -2/+2 |
2005-05-23 | Remove unnecessary include | drw | 1 | -7/+2 |
2005-03-23 | link against libopiecore2 | alwin | 1 | -1/+1 |
2005-03-03 | Remove 'Experimental' from app caption | drw | 1 | -2/+2 |
2005-02-08 | Fix for #1550 start at QPEApplication::qpeDir() + "sounds/" | zecke | 1 | -2/+2 |
as basedirectory | ||||
2005-02-06 | not build by default | llornkcor | 1 | -1/+1 |
2005-01-13 | -Use const char array instead of writing QPE/Application/clock at many ↵ | zecke | 1 | -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-13 | The AlarmDlg and its functionality was migrated to clock.cpp | zecke | 2 | -283/+0 |
this file is obsolete and unused since then, let us remove it | ||||
2005-01-09 | CONTROL files : reset version to 'standard' format | wimpie | 2 | -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-04 | CONTROL files : changed version string | wimpie | 2 | -2/+2 |
NS2 many changes and first release of OT2 | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 11 | -2277/+11 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 11 | -11/+2277 |
2004-10-26 | Protect against error in database format. Recover to old if database was | eilers | 1 | -4/+18 |
unreadable .. | ||||
2004-10-25 | Fixing some problems.. | eilers | 2 | -46/+54 |
2004-10-23 | -Move code for converting sqlite2 to sqlite3 to a method on its own | zecke | 2 | -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-23 | Pimconverter got a button to convert databases from sqlite 2->3. | eilers | 3 | -10/+141 |
If correct implementation is confirmed, I will commit the rest.. | ||||
2004-10-18 | Bug #0001427 add microkbd Opie.Sh script to control activation | zecke | 1 | -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-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 1 | -1/+1 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-10-12 | -Make converter_base a QWidget | zecke | 4 | -26/+13 |
-Provide a C'tor with QWidget,const char* name, WFlags fl -Make it quicklaunchable | ||||
2004-09-10 | Move the pixmap to calcdisplay.cpp to avoid warnings | zecke | 3 | -37/+37 |
2004-09-08 | Added | schurig | 1 | -0/+4 |
2004-08-22 | the usual... | zecke | 1 | -0/+5 |
2004-08-22 | Buffer painting which is hopefully flicker free and it works | zecke | 2 | -51/+64 |
with Phase and Liquid Styles | ||||
2004-08-22 | Revert last try to remove flicker for all styles but have | zecke | 2 | -54/+59 |
problems with liquid | ||||
2004-08-14 | Do not hardcode /opt/QtPalmtop but use $OPIEDIR | zecke | 12 | -40/+40 |