Cleaning up the icon dir
authorMarcus Eggenberger <egs@quassel-irc.org>
Sat, 7 Jun 2008 15:24:17 +0000 (17:24 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Sat, 7 Jun 2008 15:24:44 +0000 (17:24 +0200)
There are now separate resource files for
oxygen icons (same old icons.qrc) and quassel only icons
(quassel-icons.qrc) from which all sizes are accessible.
Added the new logo to the default page of the bufferwidget

48 files changed:
build/targets/mono.pro
build/targets/qtclient.pri
build/targets/qtclient.pro
build/targets/target.pri
build/targets/win32.rc
src/icons/icons.qrc
src/icons/quassel-icon-active.png [deleted file]
src/icons/quassel-icon-offline.png [deleted file]
src/icons/quassel-icon.png [deleted file]
src/icons/quassel-icons.qrc [new file with mode: 0644]
src/icons/quassel/connected/128.png [moved from src/icons/quassel_icons_rc/128.png with 100% similarity]
src/icons/quassel/connected/16.png [moved from src/icons/quassel_icons_rc/16.png with 100% similarity]
src/icons/quassel/connected/24.png [moved from src/icons/quassel_icons_rc/24.png with 100% similarity]
src/icons/quassel/connected/256.png [moved from src/icons/quassel_icons_rc/256.png with 100% similarity]
src/icons/quassel/connected/32.png [moved from src/icons/quassel_icons_rc/32.png with 100% similarity]
src/icons/quassel/connected/48.png [moved from src/icons/quassel_icons_rc/48.png with 100% similarity]
src/icons/quassel/connected/512.png [moved from src/icons/quassel_icons_rc/512.png with 100% similarity]
src/icons/quassel/connected/64.png [moved from src/icons/quassel_icons_rc/64.png with 100% similarity]
src/icons/quassel/disconnected/128.png [moved from src/icons/quassel_icons_rc/disconnected/128.png with 100% similarity]
src/icons/quassel/disconnected/16.png [moved from src/icons/quassel_icons_rc/disconnected/16.png with 100% similarity]
src/icons/quassel/disconnected/24.png [moved from src/icons/quassel_icons_rc/disconnected/24.png with 100% similarity]
src/icons/quassel/disconnected/256.png [moved from src/icons/quassel_icons_rc/disconnected/256.png with 100% similarity]
src/icons/quassel/disconnected/32.png [moved from src/icons/quassel_icons_rc/disconnected/32.png with 100% similarity]
src/icons/quassel/disconnected/48.png [moved from src/icons/quassel_icons_rc/disconnected/48.png with 100% similarity]
src/icons/quassel/disconnected/512.png [moved from src/icons/quassel_icons_rc/disconnected/512.png with 100% similarity]
src/icons/quassel/disconnected/64.png [moved from src/icons/quassel_icons_rc/disconnected/64.png with 100% similarity]
src/icons/quassel/ico_version/128.ico [moved from src/icons/quassel_icons_rc/ico_version/128.ico with 100% similarity]
src/icons/quassel/ico_version/16.ico [moved from src/icons/quassel_icons_rc/ico_version/16.ico with 100% similarity]
src/icons/quassel/ico_version/24.ico [moved from src/icons/quassel_icons_rc/ico_version/24.ico with 100% similarity]
src/icons/quassel/ico_version/256.ico [moved from src/icons/quassel_icons_rc/ico_version/256.ico with 100% similarity]
src/icons/quassel/ico_version/32.ico [moved from src/icons/quassel_icons_rc/ico_version/32.ico with 100% similarity]
src/icons/quassel/ico_version/48.ico [moved from src/icons/quassel_icons_rc/ico_version/48.ico with 100% similarity]
src/icons/quassel/ico_version/64.ico [moved from src/icons/quassel_icons_rc/ico_version/64.ico with 100% similarity]
src/icons/quassel/newmessage/128.png [moved from src/icons/quassel_icons_rc/newmessage/128.png with 100% similarity]
src/icons/quassel/newmessage/16.png [moved from src/icons/quassel_icons_rc/newmessage/16.png with 100% similarity]
src/icons/quassel/newmessage/24.png [moved from src/icons/quassel_icons_rc/newmessage/24.png with 100% similarity]
src/icons/quassel/newmessage/256.png [moved from src/icons/quassel_icons_rc/newmessage/256.png with 100% similarity]
src/icons/quassel/newmessage/32.png [moved from src/icons/quassel_icons_rc/newmessage/32.png with 100% similarity]
src/icons/quassel/newmessage/48.png [moved from src/icons/quassel_icons_rc/newmessage/48.png with 100% similarity]
src/icons/quassel/newmessage/512.png [moved from src/icons/quassel_icons_rc/newmessage/512.png with 100% similarity]
src/icons/quassel/newmessage/64.png [moved from src/icons/quassel_icons_rc/newmessage/64.png with 100% similarity]
src/icons/quassel/quassel.icns [moved from src/icons/quassel.icns with 100% similarity]
src/icons/quassel/quassel.ico [moved from src/icons/quassel.ico with 100% similarity]
src/icons/quassel_icons_rc/Thumbs.db [deleted file]
src/icons/quassel_icons_rc/quassel.icns [deleted file]
src/qtui/ui/aboutdlg.ui
src/qtui/ui/bufferwidget.ui
src/qtui/ui/mainwin.ui

index 10f8655..ffb300d 100644 (file)
@@ -1,5 +1,6 @@
 include(mono.pri)
 include(target.pri)
 
-RESOURCES *= ../../src/icons/icons.qrc
-RESOURCES *= ../../src/core/sql.qrc
+RESOURCES *= ../../src/icons/icons.qrc \
+             ../../src/icons/quassel-icons.qrc \
+             ../../src/core/sql.qrc \
index 9ae0b45..ddf35b7 100644 (file)
@@ -6,4 +6,4 @@ DEFINES = BUILD_QTUI
 
 QT += network script
 
-#RESOURCES *= ../../src/icons/icons.qrc
+#RESOURCES *= ../../src/icons/icons.qrc ../../src/icons/quassel-icons.qrc
index b518f13..070a693 100644 (file)
@@ -1,4 +1,4 @@
 include(qtclient.pri)
 include(target.pri)
 
-RESOURCES *= ../../src/icons/icons.qrc
+RESOURCES *= ../../src/icons/icons.qrc ../../src/icons/quassel-icons.qrc
index ff503f0..2bde2a3 100644 (file)
@@ -42,5 +42,5 @@ win32:static {
 }
 
 macx {
-  ICON = ../../src/icons/quassel.icns
+  ICON = ../../src/icons/quassel/quassel.icns
 }
index 826b7c9..4a121d2 100644 (file)
@@ -1 +1 @@
-IDI_ICON1               ICON    DISCARDABLE     "../../src/icons/quassel.ico"
\ No newline at end of file
+IDI_ICON1               ICON    DISCARDABLE     "../../src/icons/quassel/quassel.ico"
\ No newline at end of file
index d6e9cfc..4981599 100644 (file)
 <RCC>
-    <qresource prefix="/16x16/actions" >
-        <file>oxygen/16x16/actions/application-exit.png</file>
-        <file>oxygen/16x16/actions/archive-extract.png</file>
-        <file>oxygen/16x16/actions/archive-insert-directory.png</file>
-        <file>oxygen/16x16/actions/archive-insert.png</file>
-        <file>oxygen/16x16/actions/archive-remove.png</file>
-        <file>oxygen/16x16/actions/arrow-down-double.png</file>
-        <file>oxygen/16x16/actions/arrow-down.png</file>
-        <file>oxygen/16x16/actions/arrow-left-double.png</file>
-        <file>oxygen/16x16/actions/arrow-left.png</file>
-        <file>oxygen/16x16/actions/arrow-right-double.png</file>
-        <file>oxygen/16x16/actions/arrow-right.png</file>
-        <file>oxygen/16x16/actions/arrow-up-double.png</file>
-        <file>oxygen/16x16/actions/arrow-up.png</file>
-        <file>oxygen/16x16/actions/bookmark-new-list.png</file>
-        <file>oxygen/16x16/actions/bookmark-new.png</file>
-        <file>oxygen/16x16/actions/bookmark-toolbar.png</file>
-        <file>oxygen/16x16/actions/cd-data.png</file>
-        <file>oxygen/16x16/actions/cd.png</file>
-        <file>oxygen/16x16/actions/character-set.png</file>
-        <file>oxygen/16x16/actions/chronometer.png</file>
-        <file>oxygen/16x16/actions/color-fill.png</file>
-        <file>oxygen/16x16/actions/color-line.png</file>
-        <file>oxygen/16x16/actions/color-picker.png</file>
-        <file>oxygen/16x16/actions/configure-shortcuts.png</file>
-        <file>oxygen/16x16/actions/configure-toolbars.png</file>
-        <file alias="configure">oxygen/16x16/actions/configure.png</file>
-        <file>oxygen/16x16/actions/contact-new.png</file>
-        <file>oxygen/16x16/actions/datashow.png</file>
-        <file>oxygen/16x16/actions/datashowchart.png</file>
-        <file>oxygen/16x16/actions/dialog-cancel.png</file>
-        <file>oxygen/16x16/actions/dialog-close.png</file>
-        <file>oxygen/16x16/actions/dialog-ok-apply.png</file>
-        <file>oxygen/16x16/actions/dialog-ok.png</file>
-        <file>oxygen/16x16/actions/document-decrypt.png</file>
-        <file>oxygen/16x16/actions/document-encrypt.png</file>
-        <file>oxygen/16x16/actions/document-export.png</file>
-        <file>oxygen/16x16/actions/document-import.png</file>
-        <file>oxygen/16x16/actions/document-new.png</file>
-        <file>oxygen/16x16/actions/document-open-folder.png</file>
-        <file>oxygen/16x16/actions/document-open-recent.png</file>
-        <file>oxygen/16x16/actions/document-open-remote.png</file>
-        <file>oxygen/16x16/actions/document-open.png</file>
-        <file>oxygen/16x16/actions/document-preview-archive.png</file>
-        <file>oxygen/16x16/actions/document-preview.png</file>
-        <file>oxygen/16x16/actions/document-print-frame.png</file>
-        <file>oxygen/16x16/actions/document-print-preview.png</file>
-        <file>oxygen/16x16/actions/document-print.png</file>
-        <file>oxygen/16x16/actions/document-properties.png</file>
-        <file>oxygen/16x16/actions/document-revert.png</file>
-        <file>oxygen/16x16/actions/document-save-all.png</file>
-        <file>oxygen/16x16/actions/document-save-as.png</file>
-        <file>oxygen/16x16/actions/document-save.png</file>
-        <file>oxygen/16x16/actions/draw-brush.png</file>
-        <file>oxygen/16x16/actions/draw-eraser.png</file>
-        <file>oxygen/16x16/actions/draw-freehand.png</file>
-        <file>oxygen/16x16/actions/edit-clear-history.png</file>
-        <file>oxygen/16x16/actions/edit-clear-list.png</file>
-        <file>oxygen/16x16/actions/edit-clear-locationbar-rtl.png</file>
-        <file>oxygen/16x16/actions/edit-clear-locationbar.png</file>
-        <file>oxygen/16x16/actions/edit-clear.png</file>
-        <file>oxygen/16x16/actions/edit-copy.png</file>
-        <file>oxygen/16x16/actions/edit-cut.png</file>
-        <file>oxygen/16x16/actions/edit-delete-mail.png</file>
-        <file>oxygen/16x16/actions/edit-delete-shred.png</file>
-        <file>oxygen/16x16/actions/edit-delete.png</file>
-        <file>oxygen/16x16/actions/edit-find-mail.png</file>
-        <file>oxygen/16x16/actions/edit-find-user.png</file>
-        <file>oxygen/16x16/actions/edit-find.png</file>
-        <file>oxygen/16x16/actions/edit-paste.png</file>
-        <file>oxygen/16x16/actions/edit-redo.png</file>
-        <file>oxygen/16x16/actions/edit-rename.png</file>
-        <file>oxygen/16x16/actions/edit-select-all.png</file>
-        <file>oxygen/16x16/actions/edit-undo.png</file>
-        <file>oxygen/16x16/actions/favorites.png</file>
-        <file>oxygen/16x16/actions/fileview-close-left.png</file>
-        <file>oxygen/16x16/actions/fileview-close-right.png</file>
-        <file>oxygen/16x16/actions/fileview-column.png</file>
-        <file>oxygen/16x16/actions/fileview-detailed.png</file>
-        <file>oxygen/16x16/actions/fileview-icon.png</file>
-        <file>oxygen/16x16/actions/fileview-multicolumn.png</file>
-        <file>oxygen/16x16/actions/fileview-preview.png</file>
-        <file>oxygen/16x16/actions/fileview-split.png</file>
-        <file>oxygen/16x16/actions/fileview-text.png</file>
-        <file>oxygen/16x16/actions/flag-black.png</file>
-        <file>oxygen/16x16/actions/flag-blue.png</file>
-        <file>oxygen/16x16/actions/flag-green.png</file>
-        <file>oxygen/16x16/actions/flag-red.png</file>
-        <file>oxygen/16x16/actions/flag-yellow.png</file>
-        <file>oxygen/16x16/actions/flag.png</file>
-        <file>oxygen/16x16/actions/folder-new.png</file>
-        <file>oxygen/16x16/actions/fork.png</file>
-        <file>oxygen/16x16/actions/format-font-size-less.png</file>
-        <file>oxygen/16x16/actions/format-font-size-more.png</file>
-        <file>oxygen/16x16/actions/format-indent-less.png</file>
-        <file>oxygen/16x16/actions/format-indent-more.png</file>
-        <file>oxygen/16x16/actions/format-justify-center.png</file>
-        <file>oxygen/16x16/actions/format-justify-fill.png</file>
-        <file>oxygen/16x16/actions/format-justify-left.png</file>
-        <file>oxygen/16x16/actions/format-justify-right.png</file>
-        <file>oxygen/16x16/actions/format-line-spacing-double.png</file>
-        <file>oxygen/16x16/actions/format-line-spacing-normal.png</file>
-        <file>oxygen/16x16/actions/format-line-spacing-triple.png</file>
-        <file>oxygen/16x16/actions/format-list-ordered.png</file>
-        <file>oxygen/16x16/actions/format-list-unordered.png</file>
-        <file>oxygen/16x16/actions/format-text-bold.png</file>
-        <file>oxygen/16x16/actions/format-text-direction-ltr.png</file>
-        <file>oxygen/16x16/actions/format-text-direction-rtl.png</file>
-        <file>oxygen/16x16/actions/format-text-italic.png</file>
-        <file>oxygen/16x16/actions/format-text-strikethrough.png</file>
-        <file>oxygen/16x16/actions/format-text-subscript.png</file>
-        <file>oxygen/16x16/actions/format-text-superscript.png</file>
-        <file>oxygen/16x16/actions/format-text-underline.png</file>
-        <file>oxygen/16x16/actions/frame-edit.png</file>
-        <file>oxygen/16x16/actions/games-config-background.png</file>
-        <file>oxygen/16x16/actions/games-config-board.png</file>
-        <file>oxygen/16x16/actions/games-config-custom.png</file>
-        <file>oxygen/16x16/actions/games-config-options.png</file>
-        <file>oxygen/16x16/actions/games-config-theme.png</file>
-        <file>oxygen/16x16/actions/games-config-tiles.png</file>
-        <file>oxygen/16x16/actions/games-difficult.png</file>
-        <file>oxygen/16x16/actions/games-endturn.png</file>
-        <file>oxygen/16x16/actions/games-highscores.png</file>
-        <file>oxygen/16x16/actions/games-hint.png</file>
-        <file>oxygen/16x16/actions/games-solve.png</file>
-        <file alias="gear">oxygen/16x16/actions/gear.png</file>
-        <file>oxygen/16x16/actions/get-hot-new-stuff.png</file>
-        <file>oxygen/16x16/actions/go-bottom.png</file>
-        <file>oxygen/16x16/actions/go-down-search.png</file>
-        <file>oxygen/16x16/actions/go-down.png</file>
-        <file>oxygen/16x16/actions/go-first.png</file>
-        <file>oxygen/16x16/actions/go-home.png</file>
-        <file>oxygen/16x16/actions/go-jump-locationbar.png</file>
-        <file>oxygen/16x16/actions/go-jump-today.png</file>
-        <file>oxygen/16x16/actions/go-jump.png</file>
-        <file>oxygen/16x16/actions/go-last.png</file>
-        <file>oxygen/16x16/actions/go-next.png</file>
-        <file>oxygen/16x16/actions/go-previous.png</file>
-        <file>oxygen/16x16/actions/go-top.png</file>
-        <file>oxygen/16x16/actions/go-up-search.png</file>
-        <file>oxygen/16x16/actions/go-up.png</file>
-        <file>oxygen/16x16/actions/help-about-kde.png</file>
-        <file>oxygen/16x16/actions/help-about.png</file>
-        <file>oxygen/16x16/actions/help-contents.png</file>
-        <file>oxygen/16x16/actions/help-contextual.png</file>
-        <file>oxygen/16x16/actions/help-hint.png</file>
-        <file>oxygen/16x16/actions/insert-image.png</file>
-        <file>oxygen/16x16/actions/insert-table.png</file>
-        <file>oxygen/16x16/actions/insert-text.png</file>
-        <file>oxygen/16x16/actions/kgpg-export-kgpg.png</file>
-        <file>oxygen/16x16/actions/kgpg-identity-kgpg.png</file>
-        <file>oxygen/16x16/actions/kgpg-import-kgpg.png</file>
-        <file>oxygen/16x16/actions/kgpg-info-kgpg.png</file>
-        <file>oxygen/16x16/actions/kgpg-key1-kgpg.png</file>
-        <file>oxygen/16x16/actions/kgpg-key2-kgpg.png</file>
-        <file>oxygen/16x16/actions/kgpg-key3-kgpg.png</file>
-        <file>oxygen/16x16/actions/kgpg-key4-kgpg.png</file>
-        <file>oxygen/16x16/actions/kgpg-sign-kgpg.png</file>
-        <file>oxygen/16x16/actions/kgpg-term-kgpg.png</file>
-        <file>oxygen/16x16/actions/knotes-delete-knotes.png</file>
-        <file>oxygen/16x16/actions/konv-message.png</file>
-        <file>oxygen/16x16/actions/konv-message2.png</file>
-        <file>oxygen/16x16/actions/kscd-dock.png</file>
-        <file>oxygen/16x16/actions/list-add-font.png</file>
-        <file>oxygen/16x16/actions/list-add-user.png</file>
-        <file>oxygen/16x16/actions/list-add.png</file>
-        <file>oxygen/16x16/actions/list-remove-user.png</file>
-        <file>oxygen/16x16/actions/list-remove.png</file>
-        <file>oxygen/16x16/actions/mail-flag.png</file>
-        <file>oxygen/16x16/actions/mail-forward.png</file>
-        <file>oxygen/16x16/actions/mail-mark-important.png</file>
-        <file>oxygen/16x16/actions/mail-mark-notjunk.png</file>
-        <file>oxygen/16x16/actions/mail-mark-read.png</file>
-        <file>oxygen/16x16/actions/mail-mark-unread-new.png</file>
-        <file>oxygen/16x16/actions/mail-mark-unread.png</file>
-        <file>oxygen/16x16/actions/mail-message-new.png</file>
-        <file>oxygen/16x16/actions/mail-queue.png</file>
-        <file>oxygen/16x16/actions/mail-receive.png</file>
-        <file>oxygen/16x16/actions/mail-reply-all.png</file>
-        <file>oxygen/16x16/actions/mail-reply-list.png</file>
-        <file>oxygen/16x16/actions/mail-reply-sender.png</file>
-        <file>oxygen/16x16/actions/mail-send.png</file>
-        <file>oxygen/16x16/actions/media-eject.png</file>
-        <file>oxygen/16x16/actions/media-playback-pause.png</file>
-        <file>oxygen/16x16/actions/media-playback-start.png</file>
-        <file>oxygen/16x16/actions/media-playback-stop.png</file>
-        <file>oxygen/16x16/actions/media-record.png</file>
-        <file>oxygen/16x16/actions/media-scripts.png</file>
-        <file>oxygen/16x16/actions/media-seek-backward.png</file>
-        <file>oxygen/16x16/actions/media-seek-forward.png</file>
-        <file>oxygen/16x16/actions/media-skip-backward.png</file>
-        <file>oxygen/16x16/actions/media-skip-forward.png</file>
-        <file alias="network-connect">oxygen/16x16/actions/network-connect.png</file>
-        <file alias="network-disconnect">oxygen/16x16/actions/network-disconnect.png</file>
-        <file>oxygen/16x16/actions/news-subscribe.png</file>
-        <file>oxygen/16x16/actions/news-unsubscribe.png</file>
-        <file>oxygen/16x16/actions/object-rotate-left.png</file>
-        <file>oxygen/16x16/actions/object-rotate-right.png</file>
-        <file>oxygen/16x16/actions/ok.png</file>
-        <file>oxygen/16x16/actions/player-time.png</file>
-        <file>oxygen/16x16/actions/player-volume.png</file>
-        <file>oxygen/16x16/actions/process-stop.png</file>
-        <file>oxygen/16x16/actions/project-open.png</file>
-        <file>oxygen/16x16/actions/rating.png</file>
-        <file>oxygen/16x16/actions/roll.png</file>
-        <file>oxygen/16x16/actions/rss-tag.png</file>
-        <file>oxygen/16x16/actions/rss.png</file>
-        <file>oxygen/16x16/actions/run-build-file.png</file>
-        <file>oxygen/16x16/actions/run-build.png</file>
-        <file>oxygen/16x16/actions/services.png</file>
-        <file>oxygen/16x16/actions/show-menu.png</file>
-        <file>oxygen/16x16/actions/signature.png</file>
-        <file>oxygen/16x16/actions/speaker.png</file>
-        <file>oxygen/16x16/actions/system-lock-screen.png</file>
-        <file>oxygen/16x16/actions/system-log-out.png</file>
-        <file>oxygen/16x16/actions/system-restart.png</file>
-        <file>oxygen/16x16/actions/system-run.png</file>
-        <file>oxygen/16x16/actions/system-search.png</file>
-        <file>oxygen/16x16/actions/system-suspend-hibernate.png</file>
-        <file>oxygen/16x16/actions/system-suspend.png</file>
-        <file>oxygen/16x16/actions/system-switch-user.png</file>
-        <file>oxygen/16x16/actions/tab-close.png</file>
-        <file>oxygen/16x16/actions/tab-detach.png</file>
-        <file>oxygen/16x16/actions/tab-duplicate.png</file>
-        <file>oxygen/16x16/actions/tab-new-background.png</file>
-        <file>oxygen/16x16/actions/tab-new.png</file>
-        <file>oxygen/16x16/actions/table.png</file>
-        <file>oxygen/16x16/actions/text-speak.png</file>
-        <file>oxygen/16x16/actions/text.png</file>
-        <file>oxygen/16x16/actions/tools-check-spelling.png</file>
-        <file>oxygen/16x16/actions/tools-media-optical-burn.png</file>
-        <file>oxygen/16x16/actions/tools-media-optical-copy.png</file>
-        <file>oxygen/16x16/actions/tools-report-bug.png</file>
-        <file>oxygen/16x16/actions/transform-rotate.png</file>
-        <file>oxygen/16x16/actions/trash-empty.png</file>
-        <file>oxygen/16x16/actions/user-group-new.png</file>
-        <file>oxygen/16x16/actions/user-properties.png</file>
-        <file>oxygen/16x16/actions/view-calendar-day.png</file>
-        <file>oxygen/16x16/actions/view-calendar-list.png</file>
-        <file>oxygen/16x16/actions/view-calendar-month.png</file>
-        <file>oxygen/16x16/actions/view-calendar-tasks.png</file>
-        <file>oxygen/16x16/actions/view-calendar-time-spent.png</file>
-        <file>oxygen/16x16/actions/view-calendar-timeline.png</file>
-        <file>oxygen/16x16/actions/view-calendar-upcoming-days.png</file>
-        <file>oxygen/16x16/actions/view-calendar-upcoming-events.png</file>
-        <file>oxygen/16x16/actions/view-calendar-week.png</file>
-        <file>oxygen/16x16/actions/view-calendar-workweek.png</file>
-        <file>oxygen/16x16/actions/view-choose.png</file>
-        <file>oxygen/16x16/actions/view-close.png</file>
-        <file>oxygen/16x16/actions/view-filter.png</file>
-        <file>oxygen/16x16/actions/view-fullscreen.png</file>
-        <file>oxygen/16x16/actions/view-history.png</file>
-        <file>oxygen/16x16/actions/view-icon.png</file>
-        <file>oxygen/16x16/actions/view-left-right.png</file>
-        <file>oxygen/16x16/actions/view-media-artist.png</file>
-        <file>oxygen/16x16/actions/view-media-equalizer.png</file>
-        <file>oxygen/16x16/actions/view-media-lyrics.png</file>
-        <file>oxygen/16x16/actions/view-media-playlist.png</file>
-        <file>oxygen/16x16/actions/view-media-visualization.png</file>
-        <file>oxygen/16x16/actions/view-pim-calendar.png</file>
-        <file>oxygen/16x16/actions/view-pim-contacts.png</file>
-        <file>oxygen/16x16/actions/view-pim-journal.png</file>
-        <file>oxygen/16x16/actions/view-pim-mail.png</file>
-        <file>oxygen/16x16/actions/view-pim-news.png</file>
-        <file>oxygen/16x16/actions/view-pim-notes.png</file>
-        <file>oxygen/16x16/actions/view-pim-summary.png</file>
-        <file>oxygen/16x16/actions/view-pim-tasks.png</file>
-        <file>oxygen/16x16/actions/view-presentation.png</file>
-        <file>oxygen/16x16/actions/view-preview.png</file>
-        <file>oxygen/16x16/actions/view-process-all-tree.png</file>
-        <file>oxygen/16x16/actions/view-process-all.png</file>
-        <file>oxygen/16x16/actions/view-process-own.png</file>
-        <file>oxygen/16x16/actions/view-process-system.png</file>
-        <file>oxygen/16x16/actions/view-process-tree.png</file>
-        <file>oxygen/16x16/actions/view-process-users.png</file>
-        <file>oxygen/16x16/actions/view-refresh.png</file>
-        <file>oxygen/16x16/actions/view-restore.png</file>
-        <file>oxygen/16x16/actions/view-sidetree.png</file>
-        <file>oxygen/16x16/actions/view-sort-ascending.png</file>
-        <file>oxygen/16x16/actions/view-sort-descending.png</file>
-        <file>oxygen/16x16/actions/view-statistics.png</file>
-        <file>oxygen/16x16/actions/view-top-bottom.png</file>
-        <file>oxygen/16x16/actions/view-tree.png</file>
-        <file>oxygen/16x16/actions/view-web-browser-dom-tree.png</file>
-        <file>oxygen/16x16/actions/window-close.png</file>
-        <file>oxygen/16x16/actions/window-duplicate.png</file>
-        <file>oxygen/16x16/actions/window-new.png</file>
-        <file>oxygen/16x16/actions/window-suppressed.png</file>
-        <file>oxygen/16x16/actions/zoom-best-fit.png</file>
-        <file>oxygen/16x16/actions/zoom-in.png</file>
-        <file>oxygen/16x16/actions/zoom-original.png</file>
-        <file>oxygen/16x16/actions/zoom-out.png</file>
-    </qresource>
-    <qresource prefix="/22x22/actions" >
-        <file>oxygen/22x22/actions/application-exit.png</file>
-        <file>oxygen/22x22/actions/archive-extract.png</file>
-        <file>oxygen/22x22/actions/archive-insert-directory.png</file>
-        <file>oxygen/22x22/actions/archive-insert.png</file>
-        <file>oxygen/22x22/actions/archive-remove.png</file>
-        <file>oxygen/22x22/actions/arrow-down-double.png</file>
-        <file>oxygen/22x22/actions/arrow-down.png</file>
-        <file>oxygen/22x22/actions/arrow-left-double.png</file>
-        <file>oxygen/22x22/actions/arrow-left.png</file>
-        <file>oxygen/22x22/actions/arrow-right-double.png</file>
-        <file>oxygen/22x22/actions/arrow-right.png</file>
-        <file>oxygen/22x22/actions/arrow-up-double.png</file>
-        <file>oxygen/22x22/actions/arrow-up.png</file>
-        <file>oxygen/22x22/actions/bookmark-new-list.png</file>
-        <file>oxygen/22x22/actions/bookmark-new.png</file>
-        <file>oxygen/22x22/actions/bookmark-toolbar.png</file>
-        <file>oxygen/22x22/actions/cd-data.png</file>
-        <file>oxygen/22x22/actions/cd.png</file>
-        <file>oxygen/22x22/actions/character-set.png</file>
-        <file>oxygen/22x22/actions/chronometer.png</file>
-        <file>oxygen/22x22/actions/color-fill.png</file>
-        <file>oxygen/22x22/actions/color-line.png</file>
-        <file>oxygen/22x22/actions/color-picker.png</file>
-        <file>oxygen/22x22/actions/configure-shortcuts.png</file>
-        <file>oxygen/22x22/actions/configure-toolbars.png</file>
-        <file alias="configure">oxygen/22x22/actions/configure.png</file>
-        <file>oxygen/22x22/actions/contact-new.png</file>
-        <file>oxygen/22x22/actions/datashow.png</file>
-        <file>oxygen/22x22/actions/datashowchart.png</file>
-        <file>oxygen/22x22/actions/dialog-cancel.png</file>
-        <file>oxygen/22x22/actions/dialog-close.png</file>
-        <file>oxygen/22x22/actions/dialog-ok-apply.png</file>
-        <file>oxygen/22x22/actions/dialog-ok.png</file>
-        <file>oxygen/22x22/actions/document-decrypt.png</file>
-        <file>oxygen/22x22/actions/document-encrypt.png</file>
-        <file>oxygen/22x22/actions/document-export.png</file>
-        <file>oxygen/22x22/actions/document-import.png</file>
-        <file>oxygen/22x22/actions/document-new.png</file>
-        <file>oxygen/22x22/actions/document-open-folder.png</file>
-        <file>oxygen/22x22/actions/document-open-recent.png</file>
-        <file>oxygen/22x22/actions/document-open-remote.png</file>
-        <file>oxygen/22x22/actions/document-open.png</file>
-        <file>oxygen/22x22/actions/document-preview-archive.png</file>
-        <file>oxygen/22x22/actions/document-preview.png</file>
-        <file>oxygen/22x22/actions/document-print-frame.png</file>
-        <file>oxygen/22x22/actions/document-print-preview.png</file>
-        <file>oxygen/22x22/actions/document-print.png</file>
-        <file>oxygen/22x22/actions/document-properties.png</file>
-        <file>oxygen/22x22/actions/document-revert.png</file>
-        <file>oxygen/22x22/actions/document-save-all.png</file>
-        <file>oxygen/22x22/actions/document-save-as.png</file>
-        <file>oxygen/22x22/actions/document-save.png</file>
-        <file>oxygen/22x22/actions/draw-brush.png</file>
-        <file>oxygen/22x22/actions/draw-eraser.png</file>
-        <file>oxygen/22x22/actions/draw-freehand.png</file>
-        <file>oxygen/22x22/actions/edit-clear-history.png</file>
-        <file>oxygen/22x22/actions/edit-clear-list.png</file>
-        <file>oxygen/22x22/actions/edit-clear-locationbar-rtl.png</file>
-        <file>oxygen/22x22/actions/edit-clear-locationbar.png</file>
-        <file>oxygen/22x22/actions/edit-clear.png</file>
-        <file>oxygen/22x22/actions/edit-copy.png</file>
-        <file>oxygen/22x22/actions/edit-cut.png</file>
-        <file>oxygen/22x22/actions/edit-delete-mail.png</file>
-        <file>oxygen/22x22/actions/edit-delete-shred.png</file>
-        <file>oxygen/22x22/actions/edit-delete.png</file>
-        <file>oxygen/22x22/actions/edit-find-mail.png</file>
-        <file>oxygen/22x22/actions/edit-find-user.png</file>
-        <file>oxygen/22x22/actions/edit-find.png</file>
-        <file>oxygen/22x22/actions/edit-paste.png</file>
-        <file>oxygen/22x22/actions/edit-redo.png</file>
-        <file>oxygen/22x22/actions/edit-rename.png</file>
-        <file>oxygen/22x22/actions/edit-select-all.png</file>
-        <file>oxygen/22x22/actions/edit-undo.png</file>
-        <file>oxygen/22x22/actions/favorites.png</file>
-        <file>oxygen/22x22/actions/fileview-close-left.png</file>
-        <file>oxygen/22x22/actions/fileview-close-right.png</file>
-        <file>oxygen/22x22/actions/fileview-column.png</file>
-        <file>oxygen/22x22/actions/fileview-detailed.png</file>
-        <file>oxygen/22x22/actions/fileview-icon.png</file>
-        <file>oxygen/22x22/actions/fileview-multicolumn.png</file>
-        <file>oxygen/22x22/actions/fileview-preview.png</file>
-        <file>oxygen/22x22/actions/fileview-split.png</file>
-        <file>oxygen/22x22/actions/fileview-text.png</file>
-        <file>oxygen/22x22/actions/flag-black.png</file>
-        <file>oxygen/22x22/actions/flag-blue.png</file>
-        <file>oxygen/22x22/actions/flag-green.png</file>
-        <file>oxygen/22x22/actions/flag-red.png</file>
-        <file>oxygen/22x22/actions/flag-yellow.png</file>
-        <file>oxygen/22x22/actions/flag.png</file>
-        <file>oxygen/22x22/actions/folder-new.png</file>
-        <file>oxygen/22x22/actions/fork.png</file>
-        <file>oxygen/22x22/actions/format-font-size-less.png</file>
-        <file>oxygen/22x22/actions/format-font-size-more.png</file>
-        <file>oxygen/22x22/actions/format-indent-less.png</file>
-        <file>oxygen/22x22/actions/format-indent-more.png</file>
-        <file>oxygen/22x22/actions/format-justify-center.png</file>
-        <file>oxygen/22x22/actions/format-justify-fill.png</file>
-        <file>oxygen/22x22/actions/format-justify-left.png</file>
-        <file>oxygen/22x22/actions/format-justify-right.png</file>
-        <file>oxygen/22x22/actions/format-line-spacing-double.png</file>
-        <file>oxygen/22x22/actions/format-line-spacing-normal.png</file>
-        <file>oxygen/22x22/actions/format-line-spacing-triple.png</file>
-        <file>oxygen/22x22/actions/format-list-ordered.png</file>
-        <file>oxygen/22x22/actions/format-list-unordered.png</file>
-        <file>oxygen/22x22/actions/format-text-bold.png</file>
-        <file>oxygen/22x22/actions/format-text-direction-ltr.png</file>
-        <file>oxygen/22x22/actions/format-text-direction-rtl.png</file>
-        <file>oxygen/22x22/actions/format-text-italic.png</file>
-        <file>oxygen/22x22/actions/format-text-strikethrough.png</file>
-        <file>oxygen/22x22/actions/format-text-subscript.png</file>
-        <file>oxygen/22x22/actions/format-text-superscript.png</file>
-        <file>oxygen/22x22/actions/format-text-underline.png</file>
-        <file>oxygen/22x22/actions/frame-edit.png</file>
-        <file>oxygen/22x22/actions/games-config-background.png</file>
-        <file>oxygen/22x22/actions/games-config-board.png</file>
-        <file>oxygen/22x22/actions/games-config-custom.png</file>
-        <file>oxygen/22x22/actions/games-config-options.png</file>
-        <file>oxygen/22x22/actions/games-config-theme.png</file>
-        <file>oxygen/22x22/actions/games-config-tiles.png</file>
-        <file>oxygen/22x22/actions/games-difficult.png</file>
-        <file>oxygen/22x22/actions/games-endturn.png</file>
-        <file>oxygen/22x22/actions/games-highscores.png</file>
-        <file>oxygen/22x22/actions/games-hint.png</file>
-        <file>oxygen/22x22/actions/games-solve.png</file>
-        <file alias="gear">oxygen/22x22/actions/gear.png</file>
-        <file>oxygen/22x22/actions/get-hot-new-stuff.png</file>
-        <file>oxygen/22x22/actions/go-bottom.png</file>
-        <file>oxygen/22x22/actions/go-down-search.png</file>
-        <file>oxygen/22x22/actions/go-down.png</file>
-        <file>oxygen/22x22/actions/go-first.png</file>
-        <file>oxygen/22x22/actions/go-home.png</file>
-        <file>oxygen/22x22/actions/go-jump-locationbar.png</file>
-        <file>oxygen/22x22/actions/go-jump-today.png</file>
-        <file>oxygen/22x22/actions/go-jump.png</file>
-        <file>oxygen/22x22/actions/go-last.png</file>
-        <file>oxygen/22x22/actions/go-next.png</file>
-        <file>oxygen/22x22/actions/go-previous.png</file>
-        <file>oxygen/22x22/actions/go-top.png</file>
-        <file>oxygen/22x22/actions/go-up-search.png</file>
-        <file>oxygen/22x22/actions/go-up.png</file>
-        <file>oxygen/22x22/actions/help-about-kde.png</file>
-        <file>oxygen/22x22/actions/help-about.png</file>
-        <file>oxygen/22x22/actions/help-contents.png</file>
-        <file>oxygen/22x22/actions/help-contextual.png</file>
-        <file>oxygen/22x22/actions/help-hint.png</file>
-        <file>oxygen/22x22/actions/insert-image.png</file>
-        <file>oxygen/22x22/actions/insert-table.png</file>
-        <file>oxygen/22x22/actions/insert-text.png</file>
-        <file>oxygen/22x22/actions/kgpg-export-kgpg.png</file>
-        <file>oxygen/22x22/actions/kgpg-identity-kgpg.png</file>
-        <file>oxygen/22x22/actions/kgpg-import-kgpg.png</file>
-        <file>oxygen/22x22/actions/kgpg-info-kgpg.png</file>
-        <file>oxygen/22x22/actions/kgpg-key1-kgpg.png</file>
-        <file>oxygen/22x22/actions/kgpg-key2-kgpg.png</file>
-        <file>oxygen/22x22/actions/kgpg-key3-kgpg.png</file>
-        <file>oxygen/22x22/actions/kgpg-key4-kgpg.png</file>
-        <file>oxygen/22x22/actions/kgpg-sign-kgpg.png</file>
-        <file>oxygen/22x22/actions/kgpg-term-kgpg.png</file>
-        <file>oxygen/22x22/actions/knotes-delete-knotes.png</file>
-        <file>oxygen/22x22/actions/konv-message.png</file>
-        <file>oxygen/22x22/actions/konv-message2.png</file>
-        <file>oxygen/22x22/actions/kscd-dock.png</file>
-        <file>oxygen/22x22/actions/list-add-font.png</file>
-        <file>oxygen/22x22/actions/list-add-user.png</file>
-        <file>oxygen/22x22/actions/list-add.png</file>
-        <file>oxygen/22x22/actions/list-remove-user.png</file>
-        <file>oxygen/22x22/actions/list-remove.png</file>
-        <file>oxygen/22x22/actions/mail-flag.png</file>
-        <file>oxygen/22x22/actions/mail-forward.png</file>
-        <file>oxygen/22x22/actions/mail-mark-important.png</file>
-        <file>oxygen/22x22/actions/mail-mark-notjunk.png</file>
-        <file>oxygen/22x22/actions/mail-mark-read.png</file>
-        <file>oxygen/22x22/actions/mail-mark-unread-new.png</file>
-        <file>oxygen/22x22/actions/mail-mark-unread.png</file>
-        <file>oxygen/22x22/actions/mail-message-new.png</file>
-        <file>oxygen/22x22/actions/mail-queue.png</file>
-        <file>oxygen/22x22/actions/mail-receive.png</file>
-        <file>oxygen/22x22/actions/mail-reply-all.png</file>
-        <file>oxygen/22x22/actions/mail-reply-list.png</file>
-        <file>oxygen/22x22/actions/mail-reply-sender.png</file>
-        <file>oxygen/22x22/actions/mail-send.png</file>
-        <file>oxygen/22x22/actions/media-eject.png</file>
-        <file>oxygen/22x22/actions/media-playback-pause.png</file>
-        <file>oxygen/22x22/actions/media-playback-start.png</file>
-        <file>oxygen/22x22/actions/media-playback-stop.png</file>
-        <file>oxygen/22x22/actions/media-record.png</file>
-        <file>oxygen/22x22/actions/media-scripts.png</file>
-        <file>oxygen/22x22/actions/media-seek-backward.png</file>
-        <file>oxygen/22x22/actions/media-seek-forward.png</file>
-        <file>oxygen/22x22/actions/media-skip-backward.png</file>
-        <file>oxygen/22x22/actions/media-skip-forward.png</file>
-        <file alias="network-connect">oxygen/22x22/actions/network-connect.png</file>
-        <file alias="network-disconnect">oxygen/22x22/actions/network-disconnect.png</file>
-        <file>oxygen/22x22/actions/news-subscribe.png</file>
-        <file>oxygen/22x22/actions/news-unsubscribe.png</file>
-        <file>oxygen/22x22/actions/object-rotate-left.png</file>
-        <file>oxygen/22x22/actions/object-rotate-right.png</file>
-        <file>oxygen/22x22/actions/ok.png</file>
-        <file>oxygen/22x22/actions/player-time.png</file>
-        <file>oxygen/22x22/actions/player-volume.png</file>
-        <file>oxygen/22x22/actions/process-stop.png</file>
-        <file>oxygen/22x22/actions/project-open.png</file>
-        <file>oxygen/22x22/actions/rating.png</file>
-        <file>oxygen/22x22/actions/roll.png</file>
-        <file>oxygen/22x22/actions/rss-tag.png</file>
-        <file>oxygen/22x22/actions/rss.png</file>
-        <file>oxygen/22x22/actions/run-build-file.png</file>
-        <file>oxygen/22x22/actions/run-build.png</file>
-        <file>oxygen/22x22/actions/services.png</file>
-        <file>oxygen/22x22/actions/show-menu.png</file>
-        <file>oxygen/22x22/actions/signature.png</file>
-        <file>oxygen/22x22/actions/speaker.png</file>
-        <file>oxygen/22x22/actions/system-lock-screen.png</file>
-        <file>oxygen/22x22/actions/system-log-out.png</file>
-        <file>oxygen/22x22/actions/system-restart.png</file>
-        <file>oxygen/22x22/actions/system-run.png</file>
-        <file>oxygen/22x22/actions/system-search.png</file>
-        <file>oxygen/22x22/actions/system-suspend-hibernate.png</file>
-        <file>oxygen/22x22/actions/system-suspend.png</file>
-        <file>oxygen/22x22/actions/system-switch-user.png</file>
-        <file>oxygen/22x22/actions/tab-close.png</file>
-        <file>oxygen/22x22/actions/tab-detach.png</file>
-        <file>oxygen/22x22/actions/tab-duplicate.png</file>
-        <file>oxygen/22x22/actions/tab-new-background.png</file>
-        <file>oxygen/22x22/actions/tab-new.png</file>
-        <file>oxygen/22x22/actions/table.png</file>
-        <file>oxygen/22x22/actions/text-speak.png</file>
-        <file>oxygen/22x22/actions/text.png</file>
-        <file>oxygen/22x22/actions/tools-check-spelling.png</file>
-        <file>oxygen/22x22/actions/tools-media-optical-burn.png</file>
-        <file>oxygen/22x22/actions/tools-media-optical-copy.png</file>
-        <file>oxygen/22x22/actions/tools-report-bug.png</file>
-        <file>oxygen/22x22/actions/transform-rotate.png</file>
-        <file>oxygen/22x22/actions/trash-empty.png</file>
-        <file>oxygen/22x22/actions/user-group-new.png</file>
-        <file>oxygen/22x22/actions/user-properties.png</file>
-        <file>oxygen/22x22/actions/view-calendar-day.png</file>
-        <file>oxygen/22x22/actions/view-calendar-list.png</file>
-        <file>oxygen/22x22/actions/view-calendar-month.png</file>
-        <file>oxygen/22x22/actions/view-calendar-tasks.png</file>
-        <file>oxygen/22x22/actions/view-calendar-time-spent.png</file>
-        <file>oxygen/22x22/actions/view-calendar-timeline.png</file>
-        <file>oxygen/22x22/actions/view-calendar-upcoming-days.png</file>
-        <file>oxygen/22x22/actions/view-calendar-upcoming-events.png</file>
-        <file>oxygen/22x22/actions/view-calendar-week.png</file>
-        <file>oxygen/22x22/actions/view-calendar-workweek.png</file>
-        <file>oxygen/22x22/actions/view-choose.png</file>
-        <file>oxygen/22x22/actions/view-close.png</file>
-        <file>oxygen/22x22/actions/view-filter.png</file>
-        <file>oxygen/22x22/actions/view-fullscreen.png</file>
-        <file>oxygen/22x22/actions/view-history.png</file>
-        <file>oxygen/22x22/actions/view-icon.png</file>
-        <file>oxygen/22x22/actions/view-left-right.png</file>
-        <file>oxygen/22x22/actions/view-media-artist.png</file>
-        <file>oxygen/22x22/actions/view-media-equalizer.png</file>
-        <file>oxygen/22x22/actions/view-media-lyrics.png</file>
-        <file>oxygen/22x22/actions/view-media-playlist.png</file>
-        <file>oxygen/22x22/actions/view-media-visualization.png</file>
-        <file>oxygen/22x22/actions/view-pim-calendar.png</file>
-        <file>oxygen/22x22/actions/view-pim-contacts.png</file>
-        <file>oxygen/22x22/actions/view-pim-journal.png</file>
-        <file>oxygen/22x22/actions/view-pim-mail.png</file>
-        <file>oxygen/22x22/actions/view-pim-news.png</file>
-        <file>oxygen/22x22/actions/view-pim-notes.png</file>
-        <file>oxygen/22x22/actions/view-pim-summary.png</file>
-        <file>oxygen/22x22/actions/view-pim-tasks.png</file>
-        <file>oxygen/22x22/actions/view-presentation.png</file>
-        <file>oxygen/22x22/actions/view-preview.png</file>
-        <file>oxygen/22x22/actions/view-process-all-tree.png</file>
-        <file>oxygen/22x22/actions/view-process-all.png</file>
-        <file>oxygen/22x22/actions/view-process-own.png</file>
-        <file>oxygen/22x22/actions/view-process-system.png</file>
-        <file>oxygen/22x22/actions/view-process-users.png</file>
-        <file>oxygen/22x22/actions/view-refresh.png</file>
-        <file>oxygen/22x22/actions/view-restore.png</file>
-        <file>oxygen/22x22/actions/view-sidetree.png</file>
-        <file>oxygen/22x22/actions/view-sort-ascending.png</file>
-        <file>oxygen/22x22/actions/view-sort-descending.png</file>
-        <file>oxygen/22x22/actions/view-statistics.png</file>
-        <file>oxygen/22x22/actions/view-top-bottom.png</file>
-        <file>oxygen/22x22/actions/view-tree.png</file>
-        <file>oxygen/22x22/actions/view-web-browser-dom-tree.png</file>
-        <file>oxygen/22x22/actions/window-close.png</file>
-        <file>oxygen/22x22/actions/window-duplicate.png</file>
-        <file>oxygen/22x22/actions/window-new.png</file>
-        <file>oxygen/22x22/actions/window-suppressed.png</file>
-        <file>oxygen/22x22/actions/zoom-best-fit.png</file>
-        <file>oxygen/22x22/actions/zoom-in.png</file>
-        <file>oxygen/22x22/actions/zoom-original.png</file>
-        <file>oxygen/22x22/actions/zoom-out.png</file>
-    </qresource>
-    <qresource prefix="/16x16/status" >
-            <file alias="no-ssl">oxygen/16x16/status/object-unlocked.png</file>
-           <file alias="ssl">oxygen/16x16/status/object-locked.png</file>
-    </qresource>
-    <qresource prefix="/22x22/status" >
-        <file alias="dialog-error">oxygen/22x22/status/dialog-error.png</file>
-        <file>oxygen/22x22/status/dialog-information.png</file>
-        <file>oxygen/22x22/status/dialog-password.png</file>
-        <file>oxygen/22x22/status/dialog-warning.png</file>
-        <file>oxygen/22x22/status/script-error.png</file>
-        <file>oxygen/22x22/status/security-high.png</file>
-        <file>oxygen/22x22/status/security-low.png</file>
-        <file>oxygen/22x22/status/security-medium.png</file>
-    </qresource>
-    <qresource prefix="/icons" >
-        <file>quassel-icon.png</file>
-        <file>quassel-icon-active.png</file>
-        <file>quassel-icon-offline.png</file>
-    </qresource>
+  <qresource prefix="/16x16/actions" >
+    <file>oxygen/16x16/actions/application-exit.png</file>
+    <file>oxygen/16x16/actions/archive-extract.png</file>
+    <file>oxygen/16x16/actions/archive-insert-directory.png</file>
+    <file>oxygen/16x16/actions/archive-insert.png</file>
+    <file>oxygen/16x16/actions/archive-remove.png</file>
+    <file>oxygen/16x16/actions/arrow-down-double.png</file>
+    <file>oxygen/16x16/actions/arrow-down.png</file>
+    <file>oxygen/16x16/actions/arrow-left-double.png</file>
+    <file>oxygen/16x16/actions/arrow-left.png</file>
+    <file>oxygen/16x16/actions/arrow-right-double.png</file>
+    <file>oxygen/16x16/actions/arrow-right.png</file>
+    <file>oxygen/16x16/actions/arrow-up-double.png</file>
+    <file>oxygen/16x16/actions/arrow-up.png</file>
+    <file>oxygen/16x16/actions/bookmark-new-list.png</file>
+    <file>oxygen/16x16/actions/bookmark-new.png</file>
+    <file>oxygen/16x16/actions/bookmark-toolbar.png</file>
+    <file>oxygen/16x16/actions/cd-data.png</file>
+    <file>oxygen/16x16/actions/cd.png</file>
+    <file>oxygen/16x16/actions/character-set.png</file>
+    <file>oxygen/16x16/actions/chronometer.png</file>
+    <file>oxygen/16x16/actions/color-fill.png</file>
+    <file>oxygen/16x16/actions/color-line.png</file>
+    <file>oxygen/16x16/actions/color-picker.png</file>
+    <file>oxygen/16x16/actions/configure-shortcuts.png</file>
+    <file>oxygen/16x16/actions/configure-toolbars.png</file>
+    <file alias="configure">oxygen/16x16/actions/configure.png</file>
+    <file>oxygen/16x16/actions/contact-new.png</file>
+    <file>oxygen/16x16/actions/datashow.png</file>
+    <file>oxygen/16x16/actions/datashowchart.png</file>
+    <file>oxygen/16x16/actions/dialog-cancel.png</file>
+    <file>oxygen/16x16/actions/dialog-close.png</file>
+    <file>oxygen/16x16/actions/dialog-ok-apply.png</file>
+    <file>oxygen/16x16/actions/dialog-ok.png</file>
+    <file>oxygen/16x16/actions/document-decrypt.png</file>
+    <file>oxygen/16x16/actions/document-encrypt.png</file>
+    <file>oxygen/16x16/actions/document-export.png</file>
+    <file>oxygen/16x16/actions/document-import.png</file>
+    <file>oxygen/16x16/actions/document-new.png</file>
+    <file>oxygen/16x16/actions/document-open-folder.png</file>
+    <file>oxygen/16x16/actions/document-open-recent.png</file>
+    <file>oxygen/16x16/actions/document-open-remote.png</file>
+    <file>oxygen/16x16/actions/document-open.png</file>
+    <file>oxygen/16x16/actions/document-preview-archive.png</file>
+    <file>oxygen/16x16/actions/document-preview.png</file>
+    <file>oxygen/16x16/actions/document-print-frame.png</file>
+    <file>oxygen/16x16/actions/document-print-preview.png</file>
+    <file>oxygen/16x16/actions/document-print.png</file>
+    <file>oxygen/16x16/actions/document-properties.png</file>
+    <file>oxygen/16x16/actions/document-revert.png</file>
+    <file>oxygen/16x16/actions/document-save-all.png</file>
+    <file>oxygen/16x16/actions/document-save-as.png</file>
+    <file>oxygen/16x16/actions/document-save.png</file>
+    <file>oxygen/16x16/actions/draw-brush.png</file>
+    <file>oxygen/16x16/actions/draw-eraser.png</file>
+    <file>oxygen/16x16/actions/draw-freehand.png</file>
+    <file>oxygen/16x16/actions/edit-clear-history.png</file>
+    <file>oxygen/16x16/actions/edit-clear-list.png</file>
+    <file>oxygen/16x16/actions/edit-clear-locationbar-rtl.png</file>
+    <file>oxygen/16x16/actions/edit-clear-locationbar.png</file>
+    <file>oxygen/16x16/actions/edit-clear.png</file>
+    <file>oxygen/16x16/actions/edit-copy.png</file>
+    <file>oxygen/16x16/actions/edit-cut.png</file>
+    <file>oxygen/16x16/actions/edit-delete-mail.png</file>
+    <file>oxygen/16x16/actions/edit-delete-shred.png</file>
+    <file>oxygen/16x16/actions/edit-delete.png</file>
+    <file>oxygen/16x16/actions/edit-find-mail.png</file>
+    <file>oxygen/16x16/actions/edit-find-user.png</file>
+    <file>oxygen/16x16/actions/edit-find.png</file>
+    <file>oxygen/16x16/actions/edit-paste.png</file>
+    <file>oxygen/16x16/actions/edit-redo.png</file>
+    <file>oxygen/16x16/actions/edit-rename.png</file>
+    <file>oxygen/16x16/actions/edit-select-all.png</file>
+    <file>oxygen/16x16/actions/edit-undo.png</file>
+    <file>oxygen/16x16/actions/favorites.png</file>
+    <file>oxygen/16x16/actions/fileview-close-left.png</file>
+    <file>oxygen/16x16/actions/fileview-close-right.png</file>
+    <file>oxygen/16x16/actions/fileview-column.png</file>
+    <file>oxygen/16x16/actions/fileview-detailed.png</file>
+    <file>oxygen/16x16/actions/fileview-icon.png</file>
+    <file>oxygen/16x16/actions/fileview-multicolumn.png</file>
+    <file>oxygen/16x16/actions/fileview-preview.png</file>
+    <file>oxygen/16x16/actions/fileview-split.png</file>
+    <file>oxygen/16x16/actions/fileview-text.png</file>
+    <file>oxygen/16x16/actions/flag-black.png</file>
+    <file>oxygen/16x16/actions/flag-blue.png</file>
+    <file>oxygen/16x16/actions/flag-green.png</file>
+    <file>oxygen/16x16/actions/flag-red.png</file>
+    <file>oxygen/16x16/actions/flag-yellow.png</file>
+    <file>oxygen/16x16/actions/flag.png</file>
+    <file>oxygen/16x16/actions/folder-new.png</file>
+    <file>oxygen/16x16/actions/fork.png</file>
+    <file>oxygen/16x16/actions/format-font-size-less.png</file>
+    <file>oxygen/16x16/actions/format-font-size-more.png</file>
+    <file>oxygen/16x16/actions/format-indent-less.png</file>
+    <file>oxygen/16x16/actions/format-indent-more.png</file>
+    <file>oxygen/16x16/actions/format-justify-center.png</file>
+    <file>oxygen/16x16/actions/format-justify-fill.png</file>
+    <file>oxygen/16x16/actions/format-justify-left.png</file>
+    <file>oxygen/16x16/actions/format-justify-right.png</file>
+    <file>oxygen/16x16/actions/format-line-spacing-double.png</file>
+    <file>oxygen/16x16/actions/format-line-spacing-normal.png</file>
+    <file>oxygen/16x16/actions/format-line-spacing-triple.png</file>
+    <file>oxygen/16x16/actions/format-list-ordered.png</file>
+    <file>oxygen/16x16/actions/format-list-unordered.png</file>
+    <file>oxygen/16x16/actions/format-text-bold.png</file>
+    <file>oxygen/16x16/actions/format-text-direction-ltr.png</file>
+    <file>oxygen/16x16/actions/format-text-direction-rtl.png</file>
+    <file>oxygen/16x16/actions/format-text-italic.png</file>
+    <file>oxygen/16x16/actions/format-text-strikethrough.png</file>
+    <file>oxygen/16x16/actions/format-text-subscript.png</file>
+    <file>oxygen/16x16/actions/format-text-superscript.png</file>
+    <file>oxygen/16x16/actions/format-text-underline.png</file>
+    <file>oxygen/16x16/actions/frame-edit.png</file>
+    <file>oxygen/16x16/actions/games-config-background.png</file>
+    <file>oxygen/16x16/actions/games-config-board.png</file>
+    <file>oxygen/16x16/actions/games-config-custom.png</file>
+    <file>oxygen/16x16/actions/games-config-options.png</file>
+    <file>oxygen/16x16/actions/games-config-theme.png</file>
+    <file>oxygen/16x16/actions/games-config-tiles.png</file>
+    <file>oxygen/16x16/actions/games-difficult.png</file>
+    <file>oxygen/16x16/actions/games-endturn.png</file>
+    <file>oxygen/16x16/actions/games-highscores.png</file>
+    <file>oxygen/16x16/actions/games-hint.png</file>
+    <file>oxygen/16x16/actions/games-solve.png</file>
+    <file alias="gear">oxygen/16x16/actions/gear.png</file>
+    <file>oxygen/16x16/actions/get-hot-new-stuff.png</file>
+    <file>oxygen/16x16/actions/go-bottom.png</file>
+    <file>oxygen/16x16/actions/go-down-search.png</file>
+    <file>oxygen/16x16/actions/go-down.png</file>
+    <file>oxygen/16x16/actions/go-first.png</file>
+    <file>oxygen/16x16/actions/go-home.png</file>
+    <file>oxygen/16x16/actions/go-jump-locationbar.png</file>
+    <file>oxygen/16x16/actions/go-jump-today.png</file>
+    <file>oxygen/16x16/actions/go-jump.png</file>
+    <file>oxygen/16x16/actions/go-last.png</file>
+    <file>oxygen/16x16/actions/go-next.png</file>
+    <file>oxygen/16x16/actions/go-previous.png</file>
+    <file>oxygen/16x16/actions/go-top.png</file>
+    <file>oxygen/16x16/actions/go-up-search.png</file>
+    <file>oxygen/16x16/actions/go-up.png</file>
+    <file>oxygen/16x16/actions/help-about-kde.png</file>
+    <file>oxygen/16x16/actions/help-about.png</file>
+    <file>oxygen/16x16/actions/help-contents.png</file>
+    <file>oxygen/16x16/actions/help-contextual.png</file>
+    <file>oxygen/16x16/actions/help-hint.png</file>
+    <file>oxygen/16x16/actions/insert-image.png</file>
+    <file>oxygen/16x16/actions/insert-table.png</file>
+    <file>oxygen/16x16/actions/insert-text.png</file>
+    <file>oxygen/16x16/actions/kgpg-export-kgpg.png</file>
+    <file>oxygen/16x16/actions/kgpg-identity-kgpg.png</file>
+    <file>oxygen/16x16/actions/kgpg-import-kgpg.png</file>
+    <file>oxygen/16x16/actions/kgpg-info-kgpg.png</file>
+    <file>oxygen/16x16/actions/kgpg-key1-kgpg.png</file>
+    <file>oxygen/16x16/actions/kgpg-key2-kgpg.png</file>
+    <file>oxygen/16x16/actions/kgpg-key3-kgpg.png</file>
+    <file>oxygen/16x16/actions/kgpg-key4-kgpg.png</file>
+    <file>oxygen/16x16/actions/kgpg-sign-kgpg.png</file>
+    <file>oxygen/16x16/actions/kgpg-term-kgpg.png</file>
+    <file>oxygen/16x16/actions/knotes-delete-knotes.png</file>
+    <file>oxygen/16x16/actions/konv-message.png</file>
+    <file>oxygen/16x16/actions/konv-message2.png</file>
+    <file>oxygen/16x16/actions/kscd-dock.png</file>
+    <file>oxygen/16x16/actions/list-add-font.png</file>
+    <file>oxygen/16x16/actions/list-add-user.png</file>
+    <file>oxygen/16x16/actions/list-add.png</file>
+    <file>oxygen/16x16/actions/list-remove-user.png</file>
+    <file>oxygen/16x16/actions/list-remove.png</file>
+    <file>oxygen/16x16/actions/mail-flag.png</file>
+    <file>oxygen/16x16/actions/mail-forward.png</file>
+    <file>oxygen/16x16/actions/mail-mark-important.png</file>
+    <file>oxygen/16x16/actions/mail-mark-notjunk.png</file>
+    <file>oxygen/16x16/actions/mail-mark-read.png</file>
+    <file>oxygen/16x16/actions/mail-mark-unread-new.png</file>
+    <file>oxygen/16x16/actions/mail-mark-unread.png</file>
+    <file>oxygen/16x16/actions/mail-message-new.png</file>
+    <file>oxygen/16x16/actions/mail-queue.png</file>
+    <file>oxygen/16x16/actions/mail-receive.png</file>
+    <file>oxygen/16x16/actions/mail-reply-all.png</file>
+    <file>oxygen/16x16/actions/mail-reply-list.png</file>
+    <file>oxygen/16x16/actions/mail-reply-sender.png</file>
+    <file>oxygen/16x16/actions/mail-send.png</file>
+    <file>oxygen/16x16/actions/media-eject.png</file>
+    <file>oxygen/16x16/actions/media-playback-pause.png</file>
+    <file>oxygen/16x16/actions/media-playback-start.png</file>
+    <file>oxygen/16x16/actions/media-playback-stop.png</file>
+    <file>oxygen/16x16/actions/media-record.png</file>
+    <file>oxygen/16x16/actions/media-scripts.png</file>
+    <file>oxygen/16x16/actions/media-seek-backward.png</file>
+    <file>oxygen/16x16/actions/media-seek-forward.png</file>
+    <file>oxygen/16x16/actions/media-skip-backward.png</file>
+    <file>oxygen/16x16/actions/media-skip-forward.png</file>
+    <file alias="network-connect">oxygen/16x16/actions/network-connect.png</file>
+    <file alias="network-disconnect">oxygen/16x16/actions/network-disconnect.png</file>
+    <file>oxygen/16x16/actions/news-subscribe.png</file>
+    <file>oxygen/16x16/actions/news-unsubscribe.png</file>
+    <file>oxygen/16x16/actions/object-rotate-left.png</file>
+    <file>oxygen/16x16/actions/object-rotate-right.png</file>
+    <file>oxygen/16x16/actions/ok.png</file>
+    <file>oxygen/16x16/actions/player-time.png</file>
+    <file>oxygen/16x16/actions/player-volume.png</file>
+    <file>oxygen/16x16/actions/process-stop.png</file>
+    <file>oxygen/16x16/actions/project-open.png</file>
+    <file>oxygen/16x16/actions/rating.png</file>
+    <file>oxygen/16x16/actions/roll.png</file>
+    <file>oxygen/16x16/actions/rss-tag.png</file>
+    <file>oxygen/16x16/actions/rss.png</file>
+    <file>oxygen/16x16/actions/run-build-file.png</file>
+    <file>oxygen/16x16/actions/run-build.png</file>
+    <file>oxygen/16x16/actions/services.png</file>
+    <file>oxygen/16x16/actions/show-menu.png</file>
+    <file>oxygen/16x16/actions/signature.png</file>
+    <file>oxygen/16x16/actions/speaker.png</file>
+    <file>oxygen/16x16/actions/system-lock-screen.png</file>
+    <file>oxygen/16x16/actions/system-log-out.png</file>
+    <file>oxygen/16x16/actions/system-restart.png</file>
+    <file>oxygen/16x16/actions/system-run.png</file>
+    <file>oxygen/16x16/actions/system-search.png</file>
+    <file>oxygen/16x16/actions/system-suspend-hibernate.png</file>
+    <file>oxygen/16x16/actions/system-suspend.png</file>
+    <file>oxygen/16x16/actions/system-switch-user.png</file>
+    <file>oxygen/16x16/actions/tab-close.png</file>
+    <file>oxygen/16x16/actions/tab-detach.png</file>
+    <file>oxygen/16x16/actions/tab-duplicate.png</file>
+    <file>oxygen/16x16/actions/tab-new-background.png</file>
+    <file>oxygen/16x16/actions/tab-new.png</file>
+    <file>oxygen/16x16/actions/table.png</file>
+    <file>oxygen/16x16/actions/text-speak.png</file>
+    <file>oxygen/16x16/actions/text.png</file>
+    <file>oxygen/16x16/actions/tools-check-spelling.png</file>
+    <file>oxygen/16x16/actions/tools-media-optical-burn.png</file>
+    <file>oxygen/16x16/actions/tools-media-optical-copy.png</file>
+    <file>oxygen/16x16/actions/tools-report-bug.png</file>
+    <file>oxygen/16x16/actions/transform-rotate.png</file>
+    <file>oxygen/16x16/actions/trash-empty.png</file>
+    <file>oxygen/16x16/actions/user-group-new.png</file>
+    <file>oxygen/16x16/actions/user-properties.png</file>
+    <file>oxygen/16x16/actions/view-calendar-day.png</file>
+    <file>oxygen/16x16/actions/view-calendar-list.png</file>
+    <file>oxygen/16x16/actions/view-calendar-month.png</file>
+    <file>oxygen/16x16/actions/view-calendar-tasks.png</file>
+    <file>oxygen/16x16/actions/view-calendar-time-spent.png</file>
+    <file>oxygen/16x16/actions/view-calendar-timeline.png</file>
+    <file>oxygen/16x16/actions/view-calendar-upcoming-days.png</file>
+    <file>oxygen/16x16/actions/view-calendar-upcoming-events.png</file>
+    <file>oxygen/16x16/actions/view-calendar-week.png</file>
+    <file>oxygen/16x16/actions/view-calendar-workweek.png</file>
+    <file>oxygen/16x16/actions/view-choose.png</file>
+    <file>oxygen/16x16/actions/view-close.png</file>
+    <file>oxygen/16x16/actions/view-filter.png</file>
+    <file>oxygen/16x16/actions/view-fullscreen.png</file>
+    <file>oxygen/16x16/actions/view-history.png</file>
+    <file>oxygen/16x16/actions/view-icon.png</file>
+    <file>oxygen/16x16/actions/view-left-right.png</file>
+    <file>oxygen/16x16/actions/view-media-artist.png</file>
+    <file>oxygen/16x16/actions/view-media-equalizer.png</file>
+    <file>oxygen/16x16/actions/view-media-lyrics.png</file>
+    <file>oxygen/16x16/actions/view-media-playlist.png</file>
+    <file>oxygen/16x16/actions/view-media-visualization.png</file>
+    <file>oxygen/16x16/actions/view-pim-calendar.png</file>
+    <file>oxygen/16x16/actions/view-pim-contacts.png</file>
+    <file>oxygen/16x16/actions/view-pim-journal.png</file>
+    <file>oxygen/16x16/actions/view-pim-mail.png</file>
+    <file>oxygen/16x16/actions/view-pim-news.png</file>
+    <file>oxygen/16x16/actions/view-pim-notes.png</file>
+    <file>oxygen/16x16/actions/view-pim-summary.png</file>
+    <file>oxygen/16x16/actions/view-pim-tasks.png</file>
+    <file>oxygen/16x16/actions/view-presentation.png</file>
+    <file>oxygen/16x16/actions/view-preview.png</file>
+    <file>oxygen/16x16/actions/view-process-all-tree.png</file>
+    <file>oxygen/16x16/actions/view-process-all.png</file>
+    <file>oxygen/16x16/actions/view-process-own.png</file>
+    <file>oxygen/16x16/actions/view-process-system.png</file>
+    <file>oxygen/16x16/actions/view-process-tree.png</file>
+    <file>oxygen/16x16/actions/view-process-users.png</file>
+    <file>oxygen/16x16/actions/view-refresh.png</file>
+    <file>oxygen/16x16/actions/view-restore.png</file>
+    <file>oxygen/16x16/actions/view-sidetree.png</file>
+    <file>oxygen/16x16/actions/view-sort-ascending.png</file>
+    <file>oxygen/16x16/actions/view-sort-descending.png</file>
+    <file>oxygen/16x16/actions/view-statistics.png</file>
+    <file>oxygen/16x16/actions/view-top-bottom.png</file>
+    <file>oxygen/16x16/actions/view-tree.png</file>
+    <file>oxygen/16x16/actions/view-web-browser-dom-tree.png</file>
+    <file>oxygen/16x16/actions/window-close.png</file>
+    <file>oxygen/16x16/actions/window-duplicate.png</file>
+    <file>oxygen/16x16/actions/window-new.png</file>
+    <file>oxygen/16x16/actions/window-suppressed.png</file>
+    <file>oxygen/16x16/actions/zoom-best-fit.png</file>
+    <file>oxygen/16x16/actions/zoom-in.png</file>
+    <file>oxygen/16x16/actions/zoom-original.png</file>
+    <file>oxygen/16x16/actions/zoom-out.png</file>
+  </qresource>
+  <qresource prefix="/22x22/actions" >
+    <file>oxygen/22x22/actions/application-exit.png</file>
+    <file>oxygen/22x22/actions/archive-extract.png</file>
+    <file>oxygen/22x22/actions/archive-insert-directory.png</file>
+    <file>oxygen/22x22/actions/archive-insert.png</file>
+    <file>oxygen/22x22/actions/archive-remove.png</file>
+    <file>oxygen/22x22/actions/arrow-down-double.png</file>
+    <file>oxygen/22x22/actions/arrow-down.png</file>
+    <file>oxygen/22x22/actions/arrow-left-double.png</file>
+    <file>oxygen/22x22/actions/arrow-left.png</file>
+    <file>oxygen/22x22/actions/arrow-right-double.png</file>
+    <file>oxygen/22x22/actions/arrow-right.png</file>
+    <file>oxygen/22x22/actions/arrow-up-double.png</file>
+    <file>oxygen/22x22/actions/arrow-up.png</file>
+    <file>oxygen/22x22/actions/bookmark-new-list.png</file>
+    <file>oxygen/22x22/actions/bookmark-new.png</file>
+    <file>oxygen/22x22/actions/bookmark-toolbar.png</file>
+    <file>oxygen/22x22/actions/cd-data.png</file>
+    <file>oxygen/22x22/actions/cd.png</file>
+    <file>oxygen/22x22/actions/character-set.png</file>
+    <file>oxygen/22x22/actions/chronometer.png</file>
+    <file>oxygen/22x22/actions/color-fill.png</file>
+    <file>oxygen/22x22/actions/color-line.png</file>
+    <file>oxygen/22x22/actions/color-picker.png</file>
+    <file>oxygen/22x22/actions/configure-shortcuts.png</file>
+    <file>oxygen/22x22/actions/configure-toolbars.png</file>
+    <file alias="configure">oxygen/22x22/actions/configure.png</file>
+    <file>oxygen/22x22/actions/contact-new.png</file>
+    <file>oxygen/22x22/actions/datashow.png</file>
+    <file>oxygen/22x22/actions/datashowchart.png</file>
+    <file>oxygen/22x22/actions/dialog-cancel.png</file>
+    <file>oxygen/22x22/actions/dialog-close.png</file>
+    <file>oxygen/22x22/actions/dialog-ok-apply.png</file>
+    <file>oxygen/22x22/actions/dialog-ok.png</file>
+    <file>oxygen/22x22/actions/document-decrypt.png</file>
+    <file>oxygen/22x22/actions/document-encrypt.png</file>
+    <file>oxygen/22x22/actions/document-export.png</file>
+    <file>oxygen/22x22/actions/document-import.png</file>
+    <file>oxygen/22x22/actions/document-new.png</file>
+    <file>oxygen/22x22/actions/document-open-folder.png</file>
+    <file>oxygen/22x22/actions/document-open-recent.png</file>
+    <file>oxygen/22x22/actions/document-open-remote.png</file>
+    <file>oxygen/22x22/actions/document-open.png</file>
+    <file>oxygen/22x22/actions/document-preview-archive.png</file>
+    <file>oxygen/22x22/actions/document-preview.png</file>
+    <file>oxygen/22x22/actions/document-print-frame.png</file>
+    <file>oxygen/22x22/actions/document-print-preview.png</file>
+    <file>oxygen/22x22/actions/document-print.png</file>
+    <file>oxygen/22x22/actions/document-properties.png</file>
+    <file>oxygen/22x22/actions/document-revert.png</file>
+    <file>oxygen/22x22/actions/document-save-all.png</file>
+    <file>oxygen/22x22/actions/document-save-as.png</file>
+    <file>oxygen/22x22/actions/document-save.png</file>
+    <file>oxygen/22x22/actions/draw-brush.png</file>
+    <file>oxygen/22x22/actions/draw-eraser.png</file>
+    <file>oxygen/22x22/actions/draw-freehand.png</file>
+    <file>oxygen/22x22/actions/edit-clear-history.png</file>
+    <file>oxygen/22x22/actions/edit-clear-list.png</file>
+    <file>oxygen/22x22/actions/edit-clear-locationbar-rtl.png</file>
+    <file>oxygen/22x22/actions/edit-clear-locationbar.png</file>
+    <file>oxygen/22x22/actions/edit-clear.png</file>
+    <file>oxygen/22x22/actions/edit-copy.png</file>
+    <file>oxygen/22x22/actions/edit-cut.png</file>
+    <file>oxygen/22x22/actions/edit-delete-mail.png</file>
+    <file>oxygen/22x22/actions/edit-delete-shred.png</file>
+    <file>oxygen/22x22/actions/edit-delete.png</file>
+    <file>oxygen/22x22/actions/edit-find-mail.png</file>
+    <file>oxygen/22x22/actions/edit-find-user.png</file>
+    <file>oxygen/22x22/actions/edit-find.png</file>
+    <file>oxygen/22x22/actions/edit-paste.png</file>
+    <file>oxygen/22x22/actions/edit-redo.png</file>
+    <file>oxygen/22x22/actions/edit-rename.png</file>
+    <file>oxygen/22x22/actions/edit-select-all.png</file>
+    <file>oxygen/22x22/actions/edit-undo.png</file>
+    <file>oxygen/22x22/actions/favorites.png</file>
+    <file>oxygen/22x22/actions/fileview-close-left.png</file>
+    <file>oxygen/22x22/actions/fileview-close-right.png</file>
+    <file>oxygen/22x22/actions/fileview-column.png</file>
+    <file>oxygen/22x22/actions/fileview-detailed.png</file>
+    <file>oxygen/22x22/actions/fileview-icon.png</file>
+    <file>oxygen/22x22/actions/fileview-multicolumn.png</file>
+    <file>oxygen/22x22/actions/fileview-preview.png</file>
+    <file>oxygen/22x22/actions/fileview-split.png</file>
+    <file>oxygen/22x22/actions/fileview-text.png</file>
+    <file>oxygen/22x22/actions/flag-black.png</file>
+    <file>oxygen/22x22/actions/flag-blue.png</file>
+    <file>oxygen/22x22/actions/flag-green.png</file>
+    <file>oxygen/22x22/actions/flag-red.png</file>
+    <file>oxygen/22x22/actions/flag-yellow.png</file>
+    <file>oxygen/22x22/actions/flag.png</file>
+    <file>oxygen/22x22/actions/folder-new.png</file>
+    <file>oxygen/22x22/actions/fork.png</file>
+    <file>oxygen/22x22/actions/format-font-size-less.png</file>
+    <file>oxygen/22x22/actions/format-font-size-more.png</file>
+    <file>oxygen/22x22/actions/format-indent-less.png</file>
+    <file>oxygen/22x22/actions/format-indent-more.png</file>
+    <file>oxygen/22x22/actions/format-justify-center.png</file>
+    <file>oxygen/22x22/actions/format-justify-fill.png</file>
+    <file>oxygen/22x22/actions/format-justify-left.png</file>
+    <file>oxygen/22x22/actions/format-justify-right.png</file>
+    <file>oxygen/22x22/actions/format-line-spacing-double.png</file>
+    <file>oxygen/22x22/actions/format-line-spacing-normal.png</file>
+    <file>oxygen/22x22/actions/format-line-spacing-triple.png</file>
+    <file>oxygen/22x22/actions/format-list-ordered.png</file>
+    <file>oxygen/22x22/actions/format-list-unordered.png</file>
+    <file>oxygen/22x22/actions/format-text-bold.png</file>
+    <file>oxygen/22x22/actions/format-text-direction-ltr.png</file>
+    <file>oxygen/22x22/actions/format-text-direction-rtl.png</file>
+    <file>oxygen/22x22/actions/format-text-italic.png</file>
+    <file>oxygen/22x22/actions/format-text-strikethrough.png</file>
+    <file>oxygen/22x22/actions/format-text-subscript.png</file>
+    <file>oxygen/22x22/actions/format-text-superscript.png</file>
+    <file>oxygen/22x22/actions/format-text-underline.png</file>
+    <file>oxygen/22x22/actions/frame-edit.png</file>
+    <file>oxygen/22x22/actions/games-config-background.png</file>
+    <file>oxygen/22x22/actions/games-config-board.png</file>
+    <file>oxygen/22x22/actions/games-config-custom.png</file>
+    <file>oxygen/22x22/actions/games-config-options.png</file>
+    <file>oxygen/22x22/actions/games-config-theme.png</file>
+    <file>oxygen/22x22/actions/games-config-tiles.png</file>
+    <file>oxygen/22x22/actions/games-difficult.png</file>
+    <file>oxygen/22x22/actions/games-endturn.png</file>
+    <file>oxygen/22x22/actions/games-highscores.png</file>
+    <file>oxygen/22x22/actions/games-hint.png</file>
+    <file>oxygen/22x22/actions/games-solve.png</file>
+    <file alias="gear">oxygen/22x22/actions/gear.png</file>
+    <file>oxygen/22x22/actions/get-hot-new-stuff.png</file>
+    <file>oxygen/22x22/actions/go-bottom.png</file>
+    <file>oxygen/22x22/actions/go-down-search.png</file>
+    <file>oxygen/22x22/actions/go-down.png</file>
+    <file>oxygen/22x22/actions/go-first.png</file>
+    <file>oxygen/22x22/actions/go-home.png</file>
+    <file>oxygen/22x22/actions/go-jump-locationbar.png</file>
+    <file>oxygen/22x22/actions/go-jump-today.png</file>
+    <file>oxygen/22x22/actions/go-jump.png</file>
+    <file>oxygen/22x22/actions/go-last.png</file>
+    <file>oxygen/22x22/actions/go-next.png</file>
+    <file>oxygen/22x22/actions/go-previous.png</file>
+    <file>oxygen/22x22/actions/go-top.png</file>
+    <file>oxygen/22x22/actions/go-up-search.png</file>
+    <file>oxygen/22x22/actions/go-up.png</file>
+    <file>oxygen/22x22/actions/help-about-kde.png</file>
+    <file>oxygen/22x22/actions/help-about.png</file>
+    <file>oxygen/22x22/actions/help-contents.png</file>
+    <file>oxygen/22x22/actions/help-contextual.png</file>
+    <file>oxygen/22x22/actions/help-hint.png</file>
+    <file>oxygen/22x22/actions/insert-image.png</file>
+    <file>oxygen/22x22/actions/insert-table.png</file>
+    <file>oxygen/22x22/actions/insert-text.png</file>
+    <file>oxygen/22x22/actions/kgpg-export-kgpg.png</file>
+    <file>oxygen/22x22/actions/kgpg-identity-kgpg.png</file>
+    <file>oxygen/22x22/actions/kgpg-import-kgpg.png</file>
+    <file>oxygen/22x22/actions/kgpg-info-kgpg.png</file>
+    <file>oxygen/22x22/actions/kgpg-key1-kgpg.png</file>
+    <file>oxygen/22x22/actions/kgpg-key2-kgpg.png</file>
+    <file>oxygen/22x22/actions/kgpg-key3-kgpg.png</file>
+    <file>oxygen/22x22/actions/kgpg-key4-kgpg.png</file>
+    <file>oxygen/22x22/actions/kgpg-sign-kgpg.png</file>
+    <file>oxygen/22x22/actions/kgpg-term-kgpg.png</file>
+    <file>oxygen/22x22/actions/knotes-delete-knotes.png</file>
+    <file>oxygen/22x22/actions/konv-message.png</file>
+    <file>oxygen/22x22/actions/konv-message2.png</file>
+    <file>oxygen/22x22/actions/kscd-dock.png</file>
+    <file>oxygen/22x22/actions/list-add-font.png</file>
+    <file>oxygen/22x22/actions/list-add-user.png</file>
+    <file>oxygen/22x22/actions/list-add.png</file>
+    <file>oxygen/22x22/actions/list-remove-user.png</file>
+    <file>oxygen/22x22/actions/list-remove.png</file>
+    <file>oxygen/22x22/actions/mail-flag.png</file>
+    <file>oxygen/22x22/actions/mail-forward.png</file>
+    <file>oxygen/22x22/actions/mail-mark-important.png</file>
+    <file>oxygen/22x22/actions/mail-mark-notjunk.png</file>
+    <file>oxygen/22x22/actions/mail-mark-read.png</file>
+    <file>oxygen/22x22/actions/mail-mark-unread-new.png</file>
+    <file>oxygen/22x22/actions/mail-mark-unread.png</file>
+    <file>oxygen/22x22/actions/mail-message-new.png</file>
+    <file>oxygen/22x22/actions/mail-queue.png</file>
+    <file>oxygen/22x22/actions/mail-receive.png</file>
+    <file>oxygen/22x22/actions/mail-reply-all.png</file>
+    <file>oxygen/22x22/actions/mail-reply-list.png</file>
+    <file>oxygen/22x22/actions/mail-reply-sender.png</file>
+    <file>oxygen/22x22/actions/mail-send.png</file>
+    <file>oxygen/22x22/actions/media-eject.png</file>
+    <file>oxygen/22x22/actions/media-playback-pause.png</file>
+    <file>oxygen/22x22/actions/media-playback-start.png</file>
+    <file>oxygen/22x22/actions/media-playback-stop.png</file>
+    <file>oxygen/22x22/actions/media-record.png</file>
+    <file>oxygen/22x22/actions/media-scripts.png</file>
+    <file>oxygen/22x22/actions/media-seek-backward.png</file>
+    <file>oxygen/22x22/actions/media-seek-forward.png</file>
+    <file>oxygen/22x22/actions/media-skip-backward.png</file>
+    <file>oxygen/22x22/actions/media-skip-forward.png</file>
+    <file alias="network-connect">oxygen/22x22/actions/network-connect.png</file>
+    <file alias="network-disconnect">oxygen/22x22/actions/network-disconnect.png</file>
+    <file>oxygen/22x22/actions/news-subscribe.png</file>
+    <file>oxygen/22x22/actions/news-unsubscribe.png</file>
+    <file>oxygen/22x22/actions/object-rotate-left.png</file>
+    <file>oxygen/22x22/actions/object-rotate-right.png</file>
+    <file>oxygen/22x22/actions/ok.png</file>
+    <file>oxygen/22x22/actions/player-time.png</file>
+    <file>oxygen/22x22/actions/player-volume.png</file>
+    <file>oxygen/22x22/actions/process-stop.png</file>
+    <file>oxygen/22x22/actions/project-open.png</file>
+    <file>oxygen/22x22/actions/rating.png</file>
+    <file>oxygen/22x22/actions/roll.png</file>
+    <file>oxygen/22x22/actions/rss-tag.png</file>
+    <file>oxygen/22x22/actions/rss.png</file>
+    <file>oxygen/22x22/actions/run-build-file.png</file>
+    <file>oxygen/22x22/actions/run-build.png</file>
+    <file>oxygen/22x22/actions/services.png</file>
+    <file>oxygen/22x22/actions/show-menu.png</file>
+    <file>oxygen/22x22/actions/signature.png</file>
+    <file>oxygen/22x22/actions/speaker.png</file>
+    <file>oxygen/22x22/actions/system-lock-screen.png</file>
+    <file>oxygen/22x22/actions/system-log-out.png</file>
+    <file>oxygen/22x22/actions/system-restart.png</file>
+    <file>oxygen/22x22/actions/system-run.png</file>
+    <file>oxygen/22x22/actions/system-search.png</file>
+    <file>oxygen/22x22/actions/system-suspend-hibernate.png</file>
+    <file>oxygen/22x22/actions/system-suspend.png</file>
+    <file>oxygen/22x22/actions/system-switch-user.png</file>
+    <file>oxygen/22x22/actions/tab-close.png</file>
+    <file>oxygen/22x22/actions/tab-detach.png</file>
+    <file>oxygen/22x22/actions/tab-duplicate.png</file>
+    <file>oxygen/22x22/actions/tab-new-background.png</file>
+    <file>oxygen/22x22/actions/tab-new.png</file>
+    <file>oxygen/22x22/actions/table.png</file>
+    <file>oxygen/22x22/actions/text-speak.png</file>
+    <file>oxygen/22x22/actions/text.png</file>
+    <file>oxygen/22x22/actions/tools-check-spelling.png</file>
+    <file>oxygen/22x22/actions/tools-media-optical-burn.png</file>
+    <file>oxygen/22x22/actions/tools-media-optical-copy.png</file>
+    <file>oxygen/22x22/actions/tools-report-bug.png</file>
+    <file>oxygen/22x22/actions/transform-rotate.png</file>
+    <file>oxygen/22x22/actions/trash-empty.png</file>
+    <file>oxygen/22x22/actions/user-group-new.png</file>
+    <file>oxygen/22x22/actions/user-properties.png</file>
+    <file>oxygen/22x22/actions/view-calendar-day.png</file>
+    <file>oxygen/22x22/actions/view-calendar-list.png</file>
+    <file>oxygen/22x22/actions/view-calendar-month.png</file>
+    <file>oxygen/22x22/actions/view-calendar-tasks.png</file>
+    <file>oxygen/22x22/actions/view-calendar-time-spent.png</file>
+    <file>oxygen/22x22/actions/view-calendar-timeline.png</file>
+    <file>oxygen/22x22/actions/view-calendar-upcoming-days.png</file>
+    <file>oxygen/22x22/actions/view-calendar-upcoming-events.png</file>
+    <file>oxygen/22x22/actions/view-calendar-week.png</file>
+    <file>oxygen/22x22/actions/view-calendar-workweek.png</file>
+    <file>oxygen/22x22/actions/view-choose.png</file>
+    <file>oxygen/22x22/actions/view-close.png</file>
+    <file>oxygen/22x22/actions/view-filter.png</file>
+    <file>oxygen/22x22/actions/view-fullscreen.png</file>
+    <file>oxygen/22x22/actions/view-history.png</file>
+    <file>oxygen/22x22/actions/view-icon.png</file>
+    <file>oxygen/22x22/actions/view-left-right.png</file>
+    <file>oxygen/22x22/actions/view-media-artist.png</file>
+    <file>oxygen/22x22/actions/view-media-equalizer.png</file>
+    <file>oxygen/22x22/actions/view-media-lyrics.png</file>
+    <file>oxygen/22x22/actions/view-media-playlist.png</file>
+    <file>oxygen/22x22/actions/view-media-visualization.png</file>
+    <file>oxygen/22x22/actions/view-pim-calendar.png</file>
+    <file>oxygen/22x22/actions/view-pim-contacts.png</file>
+    <file>oxygen/22x22/actions/view-pim-journal.png</file>
+    <file>oxygen/22x22/actions/view-pim-mail.png</file>
+    <file>oxygen/22x22/actions/view-pim-news.png</file>
+    <file>oxygen/22x22/actions/view-pim-notes.png</file>
+    <file>oxygen/22x22/actions/view-pim-summary.png</file>
+    <file>oxygen/22x22/actions/view-pim-tasks.png</file>
+    <file>oxygen/22x22/actions/view-presentation.png</file>
+    <file>oxygen/22x22/actions/view-preview.png</file>
+    <file>oxygen/22x22/actions/view-process-all-tree.png</file>
+    <file>oxygen/22x22/actions/view-process-all.png</file>
+    <file>oxygen/22x22/actions/view-process-own.png</file>
+    <file>oxygen/22x22/actions/view-process-system.png</file>
+    <file>oxygen/22x22/actions/view-process-users.png</file>
+    <file>oxygen/22x22/actions/view-refresh.png</file>
+    <file>oxygen/22x22/actions/view-restore.png</file>
+    <file>oxygen/22x22/actions/view-sidetree.png</file>
+    <file>oxygen/22x22/actions/view-sort-ascending.png</file>
+    <file>oxygen/22x22/actions/view-sort-descending.png</file>
+    <file>oxygen/22x22/actions/view-statistics.png</file>
+    <file>oxygen/22x22/actions/view-top-bottom.png</file>
+    <file>oxygen/22x22/actions/view-tree.png</file>
+    <file>oxygen/22x22/actions/view-web-browser-dom-tree.png</file>
+    <file>oxygen/22x22/actions/window-close.png</file>
+    <file>oxygen/22x22/actions/window-duplicate.png</file>
+    <file>oxygen/22x22/actions/window-new.png</file>
+    <file>oxygen/22x22/actions/window-suppressed.png</file>
+    <file>oxygen/22x22/actions/zoom-best-fit.png</file>
+    <file>oxygen/22x22/actions/zoom-in.png</file>
+    <file>oxygen/22x22/actions/zoom-original.png</file>
+    <file>oxygen/22x22/actions/zoom-out.png</file>
+  </qresource>
+  <qresource prefix="/16x16/status" >
+    <file alias="no-ssl">oxygen/16x16/status/object-unlocked.png</file>
+    <file alias="ssl">oxygen/16x16/status/object-locked.png</file>
+  </qresource>
+  <qresource prefix="/22x22/status" >
+    <file alias="dialog-error">oxygen/22x22/status/dialog-error.png</file>
+    <file>oxygen/22x22/status/dialog-information.png</file>
+    <file>oxygen/22x22/status/dialog-password.png</file>
+    <file>oxygen/22x22/status/dialog-warning.png</file>
+    <file>oxygen/22x22/status/script-error.png</file>
+    <file>oxygen/22x22/status/security-high.png</file>
+    <file>oxygen/22x22/status/security-low.png</file>
+    <file>oxygen/22x22/status/security-medium.png</file>
+  </qresource>
 </RCC>
diff --git a/src/icons/quassel-icon-active.png b/src/icons/quassel-icon-active.png
deleted file mode 100644 (file)
index 1c4d1fc..0000000
Binary files a/src/icons/quassel-icon-active.png and /dev/null differ
diff --git a/src/icons/quassel-icon-offline.png b/src/icons/quassel-icon-offline.png
deleted file mode 100644 (file)
index 2bb7206..0000000
Binary files a/src/icons/quassel-icon-offline.png and /dev/null differ
diff --git a/src/icons/quassel-icon.png b/src/icons/quassel-icon.png
deleted file mode 100644 (file)
index 1cd5a04..0000000
Binary files a/src/icons/quassel-icon.png and /dev/null differ
diff --git a/src/icons/quassel-icons.qrc b/src/icons/quassel-icons.qrc
new file mode 100644 (file)
index 0000000..7b2f0ec
--- /dev/null
@@ -0,0 +1,32 @@
+<RCC>
+  <qresource>
+    <!-- regular version -->
+    <file>quassel/connected/16.png</file>
+    <file>quassel/connected/24.png</file>
+    <file>quassel/connected/32.png</file>
+    <file>quassel/connected/48.png</file>
+    <file>quassel/connected/64.png</file>
+    <file>quassel/connected/96.png</file>
+    <file alias="icons/quassel-icon.png">quassel/connected/128.png</file>
+    <file>quassel/connected/256.png</file>
+    <file>quassel/connected/512.png</file>
+    <!-- offline version -->
+    <file>quassel/disconnected/16.png</file>
+    <file>quassel/disconnected/24.png</file>
+    <file>quassel/disconnected/32.png</file>
+    <file>quassel/disconnected/48.png</file>
+    <file>quassel/disconnected/64.png</file>
+    <file alias="icons/quassel-icon-offline.png">quassel/disconnected/128.png</file>
+    <file>quassel/disconnected/256.png</file>
+    <file>quassel/disconnected/512.png</file>
+    <!-- new message version -->
+    <file>quassel/newmessage/16.png</file>
+    <file>quassel/newmessage/24.png</file>
+    <file>quassel/newmessage/32.png</file>
+    <file>quassel/newmessage/48.png</file>
+    <file>quassel/newmessage/64.png</file>
+    <file alias="icons/quassel-icon-active.png">quassel/newmessage/128.png</file>
+    <file>quassel/newmessage/256.png</file>
+    <file>quassel/newmessage/512.png</file>
+  </qresource>
+</RCC>
diff --git a/src/icons/quassel_icons_rc/Thumbs.db b/src/icons/quassel_icons_rc/Thumbs.db
deleted file mode 100755 (executable)
index c99c71b..0000000
Binary files a/src/icons/quassel_icons_rc/Thumbs.db and /dev/null differ
diff --git a/src/icons/quassel_icons_rc/quassel.icns b/src/icons/quassel_icons_rc/quassel.icns
deleted file mode 100644 (file)
index 88652ca..0000000
Binary files a/src/icons/quassel_icons_rc/quassel.icns and /dev/null differ
index 17d6668..0d13cb7 100644 (file)
@@ -19,7 +19,7 @@
    <item>
     <widget class="QFrame" name="frame" >
      <property name="styleSheet" >
-      <string>background:white;</string>
+      <string notr="true" >background:white;</string>
      </property>
      <property name="frameShape" >
       <enum>QFrame::StyledPanel</enum>
@@ -36,7 +36,7 @@
            <string/>
           </property>
           <property name="pixmap" >
-           <pixmap resource="../../icons/icons.qrc" >:/icons/quassel-icon.png</pixmap>
+           <pixmap resource="../../icons/quassel-icons.qrc" >:/quassel/connected/64.png</pixmap>
           </property>
           <property name="scaledContents" >
            <bool>false</bool>
@@ -84,7 +84,7 @@ p, li { white-space: pre-wrap; }
           <property name="orientation" >
            <enum>Qt::Horizontal</enum>
           </property>
-          <property name="sizeHint" >
+          <property name="sizeHint" stdset="0" >
            <size>
             <width>40</width>
             <height>20</height>
@@ -103,6 +103,14 @@ p, li { white-space: pre-wrap; }
       <number>0</number>
      </property>
      <widget class="QWidget" name="aboutTab" >
+      <property name="geometry" >
+       <rect>
+        <x>0</x>
+        <y>0</y>
+        <width>458</width>
+        <height>261</height>
+       </rect>
+      </property>
       <attribute name="title" >
        <string>&amp;About</string>
       </attribute>
@@ -110,7 +118,7 @@ p, li { white-space: pre-wrap; }
        <item>
         <widget class="QTextBrowser" name="aboutTextBrowser" >
          <property name="styleSheet" >
-          <string>QTextBrowser { background:transparent;}</string>
+          <string notr="true" >QTextBrowser { background:transparent;}</string>
          </property>
          <property name="frameShape" >
           <enum>QFrame::NoFrame</enum>
@@ -123,6 +131,14 @@ p, li { white-space: pre-wrap; }
       </layout>
      </widget>
      <widget class="QWidget" name="authorsTab" >
+      <property name="geometry" >
+       <rect>
+        <x>0</x>
+        <y>0</y>
+        <width>458</width>
+        <height>288</height>
+       </rect>
+      </property>
       <attribute name="title" >
        <string>A&amp;uthors</string>
       </attribute>
@@ -130,7 +146,7 @@ p, li { white-space: pre-wrap; }
        <item>
         <widget class="QTextBrowser" name="authorTextBrowser" >
          <property name="styleSheet" >
-          <string>QTextBrowser { background:transparent;}</string>
+          <string notr="true" >QTextBrowser { background:transparent;}</string>
          </property>
          <property name="frameShape" >
           <enum>QFrame::NoFrame</enum>
@@ -143,6 +159,14 @@ p, li { white-space: pre-wrap; }
       </layout>
      </widget>
      <widget class="QWidget" name="tab_2" >
+      <property name="geometry" >
+       <rect>
+        <x>0</x>
+        <y>0</y>
+        <width>458</width>
+        <height>288</height>
+       </rect>
+      </property>
       <attribute name="title" >
        <string>&amp;Contributors</string>
       </attribute>
@@ -150,7 +174,7 @@ p, li { white-space: pre-wrap; }
        <item>
         <widget class="QTextBrowser" name="contributorTextBrowser" >
          <property name="styleSheet" >
-          <string>QTextBrowser { background:transparent;}</string>
+          <string notr="true" >QTextBrowser { background:transparent;}</string>
          </property>
          <property name="frameShape" >
           <enum>QFrame::NoFrame</enum>
@@ -163,6 +187,14 @@ p, li { white-space: pre-wrap; }
       </layout>
      </widget>
      <widget class="QWidget" name="tab" >
+      <property name="geometry" >
+       <rect>
+        <x>0</x>
+        <y>0</y>
+        <width>458</width>
+        <height>288</height>
+       </rect>
+      </property>
       <attribute name="title" >
        <string>&amp;Thanks To</string>
       </attribute>
@@ -170,7 +202,7 @@ p, li { white-space: pre-wrap; }
        <item>
         <widget class="QTextBrowser" name="thanksToTextBrowser" >
          <property name="styleSheet" >
-          <string>QTextBrowser { background:transparent;}</string>
+          <string notr="true" >QTextBrowser { background:transparent;}</string>
          </property>
          <property name="frameShape" >
           <enum>QFrame::NoFrame</enum>
@@ -198,6 +230,7 @@ p, li { white-space: pre-wrap; }
  </widget>
  <resources>
   <include location="../../icons/icons.qrc" />
+  <include location="../../icons/quassel-icons.qrc" />
  </resources>
  <connections>
   <connection>
index 871d9ff..2e44da0 100644 (file)
@@ -5,8 +5,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>787</width>
-    <height>551</height>
+    <width>782</width>
+    <height>542</height>
    </rect>
   </property>
   <property name="sizePolicy" >
    <string/>
   </property>
   <layout class="QVBoxLayout" >
-   <property name="spacing" >
-    <number>6</number>
-   </property>
-   <property name="leftMargin" >
-    <number>0</number>
-   </property>
-   <property name="topMargin" >
-    <number>0</number>
-   </property>
-   <property name="rightMargin" >
-    <number>0</number>
-   </property>
-   <property name="bottomMargin" >
+   <property name="margin" >
     <number>0</number>
    </property>
    <item>
       <number>0</number>
      </property>
      <widget class="QWidget" name="page" >
+      <property name="geometry" >
+       <rect>
+        <x>0</x>
+        <y>0</y>
+        <width>782</width>
+        <height>542</height>
+       </rect>
+      </property>
       <layout class="QVBoxLayout" >
-       <property name="spacing" >
-        <number>6</number>
-       </property>
-       <property name="leftMargin" >
-        <number>0</number>
-       </property>
-       <property name="topMargin" >
-        <number>0</number>
-       </property>
-       <property name="rightMargin" >
-        <number>0</number>
-       </property>
-       <property name="bottomMargin" >
+       <property name="margin" >
         <number>0</number>
        </property>
        <item>
           <enum>QFrame::Plain</enum>
          </property>
          <layout class="QVBoxLayout" >
-          <property name="spacing" >
-           <number>6</number>
-          </property>
-          <property name="leftMargin" >
-           <number>9</number>
-          </property>
-          <property name="topMargin" >
-           <number>9</number>
-          </property>
-          <property name="rightMargin" >
-           <number>9</number>
-          </property>
-          <property name="bottomMargin" >
-           <number>9</number>
-          </property>
           <item>
            <widget class="QLabel" name="label" >
             <property name="font" >
              </font>
             </property>
             <property name="text" >
-             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
+             <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 p, li { white-space: pre-wrap; }
-&lt;/style>&lt;/head>&lt;body style=" font-family:'Trebuchet MS'; font-size:10pt; font-weight:400; font-style:normal;">
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;">&lt;span style=" font-size:89pt; color:#00008b;">Quassel IRC&lt;/span>&lt;/p>
+&lt;/style>&lt;/head>&lt;body style=" font-family:'Trebuchet MS'; font-size:13pt; font-weight:400; font-style:normal;">
+&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;img src=":/quassel/connected/96.png" />&lt;span style=" font-size:89pt; color:#00008b;">uassel IRC&lt;/span>&lt;/p>
 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:49pt;">&lt;span style=" font-size:22pt;">Chat comfortably. Anywhere.&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
             </property>
             <property name="scaledContents" >
@@ -126,6 +96,8 @@ p, li { white-space: pre-wrap; }
    </item>
   </layout>
  </widget>
- <resources/>
+ <resources>
+  <include location="../../icons/quassel-icons.qrc" />
+ </resources>
  <connections/>
 </ui>
index 3e49f7c..6f61c66 100644 (file)
    <string>MainWindow</string>
   </property>
   <widget class="QWidget" name="centralwidget" >
+   <property name="geometry" >
+    <rect>
+     <x>0</x>
+     <y>22</y>
+     <width>800</width>
+     <height>556</height>
+    </rect>
+   </property>
    <property name="sizePolicy" >
     <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
      <horstretch>0</horstretch>
     </sizepolicy>
    </property>
    <layout class="QVBoxLayout" >
-    <property name="leftMargin" >
-     <number>0</number>
-    </property>
-    <property name="topMargin" >
-     <number>0</number>
-    </property>
-    <property name="rightMargin" >
-     <number>0</number>
-    </property>
-    <property name="bottomMargin" >
+    <property name="margin" >
      <number>0</number>
     </property>
     <item>
    <addaction name="menuDebug" />
    <addaction name="menuHelp" />
   </widget>
-  <widget class="QStatusBar" name="statusbar" />
+  <widget class="QStatusBar" name="statusbar" >
+   <property name="geometry" >
+    <rect>
+     <x>0</x>
+     <y>578</y>
+     <width>800</width>
+     <height>22</height>
+    </rect>
+   </property>
+  </widget>
   <action name="actionNetworkList" >
    <property name="enabled" >
     <bool>false</bool>
   </action>
   <action name="actionQuit" >
    <property name="icon" >
-    <iconset resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/application-exit.png</iconset>
+    <iconset resource="../../icons/icons.qrc" >
+     <normaloff>:/22x22/actions/oxygen/22x22/actions/application-exit.png</normaloff>:/22x22/actions/oxygen/22x22/actions/application-exit.png</iconset>
    </property>
    <property name="text" >
     <string>Quit...</string>
   </action>
   <action name="actionSettingsDlg" >
    <property name="icon" >
-    <iconset/>
+    <iconset>
+     <normaloff/>
+    </iconset>
    </property>
    <property name="text" >
     <string>Configure Quassel...</string>
     <bool>true</bool>
    </property>
    <property name="icon" >
-    <iconset resource="../../icons/icons.qrc" >:/icons/quassel-icon.png</iconset>
+    <iconset resource="../../icons/quassel-icons.qrc" >
+     <normaloff>:/icons/quassel-icon.png</normaloff>:/icons/quassel-icon.png</iconset>
    </property>
    <property name="text" >
     <string>About Quassel IRC...</string>
     <bool>false</bool>
    </property>
    <property name="icon" >
-    <iconset/>
+    <iconset>
+     <normaloff/>
+    </iconset>
    </property>
    <property name="text" >
     <string>Disconnect from Core</string>
     <bool>false</bool>
    </property>
    <property name="icon" >
-    <iconset/>
+    <iconset>
+     <normaloff/>
+    </iconset>
    </property>
    <property name="text" >
     <string>Connect to Core...</string>
  </customwidgets>
  <resources>
   <include location="../../icons/icons.qrc" />
+  <include location="../../icons/quassel-icons.qrc" />
  </resources>
  <connections/>
 </ui>