summaryrefslogtreecommitdiff
path: root/noncore/tools/remote
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
2005-05-23Resource -> OResource and clean up includesdrw5-5/+3
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-213/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+213
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14Opie2 and ODP changeszecke4-9/+11
Also try to make signals/slots syntax obey the namespaces
2004-03-02applied the patch generated by the optimize_connect script fromalwin4-8/+8
TT.
2004-02-21improve support for BigScreenar2-203/+210
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+1
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2003-12-04use opie-lupdate instead lupdatear1-20/+0
2003-10-29merge noncore/tools/*mickeyl1-1/+1
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-05sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-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-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-14addLanguage rulescniehaus1-0/+2
2002-11-06Add X11..kergoth1-1/+1
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-10-05The control file lacked a \n at the end - this screwed the Packages filesandman1-1/+1
2002-08-01gcc3.x fixesharlekin4-7/+19
2002-07-24removed makefilesspiralman3-759/+3
2002-07-23made it compilable againspiralman1-1/+1
2002-07-23Added code for irrecord frontend, doesnt work yet.spiralman12-12/+1139
2002-06-26Major pro file overhaul from davipt. Commited by me, since it touchessandman1-16/+14
many core files ... please report bugs on this to davipt
2002-06-24Fix TRANSLATIONSdavipt1-0/+17
2002-06-23Simon thanks for the patch. Some clean ups. Patch provided by tronicalzecke13-20/+20
OAOAOAOAOAOAOAOAOAOAOAOAOBOBCVS: noncore/tools/remote/dvdgroupconf.cpp
2002-05-16fixed segfault when socket() returns -1 (hopefully)spiralman3-2/+40