summaryrefslogtreecommitdiff
path: root/resourceqt-client
AgeCommit message (Collapse)Author
2010-12-09Fixes compilation problems with current resourceqt-client and old ↵Jussi Kinnula
libresourceqt-dev on /usr/lib.
2010-12-01Merge remote branch 'origin/master'Wolf Bergenheim
2010-12-01Added support for RESMSG_RELEASE message from managerWolf Bergenheim
2010-12-01Merge branch 'master' of ↵Robert Löfman
ssh://karma.research.nokia.com/u/repositories/libresourceqt Conflicts: resourceqt-client/client.cpp resourceqt-client/client.h
2010-12-01Implemented suggestions from reviews.Robert Löfman
2010-11-26Changed the update command in resourceqt-client to match resource-client.Robert Löfman
2010-11-26Added connectedToManager() signalRobert Löfman
2010-11-18Added bool ResourceSet::initAndConnect() so that one can connect without ↵Robert Löfman
acquiring.
2010-11-18Took -i and -v flags into useWolf Bergenheim
2010-11-18Updated usage help and added timings flag -iWolf Bergenheim
2010-11-18Added support for the -p (prefix) flagWolf Bergenheim
2010-11-09Added support for -v flag to turn on debuggingWolf Bergenheim
2010-10-27Fixed a typo in client.cpp, VideoRegording->VideoRecordingJussi Kinnula
2010-10-20fixed miss by 1000 in time calculationsWolf Bergenheim
2010-10-20Added support for -i flag, but ignoring itWolf Bergenheim
2010-10-20Using long integer only math in counting for performanceWolf Bergenheim
2010-10-05Added timing for the addaudio commandWolf Bergenheim
2010-09-22Tagged files with LGPL (except for mediaoverrides, since it will be replaced)Wolf Bergenheim
2010-09-16Final unification changesWolf Bergenheim
2010-09-10Fixed TyposWolf Bergenheim
2010-09-09astyleWolf Bergenheim
2010-09-09System includes before local includesWolf Bergenheim
2010-09-09Changed timer to return ms as a long intWolf Bergenheim
2010-09-09Turned off verbosity and fixed -d compatibilityWolf Bergenheim
2010-09-08Using QSocketNotifier instead of select + timer to get user input asynchronouslyWolf Bergenheim
2010-09-06Replaced printf with QTextStreamWolf Bergenheim
2010-09-06* Moved CommandLineParser to its own filesWolf Bergenheim
* Removed broken timer, replaced it with a simpler timer made in C * Sanitized the use of resources (Use Qt types instead of custom bitmap) * Added a MessageHandler so we can later play with verbosity level
2010-07-27Added header file for bug 181631Nippan Singam
2010-06-28merging with the swp.plcy-357-harmattan branchJanos Kovacs
2010-05-28Fixed bug in trying to register too many times when the first acquire isWolf Bergenheim
called often.
2010-04-21Fixed destructorWolf Bergenheim
2010-04-07dbus-qeventloop updateMartin Wolf
2010-03-25Changed so that audio information is sent as soon as it is set.Wolf Bergenheim
2010-03-19Added .pc filesWolf Bergenheim
2010-03-08Fixed namespace of resourcesGranted signal parameterWolf Bergenheim
2010-02-25Fixed ResourceSet signals QList<ResourcePolicy::ResourceType> to listWolf Bergenheim
namespace, so the users don't have to use namecpace ResourcePolicy
2010-02-23Resolved some lintian warnings, removed rpath from clientMartin Wolf
2010-02-19Changes based on Qt feedback. Removed addResources, it add no valueWolf Bergenheim
2010-02-19implemented the 'audio' featuresWolf Bergenheim
2010-02-18astyled the codeWolf Bergenheim
2010-02-17Implemented modes => we now get deny messagesWolf Bergenheim
2010-02-17Implemented release, update and related callbacks (grant, release, lostWolf Bergenheim
resources). Initial implementation of audio (group only at this stage).
2010-02-15Added audio command to resourceqt-client exampleMartin Wolf
2010-02-15Fixes to resourceqt-client exampleMartin Wolf
2010-02-15We need dbus-queventloop to be resolvableWolf Bergenheim
2010-02-12Added Qt resource clientMartin Wolf