renamed swissbrowser to swisssurfer

master
Marc Wäckerlin 9 years ago
parent 0414b1ff46
commit 205f1ac725
  1. 3
      README
  2. 3
      configure.in
  3. 3
      debian/changelog.in
  4. 21
      debian/control
  5. 3
      debian/copyright
  6. 15
      debian/menu
  7. 11
      debian/swissbrowser.install
  8. 0
      debian/swisssurfer-dev.dirs
  9. 3
      debian/swisssurfer-dev.install
  10. 0
      debian/swisssurfer.dirs
  11. 9
      debian/swisssurfer.doc-base.EX
  12. 21
      debian/swisssurfer.install
  13. BIN
      doc/screenshot.png
  14. 12
      src/Info.plist
  15. 6
      src/browser.hxx
  16. 6
      src/browser.ui
  17. 15
      src/main.cxx
  18. 6
      src/makefile.am
  19. 6
      src/qbrowserlib/qbrowserlib_de.ts
  20. 6
      src/qbrowserlib/qbrowserlib_en.ts
  21. 6
      src/qbrowserlib/qbrowserlib_fr.ts
  22. 6
      src/qbrowserlib/qbrowserlib_it.ts
  23. 6
      src/qbrowserlib/settings.ui
  24. 3
      src/qmake.pro.in
  25. 6
      src/resources.qrc
  26. 0
      src/resources/icons/128x128/SW_SwissSurfer_128x128x32.png
  27. 0
      src/resources/icons/16x16/swisssurfer.png
  28. 0
      src/resources/icons/256x256/SW_SwissSurfer_256x256x32.png
  29. 0
      src/resources/icons/32x32/swisssurfer.png
  30. 0
      src/resources/icons/48x48/SW_SwissSurfer_48x48x32.png
  31. 0
      src/resources/icons/512x512/SW_SwissSurfer_512x512x32.png
  32. BIN
      src/resources/icons/about.png
  33. BIN
      src/resources/icons/addbookmark.png
  34. BIN
      src/resources/icons/clearlocation.png
  35. BIN
      src/resources/icons/close.png
  36. BIN
      src/resources/icons/error.png
  37. BIN
      src/resources/icons/find.png
  38. BIN
      src/resources/icons/newtab.png
  39. BIN
      src/resources/icons/newwindow.png
  40. BIN
      src/resources/icons/print.png
  41. BIN
      src/resources/icons/printpreview.png
  42. BIN
      src/resources/icons/settings.png
  43. 0
      src/resources/icons/swisssurfer.ico
  44. 0
      src/resources/icons/swisssurfer.png
  45. 0
      src/resources/icons/swisssurfer_32x32x32.png
  46. BIN
      src/resources/icons/usercert.png
  47. 0
      src/resources/swisssurfer.png
  48. 12
      src/swissbrowser.desktop
  49. 20
      src/swisssurfer.desktop
  50. 0
      src/swisssurfer.icns
  51. 12
      src/swisssurfer_de.ts
  52. 12
      src/swisssurfer_en.ts
  53. 12
      src/swisssurfer_fr.ts
  54. 12
      src/swisssurfer_it.ts
  55. 9
      swisssurfer.spec.in

