hwms / jrfonseca

Automatically exported from code.google.com/p/jrfonseca
0 stars 0 forks source link

[xdot] File navigation #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
No problems as such, but I have added three buttons that are essential to me. 
"Next" and "Previous" because I have to browse through thousands of files: I 
open two xdot windows on separate folders and keep pressing "Next" on each 
window.
"Quit" because I work without titlebars: I use a small-screen monitor for 
portability.

I hope you find it useful too, and accept the patch.
Thanks!

Original issue reported on code.google.com by prash.n.rao on 8 Jan 2012 at 1:43

Attachments:

GoogleCodeExporter commented 9 years ago
That's what I get for not proofreading -- sorry. I have to compare some 
"original" dot files and some "transformed" dot files which are in two 
different directories. The "next" and "previous" buttons help with that. And by 
"small-screen monitor", I meant "small-screen laptop", of course ;-).

Original comment by prash.n.rao on 8 Jan 2012 at 1:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Another small change to support the buttons: Natural sorting of filenames: 
abc45.dot now comes before abc123.dot in ordering for "next" and "previous". 
And fixed a mistake I made previously.

Original comment by prash.n.rao on 9 Jan 2012 at 9:57

Attachments:

GoogleCodeExporter commented 9 years ago
Added hotkeys for the newly introduced functionality.

Please note: I am still very new to GTK and PyGTK. When I needed to call event 
handler functions explicitly, I did so with "self.on_open(None)". I don't know 
if this is the recommended way.

Original comment by prash.n.rao on 11 Jan 2012 at 1:16

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for you contribution. I'm quite busy, so it will take some time to go 
through your patches, but I'll eventually get around to do it. Please bear with 
me.

Original comment by Jose.R.F...@gmail.com on 11 Jan 2012 at 1:27

GoogleCodeExporter commented 9 years ago
Not a problem. Thank you!

Original comment by prash.n.rao on 11 Jan 2012 at 5:13

GoogleCodeExporter commented 9 years ago
Another small change: every time we use the Open dialog, it defaults to the 
"Recently Used" list. I have made modifications to default to whatever folder 
was used in a previous call to the Open dialog. This makes my life a bit 
easier: it was taking too many clicks to get to the same folder every time. 

Please review them whenever it is convenient for you.

(I have included all the previous patch-sets too in the zip file, to ease 
reviews and merges.)

Original comment by prash.n.rao on 12 Jan 2012 at 6:27

Attachments:

GoogleCodeExporter commented 9 years ago
Yet another small change: now has a text-entry, like a browser.

Original comment by prash.n.rao on 14 Jan 2012 at 2:39

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Jose.R.F...@gmail.com on 8 Apr 2013 at 5:50

GoogleCodeExporter commented 9 years ago

Original comment by Jose.R.F...@gmail.com on 12 May 2013 at 9:39