23 Commits

Author SHA1 Message Date
Salvatore Larosa
50c28a9a3f fix mouse event in console 2012-10-06 16:08:41 +02:00
Salvatore Larosa
c212e91ffc typo in console_sci 2012-10-05 23:35:25 +02:00
Salvatore Larosa
b3589d488f Fix #6458
- added new icon in resources
- added tools to import QtCore,QtGui class
- update help and locale
2012-10-05 23:32:02 +02:00
Salvatore Larosa
4513ada562 Fix 6459
- update Italian translate
- renamed help console to console_help.py
- renamed Deutsch properties file (help translation)
- added MouseEvent (midbutton) to Python Console
2012-10-05 22:21:56 +02:00
Juergen E. Fischer
1aa4c1eb63 debian packaging update - also moved python console files and icons 2012-10-05 18:30:19 +02:00
Larry Shaffer
064c0c054b PyQScintilla api files setup for local compiling of pap file
- Update and concatenate sip-built api files into PyQGIS.api
- Move python/qgis/api to python/qsci_apis for future api selection and compiling module
- Add base version api files for python components
2012-10-04 15:06:25 -06:00
Salvatore Larosa
630a02153f Improved the console toolbar
- added menu for class import
- added menu for open/save script
- update help and Italian translate
2012-09-27 17:14:10 +02:00
Salvatore Larosa
29aeac7980 Added keys binding to view the command history
- added new command to clear completely the command history
- fixed copy,cut command in keyPressEvent more minor problems
- update for help
- update for Italian translate
2012-09-27 00:13:25 +02:00
Salvatore Larosa
a0566c79b7 Cleaning the code 2012-09-25 16:31:51 +02:00
Salvatore Larosa
59ff69eae1 Added support to save history in python console
- edited console.py to save history on closeEvent
- edited console_sci.py to add read, clear and write history methods
- edited help file
- update to Italian translate file
2012-09-25 16:23:24 +02:00
Salvatore Larosa
740eaf98dc adjustment to the translate file to get the Italian translation in python console 2012-09-23 16:01:51 +02:00
Salvatore Larosa
c5ff5ee5be improved paste action and minor bug fixes 2012-09-22 13:12:40 +02:00
Salvatore Larosa
7e6ec9bc32 cleaning and minor adjustments to the code for console 2012-09-22 13:09:23 +02:00
Salvatore Larosa
315e0c0043 added action to import sextante class 2012-09-13 23:38:47 +02:00
Salvatore Larosa
cd36650639 cleaning up code 2012-09-13 19:22:34 +02:00
Salvatore Larosa
e2fff49874 added support to paste multi-line text 2012-09-12 00:33:04 +02:00
Salvatore Larosa
a090559f3d added delete key in keyPressEvent 2012-09-11 16:05:52 +02:00
Salvatore Larosa
1dc7ce997b check platform for font size 2012-09-11 12:43:54 +02:00
Larry Shaffer
9db9ef80c6 Add support for prepared API file
- Prepared API file supports Python 2.7, PyQGIS master, PyQt4.7.4, QScintilla2 2.4.5, osgeo 1.9.1
- Set point size larger (should be setting in app)
- Remove extra spacing between toolbar and console edit widget
- Remove space from Qt object name
- With many more API lines, autocompletion should start at least on second character, if not third
2012-09-10 20:06:06 -06:00
Salvatore Larosa
02b687321a fix issue with home key 2012-09-11 00:56:09 +02:00
Salvatore Larosa
303f0a6e0a clear some command key and added shortcut ctrl+space 2012-09-10 22:52:15 +02:00
Salvatore Larosa
03877e5885 clean up to code and added api directory 2012-09-10 19:44:33 +02:00
Salvatore Larosa
cf272f8801 New Python Console 2012-09-10 19:16:37 +02:00