subsurface/qt-ui
Tomaz Canabrava 927bc5d601 Fixed SearchBar layout and icons
This is almost a rewrite of the Search function on the WebView
the old code had a few uneeded things, mostly being a subclass
of QMainWindow instead of the QWebView - this makes the code
use a tiny bit less ram.

The SearchBox was also moved to an own class ( we can use it
later to filter the contents of the DiveList for instance )

and a forced use of the pixmaps for the Mac and Windows platform
was added.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-06-30 16:04:24 -07:00
..
css
marble
profile Profile: show dive computer nickname instead of model 2014-06-29 08:31:37 -07:00
about.cpp
about.h Headers cleanup. 2014-06-26 15:47:02 -07:00
about.ui
completionmodels.cpp Gratuitous whitespace changes 2014-05-22 11:40:22 -07:00
completionmodels.h
divecomputermanagementdialog.cpp Fixing Hotkeys inconsistency for divecomputer/pref/numbering windows 2014-04-25 13:24:39 -07:00
divecomputermanagementdialog.h
divecomputermanagementdialog.ui
divelistview.cpp Fix crash when trying to add a dive or plan when a filter is active. 2014-06-26 15:49:19 -07:00
divelistview.h Fix crash when trying to add a dive or plan when a filter is active. 2014-06-26 15:49:19 -07:00
divelogexportdialog.cpp HTML: Use jqplot to draw profile. 2014-06-30 07:56:47 -07:00
divelogexportdialog.h Headers cleanup. 2014-06-26 15:47:02 -07:00
divelogexportdialog.ui HTML: user export options ask for numbering 2014-06-24 21:39:58 +08:00
divelogimportdialog.cpp
divelogimportdialog.h Headers cleanup. 2014-06-26 15:47:02 -07:00
divelogimportdialog.ui Fix layout of import CVS 2014-06-11 14:21:09 -07:00
divepicturewidget.cpp Emit signal on photo double-click 2014-06-27 06:56:16 -07:00
divepicturewidget.h Emit signal on photo double-click 2014-06-27 06:56:16 -07:00
diveplanner.cpp Make the planner settings respond well to unit system changes. 2014-06-30 07:27:17 -07:00
diveplanner.h Fixed SAC in planner 2014-06-29 08:35:37 -07:00
diveplanner.ui Surface pressure is in mbar, not bar 2014-06-29 08:33:02 -07:00
downloadfromdivecomputer.cpp Rework slot to quiet down Qt5 warning 2014-05-26 06:25:00 -07:00
downloadfromdivecomputer.h Headers cleanup. 2014-06-26 15:47:02 -07:00
downloadfromdivecomputer.ui
globe.cpp Globe: don't show the location edit message after aborting plan 2014-06-29 17:45:11 -07:00
globe.h Headers cleanup. 2014-06-26 15:47:02 -07:00
graphicsview-common.cpp Make heartrate grid less confusing 2014-04-28 12:45:42 -07:00
graphicsview-common.h Make heartrate grid less confusing 2014-04-28 12:45:42 -07:00
groupedlineedit.cpp Much, much smarter way of finding the Tags 2014-05-27 20:03:29 -07:00
groupedlineedit.h
kmessagewidget.cpp Gratuitous whitespace changes 2014-05-22 11:40:22 -07:00
kmessagewidget.h
maintab.cpp Calculate approx gas bill on dives 2014-06-29 17:15:09 -07:00
maintab.h Start external viewer on photo double-click 2014-06-27 06:56:21 -07:00
maintab.ui MainTab: make the tag widgets play nicer with large fonts 2014-06-29 09:07:31 -07:00
mainwindow.cpp Fixed SearchBar layout and icons 2014-06-30 16:04:24 -07:00
mainwindow.h Fixed SearchBar layout and icons 2014-06-30 16:04:24 -07:00
mainwindow.ui Make the planner settings respond well to unit system changes. 2014-06-30 07:27:17 -07:00
modeldelegates.cpp Change the Star Widget to use QImage instead of QPixmap 2014-06-20 15:43:10 -07:00
modeldelegates.h
models.cpp Align the texts on the Left inside of Right for the DiveList 2014-06-30 16:03:46 -07:00
models.h Planner: Re-enable using the new profile. 2014-05-26 13:17:32 -07:00
plannerSettings.ui Make the dive planner dialog prettier. 2014-06-26 15:42:03 -07:00
preferences.cpp Rename slot to get rid of auto-connect warning 2014-06-28 06:35:19 -07:00
preferences.h Rename slot to get rid of auto-connect warning 2014-06-28 06:35:19 -07:00
preferences.ui New page "Network settings" 2014-06-26 15:43:47 -07:00
printdialog.cpp
printdialog.h
printlayout.cpp Gratuitous whitespace changes 2014-05-22 11:40:22 -07:00
printlayout.h Headers cleanup. 2014-06-26 15:47:02 -07:00
printoptions.cpp
printoptions.h Headers cleanup. 2014-06-26 15:47:02 -07:00
printoptions.ui
renumber.ui
searchbar.ui Fixed SearchBar layout and icons 2014-06-30 16:04:24 -07:00
shiftimagetimes.ui Image time shift dialog: remove the silly AM 2014-06-29 19:31:42 -07:00
shifttimes.ui
simplewidgets.cpp Calendar Widget: make it modal 2014-06-28 08:57:47 -07:00
simplewidgets.h Listen to EnabledChange to gray out the DatePicker 2014-06-20 15:43:13 -07:00
starwidget.cpp Change the Star Widget to use QImage instead of QPixmap 2014-06-20 15:43:10 -07:00
starwidget.h Change the Star Widget to use QImage instead of QPixmap 2014-06-20 15:43:10 -07:00
subsurfacewebservices.cpp User survey: actually collect and send the data to the backend 2014-06-30 12:30:46 -07:00
subsurfacewebservices.h Fix Qt4 build 2014-06-30 14:05:02 -07:00
tableview.cpp
tableview.h
tableview.ui
tagwidget.cpp Headers cleanup. 2014-06-26 15:47:02 -07:00
tagwidget.h Headers cleanup. 2014-06-26 15:47:02 -07:00
updatemanager.cpp Gratuitous whitespace changes 2014-05-22 11:40:22 -07:00
updatemanager.h Gratuitous whitespace changes 2014-05-22 11:40:22 -07:00
usermanual.cpp Fixed SearchBar layout and icons 2014-06-30 16:04:24 -07:00
usermanual.h Fixed SearchBar layout and icons 2014-06-30 16:04:24 -07:00
usersurvey.cpp User survey: detect the machine the app is running on 2014-06-30 15:54:49 -07:00
usersurvey.h User survey: actually collect and send the data to the backend 2014-06-30 12:30:46 -07:00
usersurvey.ui User survey: actually collect and send the data to the backend 2014-06-30 12:30:46 -07:00
webservices.ui