Vaclav Petras
|
4743d531f7
wxGUI: New, simplified, unified window titles (#1216)
|
4 years ago |
nilason
|
1311ef229d
wxGUI: fix bad indentation (#784)
|
4 years ago |
nilason
|
afb11092b2
wxGUI: fix atexit error in debug mode when exiting GUI (#772)
|
4 years ago |
Anna Petrasova
|
6a120c3720
wxGUI: replace deprecated wx.Yield
|
5 years ago |
Anna Petrasova
|
a5c598adb4
wxGUI: avoid printing annoying wx debug message on startup
|
5 years ago |
Anna Petrasova
|
d292e8b9c6
wxGUI: remove legacy initialization of image handlers
|
5 years ago |
Markus Neteler
|
bb779c2f13
i18N: cleanup gettext usage for Python code (fixes https://trac.osgeo.org/grass/ticket/3790) (contributed by pmav99)
|
6 years ago |
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 years ago |
Anna Petrášová
|
6bb347d63b
wxGUI: fix problems with imports from https://trac.osgeo.org/grass/changeset/71332 which caused GUI crash
|
7 years ago |
Martin Landa
|
570eb5b3a7
revert https://trac.osgeo.org/grass/changeset/71332 since it causes GUI startup crash on Debian (wxPython 3.0.2)
|
7 years ago |
Anna Petrášová
|
0b024b4e6f
wxGUI: fix launching with Phoenix on Mac (splash screen), more robust version parsing
|
7 years ago |
Martin Landa
|
87e5b1d9b8
wxGUI: apply pep8
|
9 years ago |
Martin Landa
|
98e289afa9
Close wxGUI on GRASS CLI exit (https://trac.osgeo.org/grass/ticket/770) - experimental prototype
|
9 years ago |
Martin Landa
|
7e3d90bc8d
wxGUI: pid not used (cosmetics)
|
9 years ago |
Martin Landa
|
751608e0d0
simplify GRASS exiting from GUI (see r66917:8)
|
9 years ago |
Martin Landa
|
8c5ffa71c5
wxGUI: add experimental option to exit GRASS shell from GUI session
|
9 years ago |
Martin Landa
|
afe7acd451
wxgui.py: import GMFrame from GMApp
|
10 years ago |
Martin Landa
|
1765f8f889
wxgui.py: go back to old version of splash screen (https://trac.osgeo.org/grass/changeset/64455)
|
10 years ago |
Martin Landa
|
fa3796315d
wxGUI: add debug message to print startup time (cosmetics)
|
10 years ago |
Martin Landa
|
1b4a0715f6
wxGUI: hide splash screen slighty before wxGUI is shown
|
10 years ago |
Martin Landa
|
976782d04c
wxGUI: remove unused import
|
10 years ago |
Martin Landa
|
a7a17783de
wxGUI: splash screen cosmetics (use named arguments)
|
10 years ago |
Martin Landa
|
5917945a09
wxGUI: splash screen changed to 2sec
|
10 years ago |
Martin Landa
|
54a3f8f24b
wxGUI: new version of splash screen (based http://wiki.wxpython.org/SplashScreen)
|
10 years ago |
Martin Landa
|
9a3a047457
Update of splash screen to new version (contributed by Vincent BAIN)
|
10 years ago |
Anna Petrášová
|
2437e7dc1e
wxGUI: add set_raise_on_error(True) to prevent crashing gui when using grass.mapcalc
|
10 years ago |
Pietro Zambelli
|
69fecb8622
exceptions: Move exceptions from around the GRASS code to one place
|
10 years ago |
Luca Delucchi
|
4d3d44467e
wxgui: add support for sphinx documentation
|
11 years ago |
Markus Neteler
|
da32bb85b9
Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288)
|
11 years ago |
Martin Landa
|
50c1d35c5c
wxGUI: moved to DISTDIR/gui
|
11 years ago |