Commit Graph

22 Commits

Author SHA1 Message Date
auouymous 839b0b2aa5 Fix linter issues for pycodestyle 2.11.0. 2023-08-07 19:46:44 -06:00
auouymous 816b5c15f3 show_toolbar -> ui.gtk.toolbar 2022-12-08 15:39:34 -07:00
MarkusHackspacher 82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00
MarkusHackspacher eecfd64f63 fix E261 at least two spaces before inline comment 2018-05-17 08:39:56 +02:00
MarkusHackspacher a90fa0b521 fix W391 blank line at end of file 2018-02-11 21:51:40 +01:00
Eric Le Lay 11569ca31d more pycodestyle checks
see #393 for discussion
2018-02-06 15:19:08 +01:00
Thomas Perl 98ec45a712 Update copyright years (2018) 2018-01-28 19:39:53 +01:00
Thomas Perl 7b46a0ee72 Update copyright years (2017) 2017-12-16 13:54:59 +01:00
Eric Le Lay fd0f9c2403 remove pre-python 2.6 compat code 2016-11-26 16:05:17 +01:00
Thomas Perl 58d1da9f71 Update unit tests, doctests and makefiles 2016-11-21 23:32:50 +01:00
Thomas Perl 5a7c30b359 Port to Python 3 2016-11-21 23:13:46 +01:00
Thomas Perl 36eefc8a30 Update copyright years (2016) 2016-01-15 15:22:52 +01:00
Thomas Perl aa72634950 Update copyright years (2015) 2015-05-24 19:33:39 +02:00
somini 857ab00122 Make sure the JSON is written in canonical form
This uses the `sort_keys` functionality of python's JSON module
to make sure the settings file doesn't change when the settings don't change.
2014-09-26 22:44:35 +01:00
Thomas Perl 553e35f219 Update copyright years (2014) 2014-02-27 21:55:13 +01:00
Thomas Perl bda982be02 Update copyright years for 2013 2013-03-05 16:38:48 +01:00
Thomas Perl 8805b0dc94 JSON Config: Convert float to int (bug 1590)
If th
2012-04-29 18:08:44 +02:00
Thomas Perl 2f91e98ecc Restructure the source tree, modular installs
Restructure the source tree to be more like the
target installation directory (share/...).

Rewrite setup.py to only install a subset of the
available UIs and to be more flexible and cleaner
in general.

I hope this doesn't cause too much breakage, but
should result in a cleaner build/install system and
more happy developers and packagers in the long run.
2012-02-23 20:38:55 +01:00
Thomas Perl 5ce15b38c2 CLI: Get/set configuration values (bug 1549) 2012-02-20 21:16:36 +01:00
Thomas Perl 0d33abf473 CLI: Add config option to disable colors
If you don't want colors, you can now disable
it in the configuration file :)
2012-02-20 18:03:00 +01:00
Thomas Perl 6670e5e037 Add some doctests to jsonconfig 2012-02-04 19:21:51 +01:00
Thomas Perl 617949b6ce Split JsonConfig into its own module
This will allow other projects to make use of
JsonConfig and make it testable on its own.
2012-02-04 19:21:51 +01:00