Hugo Mercier 
							
						 
					 
					
						
						
						
						
							
						
						
							4876e7a2be 
							
						 
					 
					
						
						
							
							[DBManager] Integrate QSpatialite's query builder  
						
						 
						
						
						
						
					 
					
						2015-05-04 17:19:09 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hugo Mercier 
							
						 
					 
					
						
						
						
						
							
						
						
							d684c8c749 
							
						 
					 
					
						
						
							
							[DBManager] Allow to load a layer without primary key  
						
						 
						
						
						
						
					 
					
						2015-05-04 17:19:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hugo Mercier 
							
						 
					 
					
						
						
						
						
							
						
						
							00618fcabf 
							
						 
					 
					
						
						
							
							[DBManager] Allow non-spatial layers  
						
						 
						
						
						
						
					 
					
						2015-05-04 17:18:24 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							102f6d3100 
							
						 
					 
					
						
						
							
							db manager: fix BaseError handing ( fixes   #12645 )  
						
						 
						
						
						
						
					 
					
						2015-04-26 13:37:15 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							12d7cfca03 
							
						 
					 
					
						
						
							
							indentation update  
						
						 
						
						
						
						
					 
					
						2015-04-07 14:27:39 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							be12c19e66 
							
						 
					 
					
						
						
							
							db manager: fix setting of contrast enhancement for spatialite rasters ( fixes   #12497 )  
						
						 
						
						
						
						
					 
					
						2015-04-04 23:38:14 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan Woodrow 
							
						 
					 
					
						
						
						
						
							
						
						
							297a94fc58 
							
						 
					 
					
						
						
							
							Fix formatting of db manager python code  
						
						 
						
						
						
						
					 
					
						2015-03-21 20:35:29 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Etienne Trimaille 
							
						 
					 
					
						
						
						
						
							
						
						
							54ce784d31 
							
						 
					 
					
						
						
							
							add 'way' to geometry column name'  
						
						 
						
						
						
						
					 
					
						2015-03-18 18:12:33 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Dobias 
							
						 
					 
					
						
						
						
						
							
						
						
							c3d9f10cbe 
							
						 
					 
					
						
						
							
							Fix   #12193  - problem with update of SQL query in DB manager  
						
						 
						
						... 
						
						
						
						In the scenario described in the bug report, the selected text was empty,
but editor's hasSelectedText() would still return True 
						
						
					 
					
						2015-02-20 15:04:46 +07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							2c820bb925 
							
						 
					 
					
						
						
							
							db_manager: use SqlEdit when QgsCodeEditorSQL is unavailable ( fixes   #12011 )  
						
						 
						
						
						
						
					 
					
						2015-02-02 18:45:27 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							ca459ee4e8 
							
						 
					 
					
						
						
							
							dbmanager: fix import (followup 956c155e8f)  
						
						 
						
						
						
						
					 
					
						2015-02-02 12:23:18 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							956c155e8f 
							
						 
					 
					
						
						
							
							fix python pep8 warnings and fix some revealed errors  
						
						 
						
						... 
						
						
						
						pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     . 
						
						
					 
					
						2015-02-01 20:46:47 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							62b2c1fcab 
							
						 
					 
					
						
						
							
							db manager: request credentials directly when connection failed ( fixes   #11886 )  
						
						 
						
						
						
						
					 
					
						2015-01-25 00:33:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							bff64fdef9 
							
						 
					 
					
						
						
							
							indentation update  
						
						 
						
						
						
						
					 
					
						2014-12-30 22:47:09 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giuseppe Sucameli 
							
						 
					 
					
						
						
						
						
							
						
						
							46da379c48 
							
						 
					 
					
						
						
							
							Merge pull request  #1705  from marcel-dancak/db_manager-spatialite-index-tables  
						
						 
						
						... 
						
						
						
						db_manager: do not display index tables when browsing SpatiaLite databases 
						
						
					 
					
						2014-12-29 22:53:45 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan Woodrow 
							
						 
					 
					
						
						
						
						
							
						
						
							df06057282 
							
						 
					 
					
						
						
							
							Merge pull request  #1741  from Gustry/master  
						
						 
						
						... 
						
						
						
						[DB Manager] Allow execution of the selected text in the SQL window 
						
						
					 
					
						2014-12-21 21:42:12 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anita Graser 
							
						 
					 
					
						
						
						
						
							
						
						
							09400d15d8 
							
						 
					 
					
						
						
							
							small grammar fix  
						
						 
						
						
						
						
					 
					
						2014-12-21 10:52:46 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Etienne Trimaille 
							
						 
					 
					
						
						
						
						
							
						
						
							06c6ca0044 
							
						 
					 
					
						
						
							
							allow execution of the selected text in the SQL window  
						
						 
						
						
						
						
					 
					
						2014-12-19 16:55:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paolo Cavallini 
							
						 
					 
					
						
						
						
						
							
						
						
							c46a7b632c 
							
						 
					 
					
						
						
							
							Merge pull request  #1517  from imincik/dbmanager_icons  
						
						 
						
						... 
						
						
						
						dbmanager: rotating layer import and export icons to more intuitive sense 
						
						
					 
					
						2014-12-09 09:05:21 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							f8f7842108 
							
						 
					 
					
						
						
							
							db_manager: fix error message on table vacuum  
						
						 
						
						
						
						
					 
					
						2014-12-03 16:18:32 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Salvatore Larosa 
							
						 
					 
					
						
						
						
						
							
						
						
							2eb0ca343c 
							
						 
					 
					
						
						
							
							[codeeditor] set case insensitive for SQL Lexer: followup  #1686  
						
						 
						
						
						
						
					 
					
						2014-12-02 10:18:08 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcel Dancak 
							
						 
					 
					
						
						
						
						
							
						
						
							b9f8176e66 
							
						 
					 
					
						
						
							
							db_manager: do not display index tables when browsing SpatiaLite databases  
						
						 
						
						
						
						
					 
					
						2014-11-28 10:12:26 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Larry Shaffer 
							
						 
					 
					
						
						
						
						
							
						
						
							8299b20638 
							
						 
					 
					
						
						
							
							Followup to 2261999; fix import of QgsCodeEditorSQL for DB Manager  
						
						 
						
						
						
						
					 
					
						2014-11-21 11:05:09 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							ad881089ef 
							
						 
					 
					
						
						
							
							case insensitive autocompletion  
						
						 
						
						
						
						
					 
					
						2014-11-14 18:16:10 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexander Bruy 
							
						 
					 
					
						
						
						
						
							
						
						
							22619996b5 
							
						 
					 
					
						
						
							
							switch DB Manager's SQL editor to QgsCodeEditorSQL  
						
						 
						
						
						
						
					 
					
						2014-11-13 17:08:19 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							0a875d3e81 
							
						 
					 
					
						
						
							
							db manager: show error message in bar when adding a layer fails ( fixes   #8148 )  
						
						 
						
						
						
						
					 
					
						2014-10-29 01:13:11 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							748e7cf42f 
							
						 
					 
					
						
						
							
							Remove unsupported append import/export option from db_manager (refs  #10569 )  
						
						 
						
						
						
						
					 
					
						2014-10-26 15:48:35 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Santilli 
							
						 
					 
					
						
						
						
						
							
						
						
							93864ce55c 
							
						 
					 
					
						
						
							
							Remove workaround for layergroup bug  #6938 , now fixed  
						
						 
						
						
						
						
					 
					
						2014-10-21 12:42:42 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Santilli 
							
						 
					 
					
						
						
						
						
							
						
						
							1ff2ad3cc3 
							
						 
					 
					
						
						
							
							[TopoViewer] fix layer visibility after QgsLegendInterface API changes  
						
						 
						
						... 
						
						
						
						It was broken with 2.4, whereas QgsLegendInterface::moveLayer started
forcing layer visibility on (undocumented behaviour).
Fixes  #11382  
						
						
					 
					
						2014-10-14 23:43:40 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nyall Dawson 
							
						 
					 
					
						
						
						
						
							
						
						
							a9c4136aa9 
							
						 
					 
					
						
						
							
							dbManager - remove more 'Sorry' strings  
						
						 
						
						
						
						
					 
					
						2014-09-26 07:23:23 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Salvatore Larosa 
							
						 
					 
					
						
						
						
						
							
						
						
							cb414f5d2c 
							
						 
					 
					
						
						
							
							[dbmanager] again replacement box->bar stuff....hopefully the last :-)  
						
						 
						
						
						
						
					 
					
						2014-09-26 07:18:19 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Salvatore Larosa 
							
						 
					 
					
						
						
						
						
							
						
						
							a778e265a7 
							
						 
					 
					
						
						
							
							[dbmanager] followp 1646f67: fixes some string and changes more messageboxes  
						
						 
						
						
						
						
					 
					
						2014-09-26 07:18:19 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Salvatore Larosa 
							
						 
					 
					
						
						
						
						
							
						
						
							5fc78bfe59 
							
						 
					 
					
						
						
							
							[dbmanager] messagebox => messagebar  
						
						 
						
						
						
						
					 
					
						2014-09-26 07:18:19 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nyall 
							
						 
					 
					
						
						
						
						
							
						
						
							4e3510edec 
							
						 
					 
					
						
						
							
							[dbmanager] Try to set sensible default column choice for sql window  
						
						 
						
						
						
						
					 
					
						2014-09-15 13:08:52 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nyall 
							
						 
					 
					
						
						
						
						
							
						
						
							3bf6f3e472 
							
						 
					 
					
						
						
							
							[dbmanager] Don't trip up when loading a sql layer if sql ends with a ;  
						
						 
						
						
						
						
					 
					
						2014-09-15 12:28:24 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nyall 
							
						 
					 
					
						
						
						
						
							
						
						
							ffa431c28d 
							
						 
					 
					
						
						
							
							[dbmanager] Don't set parent for dbmanager window, allows for minimising  
						
						 
						
						... 
						
						
						
						window. Unminimise window when activating dbmanager. 
						
						
					 
					
						2014-09-15 11:25:55 +10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Santilli 
							
						 
					 
					
						
						
						
						
							
						
						
							dd78876636 
							
						 
					 
					
						
						
							
							Allow loading pgraster tables with non-default raster field name  
						
						 
						
						... 
						
						
						
						Before this change you could only load tables where the raster
field was named "rast". 
						
						
					 
					
						2014-09-04 13:14:39 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Santilli 
							
						 
					 
					
						
						
						
						
							
						
						
							e91141cb2a 
							
						 
					 
					
						
						
							
							Allow loading PostGIS Rasters from partially configured connections  
						
						 
						
						... 
						
						
						
						Partially configured connection are those for which an hostname
or username or port etc. are not specified, relying on libpq defaults.
It was already fixed for geometries but rasters needed more love.
See #9037 . 
						
						
					 
					
						2014-09-04 12:36:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DelazJ 
							
						 
					 
					
						
						
						
						
							
						
						
							0bfd5fbf64 
							
						 
					 
					
						
						
							
							Default srid value to use in new geom column : 0  
						
						 
						
						
						
						
					 
					
						2014-08-21 13:09:34 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DelazJ 
							
						 
					 
					
						
						
						
						
							
						
						
							57c901712a 
							
						 
					 
					
						
						
							
							Default srid value to 0 in new table geom column  
						
						 
						
						
						
						
					 
					
						2014-08-21 13:07:07 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								DelazJ 
							
						 
					 
					
						
						
						
						
							
						
						
							8164f4b253 
							
						 
					 
					
						
						
							
							set default srid value to 0 in new geom column  
						
						 
						
						
						
						
					 
					
						2014-08-21 13:05:47 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sylvain Maillard 
							
						 
					 
					
						
						
						
						
							
						
						
							76c1bb5311 
							
						 
					 
					
						
						
							
							fix typos: extra spaces  
						
						 
						
						
						
						
					 
					
						2014-08-14 14:54:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Mincik 
							
						 
					 
					
						
						
						
						
							
						
						
							a5dbb66d95 
							
						 
					 
					
						
						
							
							dbmanager: rotating layer import and export icons to more intuitive sense  
						
						 
						
						
						
						
					 
					
						2014-07-25 10:51:53 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							1949fd7585 
							
						 
					 
					
						
						
							
							dbmanager: fix adding views to canvas ( fixes   #10688 )  
						
						 
						
						
						
						
					 
					
						2014-06-24 18:26:44 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							c8375f5a63 
							
						 
					 
					
						
						
							
							debian packaging update: include LICENSE ( fixes   #8712 )  
						
						 
						
						
						
						
					 
					
						2014-06-22 02:09:06 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sandro Santilli 
							
						 
					 
					
						
						
						
						
							
						
						
							39b3e5fa10 
							
						 
					 
					
						
						
							
							Allow db_manager use of connections with no parameters  
						
						 
						
						... 
						
						
						
						Fixes 'Error: database "" does not exist' message.
Closes bug #9037  
						
						
					 
					
						2014-06-16 12:06:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							61dc4debfe 
							
						 
					 
					
						
						
							
							db manager: fix import of geometryless files ( fixes   #8970 )  
						
						 
						
						
						
						
					 
					
						2014-06-12 23:36:13 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							85ce67624c 
							
						 
					 
					
						
						
							
							db_mananger: fix loading geometryless tables ( fixes   #10566 )  
						
						 
						
						
						
						
					 
					
						2014-06-12 17:32:56 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juergen E. Fischer 
							
						 
					 
					
						
						
						
						
							
						
						
							272ac2ec55 
							
						 
					 
					
						
						
							
							db_manager: replace toPyObject() (old sip api;  fixes   #9991 )  
						
						 
						
						
						
						
					 
					
						2014-06-01 15:36:17 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Giuseppe Sucameli 
							
						 
					 
					
						
						
						
						
							
						
						
							d522059524 
							
						 
					 
					
						
						
							
							Merge pull request  #1348  from imincik/db_manager_connection_holding  
						
						 
						
						... 
						
						
						
						db manager: fix connection holding - idle in transaction (QGIS bug #7162... 
						
						
					 
					
						2014-05-19 12:31:58 +02:00