@ -8,4 +8,5 @@ Start e.g. with:
SWISSSIGNER='java -Xmx256M -Dorg.jpedal.jai=true -Dswing.aatext=true -Dch.abacus.swisssigner.incamail.certlogin=false -splash:swisssigner-splash.png -Dch.abacus.pkcs11.configuration=swisssigner-pkcs11.cfg -Duser.language=de -cp /home/marc/downloads/swisssigner/swisssigner.jar:/home/marc/downloads/swisssigner/bc.jar:bcmail.jar:/home/marc/downloads/swisssigner/bcpg.jar:/home/marc/downloads/swisssigner/bctsp.jar:/home/marc/downloads/swisssigner/exml.jar:/home/marc/downloads/swisssigner/itext.jar:/home/marc/downloads/swisssigner/jai_codec.jar:/home/marc/downloads/swisssigner/jai_core.jar:/home/marc/downloads/swisssigner/jai_imageio.jar:/home/marc/downloads/swisssigner/jdic.jar:/home/marc/downloads/swisssigner/jdic_native.jar:/home/marc/downloads/swisssigner/jdic_stub_unix.jar:/home/marc/downloads/swisssigner/jpedal.jar: ch.abacus.hotdog.SwissSigner locale=de document=%1 browser_bin=firefox keystores=pkcs11' SWISSSIGNER='java -Xmx256M -Dorg.jpedal.jai=true -Dswing.aatext=true -Dch.abacus.swisssigner.incamail.certlogin=false -splash:swisssigner-splash.png -Dch.abacus.pkcs11.configuration=swisssigner-pkcs11.cfg -Duser.language=de -cp /home/marc/downloads/swisssigner/swisssigner.jar:/home/marc/downloads/swisssigner/bc.jar:bcmail.jar:/home/marc/downloads/swisssigner/bcpg.jar:/home/marc/downloads/swisssigner/bctsp.jar:/home/marc/downloads/swisssigner/exml.jar:/home/marc/downloads/swisssigner/itext.jar:/home/marc/downloads/swisssigner/jai_codec.jar:/home/marc/downloads/swisssigner/jai_core.jar:/home/marc/downloads/swisssigner/jai_imageio.jar:/home/marc/downloads/swisssigner/jdic.jar:/home/marc/downloads/swisssigner/jdic_native.jar:/home/marc/downloads/swisssigner/jdic_stub_unix.jar:/home/marc/downloads/swisssigner/jpedal.jar: ch.abacus.hotdog.SwissSigner locale=de document=%1 browser_bin=firefox keystores=pkcs11'
src/swissbrowser --mime application/pdf pdf "$SWISSSIGNER" --mime application/x-java-jnlp-file jnlp "javaws %1" http://swisssign.com/de/swisssign-support/ss-faq/7-server-certificates/34-how-to-apache-konfiguration-mit-ssl-zertifikaten src/swisssurfer --mime application/pdf pdf "$SWISSSIGNER" --mime application/x-java-jnlp-file jnlp "javaws %1" http://swisssign.com/de/swisssign-support/ss-faq/7-server-certificates/34-how-to-apache-konfiguration-mit-ssl-zertifikaten
src/swisssurfer --mime application/pdf pdf "$SWISSSIGNER" --mime application/x-java-jnlp-file jnlp "javaws %1" http://swisssign.com/de/swisssign-support/ss-faq/7-server-certificates/34-how-to-apache-konfiguration-mit-ssl-zertifikaten

@ -21,7 +21,8 @@ SRC_DIR=src
TST_DIR=test TST_DIR=test
DOC_DIR=doc DOC_DIR=doc
m4_define(x_packagename, swissbrowser) m4_define(x_packagename, swisssurfer)
m4_define(x_packagename, swisssurfer)
m4_define(x_major, 1) m4_define(x_major, 1)
m4_define(x_minor, 2) m4_define(x_minor, 2)

@ -1,5 +1,6 @@
@PACKAGE@ (@VERSION@-1) unstable; urgency=low @PACKAGE@ (@VERSION@-1) unstable; urgency=low
* see https://dev.swisssign.com/projects/swissbrowser for changes * see https://dev.swisssign.com/projects/swisssurfer for changes
* see https://dev.swisssign.com/projects/swisssurfer for changes
-- Marc Wäckerlin (SwissSign AG) <marc.waeckerlin@tech.swisssign.com> Wed, 07 Apr 2010 10:23:02 +0200 -- Marc Wäckerlin (SwissSign AG) <marc.waeckerlin@tech.swisssign.com> Wed, 07 Apr 2010 10:23:02 +0200

21
debian/control vendored

