summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * Show smaller segmentsFrederic Back2006-09-281-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@45 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Corrected another bugFrederic Back2006-09-281-1/+0
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@44 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Sort first ring as usual, but inner rings by sizeFrederic Back2006-09-281-3/+10
| | | | | | | (Only for gnomevfs) git-svn-id: file:///home/lennart/svn/public/fring/trunk@43 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Corrected bug in gnomevfs walking routineFrederic Back2006-09-281-2/+0
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@42 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * "merged" c_walker "branch" to trunk. Frederic Back2006-09-284-140/+258
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@41 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * removed obsolete TODO itemsFrederic Back2006-09-271-9/+7
| | | | | | | * merged extension back from c_walker git-svn-id: file:///home/lennart/svn/public/fring/trunk@34 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Improved percentage displayFrederic Back2006-09-262-8/+6
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@32 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * display total disk usage in ring centerFrederic Back2006-09-263-6/+23
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@31 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Renamed main program to "fring"Frederic Back2006-09-261-0/+0
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@30 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Allow clicking on links even while busy. This is useful when scanning laaargeFrederic Back2006-09-251-8/+9
| | | | | | | | directories and getting bored. * Remove debug output of busy state git-svn-id: file:///home/lennart/svn/public/fring/trunk@28 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Catch a possible exceptionFrederic Back2006-09-251-1/+3
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@27 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * use unsigned long for sizeFrederic Back2006-09-252-20/+19
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@25 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* cursor fixLennart Poettering2006-09-241-6/+5
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@23 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Correct bug: Busy state was not reset correctly when openingFrederic Back2006-09-241-3/+5
| | | | | | | parent folder git-svn-id: file:///home/lennart/svn/public/fring/trunk@22 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Prevent division by zero errorFrederic Back2006-09-241-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@21 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * do not show black backrgound when app starts upFrederic Back2006-09-241-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@20 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Corrected the tuple orderFrederic Back2006-09-241-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@19 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Added experimental build_tree in c++Frederic Back2006-09-232-0/+120
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@16 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* implement a status line which shows information about the entry under the mouseLennart Poettering2006-09-222-45/+53
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@14 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* create new file fringutil.py and move the size pretty printing function into itLennart Poettering2006-09-221-0/+12
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@13 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* add a hotspot for each pie segmentLennart Poettering2006-09-222-15/+80
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@12 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* ignore only OSerrors when walkingLennart Poettering2006-09-221-4/+2
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@11 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* rework tree walking: sort items by sizeLennart Poettering2006-09-222-68/+68
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@10 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* minor fix with instance variablesLennart Poettering2006-09-221-4/+1
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@9 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* minor typo fixLennart Poettering2006-09-221-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@7 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* show "watch" cursor whenever applicableLennart Poettering2006-09-221-1/+23
| | | | git-svn-id: file:///home/lennart/svn/public/fring/trunk@6 d0d2c35f-0a1e-0410-abeb-dabff30a67ee
* * Made a first python packageFrederic Back2006-09-226-0/+729
git-svn-id: file:///home/lennart/svn/public/fring/trunk@4 d0d2c35f-0a1e-0410-abeb-dabff30a67ee