aboutsummaryrefslogtreecommitdiff
path: root/mservicemapper/mservicemapper_p.cpp
AgeCommit message (Collapse)Author
2010-09-16Changes : Mechanism to make services implementing ↵Max Waterman
maemo-meegotouch-interfaces available to plain Qt application via the Qt Service Framework. RevBy: Holger Schröder, Max Waterman Details: m-servicefwgen : added functionality to generate the files needed to make the Qt Sfw plugin library and xml file. mservicemapper : added functionality to add/remove the Qt Sfw plugins when Mt Sfw services are added removed. examples : added example used as acceptance test and for development testing. tests : adjusted ft_mservicefwgen
2010-06-10Fixes: NB#167467, adding and immediately removing service fileMax Waterman
RevBy: Michal Guminiak Details: service mapper used a file system watcher to detect when services are added and removed. it erroneously assumed that there would only be a single file removed/added per watcher signal. now the service mapper correctly emits a signal for each file that has been removed/added. refactored to add a test for multiple changes, and general improvement (using the setPrivate() method seen in Qt unit tests). Removed unnecessary use of QMap
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger