[QGIS Commit] [qgis/Quantum-GIS] a773be: [dbmanager] Fix non-clickable checkbox in Null col...
GitHub
noreply at github.com
Sat Aug 3 15:20:46 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: a773be2837b8a15a52a2682fa95e9e653f4e2d50
https://github.com/qgis/Quantum-GIS/commit/a773be2837b8a15a52a2682fa95e9e653f4e2d50
Author: Larry Shaffer <larrys at dakotacarto.com>
Date: 2013-08-03 (Sat, 03 Aug 2013)
Changed paths:
M python/plugins/db_manager/db_plugins/data_model.py
M python/plugins/db_manager/dlg_create_table.py
M python/plugins/db_manager/ui/DlgCreateTable.ui
Log Message:
-----------
[dbmanager] Fix non-clickable checkbox in Null column when creating table (on Mac)
- Switch from checkbox delegate to Qt::CheckStateRole for column
- Enable all triggers for table view
Commit: e1927522a43ac102897fd6dcc629578f1d8c2b40
https://github.com/qgis/Quantum-GIS/commit/e1927522a43ac102897fd6dcc629578f1d8c2b40
Author: Larry Shaffer <larrys at dakotacarto.com>
Date: 2013-08-03 (Sat, 03 Aug 2013)
Changed paths:
M python/plugins/db_manager/db_plugins/postgis/plugin.py
Log Message:
-----------
[dbmanager] Fix settings default and Python type for connection with postgis plugin
- Saved connections with empty password raised a QPyNullVariant parameter error due to lack of str default
Commit: 3df3463e778f41afa6b5ebdea38aa4401ad0cdd7
https://github.com/qgis/Quantum-GIS/commit/3df3463e778f41afa6b5ebdea38aa4401ad0cdd7
Author: Larry Shaffer <larrys at dakotacarto.com>
Date: 2013-08-03 (Sat, 03 Aug 2013)
Changed paths:
M python/plugins/db_manager/db_plugins/postgis/plugin.py
Log Message:
-----------
[dbmanager] Add missing InvalidDataException import
Commit: 3bf4031175efb00c9b244586c305b52376b9aae5
https://github.com/qgis/Quantum-GIS/commit/3bf4031175efb00c9b244586c305b52376b9aae5
Author: Larry Shaffer <larrys at dakotacarto.com>
Date: 2013-08-03 (Sat, 03 Aug 2013)
Changed paths:
M python/plugins/CMakeLists.txt
Log Message:
-----------
Switch targets staged_[plugin_dir_name] to staged-[plugin_dir_name], as noted in comments
- Only plugin directories should have underscores, targets should have hyphens
Compare: https://github.com/qgis/Quantum-GIS/compare/fe6dcf1432cb...3bf4031175ef
More information about the QGIS-commit
mailing list