Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-19 | [feature] expose method to open url from js | Kali Kaneko (leap communications) | |
- Resolves: #8838 | |||
2017-04-19 | [feature] expose gui shutdown to js | Kali Kaneko (leap communications) | |
- Resolves: #8837 | |||
2017-03-05 | [bug] load after exporting the object | Kali Kaneko (leap communications) | |
2017-03-05 | [feature] pixelated UA integration | Kali Kaneko (leap communications) | |
a bit hacky and all, but this should launch the service and allow interacting from the default site (localhost:9090). this is the first example of a pyqt-js bridge, it's an interesting mechanism that we can use more in the future. no efforts made so far in authenticating the app. | |||
2017-02-24 | [feature] require authentication token for api | Kali Kaneko (leap communications) | |
implements a global auth token for the app. this token is written to .config/leap/authtoken, and passed to the anchor part of the landing URI when opening the index resource by the browser. - Resolves: #8765 | |||
2016-12-07 | [bug] always set verbose flag for bundles | Kali Kaneko (leap communications) | |
2016-12-07 | [feature] add icon to the window | Kali Kaneko (leap communications) | |
- Resolves: #8676 | |||
2016-11-09 | [ci] generate bundle from gitlab runner | Kali Kaneko (leap communications) | |
some hacks needed, it seems pyinstaller is choking again on namespace packages for some reason that is beyond my current comprenhension. | |||
2016-11-03 | [style] pep8 fixes | Kali Kaneko (leap communications) | |
2016-10-21 | [feat] fallback support for PySide | Kali Kaneko (leap communications) | |
basically, I give up trying to compile pyqt5 for python2. not worthy. fortunately, the api changes are minimal so we can support two. the way forward should be Py3. still some bugs with rendering the viewport. trying to help that, I introduced the web inspector, use DEBUG=1 flag to have it visible. | |||
2016-09-27 | [feature] catch SIGINT from gui | Kali Kaneko (leap communications) | |
2016-09-27 | [feature] allow the frozen binary to function as cli too | Kali Kaneko (leap communications) | |
2016-09-27 | [feature] launch backend from the qt gui entrypoint | Kali Kaneko (leap communications) | |
2016-09-27 | [bug] launch backend from gui | Kali Kaneko (leap communications) | |
2016-09-22 | [pkg] rename www to ui | elijah | |
2016-09-06 | [feature] webkit window serving bitmask-js | Kali Kaneko (leap communications) | |
2016-08-30 | [pkg] add stub about gui submodule | Kali Kaneko (leap communications) | |