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 |
2005-05-23 | Resource -> OResource and clean up includes | drw | 5 | -5/+3 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -213/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+213 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-15 | Fixed LIBOPIE2 config depends | brad | 1 | -1/+1 |
2004-03-14 | Opie2 and ODP changes | zecke | 4 | -9/+11 |
Also try to make signals/slots syntax obey the namespaces | ||||
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 4 | -8/+8 |
TT. | ||||
2004-02-21 | improve support for BigScreen | ar | 2 | -203/+210 |
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+1 |
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -0/+2 |
2003-12-04 | use opie-lupdate instead lupdate | ar | 1 | -20/+0 |
2003-10-29 | merge noncore/tools/* | mickeyl | 1 | -1/+1 |
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-08-09 | Merge from BRANCH_1_0. | kergoth | 1 | -1/+1 |
2003-06-05 | sanitized | schurig | 1 | -1/+1 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | adding dutch to the .pro-files | cniehaus | 1 | -0/+1 |
2003-01-26 | Remove depends on a specific version.. it should be depending on >= or <= ↵ | kergoth | 1 | -1/+1 |
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency. | ||||
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 1 | -1/+1 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2002-12-14 | addLanguage rules | cniehaus | 1 | -0/+2 |
2002-11-06 | Add X11.. | kergoth | 1 | -1/+1 |
2002-11-05 | Adding initial config.in files | kergoth | 1 | -0/+4 |
2002-10-05 | The control file lacked a \n at the end - this screwed the Packages file | sandman | 1 | -1/+1 |
2002-08-01 | gcc3.x fixes | harlekin | 4 | -7/+19 |
2002-07-24 | removed makefiles | spiralman | 3 | -759/+3 |
2002-07-23 | made it compilable again | spiralman | 1 | -1/+1 |
2002-07-23 | Added code for irrecord frontend, doesnt work yet. | spiralman | 12 | -12/+1139 |
2002-06-26 | Major pro file overhaul from davipt. Commited by me, since it touches | sandman | 1 | -16/+14 |
many core files ... please report bugs on this to davipt | ||||
2002-06-24 | Fix TRANSLATIONS | davipt | 1 | -0/+17 |
2002-06-23 | Simon thanks for the patch. Some clean ups. Patch provided by tronical | zecke | 13 | -20/+20 |
OAOAOAOAOAOAOAOAOAOAOAOAOBOBCVS: noncore/tools/remote/dvdgroupconf.cpp | ||||
2002-05-16 | fixed segfault when socket() returns -1 (hopefully) | spiralman | 3 | -2/+40 |