mhugent
87a8e8d86c
Use local aware comparison for sorting in attribute table
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9934 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-07 08:04:00 +00:00
jef
b6f51c367e
fix #1477
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9932 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-06 21:50:18 +00:00
mhugent
6f552ec9e8
Fix for loading labels in postgis layers
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9929 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-06 11:12:53 +00:00
dassau
a18225098b
removed old userguide pdf and changed user guide paragraph in index.html.
...
It now links to the current manual and translations in the internet.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9925 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-05 07:37:32 +00:00
jef
9305a5bf8a
fix #1450 and #1382 again
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9920 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-03 02:34:48 +00:00
jef
cb2a8b5b5b
fix #1450
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9919 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-02 23:59:28 +00:00
timlinux
e316bb59c5
Updates of web banner for launch of QGIS website update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9918 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-02 22:15:46 +00:00
timlinux
f9822c558d
Use 'traditional' load and save icons from Robert'
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9917 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-02 22:12:41 +00:00
jef
80a8b8b616
speed up QgsRubberBand::setToGeometry()
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9916 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-02 19:55:34 +00:00
borysiasty
0bbbe0094d
Invalid QSettings pathes fixed
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9915 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-01 21:20:46 +00:00
jef
0735673601
update trac link in about box
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9914 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-01 19:28:58 +00:00
timlinux
6d1fad3a5f
Fix to make gis theme icons install properly
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9913 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-30 22:34:10 +00:00
timlinux
e1e423fc4e
Mark trunk as qgis 1.1.0 unstable and updated splash so unstable is visually distinct from stable on startup
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9912 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-30 22:22:04 +00:00
jef
f6d7e25c82
apply patch #1447 from smizuno (thanks!)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9908 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-29 12:05:05 +00:00
timlinux
aa076d59e9
Added svg symbols from Matt Amos (with his permission)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9903 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-28 03:40:47 +00:00
borysiasty
2bca04fd26
Polish translation update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9902 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-27 21:10:28 +00:00
borysiasty
f6ba32ac30
Polish translation update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9901 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-27 18:32:46 +00:00
timlinux
9bed481350
Added gis grass icon theme
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9900 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-27 12:41:00 +00:00
jef
db9c514dbb
wms update:
...
- show nested layers in a tree
- enable sorting in the wms dialog (fixes #1387 )
- use Qt instead of STL templates
git-svn-id: http://svn.osgeo.org/qgis/trunk@9899 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-27 00:37:24 +00:00
jef
04083b50c1
german translation update and new update ts run
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9898 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-26 21:09:50 +00:00
jef
72cfd51023
string translation update:
...
- collect concatenated strings into one string to get more translation context (foo + tr(" bar ") + baz => tr("%1 bar %2)").arg( foo ).arg( bar)
- don't qualify tr(), when not necessary (QObject::tr => tr)
- remove QString cast/ctor where not necessary ( QString( tr(...) ) => tr (...) )
- add numerusforms where applicable
- fix QgsGrassEdit::setCanvasPrompt (was setCanvasPropmt) and more typos
- remove plugin template strings from coordinate capture plugin
- add Q_OBJECT to classes using QObject::tr (fixes lupdate warnings)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9897 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-26 21:07:03 +00:00
jef
b5b744a7f6
fix latest debian update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9895 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-23 19:54:16 +00:00
jef
9fba484bcb
update debian packaging
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9894 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-23 19:43:47 +00:00
jef
fe122cae4a
update userguide pdf
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9893 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-23 19:40:19 +00:00
mhugent
aa7820935d
Applied Smizunos patch that fixes bug #1171
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9891 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-23 10:02:37 +00:00
jef
600f5318ed
update german translation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9890 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-21 22:52:26 +00:00
borysiasty
ad2eabe99b
Polish translation revision
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9887 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-21 12:02:29 +00:00
jef
7f08703fcc
sync doc with version 1.0
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9882 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-20 20:07:51 +00:00
jef
8def6a4341
add usb: to list of gps device on linux
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9877 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-20 18:21:41 +00:00
jef
1460e66ef8
incomplete translation fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9876 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-20 18:19:54 +00:00
jef
c828a92d8f
debian packaging update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9875 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-20 18:19:04 +00:00
borysiasty
1c84510421
Support for themes in grass toolbox fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9872 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-20 13:31:42 +00:00
borysiasty
a0444013a2
Polish translation update from Robert Szczepanek
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9870 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-20 01:02:02 +00:00
borysiasty
fc44e2cec4
Plugin Installer update - new repositories for the 1.x
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9868 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-19 23:06:38 +00:00
borysiasty
48b9ec817f
translation files automatic update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9857 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-19 02:20:55 +00:00
borysiasty
434d6b0a3c
Fix for #1428 ; Polish translation update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9856 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-19 01:47:51 +00:00
wonder
fdffe8a6b3
fix for a regression - QgsVectorLayer::featureAtId returns empty attribute map if not in editing mode
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9851 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-18 18:56:15 +00:00
borysiasty
a70c025a37
Plugin Installer update - switch to the new official repository
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9848 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-18 15:58:38 +00:00
macho
eea3a1fee5
translation update: ru by artem
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9844 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-18 11:18:40 +00:00
jef
ed948066c1
fix #1453
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9841 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-17 23:45:12 +00:00
wonder
64928fd0b1
removed legacy class QgsLine
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9838 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-17 11:03:46 +00:00
macho
e0d51258ae
superseded by qgis_ka_GE
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9836 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-16 20:54:29 +00:00
macho
a1a19f5948
translation update: gr by alexis
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9835 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-16 19:41:30 +00:00
macho
666eff5dd5
translation update: gr by Panos
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9834 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-16 19:17:51 +00:00
jef
2a2eb1a730
fix #1461 (there was a new tab added to the toolbox)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9832 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-16 17:59:02 +00:00
jef
aa06609f78
german translation update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9831 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-16 16:19:18 +00:00
jef
6104de2ccd
added a description of a new feature description (i18n relevant)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9830 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-16 16:18:28 +00:00
macho
0c8574a8e7
translation updates: nl by richard
...
new translation: ka_GE by Shota
git-svn-id: http://svn.osgeo.org/qgis/trunk@9826 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-16 13:53:29 +00:00
mhugent
508298dece
apply patch #1323 also to trunk
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9824 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-16 12:21:16 +00:00
mhugent
0175cdf9fd
apply patch #1448 also to trunk
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@9823 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-16 12:18:44 +00:00