diff --git a/README b/README index 3336832..e2cd478 100644 --- a/README +++ b/README @@ -8,4 +8,4 @@ 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' -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 diff --git a/configure.in b/configure.in index 7b42233..4877c8a 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ SRC_DIR=src TST_DIR=test DOC_DIR=doc -m4_define(x_packagename, swissbrowser) +m4_define(x_packagename, swisssurfer) m4_define(x_major, 1) m4_define(x_minor, 2) diff --git a/debian/changelog.in b/debian/changelog.in index 5aef502..d3336a7 100644 --- a/debian/changelog.in +++ b/debian/changelog.in @@ -1,5 +1,5 @@ @PACKAGE@ (@VERSION@-1) unstable; urgency=low - * see https://dev.swisssign.com/projects/swissbrowser for changes + * see https://dev.swisssign.com/projects/swisssurfer for changes -- Marc Wäckerlin (SwissSign AG) Wed, 07 Apr 2010 10:23:02 +0200 diff --git a/debian/control b/debian/control index 97e2972..0de8c67 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,27 @@ -Source: swissbrowser +Source: swisssurfer Section: web Priority: extra Maintainer: Marc Wäckerlin (SwissSign AG) Build-Depends: debhelper (>= 7), autotools-dev, libpkcs11-helper1-dev Standards-Version: 3.8.1 -Homepage: https://dev.swisssign.com/projects/swissbrowser +Homepage: https://dev.swisssign.com/projects/swisssurfer -Package: swissbrowser-dev +Package: swisssurfer-dev Provides: swisssurfer-dev Conflicts: swisssurfer-dev Replaces: swisssurfer-dev Section: devel Architecture: any -Depends: swissbrowser (= ${binary:Version}) -Description: swissbrowser +Depends: swisssurfer (= ${binary:Version}) +Description: swisssurfer . -Package: swissbrowser +Package: swisssurfer Provides: swisssurfer Conflicts: swisssurfer Replaces: swisssurfer Section: web Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: swissbrowser +Description: swisssurfer . diff --git a/debian/copyright b/debian/copyright index 8d73ff9..60e23e7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Marc Wäckerlin (SwissSign AG) on 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 Upstream Author(s): diff --git a/debian/menu b/debian/menu index dde0d9b..dcfafc8 100644 --- a/debian/menu +++ b/debian/menu @@ -1,8 +1,8 @@ -?package(swissbrowser):\ +?package(swisssurfer):\ needs="X11"\ hints="Lightweight,Fast,Small,Security,SSL,Cryptoki,Certificate"\ section="Applications/Network/Web Browsing"\ - title="SwissBrowser"\ - longtitle="SwissBrowser Internet Browser"\ - command="/usr/bin/swissbrowser"\ - icon="/usr/share/swissbrowser/swissbrowser.xpm" + title="SwissSurfer"\ + longtitle="SwissSurfer Internet Browser"\ + command="/usr/bin/swisssurfer"\ + icon="/usr/share/swisssurfer/swisssurfer.xpm" diff --git a/debian/swissbrowser.install b/debian/swissbrowser.install deleted file mode 100644 index 0a3c163..0000000 --- a/debian/swissbrowser.install +++ /dev/null @@ -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.* diff --git a/debian/swissbrowser-dev.dirs b/debian/swisssurfer-dev.dirs similarity index 100% rename from debian/swissbrowser-dev.dirs rename to debian/swisssurfer-dev.dirs diff --git a/debian/swissbrowser-dev.install b/debian/swisssurfer-dev.install similarity index 78% rename from debian/swissbrowser-dev.install rename to debian/swisssurfer-dev.install index 2473b5e..4ef85a0 100644 --- a/debian/swissbrowser-dev.install +++ b/debian/swisssurfer-dev.install @@ -1,4 +1,4 @@ -usr/share/doc/swissbrowser/html +usr/share/doc/swisssurfer/html usr/include/* #usr/lib/lib*.a usr/lib/lib*.so diff --git a/debian/swissbrowser.dirs b/debian/swisssurfer.dirs similarity index 100% rename from debian/swissbrowser.dirs rename to debian/swisssurfer.dirs diff --git a/debian/swissbrowser.doc-base.EX b/debian/swisssurfer.doc-base.EX similarity index 79% rename from debian/swissbrowser.doc-base.EX rename to debian/swisssurfer.doc-base.EX index b2a28aa..c9255c2 100644 --- a/debian/swissbrowser.doc-base.EX +++ b/debian/swisssurfer.doc-base.EX @@ -1,7 +1,7 @@ -Document: swissbrowser -Title: Debian swissbrowser Manual +Document: swisssurfer +Title: Debian swisssurfer Manual Author: -Abstract: This manual describes what swissbrowser is +Abstract: This manual describes what swisssurfer is and how it can be used to manage online manuals on Debian systems. Section: unknown diff --git a/debian/swisssurfer.install b/debian/swisssurfer.install new file mode 100644 index 0000000..7212bd1 --- /dev/null +++ b/debian/swisssurfer.install @@ -0,0 +1,11 @@ +usr/bin/swisssurfer +usr/share/applications/swisssurfer.desktop +usr/share/swisssurfer/swisssurfer.xpm +usr/share/swisssurfer/swisssurfer.png +usr/share/doc/swisssurfer/AUTHORS +usr/share/doc/swisssurfer/NEWS +usr/share/doc/swisssurfer/README +usr/share/doc/swisssurfer/COPYING +usr/share/doc/swisssurfer/INSTALL +usr/share/doc/swisssurfer/ChangeLog +usr/lib/lib*.so.* diff --git a/doc/screenshot.png b/doc/screenshot.png index 1700c4a..ceb2971 100644 Binary files a/doc/screenshot.png and b/doc/screenshot.png differ diff --git a/src/Info.plist b/src/Info.plist index 54150d2..81296ac 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -5,17 +5,17 @@ CFBundleDevelopmentRegion English CFBundleExecutable - swissbrowser + swisssurfer CFBundleGetInfoString SwissSign, (c) 2011 CFBundleIconFile - swissbrowser.icns + swisssurfer.icns CFBundleIdentifier - com.swisssign.swissbrowser + com.swisssign.swisssurfer CFBundleInfoDictionaryVersion 6.0 CFBundleName - SwissBrowser + SwissSurfer CFBundlePackageType APPL CFBundleShortVersionString diff --git a/src/browser.hxx b/src/browser.hxx index 7b19fbb..31a04cc 100644 --- a/src/browser.hxx +++ b/src/browser.hxx @@ -1019,7 +1019,7 @@ class Browser: public QMainWindow, protected Ui::Browser { void resetWindowTitle() { if (qobject_cast(_tabs->currentWidget())) - setWindowTitle(trUtf8("[%1] - %2 - SwissBrowser (%3)", + setWindowTitle(trUtf8("[%1] - %2 - SwissSurfer (%3)", "main window title " "%1 = host name " "%2 = page title " @@ -1030,7 +1030,7 @@ class Browser: public QMainWindow, protected Ui::Browser { ->title())) .arg(_tabs->count())); else - setWindowTitle(trUtf8("SwissBrowser", "window title with no tab")); + setWindowTitle(trUtf8("SwissSurfer", "window title with no tab")); } void statusBarMessage(const QString& text) { diff --git a/src/browser.ui b/src/browser.ui index 96d3084..55e97c8 100644 --- a/src/browser.ui +++ b/src/browser.ui @@ -11,11 +11,11 @@ - SwissBrowser + SwissSurfer - :/icons/32x32/swissbrowser.png:/icons/32x32/swissbrowser.png + :/icons/32x32/swisssurfer.png:/icons/32x32/swisssurfer.png diff --git a/src/main.cxx b/src/main.cxx index a08a67b..0ed2180 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -29,7 +29,7 @@ #include -//! @defgroup browser The SwissBrowser Executable and Main Window +//! @defgroup browser The SwissSurfer Executable and Main Window //! @defgroup pkcs11 The PKCS#11 Client Authentication //! @defgroup qbrowserlib The Swiss Browser Library //! @defgroup designer Qt Designer Plugin for Browser Related Widgets @@ -115,15 +115,15 @@ int main(int argv, char** argc) try { QTextCodec::setCodecForLocale(utf8); QTextCodec::setCodecForTr(utf8); QApplication app(argv, argc); - app.setWindowIcon(QIcon(":/icons/32x32/swissbrowser.png")); - app.setApplicationName(QObject::trUtf8("SwissBrowser", "application name")); + app.setWindowIcon(QIcon(":/icons/32x32/swisssurfer.png")); + app.setApplicationName(QObject::trUtf8("SwissSurfer", "application name")); app.setApplicationVersion(VERSION); QTranslator qtTranslator; if (env().contains("LANGUAGE")) QLocale::setDefault(env()["LANGUAGE"]); qtTranslator.load(":/language/qt_" + QLocale().name()); app.installTranslator(&qtTranslator); QTranslator appTranslator; - appTranslator.load(":/language/swissbrowser_"+ QLocale().name()); + appTranslator.load(":/language/swisssurfer_"+ QLocale().name()); app.installTranslator(&appTranslator); //---------------------------------------------------------------------------- TMP=QDir::toNativeSeparators(QDir::tempPath()); @@ -151,7 +151,7 @@ int main(int argv, char** argc) try { bool editbookmarks(false); QStringList args(app.arguments()); std::auto_ptr settings - (std::auto_ptr(new QSettings("SwissSign", "SwissBrowser"))); + (std::auto_ptr(new QSettings("SwissSign", "SwissSurfer"))); for (QStringList::iterator it(args.begin()); ++it!=args.end();) if (*it=="-h" || *it=="--help" || *it=="-help" || *it=="/?") { std::cout< +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.</span></p></body></html> @@ -400,7 +400,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Private browsing prevents SwissBrowser from recording visited pages in the history and storing web page icons.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.</span></p></body></html> diff --git a/src/qbrowserlib/qbrowserlib_en.ts b/src/qbrowserlib/qbrowserlib_en.ts index 84fdf13..1701013 100644 --- a/src/qbrowserlib/qbrowserlib_en.ts +++ b/src/qbrowserlib/qbrowserlib_en.ts @@ -183,7 +183,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Specifies whether SwissBrowser will try to pre-fetch DNS entries to speed up browsing.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.</span></p></body></html> @@ -400,7 +400,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Private browsing prevents SwissBrowser from recording visited pages in the history and storing web page icons.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.</span></p></body></html> diff --git a/src/qbrowserlib/qbrowserlib_fr.ts b/src/qbrowserlib/qbrowserlib_fr.ts index 1112a0f..85a5d98 100644 --- a/src/qbrowserlib/qbrowserlib_fr.ts +++ b/src/qbrowserlib/qbrowserlib_fr.ts @@ -183,7 +183,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Specifies whether SwissBrowser will try to pre-fetch DNS entries to speed up browsing.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.</span></p></body></html> @@ -400,7 +400,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Private browsing prevents SwissBrowser from recording visited pages in the history and storing web page icons.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.</span></p></body></html> diff --git a/src/qbrowserlib/qbrowserlib_it.ts b/src/qbrowserlib/qbrowserlib_it.ts index 2e91351..462d6f8 100644 --- a/src/qbrowserlib/qbrowserlib_it.ts +++ b/src/qbrowserlib/qbrowserlib_it.ts @@ -183,7 +183,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Specifies whether SwissBrowser will try to pre-fetch DNS entries to speed up browsing.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.</span></p></body></html> @@ -400,7 +400,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Private browsing prevents SwissBrowser from recording visited pages in the history and storing web page icons.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.</span></p></body></html> diff --git a/src/qbrowserlib/settings.ui b/src/qbrowserlib/settings.ui index a1091dd..cef0a63 100644 --- a/src/qbrowserlib/settings.ui +++ b/src/qbrowserlib/settings.ui @@ -53,7 +53,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Specifies whether SwissBrowser will try to pre-fetch DNS entries to speed up browsing.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Specifies whether SwissSurfer will try to pre-fetch DNS entries to speed up browsing.</span></p></body></html> DNS prefetch enabled @@ -342,7 +342,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Serif'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Private browsing prevents SwissBrowser from recording visited pages in the history and storing web page icons.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Verdana'; font-size:medium; color:#363534;">Private browsing prevents SwissSurfer from recording visited pages in the history and storing web page icons.</span></p></body></html> private browsing diff --git a/src/qmake.pro.in b/src/qmake.pro.in index 1ae867a..12f3f7b 100644 --- a/src/qmake.pro.in +++ b/src/qmake.pro.in @@ -29,7 +29,7 @@ win32 { QMAKE_LIBS += /opt/local/i586-mingw32msvc/lib/winscard.a CONFIG += release } -ICON = swissbrowser.icns +ICON = swisssurfer.icns TRANSLATIONS = @PACKAGENAME@_en.ts \ @PACKAGENAME@_de.ts \ diff --git a/src/resources.qrc b/src/resources.qrc index c4c17af..146678c 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -1,7 +1,7 @@ resources/icons/32x32/butt32_49.png - resources/icons/32x32/swissbrowser.png + resources/icons/32x32/swisssurfer.png resources/icons/32x32/butt32_01.png resources/icons/32x32/butt32_02.png resources/icons/32x32/butt32_03.png @@ -18,7 +18,7 @@ resources/icons/16x16/butt16_49.png - resources/icons/16x16/swissbrowser.png + resources/icons/16x16/swisssurfer.png resources/icons/16x16/butt16_01.png resources/icons/16x16/butt16_02.png resources/icons/16x16/butt16_03.png diff --git a/src/resources/icons/128x128/SW_SwissBrowser_128x128x32.png b/src/resources/icons/128x128/SW_SwissSurfer_128x128x32.png similarity index 100% rename from src/resources/icons/128x128/SW_SwissBrowser_128x128x32.png rename to src/resources/icons/128x128/SW_SwissSurfer_128x128x32.png diff --git a/src/resources/icons/16x16/swissbrowser.png b/src/resources/icons/16x16/swisssurfer.png similarity index 100% rename from src/resources/icons/16x16/swissbrowser.png rename to src/resources/icons/16x16/swisssurfer.png diff --git a/src/resources/icons/256x256/SW_SwissBrowser_256x256x32.png b/src/resources/icons/256x256/SW_SwissSurfer_256x256x32.png similarity index 100% rename from src/resources/icons/256x256/SW_SwissBrowser_256x256x32.png rename to src/resources/icons/256x256/SW_SwissSurfer_256x256x32.png diff --git a/src/resources/icons/32x32/swissbrowser.png b/src/resources/icons/32x32/swisssurfer.png similarity index 100% rename from src/resources/icons/32x32/swissbrowser.png rename to src/resources/icons/32x32/swisssurfer.png diff --git a/src/resources/icons/48x48/SW_SwissBrowser_48x48x32.png b/src/resources/icons/48x48/SW_SwissSurfer_48x48x32.png similarity index 100% rename from src/resources/icons/48x48/SW_SwissBrowser_48x48x32.png rename to src/resources/icons/48x48/SW_SwissSurfer_48x48x32.png diff --git a/src/resources/icons/512x512/SW_SwissBrowser_512x512x32.png b/src/resources/icons/512x512/SW_SwissSurfer_512x512x32.png similarity index 100% rename from src/resources/icons/512x512/SW_SwissBrowser_512x512x32.png rename to src/resources/icons/512x512/SW_SwissSurfer_512x512x32.png diff --git a/src/resources/icons/about.png b/src/resources/icons/about.png index 54046e8..87baf76 100644 Binary files a/src/resources/icons/about.png and b/src/resources/icons/about.png differ diff --git a/src/resources/icons/addbookmark.png b/src/resources/icons/addbookmark.png index 8070895..5bb80b2 100644 Binary files a/src/resources/icons/addbookmark.png and b/src/resources/icons/addbookmark.png differ diff --git a/src/resources/icons/clearlocation.png b/src/resources/icons/clearlocation.png index 06c6474..06f4fa9 100644 Binary files a/src/resources/icons/clearlocation.png and b/src/resources/icons/clearlocation.png differ diff --git a/src/resources/icons/close.png b/src/resources/icons/close.png index c44e18a..c935cd8 100644 Binary files a/src/resources/icons/close.png and b/src/resources/icons/close.png differ diff --git a/src/resources/icons/error.png b/src/resources/icons/error.png index c2aca74..e3ea764 100644 Binary files a/src/resources/icons/error.png and b/src/resources/icons/error.png differ diff --git a/src/resources/icons/find.png b/src/resources/icons/find.png index a274e67..8e71884 100644 Binary files a/src/resources/icons/find.png and b/src/resources/icons/find.png differ diff --git a/src/resources/icons/newtab.png b/src/resources/icons/newtab.png index d1825ba..4d4f661 100644 Binary files a/src/resources/icons/newtab.png and b/src/resources/icons/newtab.png differ diff --git a/src/resources/icons/newwindow.png b/src/resources/icons/newwindow.png index b9572bf..39b8559 100644 Binary files a/src/resources/icons/newwindow.png and b/src/resources/icons/newwindow.png differ diff --git a/src/resources/icons/print.png b/src/resources/icons/print.png index ce01371..559bfad 100644 Binary files a/src/resources/icons/print.png and b/src/resources/icons/print.png differ diff --git a/src/resources/icons/printpreview.png b/src/resources/icons/printpreview.png index b39f0c0..080645b 100644 Binary files a/src/resources/icons/printpreview.png and b/src/resources/icons/printpreview.png differ diff --git a/src/resources/icons/settings.png b/src/resources/icons/settings.png index b44476e..79a5ce4 100644 Binary files a/src/resources/icons/settings.png and b/src/resources/icons/settings.png differ diff --git a/src/resources/icons/swissbrowser.ico b/src/resources/icons/swisssurfer.ico similarity index 100% rename from src/resources/icons/swissbrowser.ico rename to src/resources/icons/swisssurfer.ico diff --git a/src/resources/icons/swissbrowser.png b/src/resources/icons/swisssurfer.png similarity index 100% rename from src/resources/icons/swissbrowser.png rename to src/resources/icons/swisssurfer.png diff --git a/src/resources/icons/swissbrowser_32x32x32.png b/src/resources/icons/swisssurfer_32x32x32.png similarity index 100% rename from src/resources/icons/swissbrowser_32x32x32.png rename to src/resources/icons/swisssurfer_32x32x32.png diff --git a/src/resources/icons/usercert.png b/src/resources/icons/usercert.png index fbf0a5e..24718b2 100644 Binary files a/src/resources/icons/usercert.png and b/src/resources/icons/usercert.png differ diff --git a/src/resources/swissbrowser.png b/src/resources/swisssurfer.png similarity index 100% rename from src/resources/swissbrowser.png rename to src/resources/swisssurfer.png diff --git a/src/swissbrowser.desktop b/src/swissbrowser.desktop deleted file mode 100644 index fa92edf..0000000 --- a/src/swissbrowser.desktop +++ /dev/null @@ -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 diff --git a/src/swisssurfer.desktop b/src/swisssurfer.desktop new file mode 100644 index 0000000..103d6e2 --- /dev/null +++ b/src/swisssurfer.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=Application +Name=swisssurfer +Name[de]=swisssurfer +Name[fr]=swisssurfer +Name[it]=swisssurfer +Name[en]=swisssurfer +GenericName=SwissSurfer +Comment=Browser with SuisseID login +Icon=/usr/share/swisssurfer/swisssurfer.png +Categories=Network;WebBrowser +Exec=/usr/bin/swisssurfer diff --git a/src/swissbrowser.icns b/src/swisssurfer.icns similarity index 100% rename from src/swissbrowser.icns rename to src/swisssurfer.icns diff --git a/src/swissbrowser_de.ts b/src/swisssurfer_de.ts similarity index 99% rename from src/swissbrowser_de.ts rename to src/swisssurfer_de.ts index 12a33d3..45f9439 100644 --- a/src/swissbrowser_de.ts +++ b/src/swisssurfer_de.ts @@ -405,7 +405,7 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - SwissBrowser + SwissSurfer @@ -455,13 +455,13 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - [%1] - %2 - SwissBrowser (%3) + [%1] - %2 - SwissSurfer (%3) main window title %1 = host name %2 = page title %3 = number of open tabs - SwissBrowser + SwissSurfer window title with no tab @@ -762,7 +762,7 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - SwissBrowser + SwissSurfer application name diff --git a/src/swissbrowser_en.ts b/src/swisssurfer_en.ts similarity index 99% rename from src/swissbrowser_en.ts rename to src/swisssurfer_en.ts index a59c1b0..f4b54bd 100644 --- a/src/swissbrowser_en.ts +++ b/src/swisssurfer_en.ts @@ -405,7 +405,7 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - SwissBrowser + SwissSurfer @@ -455,13 +455,13 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - [%1] - %2 - SwissBrowser (%3) + [%1] - %2 - SwissSurfer (%3) main window title %1 = host name %2 = page title %3 = number of open tabs - SwissBrowser + SwissSurfer window title with no tab @@ -762,7 +762,7 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - SwissBrowser + SwissSurfer application name diff --git a/src/swissbrowser_fr.ts b/src/swisssurfer_fr.ts similarity index 99% rename from src/swissbrowser_fr.ts rename to src/swisssurfer_fr.ts index 0bc51d7..d2973e8 100644 --- a/src/swissbrowser_fr.ts +++ b/src/swisssurfer_fr.ts @@ -405,7 +405,7 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - SwissBrowser + SwissSurfer @@ -455,13 +455,13 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - [%1] - %2 - SwissBrowser (%3) + [%1] - %2 - SwissSurfer (%3) main window title %1 = host name %2 = page title %3 = number of open tabs - SwissBrowser + SwissSurfer window title with no tab @@ -762,7 +762,7 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - SwissBrowser + SwissSurfer application name diff --git a/src/swissbrowser_it.ts b/src/swisssurfer_it.ts similarity index 99% rename from src/swissbrowser_it.ts rename to src/swisssurfer_it.ts index 0b19ac3..09c0440 100644 --- a/src/swissbrowser_it.ts +++ b/src/swisssurfer_it.ts @@ -405,7 +405,7 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - SwissBrowser + SwissSurfer @@ -455,13 +455,13 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - [%1] - %2 - SwissBrowser (%3) + [%1] - %2 - SwissSurfer (%3) main window title %1 = host name %2 = page title %3 = number of open tabs - SwissBrowser + SwissSurfer window title with no tab @@ -762,7 +762,7 @@ This product includes cryptographic software written by Eric Young (eay@cryptsof - SwissBrowser + SwissSurfer application name diff --git a/swissbrowser.spec.in b/swisssurfer.spec.in similarity index 92% rename from swissbrowser.spec.in rename to swisssurfer.spec.in index 52e3bc5..a3e520a 100644 --- a/swissbrowser.spec.in +++ b/swisssurfer.spec.in @@ -38,7 +38,7 @@ DESTDIR=$RPM_BUILD_ROOT make install 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@/INSTALL -rm $RPM_BUILD_ROOT/usr/share/doc/packages/swissbrowser/swissbrowser.spec +rm $RPM_BUILD_ROOT/usr/share/doc/packages/swisssurfer/swisssurfer.spec %clean rm -rf $RPM_BUILD_ROOT @@ -47,8 +47,8 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) /usr/bin/@PACKAGENAME@ /usr/share/applications/@PACKAGENAME@.desktop -/usr/share/swissbrowser/swissbrowser.png -/usr/share/swissbrowser/swissbrowser.xpm +/usr/share/swisssurfer/swisssurfer.png +/usr/share/swisssurfer/swisssurfer.xpm /usr/%_lib/lib*.so.* %doc /usr/share/doc/packages/@PACKAGENAME@/AUTHORS