g_j_m
2f1b71f8ba
Final changes to get plugin to work under Qt4.
...
Now needs testing by someone who has a GPS...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4484 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-06 05:30:01 +00:00
timlinux
70e91348af
Got rid of some compiler warnings
...
Further conversion to qgsapplication::themePath in qgisapp
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4483 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-06 03:14:01 +00:00
timlinux
81f106fbcd
Further tweaks to build script (thanks Martin!)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4482 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-06 01:40:45 +00:00
timlinux
d5f151e2de
Use Tom's nifty new qgsapplication stuff to get the theme path
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4481 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-06 01:22:33 +00:00
timlinux
56ef4ab9c8
Added some compiler flags to build script
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4480 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-06 01:07:40 +00:00
g_j_m
ddbcd4d6c5
More changes to get plugin to work under qt4.
...
Mostly works now, except for deleting devices
Work in progress...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4479 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-05 09:12:16 +00:00
telwertowski
93d817ea9c
Remove copy of qgsmessageviewer from plugins/spit/ and use the one in src/ to avoid Mac duplicate symbol link errors.
...
(Note: "make clean" should be done to plugins/spit/ before acquiring this revision to avoid "make" problems. See qgis-developer list for more details if problems occur.)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4478 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-05 05:54:39 +00:00
gsherman
638ab431e8
Added notifications to the new splash screen implementation. Currently
...
messages are displayed at the bottom/center of the splash image.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4477 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-05 05:29:55 +00:00
gsherman
d5c8de5723
Updated the copyright text to reflect the current year
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4476 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-05 04:01:58 +00:00
gsherman
fd87a5ab38
Enabled the call to render() in all places where it was commented out.
...
Layers now draw when first added to the map. This should fix most
refresh issues. This needs testing to ensure proper operation with
all data stores. This can be refactored for Qt 4.1 if need be...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4475 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-05 03:38:10 +00:00
g_j_m
4c067caca3
Add in the GPS image to the dialog box
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4474 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-05 01:43:13 +00:00
g_j_m
a3527addea
Changes for Qt4.
...
Work in progress... More to come later.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4473 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-05 01:32:33 +00:00
g_j_m
432d7f9f67
Loaded into designer and resaved to fix a crash when loading
...
this plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4472 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-04 20:09:29 +00:00
g_j_m
3661cba16e
Fix a much up with forgetting to add some files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4471 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-04 19:53:54 +00:00
timlinux
3689dc0b45
Created a qrc file.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4470 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-04 18:01:16 +00:00
timlinux
335be6ff30
Added a qrc missing from previous commits
...
Not sure if its referencing proper files - Gavin can you check?
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4469 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-04 17:58:30 +00:00
rblazek
fa2b160b8f
ui update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4468 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-04 12:40:09 +00:00
g_j_m
a62b4cb3bf
Move to using QgsApplication
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4467 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-04 09:34:45 +00:00
g_j_m
7f9f682c24
Update north arrow plugin for qt4
...
Remove all qt3 widgets (except one)
Tidy up #includes
Implemented dialog box pretty pixutre using qt4 resources
Implemented anti-aliasing on the rotated arrow image
Misc. source code and comments tidy up
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4466 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-04 09:19:12 +00:00
telwertowski
3e473c4ccd
Replace all non-image hard-coded paths in src/ with calls to new QgsApplication path accessor mathods. This minimizes platform-specific #ifdefs. Image paths still to be done.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4465 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-04 07:05:58 +00:00
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