Anna Petrasova
|
c825479df7
fix tests for Python 3
|
6 年之前 |
Markus Neteler
|
bb779c2f13
i18N: cleanup gettext usage for Python code (fixes https://trac.osgeo.org/grass/ticket/3790) (contributed by pmav99)
|
6 年之前 |
Anna Petrášová
|
7e1945f230
experimental GSoC 2018 Python 3 support by Sanjeet Bhatti
|
6 年之前 |
Vaclav Petras
|
3dffbd89fd
wxGUI: etree takes only non-keyword arguments for parent and tag in Python 3
|
6 年之前 |
Anna Petrášová
|
91002a1555
wxGUI: fix problem with Python addons not showing up on Windows, see https://trac.osgeo.org/grass/ticket/3177
|
7 年之前 |
Anna Petrášová
|
5e0f708665
wxGUI/toolboxes: fix test
|
7 年之前 |
Anna Petrášová
|
d72231c6df
wxGUI/toolboxes: fix tests to reflect recent changes
|
7 年之前 |
Vaclav Petras
|
c649f041b0
wxGUI: replace print statement by print function for Python 3 support, remove mixed tabs (PEP8 E101, W191, see https://trac.osgeo.org/grass/ticket/2708)
|
7 年之前 |
Vaclav Petras
|
7e82498ebc
wxGUI/toolboxes: store warning/error messages for later (see https://trac.osgeo.org/grass/ticket/3253)
|
8 年之前 |
Martin Landa
|
87e5b1d9b8
wxGUI: apply pep8
|
9 年之前 |
Martin Landa
|
e25d171dcc
wxGUI: fix _getAddons (use 'g.extension -ag')
|
9 年之前 |
Anna Petrášová
|
8310b180ce
workaround some compilation problems on Mac (see https://trac.osgeo.org/grass/ticket/2142, https://trac.osgeo.org/grass/ticket/1819)
|
9 年之前 |
Anna Petrášová
|
eff51a2e2b
wxGUI: sync message formatting with releasebranch
|
9 年之前 |
Anna Petrášová
|
24cefc9cfc
wxGUI: fix loading addons (with different locale) which are compiled for different version - use only byte strings
|
9 年之前 |
Vaclav Petras
|
6bb95f044e
wxGUI/toolboxes: try to read XMLs after writing them
|
10 年之前 |
Vaclav Petras
|
1745913477
wxGUI/toolboxes: fix typo in https://trac.osgeo.org/grass/changeset/64677 and add docstrings
|
10 年之前 |
Vaclav Petras
|
bf6a55cc33
wxGUI/toolboxes: make tooboxes a little bit more independent from GUI
|
10 年之前 |
Vaclav Petras
|
c79d79386d
wxGUI/toolboxes: wrap toolboxes.py custom test as sh test
|
10 年之前 |
Anna Petrášová
|
8802bc435e
wxGUI: attempt to fix loading incompatible addons during startup when the error has non-ascii characters
|
10 年之前 |
Anna Petrášová
|
facecfd56f
wxGUI: do not load addons metadata at gui start on Windows because it results in crash dialog when addon is incompatible with the current version
|
10 年之前 |
Martin Landa
|
bf6ba86025
wxGUI: add message when some addons failed, suggest solution to the user
|
10 年之前 |
Martin Landa
|
a0d8c30d3d
wxGUI: report errors when unable to parse addons interface
|
10 年之前 |
Martin Landa
|
009a647b82
wxGUI: attempt to fix failure when loading broken addons
|
10 年之前 |
Anna Petrášová
|
31297ef713
pythonlib: create new file utils not to clutter core with simple functions and move some of them from core and change all affected imports
|
10 年之前 |
Luca Delucchi
|
4d3d44467e
wxgui: add support for sphinx documentation
|
11 年之前 |
Markus Neteler
|
da32bb85b9
Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288)
|
11 年之前 |
Martin Landa
|
50c1d35c5c
wxGUI: moved to DISTDIR/gui
|
11 年之前 |
Vaclav Petras
|
e77dee056d
wxGUI/toolboxes: improving error handling in module items generation and doctest workaround
|
11 年之前 |
Vaclav Petras
|
ee95f55bfa
wxGUI/translations: different way of accessing gettext underscore ('_') function (attempt to fix https://trac.osgeo.org/grass/ticket/1739 for grasswxpy)
|
11 年之前 |
Vaclav Petras
|
6d65092e3e
wxGUI/toolboxes: finishing https://trac.osgeo.org/grass/changeset/57187 and 57188 (basic version of generation of translation files, code clean up)
|
11 年之前 |