(Created page with "Icon User interface = IRC Chatter = IRC Chatter is a lightweight, touch-friendly I...") |
|||
| (15 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
[[Image:Irc-chatter-harmattan-icon.png|80px|thumb|Icon]] | [[Image:Irc-chatter-harmattan-icon.png|80px|thumb|Icon]] | ||
| - | [[Image:irc-chatter-n9.jpg|550px|thumb|User interface]] | + | <!-- TODO: update screenshot [[Image:irc-chatter-n9.jpg|550px|thumb|User interface]] --> |
= IRC Chatter = | = IRC Chatter = | ||
| - | IRC Chatter is a lightweight, touch-friendly IRC client aimed at MeeGo and Harmattan. IRC Chatter is based on Qt, QML, and its backend uses | + | IRC Chatter is a lightweight, touch-friendly IRC client aimed at MeeGo and Harmattan. IRC Chatter is based on Qt, QML, and its backend uses libcommuni, a Qt-based IRC client library. |
| - | IRC Chatter is free and open source software licensed under the terms of GPLv2+. | + | IRC Chatter is free and open source software licensed under the terms of GPLv2+. (Some parts are licensed under LGPL.) |
| + | |||
| + | Here you can find some info about IRC Chatter. | ||
| - | |||
== Introduction == | == Introduction == | ||
At the right you can see the user interface of IRC Chatter. Click on the pic to make it larger. | At the right you can see the user interface of IRC Chatter. Click on the pic to make it larger. | ||
| - | (No, | + | (No, we do not own a Nokia N9, this is just screenshot put on an N9, made by Joppu.) |
=== Questions? === | === Questions? === | ||
| Line 20: | Line 21: | ||
See you at '''#irc-chatter''' on [http://freenode.net/ Freenode]! | See you at '''#irc-chatter''' on [http://freenode.net/ Freenode]! | ||
| - | * ''About the author: see my [[User:Venemo|User page]] | + | * ''About the author: see my [[User:Venemo|User page]] |
| - | * Co-author: Hiemanshu | + | * Co-author: Hiemanshu Sharma |
| - | * Author of the icon: Joppu | + | * Author of the icon: Johannes Siipola (aka Joppu) |
| - | === Useful links | + | === Hacking on IRC Chatter === |
| + | |||
| + | ==== Useful links ==== | ||
* [https://gitorious.org/colorful-apps/irc-chatter IRC Chatter repo in Gitorious] | * [https://gitorious.org/colorful-apps/irc-chatter IRC Chatter repo in Gitorious] | ||
** Shortended URL is [http://bit.ly/ircchattercode http://bit.ly/ircchattercode] | ** Shortended URL is [http://bit.ly/ircchattercode http://bit.ly/ircchattercode] | ||
** ''Feel free to clone it and send me merge a request if you've implemented something!'' | ** ''Feel free to clone it and send me merge a request if you've implemented something!'' | ||
| - | * [ | + | * [http://communi.github.com/ Communi's home page] |
| - | * [http:// | + | * [http://communi.github.com/doc/1.0/annotated.html Communi's documentation] |
| + | |||
| + | ==== Building ==== | ||
| + | |||
| + | * The usual 'qmake' and 'make' are enough to build it | ||
| + | * Use 'dpkg-buildpackage' to build the package for Harmattan | ||
| + | ** You can add qmake flags to the package build via the QMAKEFLAGS environment variable | ||
| + | * Building pre-release versions or snapshots | ||
| + | ** Please add DEFINES+=PRERELEASE to the qmake configuration | ||
| + | *** This will cause it to display in the about box that it's an unstable build | ||
| + | *** Use eg. 'QMAKEFLAGS=DEFINES+=PRERELEASE dpkg-buildpackage' to build the package for Harmattan | ||
== Releases == | == Releases == | ||
| Line 36: | Line 49: | ||
(Shortened URL for this part is [http://bit.ly/getircchatter http://bit.ly/getircchatter]) | (Shortened URL for this part is [http://bit.ly/getircchatter http://bit.ly/getircchatter]) | ||
| - | + | ==== Latest version ==== | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | == | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | === | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | * '''04 March, 2012:''' 'v0.2.92' has been released! You only need [http://venemo.fedorapeople.org/harmattan/irc-chatter_0.2.92_armel.deb to download this single package], no dependencies needed. | |
| - | + | == Bugs, feature requests == | |
| - | + | ||
| - | + | ||
| - | * | + | * Please use the [http://bit.ly/nemoappsbugs Nemo bugzilla] to report them |
| - | + | ** File your bug under the "IRC client" category | |
| - | * | + | |
| - | * | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
== Platform support == | == Platform support == | ||
| - | The app is currently working on '''Harmattan''' | + | The app is currently working on '''Harmattan''' and it's also the official IRC client of [http://nemomobile.org Nemo Mobile] |
Contents |
IRC Chatter is a lightweight, touch-friendly IRC client aimed at MeeGo and Harmattan. IRC Chatter is based on Qt, QML, and its backend uses libcommuni, a Qt-based IRC client library.
IRC Chatter is free and open source software licensed under the terms of GPLv2+. (Some parts are licensed under LGPL.)
Here you can find some info about IRC Chatter.
At the right you can see the user interface of IRC Chatter. Click on the pic to make it larger. (No, we do not own a Nokia N9, this is just screenshot put on an N9, made by Joppu.)
See you at #irc-chatter on Freenode!
(Shortened URL for this part is http://bit.ly/getircchatter)
The app is currently working on Harmattan and it's also the official IRC client of Nemo Mobile