| 01:04:47 | CIA-64: | martinl * r39911 /grass/trunk/gui/wxpython/gui_modules/ ( mapdisp_window.py toolbars.py ): wxGUI/vdigit: initial hot-keys ( p/l ) see #497 |
| 01:04:49 | sigq: | grassfeed: Changeset [39911]: wxGUI/vdigit: initial hot-keys ( p/l ) see #497 <https://trac.osgeo.org/grass/changeset/39911> |
| 01:16:02 | CIA-64: | martinl * r39912 /grass/trunk/gui/wxpython/gui_modules/ ( mapdisp_window.py toolbars.py ): fix r39911 |
| 01:17:14 | sigq: | grassfeed: Changeset [39912]: fix r39911 <https://trac.osgeo.org/grass/changeset/39912> |
| 01:19:09 | CIA-64: | martinl * r39913 /grass/branches/develbranch_6/gui/wxpython/gui_modules/ ( mapdisp_window.py toolbars.py ): |
| 01:19:09 | CIA-64: | wxGUI/vdigit: initial hot-keys ( p/l ) see #497 |
| 01:19:09 | CIA-64: | ( merge r39911 & r39912 from trunk ) |
| 01:56:52 | CIA-64: | martinl * r39914 /grass/trunk/gui/wxpython/xml/menudata.xml: restore accidently removed menu items ( r39863 ) |
| 01:56:55 | sigq: | grassfeed: Changeset [39914]: restore accidently removed menu items ( r39863 ) <https://trac.osgeo.org/grass/changeset/39914> |
| 02:08:35 | CIA-64: | martinl * r39915 /grass/trunk/gui/wxpython/xml/menudata.xml: module help - description synchronized ( use update_menudata.py ) |
| 02:08:38 | sigq: | grassfeed: Changeset [39915]: module help - description synchronized ( use update_menudata.py ) <https://trac.osgeo.org/grass/changeset/39915> |
| 02:10:27 | CIA-64: | martinl * r39916 /grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml: module help - description synchronized ( use update_menudata.py ) |
| 02:10:31 | sigq: | grassfeed: Changeset [39916]: module help - description synchronized ( use update_menudata.py ) <https://trac.osgeo.org/grass/changeset/39916> |
| 02:12:13 | CIA-64: | martinl * r39917 /grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml: module help - description synchronized ( use update_menudata.py ) |
| 02:12:15 | sigq: | grassfeed: Changeset [39917]: module help - description synchronized ( use update_menudata.py ) <https://trac.osgeo.org/grass/changeset/39917> |
| 02:17:49 | CIA-64: | martinl * r39918 /grass/trunk/gui/wxpython/support/update_menudata.py: print error message when menudata.xml is not found |
| 02:19:30 | sigq: | grassfeed: Changeset [39918]: print error message when menudata.xml is not found <https://trac.osgeo.org/grass/changeset/39918> |
| 02:19:35 | CIA-64: | martinl * r39919 /grass/branches/develbranch_6/gui/wxpython/support/update_menudata.py: |
| 02:19:35 | CIA-64: | print error message when menudata.xml is not found |
| 02:19:35 | CIA-64: | ( merge r39918 from trunk ) |
| 02:22:01 | CIA-64: | martinl * r39920 /grass/branches/releasebranch_6_4/gui/wxpython/support/update_menudata.py: |
| 02:22:01 | CIA-64: | print error message when menudata.xml is not found |
| 02:22:01 | CIA-64: | ( merge r39918 from trunk ) |
| 05:41:51 | CIA-64: | martinl * r39921 /grass/branches/releasebranch_6_4/general/g.version/ ( Makefile main.c ): |
| 05:41:51 | CIA-64: | glynn: Avoid passing large amounts of data via -D switches |
| 05:41:51 | CIA-64: | ( merge from r39844 from devbr6 ) |
| 09:35:53 | sigq: | grassfeed: Ticket #832 ( defect created ): menu tree in help menu won't run commands <https://trac.osgeo.org/grass/ticket/832> |
| 11:13:18 | CIA-64: | cmbarton * r39922 /grass/branches/develbranch_6/gui/wxpython/gui_modules/help.py: Fixed menu tree access on Macs and double-clicking item to run command |
| 11:13:25 | sigq: | grassfeed: Changeset [39922]: Fixed menu tree access on Macs and double-clicking item to run command <https://trac.osgeo.org/grass/changeset/39922> |
| 11:18:37 | CIA-64: | cmbarton * r39923 /grass/trunk/gui/wxpython/gui_modules/help.py: Fix Mac use of menu tree window and double-clicking of item to run command. Backport from develbranch_6 r39922 |
| 11:22:26 | sigq: | grassfeed: Ticket #832 ( defect closed ): menu tree in help menu won't run commands <https://trac.osgeo.org/grass/ticket/832#comment:1> |
| 11:24:27 | CIA-64: | cmbarton * r39924 /grass/branches/develbranch_6/gui/wxpython/wxgui.py: Fixed commands requiring xterms so that they work with Mac. Linux platforms might be able to use the same simplified routine, eliminating the need for extra coding and the xterm wrapper scripts. |
| 11:38:18 | CIA-64: | martinl * r39925 /grass/branches/develbranch_6/gui/wxpython/gui_modules/help.py: |
| 11:38:18 | CIA-64: | fix bug introduced in r39922 - menu items are not grass commands, |
| 11:38:18 | CIA-64: | eval( ) required |
| 11:44:44 | CIA-64: | cmbarton * r39926 /grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py: Fixed so that commands requiring xterms now run on Mac. The same approach might also work in Linux but I can't test. |
| 11:52:20 | CIA-64: | martinl * r39927 /grass/trunk/gui/wxpython/gui_modules/help.py: |
| 11:52:21 | CIA-64: | fix bug introduced in r39922 - menu items are not grass commands, |
| 11:52:21 | CIA-64: | eval( ) required |
| 11:52:21 | CIA-64: | ( merge r39925 from devbr6 ) |
| 12:07:06 | CIA-64: | cmbarton * r39928 /grass/branches/develbranch_6/gui/wxpython/wxgui.py: Makes menu tree interface double clicking run commands |
| 12:08:35 | sigq: | grassfeed: Changeset [39928]: Makes menu tree interface double clicking run commands <https://trac.osgeo.org/grass/changeset/39928> |
| 12:28:52 | CIA-64: | cmbarton * r39929 /grass/trunk/gui/wxpython/wxgui.py: Lets help/menu tree item double-clicking run commands. Backported from develbranch_6 |
| 13:20:55 | CIA-64: | cmbarton * r39930 /grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml: Added g.region back into menu |
| 13:21:00 | sigq: | grassfeed: Changeset [39930]: Added g.region back into menu <https://trac.osgeo.org/grass/changeset/39930> |
| 13:36:39 | CIA-64: | cmbarton * r39931 /grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml: Make g.region accessible from menus |
| 13:36:42 | sigq: | grassfeed: Changeset [39931]: Make g.region accessible from menus <https://trac.osgeo.org/grass/changeset/39931> |
| 13:38:39 | CIA-64: | cmbarton * r39932 /grass/trunk/gui/wxpython/xml/menudata.xml: Make g.region accessible from menus |
| 13:38:42 | sigq: | grassfeed: Changeset [39932]: Make g.region accessible from menus <https://trac.osgeo.org/grass/changeset/39932> |
| 13:42:21 | CIA-64: | cmbarton * r39933 /grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py: Fix so that it will find mapsets and function as desired. |
| 13:42:23 | sigq: | grassfeed: Changeset [39933]: Fix so that it will find mapsets and function as desired. <https://trac.osgeo.org/grass/changeset/39933> |
| 13:51:58 | CIA-64: | cmbarton * r39934 /grass/trunk/gui/wxpython/gui_modules/gdialogs.py: Fix so mapsets can be seen and selected. Backport from develbranch_6 r39933 |
| 15:01:28 | sigq: | grassfeed: Ticket #833 ( defect created ): Preferences not saved <https://trac.osgeo.org/grass/ticket/833> |
| 15:35:54 | CIA-64: | cmbarton * r39935 /grass/trunk/gui/wxpython/gui_modules/preferences.py: If ~/.grass7 directory does not exist, create it. |
| 15:37:37 | sigq: | grassfeed: Changeset [39935]: If ~/.grass7 directory does not exist, create it. <https://trac.osgeo.org/grass/changeset/39935> |
| 15:39:38 | CIA-64: | cmbarton * r39936 /grass/trunk/gui/wxpython/gui_modules/preferences.py: updated error message |
| 15:39:38 | sigq: | grassfeed: Ticket #833 ( defect closed ): Preferences not saved <https://trac.osgeo.org/grass/ticket/833#comment:2> |
| 15:41:39 | sigq: | grassfeed: Changeset [39936]: updated error message <https://trac.osgeo.org/grass/changeset/39936> |