subsurface/qt-ui
Dirk Hohndel 92ee374494 Find Google maps in Subsurface's source tree
This way the user doesn't need to move the two folders googlemaps and
googlesat around in the filesystem.

This only works if Subsurface is started from the build directory - it
doesn't work when Subsurface is installed (and it doesn't at all address
the need to install these files and bundle them as well).

I'd consider this a hack to show how the real solution should work.

There is one more part of this that is a hack: Marble no longer searches
its default data directory; the path we set replaces the Marble system
search path. Sadly, Marble doesn't support paths the way Unix thinks of
them with multiple directories, separated by ':'. So this means that
Marble no longer finds any of its default icons. For most of them that
seems fine as I don't think lacking the icons for "manned_landing",
"robotic_rover", "unmanned_hard_landing" or the various types of places of
worship that Marble supports is necessarily a big issues for Subsurface,
but at least the default_location icon seemed important. And since we now
need to carry our own, I replaced the boring circle with a tiny dive flag.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-05-25 08:58:37 -07:00
..
marble Work around broken Marble on Debian 2013-05-18 09:49:37 -07:00
divelistview.cpp The never ending, futile fight for whitespace consistency 2013-05-22 21:31:45 -07:00
divelistview.h Added code for handling of show / hide of columns. 2013-05-21 16:51:49 -03:00
downloadfromdivecomputer.cpp Implement default dive computer and device 2013-05-22 23:24:33 -07:00
downloadfromdivecomputer.h The never ending, futile fight for whitespace consistency 2013-05-22 21:31:45 -07:00
downloadfromdivecomputer.ui Implement rudimentary divecomputer download 2013-05-20 21:55:56 -07:00
globe.cpp Find Google maps in Subsurface's source tree 2013-05-25 08:58:37 -07:00
globe.h Avoid marble widget resize when switching dives 2013-05-25 08:17:14 -07:00
kmessagewidget.cpp Fixed the 'click in close doesn't close' on KMessageWidget. 2013-05-22 08:10:02 -03:00
kmessagewidget.h Compile fix 2013-05-17 22:27:50 -07:00
maintab.cpp Improve wording on buttons when editing a dive 2013-05-24 06:15:28 -07:00
maintab.h Remove obsolete slots 2013-05-23 18:35:04 -07:00
maintab.ui Improve wording on buttons when editing a dive 2013-05-24 06:15:28 -07:00
mainwindow.cpp Avoid marble widget resize when switching dives 2013-05-25 08:17:14 -07:00
mainwindow.h Replace GError handling with a kMessageWidget based approach 2013-05-21 23:39:49 -07:00
mainwindow.ui Avoid marble widget resize when switching dives 2013-05-25 08:17:14 -07:00
modeldelegates.cpp Correctly add new weight / cylinder types, even when hitting 'tab' 2013-05-23 23:26:17 -07:00
modeldelegates.h Add weightsystem delegate to enable editing of weightsystem 2013-05-23 21:36:33 -07:00
models.cpp Fix usage of temporary QByteArrays 2013-05-24 06:18:27 -07:00
models.h Add weightsystem delegate to enable editing of weightsystem 2013-05-23 21:36:33 -07:00
plotareascene.cpp Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
plotareascene.h Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
preferences.cpp Added support for a preliminary Preferences Dialog 2013-05-24 15:19:48 -03:00
preferences.h Added support for a preliminary Preferences Dialog 2013-05-24 15:19:48 -03:00
preferences.ui Added support for a preliminary Preferences Dialog 2013-05-24 15:19:48 -03:00
profilegraphics.cpp The never ending, futile fight for whitespace consistency 2013-05-22 21:31:45 -07:00
profilegraphics.h The never ending, futile fight for whitespace consistency 2013-05-22 21:31:45 -07:00
starwidget.cpp The never ending, futile fight for whitespace consistency 2013-05-22 21:31:45 -07:00
starwidget.h Added option to edit the selected dive. 2013-05-18 17:06:48 -07:00