[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r40] by fougas

(quick) fixed a bug concerned with creation of empty keyword.

2019-07-21 13:11:09 Tree
[r39] by fougas

Added support for JWM.

2017-11-13 10:26:02 Tree
[r38] by fougas

More authors fixes.

2017-01-10 10:56:31 Tree
[r37] by fougas

Fixed authors records.
Fixed .desktop categories issue.

2017-01-10 10:20:05 Tree
[r36] by fougas

Fixed a Python2 compatibility issue.

2017-01-10 07:34:06 Tree
[r35] by fougas

Merged in the doc fixes provided by Chris Mayo.

2017-01-09 11:26:16 Tree
[r34] by john89907643

David <doark@...>
Made MenuMaker/__init__.py line 61 FIXME notice. Code is now faster for
large depths and slightly slower for level == 1. Timeit reports 0.48091 for
level 1 as opposed to 0.42501 for the previous code and 0.49308 for my code
at level 5 as opposed to 0.95356 for the original code.
Prophet/Legacy/Shell.py on line 154 FIXME notice. Added an entry for rxvt,
it's a totally different beast from xvt.
Added a separate shell entry for rxvt in __init__.py since the previously
metioned change would not make sense without it.
Increased speed again by changing the positions of the import statements in
share/menumaker/MenuMaker/CLI.py about line 218. Now anything that is not
used is not imported.

2016-06-09 04:58:41 Tree
[r33] by john89907643

David <doark@...>
Fixed Bugs I introduced (they were duplicate statements)
Worked around unicode decoding error in .desktop files.

2016-06-03 20:55:27 Tree
[r32] by john89907643

pep8 conformance changes PATCH set 3 of 3
Forgot to change Paths Keywords and Config .py files.
Ran pep8 over the code in aggressive mode. Now the code is very
close to the guidelines.
Feel free to change the code to be a little more to your tastes.
This should not have altered the code by very much.
The main difference is that the lines are wrapped.

2016-05-03 00:44:19 Tree
[r31] by john89907643

pep8 conformance changes PATCH set 1 of 2
Ran autopep8 over the code (nonagressive). Now the code better
conforms to the pep8 python guidelines.
All whitespace, no actual changes.

2016-05-03 00:40:45 Tree
Older >