ayoy / qtwitter

A Qt-based microblogging client

This URL has Read+Write access

name age message
file README Loading commit data...
file for_static_build.patch
directory inc/
directory loc/
file qtwitter.pro
directory res/
directory src/
directory ui/
README
qTwitter is a simple application allowing to use twitter.com social networking website. It is intended to imitate 
Twitterrific, known very well to MacOS X users. It's being developed in C++ with Qt libraries (v. 4.4.3).

Features summary as for v0.1:
  - downloading friends or public timeline,
  - in-session password storing,
  - posting status updates to Twitter,
  - HTTP proxy support,
  - being recognized as a source of updates,
  - translations to 4 languages in the run-time (sorry for my poor Catalan/Spanish, I appreciate any help here :) ).

Current to-do list:
  * support for hyperlinks (including color change :P ),
  * support for homepage button on Linux,
  * adding a menu for tweets (reply-to, user's homepage, delete, etc.),
  * ...?

Please let me know about anything that doesn't work properly, or that should be implemented to make this app better.


Thanks for your time reading this and trying qTwitter!

ayoy 

E-mail: qtwitter at ayoy dot net





HOW TO INSTALL:

To compile qTwitter you'll need Qt package version 4.4.0 or newer. Follow the steps:

1. Get the qTwitter source code from GitHub.
2. Enter the source code main directory.
3. Type:

  # qmake
  # make (or make release, depending on your Qt configuration)

4. It's done! Open qTwitter via "qtwitter" (UNIX), "qtwitter.app" (MacOS X) or "release\qtwitter.exe" (Windows).
5. Have fun :-)