Summary: | Give an option to show timelines in reverse (¿natural?) order | ||
---|---|---|---|
Product: | [Applications] choqok | Reporter: | Lisandro Damián Nicanor Pérez Meyer <perezmeyer> |
Component: | general | Assignee: | Mehrdad Momeny <mehrdad.momeny> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | fheinz |
Priority: | NOR | ||
Version: | 0.9.55 (1.0 Beta1) | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Add option to display entries in natural order
Untested version of the patch for SVN |
Description
Lisandro Damián Nicanor Pérez Meyer
2010-06-14 17:01:23 UTC
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! |