2873 Commits

Author SHA1 Message Date
gsherman
8fa18b1b3e Removed install guide html files
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4453 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 21:50:04 +00:00
gsherman
85f538f8dd Removed unused skin directory
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4452 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 21:38:54 +00:00
gsherman
bc8bccf4df Removed sources for documentation. These are now stored in their own repository
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4451 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 21:31:47 +00:00
timlinux
50baf82ec8 Added accessor to qgisapp to get themepath
Started fixing icons in mapcomposer dialog (still in progress)
More ui fixups



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4450 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 19:37:36 +00:00
gsherman
61321d42cb Added qrc.cpp to list of BUILT_SOURCES so it is deleted on 'make clean'
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4449 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 18:35:00 +00:00
gsherman
782dd3b80e Fixed Makefile.am so moc generated files are deleted on 'make clean'
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4448 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 17:40:28 +00:00
gsherman
faeeb37db0 Modifiy Makefile.am so moc generated sources are deleted on make clean
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4447 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 17:12:57 +00:00
timlinux
73e479a10e Went thrpugh and check layouting of these widgets.
Converted q3table in src/ui/qgsattributedialogbase.ui to use QTableWidget


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4446 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 16:23:42 +00:00
timlinux
94d0e3e2e5 Major reorganisation of src/Makefile.am
- got rid of unused vars
- added comments
- sorted sources lists alphabetically
- nested pg directives together so they are not scattered over the file
- various other tweaks

The qgis app target is now extremely basic and the lib target much more neatly laid out. 
This paves the way now for splitting the qgislib target into two:

- libqgiscore (for non gui classes)
- libqgis (contains gui classes)

By non gui I mean 'not derived from qwidget or showing any gui elements such as message boxes'.



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4445 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 12:57:03 +00:00
timlinux
ae41525582 Rearranged src/Makefile so app target uses only main.cpp in SOURCES and
links to a monolithic libqgis 

A follow up commit will do further cleanups to the makefile



git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4444 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 01:39:09 +00:00
timlinux
6286b26c50 More refactoring:
-renamed raster lib to meet our agreed nameing scheme from the town hall meeting
-moved all composer related stuff into src/composer and made it its own lib
-removed -no-undefined for raster lib (for Tom)
-changed noinst to lib for legend 

