From efb7f109e89c3d8c093c238fb7671c7ab2475f25 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 24 May 2013 15:19:48 -0300 Subject: Added support for a preliminary Preferences Dialog Dirk asked me to try to make it more modern, so I used as a base, the Firefox preferences. currently it saves / loads the preferences, and also smits a signal 'preferencesChanged' that should be connected to anything that uses preferenes, via the PreferencesDialog::intance() object. In the future, I plan to make it have a signal / slot for each member that changes. I also moved the icons to a new folder this time, because the amount of icons is now more than just two, and it was becoming messy. Signed-off-by: Tomaz Canabrava --- icons/advanced.png | Bin 0 -> 52221 bytes icons/flag.png | Bin 0 -> 1555 bytes icons/graph.png | Bin 0 -> 8600 bytes icons/plus.png | Bin 0 -> 7356 bytes icons/satellite.png | Bin 0 -> 343 bytes icons/star.svg | 74 ++++++++++++++++++++++++++++++++++++++++++++++ icons/subsurface-icon.png | Bin 0 -> 15280 bytes icons/trash.png | Bin 0 -> 4649 bytes icons/units.png | Bin 0 -> 2741 bytes 9 files changed, 74 insertions(+) create mode 100644 icons/advanced.png create mode 100644 icons/flag.png create mode 100644 icons/graph.png create mode 100644 icons/plus.png create mode 100644 icons/satellite.png create mode 100644 icons/star.svg create mode 100644 icons/subsurface-icon.png create mode 100644 icons/trash.png create mode 100644 icons/units.png (limited to 'icons') diff --git a/icons/advanced.png b/icons/advanced.png new file mode 100644 index 000000000..29667661d Binary files /dev/null and b/icons/advanced.png differ diff --git a/icons/flag.png b/icons/flag.png new file mode 100644 index 000000000..04b74460a Binary files /dev/null and b/icons/flag.png differ diff --git a/icons/graph.png b/icons/graph.png new file mode 100644 index 000000000..674062d81 Binary files /dev/null and b/icons/graph.png differ diff --git a/icons/plus.png b/icons/plus.png new file mode 100644 index 000000000..1008f31ce Binary files /dev/null and b/icons/plus.png differ diff --git a/icons/satellite.png b/icons/satellite.png new file mode 100644 index 000000000..f01953836 Binary files /dev/null and b/icons/satellite.png differ diff --git a/icons/star.svg b/icons/star.svg new file mode 100644 index 000000000..e4345eb48 --- /dev/null +++ b/icons/star.svg @@ -0,0 +1,74 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icons/subsurface-icon.png b/icons/subsurface-icon.png new file mode 100644 index 000000000..00ae35ea2 Binary files /dev/null and b/icons/subsurface-icon.png differ diff --git a/icons/trash.png b/icons/trash.png new file mode 100644 index 000000000..6025acdfa Binary files /dev/null and b/icons/trash.png differ diff --git a/icons/units.png b/icons/units.png new file mode 100644 index 000000000..2636a019d Binary files /dev/null and b/icons/units.png differ -- cgit v1.2.3-70-g09d2