summaryrefslogtreecommitdiff
path: root/daemon/jskitmanager.cpp
AgeCommit message (Collapse)Author
2015-09-21Support JS timersAndrew Branson
Add support for set and clear Intervals and Timeouts for Javascript apps. The QT JS engine doesn't support them natively.
2015-04-17Better JSKit memory managementTomasz Sterna
Attach context objects as _engine children, so they get destroyed by parent when engine is deleted.
2015-01-07Refactored whole app handling into AppInfo classTomasz Sterna
2015-01-03Merge remote-tracking branch 'javispedro/js-testing'Tomasz Sterna
Conflicts: daemon/daemon.pro daemon/dbusconnector.cpp daemon/manager.cpp daemon/watchcommands.cpp daemon/watchcommands.h daemon/watchconnector.cpp daemon/watchconnector.h log4qt-debug.conf log4qt-release.conf rpm/pebble.spec rpm/pebble.yaml
2014-12-20add navigator.language property (but it returns invalid valueJavier
currently)
2014-12-14implement account and device tokensJavier
2014-12-06properly send acks for incoming appmsgsJavier
2014-12-06do "this.window = this"Javier
2014-12-06add a polyfill for typed arrays, and many other compat changesJavier
2014-12-06add small progress indicatorJavier
2014-12-05minor changesJavier
2014-12-05partial implementation of geolocationJavier
2014-12-04add stub geolocation APIJavier
2014-12-03fix actually setting the configuration, improve xhr supportJavier
2014-12-03implement UI for JS app configurationJavier
2014-12-03implement more parts of the new D-Bus APIJavier
2014-12-01hackily implement openURL by signalling the URLs via D-Bus to theJavier
settings app, which pops a webview
2014-12-01add stub xmlhttprequest and allow showConfig eventJavier
2014-12-01implement message passing around jskit apps and watchJavier
2014-11-30stub all functions of Pebble JS objectJavier
2014-11-30more JSKit objectsJavier
2014-11-30convert appinfo into a Q_GADGET with propertiesJavier
2014-11-30introduce the AppMsgManager and the JsKitManagerJavier
will be used to handle application messages (push, etc) while the JSKitManager will run PebbleKit JS scripts. also add the ability to unpack PebbleDicts