Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudochkin-victor/gogoo-app-im
https://github.com/dudochkin-victor/gogoo-app-im
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dudochkin-victor/gogoo-app-im
- Owner: dudochkin-victor
- License: apache-2.0
- Created: 2013-05-15T05:45:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-16T12:54:48.000Z (over 11 years ago)
- Last Synced: 2023-03-13T14:57:15.071Z (over 1 year ago)
- Language: C++
- Size: 301 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Structure
=========* main.qml: do not rename, the qml app launcher looks for this file in the installation directory, which is /usr/share/meego-app-im/ by default.
* QML files are in main directory.
* plugin: plugin containing MeeGo IM specific types and variables published.
* images: directory where to put images.
* telepathy-qml-lib: telepathy-related general purpose code
* telepathy-qml-plugin: QML plugin exposing the telepathy-qml-lib classes to declarative applicationsBuild & Installation
====================* qmake
* make
* make installRun
===meego-qml-launcher --opengl --fullscreen --app meego-app-im
TODO
====TODO QDeclarativeImageProvider caches images and there is no way to invalidate
this cache, so when an account avatar is changed it doesn't get refreshed
See: http://bugreports.qt.nokia.com/browse/QTBUG-14900