1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Joël Schaerer
c41771e2f2 Merge branch 'contrib/xdg-base-directory' of git://git.ortolo.eu/pkg-autojump into tanguy
Conflicts:

	autojump.bash
	jumpapplet

This should correctly merge Tanguy's XDG changes (thanks!) into the new
codebase.
2011-08-26 15:59:02 +02:00
Joel Schaerer
48d2e68f4e attempt fixing jumpapplet, even though I think nobody uses it :) 2011-08-19 11:22:12 +02:00
Tanguy Ortolo
88575c72f8 Let jumpapplet follow the XDG Base Directory Spec. 2011-07-24 20:56:46 +02:00
Joel Schaerer
694cc3fd9a jumpapplet is written in python2 2011-01-06 13:00:08 +01:00
georges.wbushjr@laposte.net
be6427ceb8 nice gui ;) 2009-05-14 21:43:04 +02:00
Tom Parker
337e16391c jumpapplet: load_path breaks without an earlier config file
When starting jumpapplet without an earlier config file, it raises an UnboundLocalError

tparker@shostakovich:[~/data/src/autojump] ./jumpapplet
loading settings
no config file
Traceback (most recent call last):
  File "./jumpapplet", line 93, in popup
    paths=load_paths(maxpath=defaults["maxpath"])
  File "./jumpapplet", line 54, in load_paths
    path_dict=path_dict.items()
UnboundLocalError: local variable 'path_dict' referenced before assignment

This patch fixes that

Signed-off-by: Pierre Gueth <georges.wbushjr@laposte.net>
2009-05-13 20:23:16 +08:00
Joël Schaerer
2963f1fcea license stuff 2009-05-13 11:32:19 +02:00
Joël Schaerer
891ddae854 added special case for konsole 2009-04-17 15:31:26 +02:00
elcerdo
d15feb8338 added collapse and redesigned settings to be less cryptic 2009-04-17 14:43:17 +02:00
elcerdo
511d410d3b added invert and maxpath to settings 2009-04-16 23:17:40 +02:00
Simon Marache-Francisco
df3efd5383 Bug corrected : default icon changed 2009-03-27 17:13:56 +01:00
Pierre Gueth
6297dbc118 added settings for terminal and navigator 2009-03-27 16:30:12 +01:00
Pierre Gueth
43389f2924 added recursion to find git repository 2009-03-27 12:25:14 +01:00
Pierre Gueth
9b87282791 updated installer 2009-03-27 12:04:59 +01:00