3034 Commits

Author SHA1 Message Date
g_j_m
31e73938e7 Fixes to get scalebar plugin to run under Qt4.
Removed all Qt3 widgets
Moved dialog 'pretty picture' into a resources file (and .png)
Fixed and tweaked colour chooser


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4464 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-04 06:03:57 +00:00
telwertowski
f87c2b9988 Add QgsApplication class to hold platform-specific pathnames and provide accessor methods for them. Hard-coded paths will migrate here and ideally not appear in other modules. This is a work in progress and most paths have not been added yet. (main.cpp is the only user of the first revision)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4463 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-03 04:11:52 +00:00
gsherman
5100a85646 Fix to remove postgres related moc files on make clean
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4462 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-03 01:17:08 +00:00
telwertowski
3fcde2612b Port MessageViewer dialog to Qt4. (qgsmessageviewer.ui.h converted to qgsmessageviewer.cpp/h)
Also remove some 'fixme' comments for other items which have recently been ported to Qt4.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4461 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-02 03:50:58 +00:00
timlinux
f2a7f19996 More ui updates - helpviewer is to be deprecated anyway so maybe that change was a waste of time
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4460 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-02 01:20:29 +00:00
telwertowski
31e2560d69 Revise HelpViewer initialization, signals and slots for Qt4.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4459 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-02 00:32:37 +00:00
timlinux
33a6a5b4ad Clean up layout
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4458 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 23:56:15 +00:00
timlinux
2c00e45202 Check layouts and replace some controls with qt4 equivalents
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4457 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 23:45:10 +00:00
timlinux
487d479c58 Replace q3mainwindow with qmainwindow
setup icons using active theme
refactor action names for consistancy and autoconnect convenience


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4456 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 23:26:52 +00:00
gsherman
ff5ee69b65 Replaced user guide and install PDFs with dummy placeholder documents
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4455 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 22:08:30 +00:00
gsherman
8a638f0577 Removed graphics and other files related to docs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4454 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-01 21:54:11 +00:00
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