3590 Commits

Author SHA1 Message Date
timlinux
eb24cea6c8 Makefile cleanups in prepration for implementing more that one test unit
git-svn-id: http://svn.osgeo.org/qgis/trunk@5215 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-08 00:11:51 +00:00
gsherman
10a5bea93b Removed -lQtTest from Makefile.am (configure adds it to QT_LDADD).
Changed include of QtTest in testqgsapplication.cpp to proper form.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5214 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-07 23:51:07 +00:00
timlinux
acf4803bac Enable build of tests
If you have problems compiling touch all the files in core and try again


git-svn-id: http://svn.osgeo.org/qgis/trunk@5213 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-07 23:43:33 +00:00
timlinux
b7dfdb4d35 Make a basic check that you are in the plugins directory before the script is allowed to run
git-svn-id: http://svn.osgeo.org/qgis/trunk@5212 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-07 23:21:38 +00:00
gsherman
9950e4d987 Removed 5 character limit on proxy user and password. Fixes bug #46.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5211 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-07 18:08:20 +00:00
timlinux
5896566ac6 French translation updates from Pascal Obstétar
git-svn-id: http://svn.osgeo.org/qgis/trunk@5210 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-07 13:51:00 +00:00
mhugent
d1549cac4d more removed std::couts
git-svn-id: http://svn.osgeo.org/qgis/trunk@5209 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-07 10:16:59 +00:00
g_j_m
0fa3f4ed7f Remove and tidy up code that used to do stuff to the overview
canvas. This is handled by the map canvas now.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5208 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-07 09:33:03 +00:00
rblazek
370f7bb79e fix for crash in mapsetChanged()
git-svn-id: http://svn.osgeo.org/qgis/trunk@5207 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-07 09:15:54 +00:00
timlinux
d5508f15d6 Add proper link to QgisPlugin in dxygen docs
git-svn-id: http://svn.osgeo.org/qgis/trunk@5206 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-07 00:08:07 +00:00
timlinux
66465476f9 Added a text file version of the detailed docs provided in the template gui and told plugin builder to install the doc into the generated plugin dir.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5205 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 23:51:55 +00:00
timlinux
ef81bf5f68 Implemented close and cancale sig/slot in default generated gui
Added detailed instructions for getting started with the new gnerataed plugin once it is build.
Added some better comments to plugin.cpp


git-svn-id: http://svn.osgeo.org/qgis/trunk@5204 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 23:46:06 +00:00
rblazek
d85bfb6f6d mouse recievers commented
git-svn-id: http://svn.osgeo.org/qgis/trunk@5203 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 16:22:44 +00:00
rblazek
354edca033 changed attributes window style and recycling existing window
git-svn-id: http://svn.osgeo.org/qgis/trunk@5202 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 16:10:45 +00:00
rblazek
41fbc9d938 fixed restore position, must not use Qt::WType_Dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@5201 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 15:41:52 +00:00
rblazek
ddea8a14ee conditional waitpid() for WIN
git-svn-id: http://svn.osgeo.org/qgis/trunk@5200 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 15:19:17 +00:00
rblazek
ec144418c8 reload browser if mapset changed
git-svn-id: http://svn.osgeo.org/qgis/trunk@5199 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 14:42:56 +00:00
timlinux
3271d3c3be Plugin builder should now successfully generate a compileable plugin framework - ready to be extended by the developer.
I have made a number of improvements over the old 0.7x plugin builder - most importantly the plugins tat are generated now each have their own unique user defined classname and all the filenames are renamed from a generic plugin* to [users plugin name]*


git-svn-id: http://svn.osgeo.org/qgis/trunk@5198 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 14:35:09 +00:00
rblazek
a9c915c61d close tools when mapset changed
git-svn-id: http://svn.osgeo.org/qgis/trunk@5197 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 14:09:57 +00:00
rblazek
8c0cb25668 mingw requires full lib name: QtTest4/QtDesigner4
git-svn-id: http://svn.osgeo.org/qgis/trunk@5196 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 13:42:23 +00:00
rblazek
efa3996dfe print position
git-svn-id: http://svn.osgeo.org/qgis/trunk@5195 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 13:28:27 +00:00
rblazek
067d87d435 read/write shell history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5194 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 12:33:31 +00:00
rblazek
45760a4bdb read/write shell history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5193 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 12:33:13 +00:00
wonder
534abc87bf Added utility function toLayerCoords
git-svn-id: http://svn.osgeo.org/qgis/trunk@5192 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 11:09:49 +00:00
wonder
50ced72955 Fixed build error.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5191 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 10:33:28 +00:00
g_j_m
437e031cd3 Tidy up indenting.
Remove two unnecessary debugging output lines


