ayoy / qtwitter
- Source
- Commits
- Network (14)
- Downloads (22)
- Wiki (1)
- Graphs
-
Tag:
v0.4
commit e59c3a99406fbc2b42832116679a89307ac7c301
tree 385d5c7c4fd0b1c0809ef2fb5242baf205d2ade1
parent 94f91a5a606d8c2db0d0b4f606494b2e45200d21
tree 385d5c7c4fd0b1c0809ef2fb5242baf205d2ade1
parent 94f91a5a606d8c2db0d0b4f606494b2e45200d21
qtwitter /
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | ||
| |
LICENSE | ||
| |
README | ||
| |
for_static_build.patch | ||
| |
inc/ | ||
| |
loc/ | ||
| |
qtwitter.pro | ||
| |
res/ | ||
| |
src/ | ||
| |
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.4: - posting updates to Twitter and downloading friends or public timeline, - support for deleting messages, replying, retweeting and copying Tweets' permalinks to clipboard, - support for downloading direct messages, - system tray notifications (via knotify and Growl), - customisable look (via the use of themes), - 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 :) ). See CHANGELOG for details. 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 qt-apps.org or 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 :-)