Thanks Gary for sorting out make issues


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4443 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 01:13:08 +00:00
timlinux
af3a85b82e Removed omggdal stuff - Ill reimplement this properly in the next release rather...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4442 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 19:04:18 +00:00
timlinux
2ee1ce59f7 Move projection icons into themes dir and update code accordingly
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4441 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 11:09:06 +00:00
timlinux
7e2548d47b Renamed icon
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4440 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 02:33:51 +00:00
timlinux
083c5690c9 remove unwanted images (large logo wastes bandwidth and is not used direcltly in code)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4439 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 02:33:27 +00:00
timlinux
3fbad30bbc Moved the 4 xpm files from src/xpm that are still being used in the source into themes dir.#
Updated classes using these xpms accordingly


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4438 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 02:11:43 +00:00
timlinux
260bf2c60e This dir is deprecated
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4437 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 02:01:12 +00:00
timlinux
c5d76b29cf Remove a comment - minor change
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4436 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 01:53:32 +00:00
timlinux
ceb947f08b Renamed some icons for consistency
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4435 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 01:50:18 +00:00
timlinux
e33828e436 Bring in icons from xpm dir
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4434 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 01:49:34 +00:00
timlinux
29f8f95162 Moved attribute table icons into themes dir
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4433 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 01:47:44 +00:00
timlinux
5c012b44b4 Assign icons to each button - for some reason they dont show at runtim ... investigating...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4432 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 01:39:21 +00:00
timlinux
103bee1ceb Complete refactor of qgsdlgvectorlayerproperties to qgsvectorlayerproperties
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4431 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 01:20:35 +00:00
timlinux
022ed56d22 Renamed the vector props subclass (removing dlg from name)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4430 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 00:59:48 +00:00
timlinux
66f2d74543 Refactored qgsdlgvectorlayerproperties to qgsvectorlayerproperties for consistency with other code e.g. qgsrasterlayerproperties.
Removed some unused headers.
Note this commit will temporarily break cvs - a follow up commit in a few mins will repair that


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4429 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 00:58:37 +00:00
timlinux
07a7069ae5 Updates for scale bar icon
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4428 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 00:38:55 +00:00
timlinux
f822b46c10 gimp version of icon
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4427 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 00:31:58 +00:00
timlinux
0847e6e816 updated copyright plugin icon
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4426 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 00:31:40 +00:00
timlinux
09d4c48806 Remove these icons as they are unused and dont follow nameing standards.
I will reinstate any that should be present with convention following names.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4425 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-31 00:22:10 +00:00
timlinux
975ee6c3ec Updates to digitising icons
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4424 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 23:48:00 +00:00
timlinux
22954261d0 tweak tweak here and a tweak tweak there...here a tweak there a tweak......
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4423 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 23:38:51 +00:00
mhugent
63be9024c6 added a right click menu option to make legend layers to toplevelitems again after they have been inserted into a legend group
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4422 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 22:50:54 +00:00
timlinux
b52a26db1d Update of my mug
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4421 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 22:19:05 +00:00
mhugent
d14dcd34f5 replaced the Q3PopupMenu in the legend with the qt4 QMenu. Unfortunately, i couldn't find a way to bring the QSlider of the raster right click menu into QMenu (qgsrasterlayer.cpp, l. 3755)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4420 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 21:25:30 +00:00
timlinux
1b6f0827e0 Retweaked this icon as It was too inconsistent with rest of ui
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4419 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 19:42:30 +00:00
timlinux
0224cb340d Forgot to commit this before :-(
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4418 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 19:33:38 +00:00
timlinux
c05623aa3e More fixes for problems caused by moving all ui's into their own dir
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4417 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 18:08:08 +00:00
timlinux
5831742e81 Fix build errors caused by my last commit (moving of ui* into ui/)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4416 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 17:30:36 +00:00
gsherman
5b51310303 Renabled the calls to render(). Without them, nothing draws. This may
cause issues which are unknown at this time, however seems to work except
when adding a new layer. Tested with raster, vector, and wms layers.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 17:29:39 +00:00
timlinux
90818f3cd1 ** Refactored all src/*.ui into src/ui/ dir for cleaner separation of ui's
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4414 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 17:01:21 +00:00
timlinux
232bbe3abe Remove sudo from make install
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4413 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 16:11:21 +00:00
timlinux
efd815aa1a Tweaks to icons:
- fixed order of remove all / add all layer icons to be consistent with order of over view icosn
- made toggle in overview more suitable (added glasses)
- redid north arrow icon
- removed black edge from copyright icon
- used red '-' on remove icons to make them stand out more (I may revert this)
- redid 'new' vector layer icon
- redid add wms layer icon


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4412 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 13:43:54 +00:00
timlinux
c26c2088d7 Added a simple little bash script to build qgis
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4411 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 12:27:27 +00:00
gsherman
fdddfc356a Modified the way in which the toolbar is added to the main window so that
the toolbar is properly placed in the dock area.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4410 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 06:04:50 +00:00
gsherman
481eb106fa Merge UI conversion branch to HEAD. UI branch is now deprecated.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4409 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-30 04:56:31 +00:00
mhugent
4f587b723b improved restoring of checkbox states from project files. Fix for segfault in QgsMapCanvas::removeAllLayers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4373 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-24 23:10:56 +00:00
mhugent
f322770a1f restored reading/writing XML for the legend settings, but there are still some bugs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4360 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-21 21:41:28 +00:00
mhugent
06e5609645 more legend fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4355 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-19 18:36:29 +00:00
mhugent
82089e5406 some more legend fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4353 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-17 14:23:26 +00:00
mhugent
419926fd9d a little improvement to avoid flickering when a legendlayerfile is dragged
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4345 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-12-15 22:22:26 +00:00