jef
|
d316cd8752
|
use qobject_cast instead of dynamic_cast where possible
git-svn-id: http://svn.osgeo.org/qgis/trunk@11790 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-10-10 14:56:40 +00:00 |
|
wonder
|
f2b252631f
|
QgsRunProcess says: if I'm going to die, better kill me a bit later. That will be without segfaults.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10556 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-04-13 12:28:46 +00:00 |
|
jef
|
d3a38b04c1
|
fix #1203
git-svn-id: http://svn.osgeo.org/qgis/trunk@10533 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2009-04-11 19:39:15 +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
|
874b29b71f
|
minor update (indentation, debug output, plenks)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9189 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2008-08-27 12:57:47 +00:00 |
|
jef
|
4b46398bc4
|
astyle re-indentation & iostream=>QgsDebugMsg migration cleanup
git-svn-id: http://svn.osgeo.org/qgis/trunk@9138 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2008-08-23 21:37:31 +00:00 |
|
gjm
|
1b378f639d
|
Apply patch provided by smizumo (#989). Also fixes ticket #1203.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8989 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2008-08-05 07:19:18 +00:00 |
|
g_j_m
|
09b7ac7c58
|
Fix for ticket #744 (crash associated with actions).
git-svn-id: http://svn.osgeo.org/qgis/trunk@7110 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2007-07-28 22:48:43 +00:00 |
|
wonder
|
46a2d125a2
|
Merged refactoring branch back to trunk.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6415 c8812cc2-4d05-0410-92ff-de0c093fc19c
|
2007-01-09 02:39:15 +00:00 |
|