ayoy / qtwitter

A Qt-based microblogging client

This URL has Read+Write access

name age message
file LICENSE Loading commit data...
file README
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 Mac OS X users. It's being developed in C++ with Qt libraries (v. 4.4.3).

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

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 (http://github.com/ayoy/qtwitter).
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). On 
UNIX-like machines you can also:
  # make install
  
  to have the app added to /usr/bin. If you want to install application in other dir, use PREFIX parameter with qmake:

  # qmake PREFIX="my/preferred/dir"
  # make
  # make install

5. Have fun :-)