@ -1,27 +1,34 @@
Source: swissbrowser Source: swisssurfer
Source: swisssurfer
Section: web Section: web
Priority: extra Priority: extra
Maintainer: Marc Wäckerlin (SwissSign AG) <marc.waeckerlin@tech.swisssign.com> Maintainer: Marc Wäckerlin (SwissSign AG) <marc.waeckerlin@tech.swisssign.com>
Build-Depends: debhelper (>= 7), autotools-dev, libpkcs11-helper1-dev Build-Depends: debhelper (>= 7), autotools-dev, libpkcs11-helper1-dev
Standards-Version: 3.8.1 Standards-Version: 3.8.1
Homepage: https://dev.swisssign.com/projects/swissbrowser Homepage: https://dev.swisssign.com/projects/swisssurfer
Homepage: https://dev.swisssign.com/projects/swisssurfer
Package: swissbrowser-dev Package: swisssurfer-dev
Package: swisssurfer-dev
Provides: swisssurfer-dev Provides: swisssurfer-dev
Conflicts: swisssurfer-dev Conflicts: swisssurfer-dev
Replaces: swisssurfer-dev Replaces: swisssurfer-dev
Section: devel Section: devel
Architecture: any Architecture: any
Depends: swissbrowser (= ${binary:Version}) Depends: swisssurfer (= ${binary:Version})
Description: swissbrowser Depends: swisssurfer (= ${binary:Version})
Description: swisssurfer
Description: swisssurfer
. .
Package: swissbrowser Package: swisssurfer
Package: swisssurfer
Provides: swisssurfer Provides: swisssurfer
Conflicts: swisssurfer Conflicts: swisssurfer
Replaces: swisssurfer Replaces: swisssurfer
Section: web Section: web
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: swissbrowser Description: swisssurfer
Description: swisssurfer
. .

3
debian/copyright vendored

@ -1,7 +1,8 @@
This package was debianized by Marc Wäckerlin (SwissSign AG) <marc.waeckerlin@tech.swisssign.com> on This package was debianized by Marc Wäckerlin (SwissSign AG) <marc.waeckerlin@tech.swisssign.com> on
Wed, 07 Apr 2010 10:23:02 +0200. Wed, 07 Apr 2010 10:23:02 +0200.
It was downloaded from https://dev.swisssign.com/projects/swissbrowser It was downloaded from https://dev.swisssign.com/projects/swisssurfer
It was downloaded from https://dev.swisssign.com/projects/swisssurfer
Upstream Author(s): Upstream Author(s):

15
debian/menu vendored

@ -1,8 +1,13 @@
?package(swissbrowser):\ ?package(swisssurfer):\
?package(swisssurfer):\
needs="X11"\ needs="X11"\
hints="Lightweight,Fast,Small,Security,SSL,Cryptoki,Certificate"\ hints="Lightweight,Fast,Small,Security,SSL,Cryptoki,Certificate"\
section="Applications/Network/Web Browsing"\ section="Applications/Network/Web Browsing"\
title="SwissBrowser"\ title="SwissSurfer"\
longtitle="SwissBrowser Internet Browser"\ title="SwissSurfer"\
command="/usr/bin/swissbrowser"\ longtitle="SwissSurfer Internet Browser"\
icon="/usr/share/swissbrowser/swissbrowser.xpm" longtitle="SwissSurfer Internet Browser"\
command="/usr/bin/swisssurfer"\
command="/usr/bin/swisssurfer"\
icon="/usr/share/swisssurfer/swisssurfer.xpm"
icon="/usr/share/swisssurfer/swisssurfer.xpm"

@ -1,11 +0,0 @@
usr/bin/swissbrowser
usr/share/applications/swissbrowser.desktop
usr/share/swissbrowser/swissbrowser.xpm
usr/share/swissbrowser/swissbrowser.png
usr/share/doc/swissbrowser/AUTHORS
usr/share/doc/swissbrowser/NEWS
usr/share/doc/swissbrowser/README
usr/share/doc/swissbrowser/COPYING
usr/share/doc/swissbrowser/INSTALL
usr/share/doc/swissbrowser/ChangeLog
usr/lib/lib*.so.*

