Skip to content

Commit

Permalink
Rename scope.svg to gqrx.svg.
Browse files Browse the repository at this point in the history
Fixes issue gqrx-sdr#150.
  • Loading branch information
csete committed Apr 5, 2014
1 parent ca4682c commit 5f07d16
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion applications/gqrx/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</property>
<property name="windowIcon">
<iconset resource="../../icons.qrc">
<normaloff>:/icons/icons/scope.svg</normaloff>:/icons/icons/scope.svg</iconset>
<normaloff>:/icons/icons/gqrx.svg</normaloff>:/icons/icons/gqrx.svg</iconset>
</property>
<property name="dockOptions">
<set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set>
Expand Down
3 changes: 1 addition & 2 deletions gqrx.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TEMPLATE = app

macx {
TARGET = Gqrx
ICON = icons/scope.icns
ICON = icons/gqrx.icns
DEFINES += GQRX_OS_MACX
} else {
TARGET = gqrx
Expand Down Expand Up @@ -215,4 +215,3 @@ OTHER_FILES += \
README.md \
COPYING \
news.txt

2 changes: 1 addition & 1 deletion icons.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<file>icons/close.svg</file>
<file>icons/info.svg</file>
<file>icons/help.svg</file>
<file>icons/scope.svg</file>
<file>icons/tangeo-network-idle.svg</file>
<file>icons/gqrx.svg</file>
</qresource>
</RCC>
File renamed without changes.
File renamed without changes
8 changes: 7 additions & 1 deletion qtgui/demod_options.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Mode options</string>
</property>
<property name="windowIcon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/icons/signal.svg</normaloff>:/icons/icons/signal.svg</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QStackedWidget" name="demodOptions">
Expand Down Expand Up @@ -226,6 +230,8 @@ For digital modes it is best to switch it off.</string>
</item>
</layout>
</widget>
<resources/>
<resources>
<include location="../icons.qrc"/>
</resources>
<connections/>
</ui>
4 changes: 4 additions & 0 deletions qtgui/dockaudio.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<height>220</height>
</size>
</property>
<property name="windowIcon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/icons/signal.svg</normaloff>:/icons/icons/signal.svg</iconset>
</property>
<property name="allowedAreas">
<set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
</property>
Expand Down
8 changes: 7 additions & 1 deletion qtgui/dockinputctl.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<height>150</height>
</size>
</property>
<property name="windowIcon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/icons/radio.svg</normaloff>:/icons/icons/radio.svg</iconset>
</property>
<property name="floating">
<bool>false</bool>
</property>
Expand Down Expand Up @@ -242,6 +246,8 @@
</layout>
</widget>
</widget>
<resources/>
<resources>
<include location="../icons.qrc"/>
</resources>
<connections/>
</ui>
4 changes: 4 additions & 0 deletions qtgui/dockrxopt.ui
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<height>524287</height>
</size>
</property>
<property name="windowIcon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/icons/radio.svg</normaloff>:/icons/icons/radio.svg</iconset>
</property>
<property name="allowedAreas">
<set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
</property>
Expand Down
4 changes: 4 additions & 0 deletions qtgui/iq_tool.ui
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<property name="windowTitle">
<string>I/Q recording and replay tool</string>
</property>
<property name="windowIcon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/icons/signal.svg</normaloff>:/icons/icons/signal.svg</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
Expand Down

0 comments on commit 5f07d16

Please sign in to comment.