summaryrefslogtreecommitdiff
path: root/resourceqt-client/client.h
AgeCommit message (Collapse)Author
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-18Took -i and -v flags into useWolf Bergenheim
2010-11-18Added support for the -p (prefix) flagWolf 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-09astyleWolf 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-04-07dbus-qeventloop updateMartin Wolf
2010-02-25Fixed ResourceSet signals QList<ResourcePolicy::ResourceType> to listWolf Bergenheim
namespace, so the users don't have to use namecpace ResourcePolicy
2010-02-17Implemented release, update and related callbacks (grant, release, lostWolf Bergenheim
resources). Initial implementation of audio (group only at this stage).
2010-02-15Fixes to resourceqt-client exampleMartin Wolf
2010-02-12Added Qt resource clientMartin Wolf