@ -1,4 +1,5 @@
usr/share/doc/swissbrowser/html usr/share/doc/swisssurfer/html
usr/share/doc/swisssurfer/html
usr/include/* usr/include/*
#usr/lib/lib*.a #usr/lib/lib*.a
usr/lib/lib*.so usr/lib/lib*.so

@ -1,7 +1,10 @@
Document: swissbrowser Document: swisssurfer
Title: Debian swissbrowser Manual Document: swisssurfer
Title: Debian swisssurfer Manual
Title: Debian swisssurfer Manual
Author: <insert document author here> Author: <insert document author here>
Abstract: This manual describes what swissbrowser is Abstract: This manual describes what swisssurfer is
Abstract: This manual describes what swisssurfer is
and how it can be used to and how it can be used to
manage online manuals on Debian systems. manage online manuals on Debian systems.
Section: unknown Section: unknown

@ -0,0 +1,21 @@
usr/bin/swisssurfer
usr/bin/swisssurfer
usr/share/applications/swisssurfer.desktop
usr/share/applications/swisssurfer.desktop
usr/share/swisssurfer/swisssurfer.xpm
usr/share/swisssurfer/swisssurfer.xpm
usr/share/swisssurfer/swisssurfer.png
usr/share/swisssurfer/swisssurfer.png
usr/share/doc/swisssurfer/AUTHORS
usr/share/doc/swisssurfer/AUTHORS
usr/share/doc/swisssurfer/NEWS
usr/share/doc/swisssurfer/NEWS
usr/share/doc/swisssurfer/README
usr/share/doc/swisssurfer/README
usr/share/doc/swisssurfer/COPYING
usr/share/doc/swisssurfer/COPYING
usr/share/doc/swisssurfer/INSTALL
usr/share/doc/swisssurfer/INSTALL
usr/share/doc/swisssurfer/ChangeLog
usr/share/doc/swisssurfer/ChangeLog
usr/lib/lib*.so.*

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

After

Width:  |  Height:  |  Size: 279 KiB

@ -5,17 +5,21 @@
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <string>English</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>swissbrowser</string> <string>swisssurfer</string>
<string>swisssurfer</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>SwissSign, (c) 2011</string> <string>SwissSign, (c) 2011</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>swissbrowser.icns</string> <string>swisssurfer.icns</string>
<string>swisssurfer.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.swisssign.swissbrowser</string> <string>com.swisssign.swisssurfer</string>
<string>com.swisssign.swisssurfer</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>SwissBrowser</string> <string>SwissSurfer</string>
<string>SwissSurfer</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>

@ -1019,7 +1019,8 @@ class Browser: public QMainWindow, protected Ui::Browser {
void resetWindowTitle() { void resetWindowTitle() {
if (qobject_cast<QWebView*>(_tabs->currentWidget())) if (qobject_cast<QWebView*>(_tabs->currentWidget()))
setWindowTitle(trUtf8("[%1] - %2 - SwissBrowser (%3)", setWindowTitle(trUtf8("[%1] - %2 - SwissSurfer (%3)",
setWindowTitle(trUtf8("[%1] - %2 - SwissSurfer (%3)",
"main window title " "main window title "
"%1 = host name " "%1 = host name "
"%2 = page title " "%2 = page title "
@ -1030,7 +1031,8 @@ class Browser: public QMainWindow, protected Ui::Browser {
->title())) ->title()))
.arg(_tabs->count())); .arg(_tabs->count()));
else else
setWindowTitle(trUtf8("SwissBrowser", "window title with no tab")); setWindowTitle(trUtf8("SwissSurfer", "window title with no tab"));
setWindowTitle(trUtf8("SwissSurfer", "window title with no tab"));
} }
void statusBarMessage(const QString& text) { void statusBarMessage(const QString& text) {

@ -11,11 +11,13 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>SwissBrowser</string> <string>SwissSurfer</string>
<string>SwissSurfer</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="resources.qrc"> <iconset resource="resources.qrc">
<normaloff>:/icons/32x32/swissbrowser.png</normaloff>:/icons/32x32/swissbrowser.png</iconset> <normaloff>:/icons/32x32/swisssurfer.png</normaloff>:/icons/32x32/swisssurfer.png</iconset>
<normaloff>:/icons/32x32/swisssurfer.png</normaloff>:/icons/32x32/swisssurfer.png</iconset>
</property> </property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_3"> <layout class="QGridLayout" name="gridLayout_3">

@ -29,7 +29,8 @@
#include <memory> #include <memory>
//! @defgroup browser The SwissBrowser Executable and Main Window //! @defgroup browser The SwissSurfer Executable and Main Window
//! @defgroup browser The SwissSurfer Executable and Main Window
//! @defgroup pkcs11 The PKCS#11 Client Authentication //! @defgroup pkcs11 The PKCS#11 Client Authentication
//! @defgroup qbrowserlib The Swiss Browser Library //! @defgroup qbrowserlib The Swiss Browser Library
//! @defgroup designer Qt Designer Plugin for Browser Related Widgets //! @defgroup designer Qt Designer Plugin for Browser Related Widgets
@ -115,15 +116,18 @@ int main(int argv, char** argc) try {
QTextCodec::setCodecForLocale(utf8); QTextCodec::setCodecForLocale(utf8);
QTextCodec::setCodecForTr(utf8); QTextCodec::setCodecForTr(utf8);
QApplication app(argv, argc); QApplication app(argv, argc);
app.setWindowIcon(QIcon(":/icons/32x32/swissbrowser.png")); app.setWindowIcon(QIcon(":/icons/32x32/swisssurfer.png"));
app.setApplicationName(QObject::trUtf8("SwissBrowser", "application name")); app.setWindowIcon(QIcon(":/icons/32x32/swisssurfer.png"));
app.setApplicationName(QObject::trUtf8("SwissSurfer", "application name"));
app.setApplicationName(QObject::trUtf8("SwissSurfer", "application name"));
app.setApplicationVersion(VERSION); app.setApplicationVersion(VERSION);
QTranslator qtTranslator; QTranslator qtTranslator;
if (env().contains("LANGUAGE")) QLocale::setDefault(env()["LANGUAGE"]); if (env().contains("LANGUAGE")) QLocale::setDefault(env()["LANGUAGE"]);
qtTranslator.load(":/language/qt_" + QLocale().name()); qtTranslator.load(":/language/qt_" + QLocale().name());
app.installTranslator(&qtTranslator); app.installTranslator(&qtTranslator);
QTranslator appTranslator; QTranslator appTranslator;
appTranslator.load(":/language/swissbrowser_"+ QLocale().name()); appTranslator.load(":/language/swisssurfer_"+ QLocale().name());
appTranslator.load(":/language/swisssurfer_"+ QLocale().name());
app.installTranslator(&appTranslator); app.installTranslator(&appTranslator);
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
TMP=QDir::toNativeSeparators(QDir::tempPath()); TMP=QDir::toNativeSeparators(QDir::tempPath());
@ -151,7 +155,8 @@ int main(int argv, char** argc) try {
bool editbookmarks(false); bool editbookmarks(false);
QStringList args(app.arguments()); QStringList args(app.arguments());
std::auto_ptr<QSettings> settings std::auto_ptr<QSettings> settings
(std::auto_ptr<QSettings>(new QSettings("SwissSign", "SwissBrowser"))); (std::auto_ptr<QSettings>(new QSettings("SwissSign", "SwissSurfer")));
(std::auto_ptr<QSettings>(new QSettings("SwissSign", "SwissSurfer")));
for (QStringList::iterator it(args.begin()); ++it!=args.end();) for (QStringList::iterator it(args.begin()); ++it!=args.end();)
if (*it=="-h" || *it=="--help" || *it=="-help" || *it=="/?") { if (*it=="-h" || *it=="--help" || *it=="-help" || *it=="/?") {
std::cout<<helptext().toStdString()<<std::endl; std::cout<<helptext().toStdString()<<std::endl;

@ -38,7 +38,8 @@ ALL_SRC = ${top_srcdir}/src/*.[ch]xx ${top_srcdir}/src/*.ui $(shell find ${top_s
QMAKE_PROJECT = qmake.pro QMAKE_PROJECT = qmake.pro
QMAKE_MAKEFILE = makefile.qmake QMAKE_MAKEFILE = makefile.qmake
bin_SCRIPTS = swissbrowser bin_SCRIPTS = swisssurfer
bin_SCRIPTS = swisssurfer
QMAKE_TARGET = ${bin_SCRIPTS} QMAKE_TARGET = ${bin_SCRIPTS}
TARGETS = ${QMAKE_TARGET} TARGETS = ${QMAKE_TARGET}
@ -104,6 +105,7 @@ clean-local:
CLEANFILES = ${TARGETS} ${TARGETS:%=%.exe} $(LANGS:%=@PACKAGENAME@_%.qm) \ CLEANFILES = ${TARGETS} ${TARGETS:%=%.exe} $(LANGS:%=@PACKAGENAME@_%.qm) \
*.o *.obj qrc_*.cpp ui_*.h moc_*.cpp \ *.o *.obj qrc_*.cpp ui_*.h moc_*.cpp \
${QMAKE_TARGET} object_script.swissbrowser \ ${QMAKE_TARGET} object_script.swisssurfer \
${QMAKE_TARGET} object_script.swisssurfer \
@PACKAGENAME@.xpm @PACKAGENAME@.xpm
MAINTAINERCLEANFILES = makefile.in ${QMAKE_MAKEFILE} MAINTAINERCLEANFILES = makefile.in ${QMAKE_MAKEFILE}

@ -183,7 +183,8 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissBrowser will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -400,7 +401,8 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissBrowser from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

@ -183,7 +183,8 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissBrowser will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -400,7 +401,8 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissBrowser from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

@ -183,7 +183,8 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissBrowser will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -400,7 +401,8 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissBrowser from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

@ -183,7 +183,8 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissBrowser will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -400,7 +401,8 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Serif&apos;; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissBrowser from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Verdana&apos;; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

@ -53,7 +53,8 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Verdana'; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissBrowser will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Verdana'; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Verdana'; font-size:medium; color:#363534;&quot;&gt;Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>DNS prefetch enabled</string> <string>DNS prefetch enabled</string>
@ -342,7 +343,8 @@ p, li { white-space: pre-wrap; }
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; } p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt; &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Verdana'; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissBrowser from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Verdana'; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Verdana'; font-size:medium; color:#363534;&quot;&gt;Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>private browsing</string> <string>private browsing</string>

@ -29,7 +29,8 @@ win32 {
QMAKE_LIBS += /opt/local/i586-mingw32msvc/lib/winscard.a QMAKE_LIBS += /opt/local/i586-mingw32msvc/lib/winscard.a
CONFIG += release CONFIG += release
} }
ICON = swissbrowser.icns ICON = swisssurfer.icns
ICON = swisssurfer.icns
TRANSLATIONS = @PACKAGENAME@_en.ts \ TRANSLATIONS = @PACKAGENAME@_en.ts \
@PACKAGENAME@_de.ts \ @PACKAGENAME@_de.ts \

@ -1,7 +1,8 @@
<RCC> <RCC>
<qresource prefix="icons/32x32"> <qresource prefix="icons/32x32">
<file alias="butt32_49.png">resources/icons/32x32/butt32_49.png</file> <file alias="butt32_49.png">resources/icons/32x32/butt32_49.png</file>
<file alias="swissbrowser.png">resources/icons/32x32/swissbrowser.png</file> <file alias="swisssurfer.png">resources/icons/32x32/swisssurfer.png</file>
<file alias="swisssurfer.png">resources/icons/32x32/swisssurfer.png</file>
<file alias="butt32_01.png">resources/icons/32x32/butt32_01.png</file> <file alias="butt32_01.png">resources/icons/32x32/butt32_01.png</file>
<file alias="butt32_02.png">resources/icons/32x32/butt32_02.png</file> <file alias="butt32_02.png">resources/icons/32x32/butt32_02.png</file>
<file alias="butt32_03.png">resources/icons/32x32/butt32_03.png</file> <file alias="butt32_03.png">resources/icons/32x32/butt32_03.png</file>
@ -18,7 +19,8 @@
</qresource> </qresource>
<qresource prefix="icons/16x16"> <qresource prefix="icons/16x16">
<file alias="butt16_49.png">resources/icons/16x16/butt16_49.png</file> <file alias="butt16_49.png">resources/icons/16x16/butt16_49.png</file>
<file alias="swissbrowser.png">resources/icons/16x16/swissbrowser.png</file> <file alias="swisssurfer.png">resources/icons/16x16/swisssurfer.png</file>
<file alias="swisssurfer.png">resources/icons/16x16/swisssurfer.png</file>
<file alias="butt16_01.png">resources/icons/16x16/butt16_01.png</file> <file alias="butt16_01.png">resources/icons/16x16/butt16_01.png</file>
<file alias="butt16_02.png">resources/icons/16x16/butt16_02.png</file> <file alias="butt16_02.png">resources/icons/16x16/butt16_02.png</file>
<file alias="butt16_03.png">resources/icons/16x16/butt16_03.png</file> <file alias="butt16_03.png">resources/icons/16x16/butt16_03.png</file>

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 942 B

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before

Width:  |  Height:  |  Size: 345 KiB

After

Width:  |  Height:  |  Size: 345 KiB

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -1,12 +0,0 @@
[Desktop Entry]
Type=Application
Name=swissbrowser
Name[de]=swissbrowser
Name[fr]=swissbrowser
Name[it]=swissbrowser
Name[en]=swissbrowser
GenericName=SwissBrowser
Comment=Browser with SuisseID login
Icon=/usr/share/swissbrowser/swissbrowser.png
Categories=Network;WebBrowser
Exec=/usr/bin/swissbrowser

@ -0,0 +1,20 @@
[Desktop Entry]
Type=Application
Name=swisssurfer
Name=swisssurfer
Name[de]=swisssurfer
Name[de]=swisssurfer
Name[fr]=swisssurfer
Name[fr]=swisssurfer
Name[it]=swisssurfer
Name[it]=swisssurfer
Name[en]=swisssurfer
Name[en]=swisssurfer
GenericName=SwissSurfer
GenericName=SwissSurfer
Comment=Browser with SuisseID login
Icon=/usr/share/swisssurfer/swisssurfer.png
Icon=/usr/share/swisssurfer/swisssurfer.png
Categories=Network;WebBrowser
Exec=/usr/bin/swisssurfer
Exec=/usr/bin/swisssurfer

@ -405,7 +405,8 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="browser.ui" line="14"/> <location filename="browser.ui" line="14"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -455,13 +456,15 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="browser.hxx" line="1017"/> <location filename="browser.hxx" line="1017"/>
<source>[%1] - %2 - SwissBrowser (%3)</source> <source>[%1] - %2 - SwissSurfer (%3)</source>
<source>[%1] - %2 - SwissSurfer (%3)</source>
<comment>main window title %1 = host name %2 = page title %3 = number of open tabs</comment> <comment>main window title %1 = host name %2 = page title %3 = number of open tabs</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="browser.hxx" line="1028"/> <location filename="browser.hxx" line="1028"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<comment>window title with no tab</comment> <comment>window title with no tab</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -762,7 +765,8 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="main.cxx" line="119"/> <location filename="main.cxx" line="119"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<comment>application name</comment> <comment>application name</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

@ -405,7 +405,8 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="browser.ui" line="14"/> <location filename="browser.ui" line="14"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -455,13 +456,15 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="browser.hxx" line="1017"/> <location filename="browser.hxx" line="1017"/>
<source>[%1] - %2 - SwissBrowser (%3)</source> <source>[%1] - %2 - SwissSurfer (%3)</source>
<source>[%1] - %2 - SwissSurfer (%3)</source>
<comment>main window title %1 = host name %2 = page title %3 = number of open tabs</comment> <comment>main window title %1 = host name %2 = page title %3 = number of open tabs</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="browser.hxx" line="1028"/> <location filename="browser.hxx" line="1028"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<comment>window title with no tab</comment> <comment>window title with no tab</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -762,7 +765,8 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="main.cxx" line="119"/> <location filename="main.cxx" line="119"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<comment>application name</comment> <comment>application name</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

@ -405,7 +405,8 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="browser.ui" line="14"/> <location filename="browser.ui" line="14"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -455,13 +456,15 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="browser.hxx" line="1017"/> <location filename="browser.hxx" line="1017"/>
<source>[%1] - %2 - SwissBrowser (%3)</source> <source>[%1] - %2 - SwissSurfer (%3)</source>
<source>[%1] - %2 - SwissSurfer (%3)</source>
<comment>main window title %1 = host name %2 = page title %3 = number of open tabs</comment> <comment>main window title %1 = host name %2 = page title %3 = number of open tabs</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="browser.hxx" line="1028"/> <location filename="browser.hxx" line="1028"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<comment>window title with no tab</comment> <comment>window title with no tab</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -762,7 +765,8 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="main.cxx" line="119"/> <location filename="main.cxx" line="119"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<comment>application name</comment> <comment>application name</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

@ -405,7 +405,8 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="browser.ui" line="14"/> <location filename="browser.ui" line="14"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -455,13 +456,15 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="browser.hxx" line="1017"/> <location filename="browser.hxx" line="1017"/>
<source>[%1] - %2 - SwissBrowser (%3)</source> <source>[%1] - %2 - SwissSurfer (%3)</source>
<source>[%1] - %2 - SwissSurfer (%3)</source>
<comment>main window title %1 = host name %2 = page title %3 = number of open tabs</comment> <comment>main window title %1 = host name %2 = page title %3 = number of open tabs</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="browser.hxx" line="1028"/> <location filename="browser.hxx" line="1028"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<comment>window title with no tab</comment> <comment>window title with no tab</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
@ -762,7 +765,8 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof
</message> </message>
<message> <message>
<location filename="main.cxx" line="119"/> <location filename="main.cxx" line="119"/>
<source>SwissBrowser</source> <source>SwissSurfer</source>
<source>SwissSurfer</source>
<comment>application name</comment> <comment>application name</comment>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

@ -38,7 +38,8 @@ DESTDIR=$RPM_BUILD_ROOT make install
rm -rf $RPM_BUILD_ROOT/usr/share/doc/packages/@PACKAGENAME@/html rm -rf $RPM_BUILD_ROOT/usr/share/doc/packages/@PACKAGENAME@/html
rm $RPM_BUILD_ROOT/usr/share/doc/packages/@PACKAGENAME@/COPYING rm $RPM_BUILD_ROOT/usr/share/doc/packages/@PACKAGENAME@/COPYING
rm $RPM_BUILD_ROOT/usr/share/doc/packages/@PACKAGENAME@/INSTALL rm $RPM_BUILD_ROOT/usr/share/doc/packages/@PACKAGENAME@/INSTALL
rm $RPM_BUILD_ROOT/usr/share/doc/packages/swissbrowser/swissbrowser.spec rm $RPM_BUILD_ROOT/usr/share/doc/packages/swisssurfer/swisssurfer.spec
rm $RPM_BUILD_ROOT/usr/share/doc/packages/swisssurfer/swisssurfer.spec
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -47,8 +48,10 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
/usr/bin/@PACKAGENAME@ /usr/bin/@PACKAGENAME@
/usr/share/applications/@PACKAGENAME@.desktop /usr/share/applications/@PACKAGENAME@.desktop
/usr/share/swissbrowser/swissbrowser.png /usr/share/swisssurfer/swisssurfer.png
/usr/share/swissbrowser/swissbrowser.xpm /usr/share/swisssurfer/swisssurfer.png
/usr/share/swisssurfer/swisssurfer.xpm
/usr/share/swisssurfer/swisssurfer.xpm
/usr/%_lib/lib*.so.* /usr/%_lib/lib*.so.*
%doc %doc
/usr/share/doc/packages/@PACKAGENAME@/AUTHORS /usr/share/doc/packages/@PACKAGENAME@/AUTHORS
Loading…
Cancel
Save