summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-05Version number -> 0.28HEADrel-0.28masterThomas Kluyver2-2/+2
2022-06-05Update changelogThomas Kluyver1-0/+10
2022-06-05Test on Python 3.10, not 3.1Thomas Kluyver1-1/+1
2022-06-05Switch CI from Travis to GithubThomas Kluyver2-10/+25
2022-06-05Rename test files to run with pytestThomas Kluyver10-1/+1
2022-06-05Merge branch 'pr8'Thomas Kluyver3-0/+33
2020-10-18Version number -> 0.27rel-0.27Thomas Kluyver2-2/+2
2020-10-18Use setuptools for packagingThomas Kluyver2-8/+8
2020-10-18Use "env" and python3 for shebangsPrunus7-7/+7
2020-10-18Create a new array the Layout orderThayne McCombs3-16/+89
2020-10-18Fix fromstring typo in xdg.MenuEditorThomas Kluyver1-1/+1
2020-10-18Merge branch 'tcallawa/pyxdg-master'Thomas Kluyver1-3/+3
2020-10-18Merge branch 'gitlab-mr-7'Thomas Kluyver3-6/+3810
2020-10-18Test doesn't need icon theme any moreThomas Kluyver1-5/+0
2020-10-18Merge branch 'jayvdb/pyxdg-test-sys-executable'Thomas Kluyver1-3/+5
2020-10-18Allow Travis CI to use default distroThomas Kluyver1-2/+0
2020-10-18Update Python versions on Travis CIThomas Kluyver1-3/+2
2020-10-18Merge pull request #13 from fhaftmann/masterThomas Kluyver1-2/+2
2020-10-18Merge pull request #12 from ConiKost/python38Thomas Kluyver1-2/+14
2020-09-28Make icon-test independent of system theme fileFrida Flodin2-1/+3810
2020-08-27Bugfix AttributeError: type is not stored in attribute but calculated by method.Florian Haftmann1-2/+2
2020-08-25Fix compatibility with >=python-3.8.4Conrad Kostecki1-2/+14
2019-09-15test_present: Use sys.executableJohn Vandenberg1-3/+5
2018-12-10Merge pull request #11 from BoboTiG/fix-resource-leakThomas Kluyver3-56/+57
2018-12-09Fix several ResourceWarnings: unclosed fileMickaël Schoentgen3-56/+57
2018-11-30There are several places in the code where Menu.py uses attributes thatTom Callaway1-5/+5
2018-02-02Make universal wheelsrel-0.26Thomas Kluyver1-0/+2
2018-02-02Version number -> 0.26Thomas Kluyver2-2/+2
2018-02-02Shorter title on docsThomas Kluyver1-2/+2
2018-02-02Get version number for docs from moduleThomas Kluyver1-3/+4
2018-02-02Allow 'ScaledDirectories' key in icon theme fileThomas Kluyver1-0/+4
2018-02-02Allow 'Scale' in icon theme per-directory sectionsThomas Kluyver1-0/+6
2017-07-04Accept either x-glade or x-gtk-builder for glade UI fileThomas Kluyver1-1/+4
2017-07-04Switch tests away from problematic png mime typeThomas Kluyver1-3/+3
2017-07-04Try installing package on Travis before testingThomas Kluyver1-3/+3
2017-07-04Update GTK glade mimetype to newer nameThomas Kluyver1-1/+1
2017-07-04Update .travis.ymlThomas Kluyver1-3/+11
2017-03-23Fix unnecessary escape sequences, deprecated in Python 3.6Ville Skyttä4-5/+5
2014-11-04add state directory section to docscgtx1-0/+9
2014-11-04add unit test for save_state_pathcgtx1-0/+10
2014-11-04implement XDG_STATE_HOMEcgtx1-0/+14
2014-01-23Improve security of get_runtime_dir(strict=False)Thomas Kluyver1-8/+23
2013-12-09Merge pull request #6 from ju1ius/menu-spec-testsThomas Kluyver2-33/+78
2013-12-08BC for new constants, plus typo fixju1ius1-9/+8
2013-12-05make freedesktop's test suite pass under python 3ju1ius1-3/+3
2013-12-05removed unused import & docstring typo. Added debug flag to the parse function.ju1ius2-4/+3
2013-12-05Added menu-spec test suite & fixes to make it passju1ius2-31/+78
2013-12-05Merge remote-tracking branch 'upstream/master'ju1ius3-292/+325
2013-05-25Don't use 'import *' in MenuEditorThomas Kluyver1-7/+5
2013-05-25Rename xdg.Menu.Parser to XMLMenuBuilderThomas Kluyver3-6/+6