236 Commits

Author SHA1 Message Date
Alexander Bruy
bac09e99c0 use checkable groupbox instead of separate checkboxes in console
settings
2013-05-23 13:33:50 +04:00
Salvatore Larosa
022ca43995 [pyqgis-console] fix for save as in tabbar context menu 2013-05-22 17:59:13 +02:00
Salvatore Larosa
2a9e0aee91 [pyqgis-console] enables to select multiple files to load in the file editor 2013-05-22 17:59:13 +02:00
Juergen E. Fischer
bb04e70d4c yet another german translation update 2013-05-22 02:45:25 +02:00
Salvatore Larosa
9242170d8d [pyqgis-console] small fixes 2013-05-22 01:52:24 +02:00
Salvatore Larosa
3f58142a4a [pyqgis-console] increases height of the row in QListView and QTreeWidget for Windows OS
- small fixes for the run script command
2013-05-22 00:20:07 +02:00
Salvatore Larosa
b805894564 [pyqgis-console] uses context menu to handle the command history instead of typing directly the command into the console
- shows history in dialog (much more usable)
2013-05-20 23:33:47 +02:00
Juergen E. Fischer
65d3535fc5 - Quantum GIS => QGIS update
- integrate PythonConsole help into main translation
- allow referencing QGIS images in context help(viewer)
2013-05-20 16:48:51 +02:00
Salvatore Larosa
51d73a94e5 [pyqgis-console] fix translation string 2013-05-20 11:02:09 +02:00
Salvatore Larosa
942d6bfa5d [pyqgis-console] allow to disable automatic parentheses insertion from settings:
- fix: add Shift+Insert to paste action
- fix: set default Monospaced font at the first start
- allow to save state for console splitter
- fix for mousePressEvent into console
2013-05-20 01:58:41 +02:00
Salvatore Larosa
acacf84845 [pyqgis-console] adds more options to find text in the editor 2013-05-19 00:43:57 +02:00
Salvatore Larosa
0175a8053d [pyqgis-console] uses QFileInfo instead of os.path to check if file exists
- minor fixes and cleanup
2013-05-16 01:11:09 +02:00
Radim Blazek
8f363b570e python console setPlaceholderText qt < 4.7 fix 2013-05-15 16:43:12 +02:00
Salvatore Larosa
256684134c [pyqgis-console] allow to disable the object inspector from settings (default it is disabled)
- fixes some translation string
2013-05-15 15:25:50 +02:00
Salvatore Larosa
41932dfcca [pyqgis-console] again more fixes and cleanup (for the editor) 2013-05-13 21:03:57 +02:00
Salvatore Larosa
0a5e09a69c [pyqgis-console] minor fixes: followup a60e74a 2013-05-12 10:09:09 +02:00
Salvatore Larosa
a60e74a01e [pyqgis-console] a simple syntax checker for the editor
- some fixes and code cleanup
2013-05-11 23:45:37 +02:00
Salvatore Larosa
09f5ee6296 [pyqgis-console] disables the save button if the document is not modified 2013-05-11 00:48:37 +02:00
Salvatore Larosa
839343b1e5 [pyqgis-console] close bracket automatically 2013-05-11 00:25:49 +02:00
Juergen E. Fischer
42929762a6 localize support links 2013-05-10 09:15:13 +02:00
Salvatore Larosa
9e5b889ac3 [pyqgis-console] add scroll area for settigs dialog
- does also the last tab closable
- fixes some translate string and warns the user
  if the file has been deleted