git-svn-id: http://svn.osgeo.org/qgis/trunk@5190 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 09:40:13 +00:00
g_j_m
5ba27a0fc5 Remove an unnecessary debug message
git-svn-id: http://svn.osgeo.org/qgis/trunk@5189 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 09:36:02 +00:00
g_j_m
ba5d6181dc Fix for ticket #63.
Plus bonus fixes:
- Removal of some Qt3 #ifdef'd code
- Fixed an error in the constructor for the QWidget in QgsMapOverviewCanvas
- Attempt to set the name of the QgsMapOverviewCanvas (doesn't seem to work).



git-svn-id: http://svn.osgeo.org/qgis/trunk@5188 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 09:24:51 +00:00
rblazek
5d44343299 redraw after undo
git-svn-id: http://svn.osgeo.org/qgis/trunk@5187 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 07:47:03 +00:00
rblazek
01dcc252dc redraw last segment when zoom stopped
git-svn-id: http://svn.osgeo.org/qgis/trunk@5186 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 07:34:29 +00:00
g_j_m
65a41b7f03 Apply patch from ticket #44
git-svn-id: http://svn.osgeo.org/qgis/trunk@5185 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 06:52:09 +00:00
gsherman
768c876c7a Sort PostGIS layers by schema,table rather than table. Fixes issue #52.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5184 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 05:59:13 +00:00
wonder
5d68018521 added QPoint QgsMapCanvas::mouseLastXY()
git-svn-id: http://svn.osgeo.org/qgis/trunk@5183 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 01:46:55 +00:00
timlinux
3411e3e11d Further updates to port of plugin maker for Qt4...still in progress
git-svn-id: http://svn.osgeo.org/qgis/trunk@5182 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-06 00:28:37 +00:00
timlinux
cb112667b6 Fix for missing defined for 'QgsDebugMsgLevel'not defined bug.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5181 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 23:09:08 +00:00
mhugent
10952a7f14 made QgsLogger less verbose, replaced some std::couts in QgsRasterLayer
git-svn-id: http://svn.osgeo.org/qgis/trunk@5180 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 15:46:54 +00:00
rblazek
8bccd6523a delete/move line -> element
git-svn-id: http://svn.osgeo.org/qgis/trunk@5179 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 13:15:05 +00:00
rblazek
c0ebfa52d8 continue line after zoom; delete last segment before zoom
git-svn-id: http://svn.osgeo.org/qgis/trunk@5178 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 13:13:24 +00:00
mhugent
10263723d3 additional macro for logger, more std::cout cleans
git-svn-id: http://svn.osgeo.org/qgis/trunk@5177 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 13:01:52 +00:00
rblazek
5f9ef382c4 round coordinates
git-svn-id: http://svn.osgeo.org/qgis/trunk@5176 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 10:38:16 +00:00
rblazek
369cb9e2cc fixed action pointers
git-svn-id: http://svn.osgeo.org/qgis/trunk@5175 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 10:12:28 +00:00
rblazek
2e2e55b5f3 dont redefine actions
git-svn-id: http://svn.osgeo.org/qgis/trunk@5174 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 09:41:26 +00:00
mhugent
21fee7e797 replaced std::cout in QgsColorTable with logger methods
git-svn-id: http://svn.osgeo.org/qgis/trunk@5173 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 09:23:38 +00:00
wonder
a38ce51af6 Fix for ticket #58 - infinite redraw loop when render flag turned off
git-svn-id: http://svn.osgeo.org/qgis/trunk@5172 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 08:44:10 +00:00
gsherman
220a03261e Updated description of QGIS for main Doxygen page
git-svn-id: http://svn.osgeo.org/qgis/trunk@5171 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 02:38:37 +00:00
wonder
bc6710156a Removed tool QgsMapToolEmitPoint - it's not used anymore.
(this map tool was only temporary)


git-svn-id: http://svn.osgeo.org/qgis/trunk@5170 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-05 00:25:34 +00:00
timlinux
0fe2e11260 Further updates to plugin builder - build a valid resources file. Various other clean ups. Get rid of xpm useage. Makefile cleanups. I still get compile errors with the generated plugin so its not useable yet.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5169 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-04 23:51:58 +00:00
wonder
f00bbe49d9 Created map tool for changing grass region, so QgsMapToolEmitPoint is not used anymore and can be finally removed.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5168 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-04 23:34:09 +00:00
wonder
cf776eef30 Repaired Doxygen's old path to providers and plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk@5167 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-04 22:28:36 +00:00
wonder
a3fffcc92d added one comment and resolved build error
git-svn-id: http://svn.osgeo.org/qgis/trunk@5166 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-04 22:26:39 +00:00