Fex

Check-in [a6d760d62d]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added arrow cursor for normal mode
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | master
Files: files | file ages | folders
SHA3-256: a6d760d62d948e8c9e05476fca119b09fc8c4b61ee60b950be8f087cf9b38265
User & Date: jmcclure 2017-08-27 01:59:57
Context
2017-08-27
03:08
Icon/action updates check-in: 4c1712fec5 user: jmcclure tags: trunk, master
01:59
Added arrow cursor for normal mode check-in: a6d760d62d user: jmcclure tags: trunk, master
01:16
Builing todo list for beta releases check-in: 249c4805aa user: jmcclure tags: trunk, master
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to README.rst.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Fex
===

Coming soon ...  Development being moved here from github


Todo list for first beta release
--------------------------------
- undo
- pointer icon
- next song navigation
- save data to array
- dialog / save data file on exit

Todo list for second beta release
---------------------------------
- back/next navigation
- drag and drop adding of files









<








1
2
3
4
5
6
7
8
9

10
11
12
13
14
15
16
17
Fex
===

Coming soon ...  Development being moved here from github


Todo list for first beta release
--------------------------------
- undo

- next song navigation
- save data to array
- dialog / save data file on exit

Todo list for second beta release
---------------------------------
- back/next navigation
- drag and drop adding of files

Changes to fexqt/actions.yaml.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

actions:
   - name: quit
     menu: '&Quit'
     icon: *icon-quit
     shortcut: Ctrl+Q
     statustip: Quit Fex
   - name: mode_normal
     menu: '&Normal'
     icon: *icon-quit  # FIXME
     shortcut: Ctrl+X
     statustip: Set Normal Mode
   - name: mode_cursor
     menu: 'Cursor'
     icon: *icon-cursor
     shortcut: Ctrl+C
     statustip: Set Cursor Mode









|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

actions:
   - name: quit
     menu: '&Quit'
     icon: *icon-quit
     shortcut: Ctrl+Q
     statustip: Quit Fex
   - name: mode_normal
     menu: '&Normal'
     icon: *icon-arrow
     shortcut: Ctrl+X
     statustip: Set Normal Mode
   - name: mode_cursor
     menu: 'Cursor'
     icon: *icon-cursor
     shortcut: Ctrl+C
     statustip: Set Cursor Mode

Changes to fexqt/config.py.

9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
		_files += [os.path.join(p, 'fexqt', fname) for p in site.getsitepackages()]
		if 'APPDATA' in os.environ:
			_files += os.path.join(os.environ['APPDATA'], 'fex', fname)
		elif 'XDG_CONFIG_HOME' in os.environ:
			_files += [os.path.join(os.environ['XDG_CONFIG_HOME'], 'fex', fname)]
		elif 'HOME' in os.environ:
			_files += [os.path.join(os.environ['HOME'], '.config', 'fex', fname)]
		_files += [os.path.join(os.getcwd(), 'fexqt',  fname)] # FIXME DELME
		_files += [os.path.join(os.getcwd(), fname)]

	_yaml = """
constants:

   Window: &Window "%(Window)s"
   Background: &Background "%(Background)s"







<







9
10
11
12
13
14
15

16
17
18
19
20
21
22
		_files += [os.path.join(p, 'fexqt', fname) for p in site.getsitepackages()]
		if 'APPDATA' in os.environ:
			_files += os.path.join(os.environ['APPDATA'], 'fex', fname)
		elif 'XDG_CONFIG_HOME' in os.environ:
			_files += [os.path.join(os.environ['XDG_CONFIG_HOME'], 'fex', fname)]
		elif 'HOME' in os.environ:
			_files += [os.path.join(os.environ['HOME'], '.config', 'fex', fname)]

		_files += [os.path.join(os.getcwd(), fname)]

	_yaml = """
constants:

   Window: &Window "%(Window)s"
   Background: &Background "%(Background)s"

Changes to fexqt/icons.yaml.

169
170
171
172
173
174
175
176









      dGE+IDw/eHBhY2tldCBlbmQ9InIiPz7DJHK0AAABJElEQVR42uzbUQ6CMAyA4Y5T6Gl85eochMxL
      mLkQSCAIViphhb9JjT4Y10/TzaQTEXnkbHKmH7Pp33t0mNcfN7x5yFgAgGn9VX64GT78VQCAZQ1d
      7ZZvvy4AoLb8CkL/ZBxBzh2Teiu5eAAAwH777NGpOqdommA0bpVHxjPnfa0JagCS8195YBegCQKw
      CtCOXrcXqHlW73CWXjrbJ+e59N+hq1dz7j/bLkAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
      AAAAAAAAAAAA4IoAwxxgKfP/e8es3vGk9af5/7NNiEzqZU6QHgAAAN/C8+ygau3auTpv3V8198id
      IXoAAABsPfp6vTv817O+97vDqTLu897vDreWfd773eFu/W8BBgBJzJr91bypowAAAABJRU5ErkJg
      gg==

















|
>
>
>
>
>
>
>
>
>
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
      dGE+IDw/eHBhY2tldCBlbmQ9InIiPz7DJHK0AAABJElEQVR42uzbUQ6CMAyA4Y5T6Gl85eochMxL
      mLkQSCAIViphhb9JjT4Y10/TzaQTEXnkbHKmH7Pp33t0mNcfN7x5yFgAgGn9VX64GT78VQCAZQ1d
      7ZZvvy4AoLb8CkL/ZBxBzh2Teiu5eAAAwH777NGpOqdommA0bpVHxjPnfa0JagCS8195YBegCQKw
      CtCOXrcXqHlW73CWXjrbJ+e59N+hq1dz7j/bLkAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
      AAAAAAAAAAAA4IoAwxxgKfP/e8es3vGk9af5/7NNiEzqZU6QHgAAAN/C8+ygau3auTpv3V8198id
      IXoAAABsPfp6vTv817O+97vDqTLu897vDreWfd773eFu/W8BBgBJzJr91bypowAAAABJRU5ErkJg
      gg==
   arrow: &icon-arrow !!binary |
      iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABnUlEQVRYw2NgwAIYGRnrmJmZNRgG
      EKwG4s9MTExhA+mA/yAMDI3JHBwcbAPmACg+zsLCIjeQDgDh18Ao8RhIB4DwX2CUNPLx8TENlANg
      6WInMEpEBswBUPwYmFUtBtIBIPwTmC7yBtIBsChZzcbGxjdgDoDim8Ao0RlIB4DwV2CUxAykA2BR
      MhNYenIMmAOg+CwwSpQG0gEg/BYYJT4D6QBY6dnOw8PDMhAOeA7Ee0E1KrDkNKGlAz4D8X6gRVOB
      OAMY7HbANEhRUU2qA55SmuopjgKgz3Po4YD3QIs24pB7zMnJSbWWEzYH3Afmay1WVlZQ3H7GEQpp
      tHLASWAqloBJAi3qxREK97m4uEjKbgQdALRsPbCm40KWBIYCyDHfsTkCmAOSqOYAoOX9vLy8WJtf
      oLyNIxRuk1roYAPLgT7Bm6qBUSIDpH7iCAXKakSo4QQBMBSm4wiF6/RouIIcqoAnFCJo7gBoKMzF
      EQqXhYSE6BIKKkDqNxYHXAfmFqKikhqhsBjZ56Dgp0sagAFQVx7oiNNAi4OEhYVJshgA4rpCp6Zy
      CrIAAAAASUVORK5CYII=