- minor fixes
2013-05-07 16:21:54 +02:00
Salvatore Larosa
471dab184a [pyqgis-console] just shows the context menu on tabs (does not on tabbar) 2013-05-05 22:34:14 +02:00
Salvatore Larosa
eb47ff5d8a [pyqgis-console] fix typo and indentation update 2013-05-05 20:47:59 +02:00
Salvatore Larosa
507756a7f7 [pyqgis-console] add a context menu for tabs 2013-05-05 20:40:24 +02:00
Salvatore Larosa
d3f9dd5dc4 [pyqgis-console] fixes translation strings 2013-05-04 23:44:18 +02:00
Salvatore Larosa
fb91f76c19 [pyqgis-console] minor fixes and cleanup 2013-05-04 23:27:21 +02:00
Salvatore Larosa
6c27d16309 [pyqgis-console] some fix for find text in editor
- changes tabs to north
2013-05-04 22:30:06 +02:00
Juergen E. Fischer
b4ba4c82da fix spelling errors 2013-05-03 01:45:46 +02:00
Juergen E. Fischer
d4542feedf another indention update 2013-05-03 00:25:39 +02:00
Salvatore Larosa
9ed5063844 [pyqgis-console] adds a find text widget to editor 2013-05-02 23:24:51 +02:00
Salvatore Larosa
ae7115f74f [pyqgis-console] re-added shortcut mistakenly removed in 07abb34 2013-05-02 12:46:36 +02:00
Salvatore Larosa
ee4fc4e1a6 [pyqgis-console] fixes import warning 2013-05-02 00:15:34 +02:00
Juergen E. Fischer
d0aa1e47e8 indentation update 2013-05-02 00:02:25 +02:00
Salvatore Larosa
334f43e41e [pyqgis-console] warning the user if the file has been modified by another process
- set fixed size for corner widget icons
- reorganized message levels for the message bar
- minor fixes
2013-05-01 23:48:16 +02:00
Salvatore Larosa
d8fd259628 [pyqgis-console] fix sharing snippets code via codepad 2013-05-01 02:42:51 +02:00
Salvatore Larosa
36e613ae5a [pyqgis-console] fix comment/uncomment code also on Windows OS 2013-05-01 02:42:51 +02:00
Salvatore Larosa
5407616bb7 [pyqgis-console] running script without shell window (for Windows OS)
- changed runscript icon to contextual menu
2013-04-30 16:33:44 +02:00
Salvatore Larosa
e755815ff0 [pyqgis-console] allows comments and quotes folding in editor lexer 2013-04-29 12:41:45 +02:00
Salvatore Larosa
195918293c [pyqgis-console] small fix for show/hide editor action 2013-04-29 01:22:45 +02:00
Salvatore Larosa
71c9d96f44 [pyqgis-console ] adds more options to settings dialog:
- reorganized settings dialog
- added option autosave script before running
- added options for autocompletion code (from Document, from APIs, from Doc and API)
- minor fixes
2013-04-28 23:56:52 +02:00
Salvatore Larosa
5cbf42b084 [pyqgis-console] fix object inspector on windows 7
- minor fixes
2013-04-25 18:17:50 +02:00
Salvatore Larosa
e22f0d162f [pyqgis-console] fixes #7653 and #7646
- more minor fixes
2013-04-23 23:50:57 +02:00
Salvatore Larosa
4e4b0a915e [pyqgis-console] allows to handle non-ascii chars in script file name 2013-04-22 16:55:04 +02:00
Salvatore Larosa
12a8390ea3 [pyqgis-console] shows also derived class name in object browser widget 2013-04-22 16:51:39 +02:00
Salvatore Larosa
4696e019ee [pyqgis-console] fix indentation 2013-04-22 16:51:39 +02:00
Salvatore Larosa
1a9184144d [pyqgis-console] fix - allows to apply the console settings at all the tabs 2013-04-22 10:27:54 +02:00
Salvatore Larosa
269a419b25 [pyqgis-console] converts all newlines to "\n" in order to fix the "Enter selected command" from the editor
- fixes background color for toolbar editor on Windows
- minor fixes
2013-04-21 23:27:23 +02:00
Salvatore Larosa
b70934af49 [pyqgis-console] Follow up 7096a73 2013-04-21 02:50:12 +02:00
Salvatore Larosa
7096a73bf0 [pyqgis-console] added a python object browser for editor
- allow to save state for splitters
- minor fixes and cleanup
2013-04-21 01:54:07 +02:00
Salvatore Larosa
f12eebe35e [pyqgis-console] remove unnecessary code and fix tabs tooltip 2013-04-20 23:10:38 +02:00