diff --git a/qt-mapper/qtsshfsmapper.128.png b/qt-mapper/qtsshfsmapper.128.png deleted file mode 100644 index 7fe12dc..0000000 Binary files a/qt-mapper/qtsshfsmapper.128.png and /dev/null differ diff --git a/qt-mapper/qtsshfsmapper.16.png b/qt-mapper/qtsshfsmapper.16.png deleted file mode 100644 index 57f12e0..0000000 Binary files a/qt-mapper/qtsshfsmapper.16.png and /dev/null differ diff --git a/qt-mapper/qtsshfsmapper.256.png b/qt-mapper/qtsshfsmapper.256.png deleted file mode 100644 index 93f0f06..0000000 Binary files a/qt-mapper/qtsshfsmapper.256.png and /dev/null differ diff --git a/qt-mapper/qtsshfsmapper.32.png b/qt-mapper/qtsshfsmapper.32.png deleted file mode 100644 index 78fafcb..0000000 Binary files a/qt-mapper/qtsshfsmapper.32.png and /dev/null differ diff --git a/qt-mapper/qtsshfsmapper.64.png b/qt-mapper/qtsshfsmapper.64.png deleted file mode 100644 index ac8fa81..0000000 Binary files a/qt-mapper/qtsshfsmapper.64.png and /dev/null differ diff --git a/qt-mapper/qtsshfsmapper.png b/qt-mapper/qtsshfsmapper.png deleted file mode 100644 index 2f768b0..0000000 Binary files a/qt-mapper/qtsshfsmapper.png and /dev/null differ diff --git a/qt-mapper/qtsshfsmapper.rb b/qt-mapper/qtsshfsmapper.rb deleted file mode 100755 index e0970cf..0000000 --- a/qt-mapper/qtsshfsmapper.rb +++ /dev/null @@ -1,82 +0,0 @@ -#!/usr/bin/ruby - -require 'Qt4' - -# QaSiM // Qt Sshfs Mapper - -VERSION="0.1" - -def _ str - Qt::Object.tr(str) -end - - -def build_app - - app = Qt::Application.new(ARGV) - si = Qt::SystemTrayIcon.new - - std_icon = Qt::Icon.new('qtsshfsmapper.svg') - alt_icon = Qt::Icon.new - blinking = false - - si.icon = std_icon - si.show - si.setToolTip("Qasim v%s" % VERSION); - - Qt::Timer.new(app) do |timer| - timer.connect(SIGNAL('timeout()')) do - si.icon = (si.icon.isNull ? std_icon : alt_icon) if blinking - end - timer.start(500) - end - - menu = Qt::Menu.new - - ['Diades', 'Daneel', 'Dolos'].each do |name| - itemx = Qt::Action.new(name, menu) - itemx.setCheckable true; - itemx.connect(SIGNAL(:triggered)) do - puts "%s => %s" % [name, itemx.checked ] - end - menu.addAction itemx; - end - - menu.addSeparator - - act_pref = Qt::Action.new _('&Preferences'), menu - act_pref.setIcon( Qt::Icon::fromTheme("configure") ) - act_pref.setIconVisibleInMenu true - menu.addAction act_pref; - - act_about = Qt::Action.new '&About', menu - act_about.setIcon( Qt::Icon::fromTheme("help-about") ) - act_about.setIconVisibleInMenu true - menu.addAction act_about; - - menu.addSeparator - - act_quit = Qt::Action.new _('Quit'), menu - act_quit.setIcon( Qt::Icon::fromTheme("application-exit") ) - act_quit.setIconVisibleInMenu true - act_quit.connect(SIGNAL(:triggered)) { app.quit } - menu.addAction act_quit - - si.contextMenu = menu - - si.connect(SIGNAL('activated(QSystemTrayIcon::ActivationReason)')) do |reason| - case reason - when Qt::SystemTrayIcon::Trigger - blinking = !blinking - si.icon = blinking ? alt_icon : std_icon - when Qt::SystemTrayIcon::MiddleClick: puts 'Middle Click' - when Qt::SystemTrayIcon::Context: puts 'Right Click' - when Qt::SystemTrayIcon::DoubleClick: puts 'Double Click' - end - end - - app.exec -end - -build_app - diff --git a/qt-mapper/qtsshfsmapper.svg b/qt-mapper/qtsshfsmapper.svg deleted file mode 100644 index 3c755c5..0000000 --- a/qt-mapper/qtsshfsmapper.svg +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - -