Version: 0.9.55 (1.0 Beta1) (using KDE 4.4.3) OS: Linux Some people (including myself) believe that the natural order of listing things is older thing in the top, newer above (like, for example, comments on blogs). It would be very nice to have an option to allow this in choqok. Reproducible: Always OS: Linux (x86_64) release 2.6.32-5-amd64 Compiler: cc
Created attachment 48319 [details] Add option to display entries in natural order This patch adds the desired feature to version 0.9.55a. I know this is rather old, but attempting to satisfy the build requirements for the latest version from SVN would have been a lot of grief.
Created attachment 48320 [details] Untested version of the patch for SVN This version of the patch applieas cleanly to the latest SVN, but I have been unable to test it due ti unsatisfied build dependencies on my system.
I tried to compile choqok from svn to test this patch, but it fails to compile even on a clean (patchless) svn checkout due to a QOauth missing function.
OK, it needed QOauth from git master. I could patch it, compile it and run chokoq from trunk, but can't get an account created (although I have for previous versions). Clearly that's why it's a trunk ;-)
Is there anything holding adoption of this patch? Can I do anything to help get it into trunk?
SVN commit 1188521 by momeny: FEATURE:241743 an option to show timelines in reverse order M +7 -0 choqok/config/appearance/appearanceconfig_base.ui M +3 -0 libchoqok/choqokappearancesettings.kcfg M +26 -11 libchoqok/ui/timelinewidget.cpp M +4 -0 libchoqok/ui/timelinewidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1188521
Gee, thanks!