-
Notifications
You must be signed in to change notification settings - Fork 0
My semi-fork of choqok (http://choqok.gnufolks.org/) containing experimental features or hacks for my own use that may not be suitable for merging into choqok proper.
License
jasonmoofang/choqok
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
**About This Branch
===================
This branch contains some additional hacks I wrote to make Choqok more touchscreen-friendly.
Specifically it adds a strip of space next to the timeline widget that is touch-scrollable,
so that one could scroll the timeline by dragging on the strip of space, while still
retain the ability to drag-to-select in the postwidgets themselves.
Choqok
KDE Micro-Blogging client,
Currently supports Identi.ca and Twitter.com
Authors:
Mehrdad Momeny <mehrdad.momeny[AT]gmail.com>
Andrey Esin <gmlastik[AT]gmail.com>
License:
GNU GPL v2 or v3 or Later
Requirements to build:
CMake 2.6
KDE 4 library Development packages! (On (K)Ubuntu/Debian it's kdelibs5-dev)
QJSon library (Development packages)
QOAuth library (Development packages)
QCA2 library (Development packages)
GetText: You need GNU GetText to compile translations. (If you don't want them, just remove "po" directory)
How To Build The Project
-=-=-=-=-=-=-=-=-=-=-=-=-=
$ cd choqok-src-root-dir [It's choqok-VERSION]
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
$ make
$ sudo make install OR su -c 'make install'
to uninstall the project:
$ make uninstall or su -c 'make uninstall'
Feel free to email us.
About
My semi-fork of choqok (http://choqok.gnufolks.org/) containing experimental features or hacks for my own use that may not be suitable for merging into choqok proper.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published