diff --git a/swisssurfer/src/browser.ui b/swisssurfer/src/browser.ui
index 878682f..bb403f7 100644
--- a/swisssurfer/src/browser.ui
+++ b/swisssurfer/src/browser.ui
@@ -182,7 +182,7 @@
- :/icons/home:/icons/home
+ :/icons/gohome:/icons/gohome
Startseite
@@ -195,6 +195,10 @@
+
+
+ :/icons/newwindow:/icons/newwindow
+
&New Browser
@@ -206,26 +210,46 @@
+
+
+ :/icons/close:/icons/close
+
&Close
+
+
+ :/icons/settings:/icons/settings
+
&Proxy...
+
+
+ :/icons/print:/icons/print
+
Print ...
+
+
+ :/icons/printpreview:/icons/printpreview
+
Print Pre&view ...
+
+
+ :/icons/print:/icons/print
+
Quick &Print
@@ -250,6 +274,10 @@
+
+
+ :/icons/newtab:/icons/newtab
+
New Tab
@@ -261,6 +289,10 @@
+
+
+ :/icons/find:/icons/find
+
Find
@@ -272,6 +304,10 @@
+
+
+ :/icons/close:/icons/close
+
Close Find
@@ -280,6 +316,10 @@
+
+
+ :/icons/about:/icons/about
+
&About
@@ -288,6 +328,10 @@
+
+
+ :/icons/settings:/icons/settings
+
&Settings ...
@@ -296,6 +340,10 @@
+
+
+ :/icons/find:/icons/find
+
&Reverse Find
@@ -304,6 +352,10 @@
+
+
+ :/icons/error:/icons/error
+
Error Log
@@ -312,11 +364,19 @@
+
+
+ :/icons/usercert:/icons/usercert
+
User Login Certificate
+
+
+ :/icons/settings:/icons/settings
+
&Proxy ...
diff --git a/swisssurfer/src/resources.qrc b/swisssurfer/src/resources.qrc
index 2d19ee2..04a2620 100644
--- a/swisssurfer/src/resources.qrc
+++ b/swisssurfer/src/resources.qrc
@@ -1,14 +1,24 @@
-
- resources/icons/swisssurfer_32x32x32.png
- resources/icons/up.png
- resources/icons/back.png
- resources/icons/forward.png
- resources/icons/gohome.png
- resources/icons/reload.png
- resources/icons/stop.png
- resources/icons/error.svg
- resources/icons/clearlocation.svg
- resources/icons/addbookmark.svg
+
+ resources/icons/about.svg
+ resources/icons/addbookmark.svg
+ resources/icons/back.png
+ resources/icons/clearlocation.svg
+ resources/icons/close.svg
+ resources/icons/error.svg
+ resources/icons/find.svg
+ resources/icons/forward.png
+ resources/icons/gohome.png
+ resources/icons/newtab.svg
+ resources/icons/newwindow.svg
+ resources/icons/print.svg
+ resources/icons/printpreview.svg
+ resources/icons/reload.png
+ resources/icons/settings.svg
+ resources/icons/source
+ resources/icons/stop.png
+ resources/icons/up.png
+ resources/icons/usercert.svg
+ resources/icons/swisssurfer_32x32x32.png
diff --git a/swisssurfer/src/resources/icons/about.svg b/swisssurfer/src/resources/icons/about.svg
new file mode 100644
index 0000000..d18adc3
--- /dev/null
+++ b/swisssurfer/src/resources/icons/about.svg
@@ -0,0 +1,133 @@
+
+
diff --git a/swisssurfer/src/resources/icons/close.svg b/swisssurfer/src/resources/icons/close.svg
new file mode 100644
index 0000000..6a83e36
--- /dev/null
+++ b/swisssurfer/src/resources/icons/close.svg
@@ -0,0 +1,111 @@
+
+
diff --git a/swisssurfer/src/resources/icons/find.svg b/swisssurfer/src/resources/icons/find.svg
new file mode 100644
index 0000000..b37ba88
--- /dev/null
+++ b/swisssurfer/src/resources/icons/find.svg
@@ -0,0 +1,572 @@
+
+
diff --git a/swisssurfer/src/resources/icons/newtab.svg b/swisssurfer/src/resources/icons/newtab.svg
new file mode 100644
index 0000000..66fa809
--- /dev/null
+++ b/swisssurfer/src/resources/icons/newtab.svg
@@ -0,0 +1,290 @@
+
+
diff --git a/swisssurfer/src/resources/icons/newwindow.svg b/swisssurfer/src/resources/icons/newwindow.svg
new file mode 100644
index 0000000..6dbbcba
--- /dev/null
+++ b/swisssurfer/src/resources/icons/newwindow.svg
@@ -0,0 +1,398 @@
+
+
diff --git a/swisssurfer/src/resources/icons/print.svg b/swisssurfer/src/resources/icons/print.svg
new file mode 100644
index 0000000..13900dd
--- /dev/null
+++ b/swisssurfer/src/resources/icons/print.svg
@@ -0,0 +1,194 @@
+
+
diff --git a/swisssurfer/src/resources/icons/printpreview.svg b/swisssurfer/src/resources/icons/printpreview.svg
new file mode 100644
index 0000000..e9cc5f9
--- /dev/null
+++ b/swisssurfer/src/resources/icons/printpreview.svg
@@ -0,0 +1,211 @@
+
+
diff --git a/swisssurfer/src/resources/icons/settings.svg b/swisssurfer/src/resources/icons/settings.svg
new file mode 100644
index 0000000..28bcc69
--- /dev/null
+++ b/swisssurfer/src/resources/icons/settings.svg
@@ -0,0 +1,630 @@
+
+
diff --git a/swisssurfer/src/resources/icons/usercert.svg b/swisssurfer/src/resources/icons/usercert.svg
new file mode 100644
index 0000000..703b63e
--- /dev/null
+++ b/swisssurfer/src/resources/icons/usercert.svg
@@ -0,0 +1,362 @@
+
+
diff --git a/swisssurfer/src/swisssurfer_de.ts b/swisssurfer/src/swisssurfer_de.ts
index b710af0..64f19c0 100644
--- a/swisssurfer/src/swisssurfer_de.ts
+++ b/swisssurfer/src/swisssurfer_de.ts
@@ -99,289 +99,289 @@
-
+
&New Browser
-
+
New Browser Window
-
+
Ctrl+N
-
+
&Close
-
+
&Proxy...
-
+
Ctrl+P
-
+
Next Tab
-
+
Shift+Right
-
+
Previous Tab
-
+
Shift+Left
-
+
New Tab
-
+
Add New Tab
-
+
Ctrl+T
-
+
Find
-
+
Close Find
-
+
&About
-
+
&Settings ...
-
+
&Reverse Find
-
+
Ctrl+R
-
+
Error Log
-
+
show error logs
-
+
User Login Certificate
-
+
&Proxy ...
-
+
Clear Location
-
+
clear location bar
-
+
Add Bookmark
-
+
add bookmark to location bar
-
+
Ctrl+D
-
+
Esc
-
+
find in page
-
+
Ctrl+F
-
+
Print ...
-
+
Quick &Print
&Print
-
+
Print Pre&view ...
-
+
Checking: %1
Opening: %1
-
+
Reading: %1
Reading: %1%
-
+
Zoom: %1%
-
+
Illegal URL: %1
-
+
Print Document
-
+
%1 - %2
Back to %1 - %2
statusbar actionBack_hovered %1=url %2=title
-
+
Info: %1
-
+
done.
-
+
%1
statusbar for hovered link %1=url
-
+
Forbidden: %1
-
+
SSL Not Supported
-
+
SSL is not supported on your system
-
+
Access Denied
-
+
<p>Access denied due to security considerations.</p><p>You are not allowed to connect to %1.
-
+
%1 - %2
statusbar actionForward_hovered %1=url %2=title
-
-
-
+
+
+
background-color: white
neutral find
-
-
+
+
background-color: #ADA
background-color: #7F7
text found
-
-
+
+
background-color: #F77
background-color: lightred
text not found
-
+
About
-
+
%8
Version: %1
Builddate: %2
@@ -401,41 +401,41 @@ openssl-%7
-
+
%1
-
+
Save File As ...
-
+
errors
show error log
-
+
background-color: #F77
background-color: lightred
invalid url
-
+
background-color: white
valid url
-
+
authentication required
-
+
ssl error
diff --git a/swisssurfer/src/swisssurfer_en.ts b/swisssurfer/src/swisssurfer_en.ts
index dadb481..4fbb21a 100644
--- a/swisssurfer/src/swisssurfer_en.ts
+++ b/swisssurfer/src/swisssurfer_en.ts
@@ -79,7 +79,7 @@
-
+
Esc
@@ -104,263 +104,263 @@
-
+
&New Browser
-
+
New Browser Window
-
+
Ctrl+N
-
+
&Close
-
+
&Proxy...
-
+
Print ...
-
+
Print Pre&view ...
-
+
Quick &Print
-
+
Ctrl+P
-
+
Next Tab
-
+
Shift+Right
-
+
Previous Tab
-
+
Shift+Left
-
+
New Tab
-
+
Add New Tab
-
+
Ctrl+T
-
+
Find
-
+
find in page
-
+
Ctrl+F
-
+
Close Find
-
+
&About
-
+
&Settings ...
-
+
&Reverse Find
-
+
Ctrl+R
-
+
Error Log
-
+
show error logs
-
+
User Login Certificate
-
+
&Proxy ...
-
+
Clear Location
-
+
clear location bar
-
+
Add Bookmark
-
+
add bookmark to location bar
-
+
Ctrl+D
-
+
Checking: %1
-
+
SSL Not Supported
-
+
SSL is not supported on your system
-
+
Forbidden: %1
-
+
Access Denied
-
+
<p>Access denied due to security considerations.</p><p>You are not allowed to connect to %1.
-
+
Reading: %1
-
+
Illegal URL: %1
-
+
Zoom: %1%
-
+
Print Document
-
+
%1 - %2
statusbar actionBack_hovered %1=url %2=title
-
+
%1 - %2
statusbar actionForward_hovered %1=url %2=title
-
-
-
+
+
+
background-color: white
neutral find
-
-
+
+
background-color: #ADA
background-color: #7F7
text found
-
-
+
+
background-color: #F77
background-color: lightred
text not found
-
+
About
-
+
%8
Version: %1
Builddate: %2
@@ -380,57 +380,57 @@ openssl-%7
-
+
%1
-
+
Info: %1
-
+
done.
-
+
%1
statusbar for hovered link %1=url
-
+
Save File As ...
-
+
errors
show error log
-
+
background-color: #F77
background-color: lightred
invalid url
-
+
background-color: white
valid url
-
+
authentication required
-
+
ssl error
diff --git a/swisssurfer/src/swisssurfer_fr.ts b/swisssurfer/src/swisssurfer_fr.ts
index b710af0..64f19c0 100644
--- a/swisssurfer/src/swisssurfer_fr.ts
+++ b/swisssurfer/src/swisssurfer_fr.ts
@@ -99,289 +99,289 @@
-
+
&New Browser
-
+
New Browser Window
-
+
Ctrl+N
-
+
&Close
-
+
&Proxy...
-
+
Ctrl+P
-
+
Next Tab
-
+
Shift+Right
-
+
Previous Tab
-
+
Shift+Left
-
+
New Tab
-
+
Add New Tab
-
+
Ctrl+T
-
+
Find
-
+
Close Find
-
+
&About
-
+
&Settings ...
-
+
&Reverse Find
-
+
Ctrl+R
-
+
Error Log
-
+
show error logs
-
+
User Login Certificate
-
+
&Proxy ...
-
+
Clear Location
-
+
clear location bar
-
+
Add Bookmark
-
+
add bookmark to location bar
-
+
Ctrl+D
-
+
Esc
-
+
find in page
-
+
Ctrl+F
-
+
Print ...
-
+
Quick &Print
&Print
-
+
Print Pre&view ...
-
+
Checking: %1
Opening: %1
-
+
Reading: %1
Reading: %1%
-
+
Zoom: %1%
-
+
Illegal URL: %1
-
+
Print Document
-
+
%1 - %2
Back to %1 - %2
statusbar actionBack_hovered %1=url %2=title
-
+
Info: %1
-
+
done.
-
+
%1
statusbar for hovered link %1=url
-
+
Forbidden: %1
-
+
SSL Not Supported
-
+
SSL is not supported on your system
-
+
Access Denied
-
+
<p>Access denied due to security considerations.</p><p>You are not allowed to connect to %1.
-
+
%1 - %2
statusbar actionForward_hovered %1=url %2=title
-
-
-
+
+
+
background-color: white
neutral find
-
-
+
+
background-color: #ADA
background-color: #7F7
text found
-
-
+
+
background-color: #F77
background-color: lightred
text not found
-
+
About
-
+
%8
Version: %1
Builddate: %2
@@ -401,41 +401,41 @@ openssl-%7
-
+
%1
-
+
Save File As ...
-
+
errors
show error log
-
+
background-color: #F77
background-color: lightred
invalid url
-
+
background-color: white
valid url
-
+
authentication required
-
+
ssl error
diff --git a/swisssurfer/src/swisssurfer_it.ts b/swisssurfer/src/swisssurfer_it.ts
index b710af0..64f19c0 100644
--- a/swisssurfer/src/swisssurfer_it.ts
+++ b/swisssurfer/src/swisssurfer_it.ts
@@ -99,289 +99,289 @@
-
+
&New Browser
-
+
New Browser Window
-
+
Ctrl+N
-
+
&Close
-
+
&Proxy...
-
+
Ctrl+P
-
+
Next Tab
-
+
Shift+Right
-
+
Previous Tab
-
+
Shift+Left
-
+
New Tab
-
+
Add New Tab
-
+
Ctrl+T
-
+
Find
-
+
Close Find
-
+
&About
-
+
&Settings ...
-
+
&Reverse Find
-
+
Ctrl+R
-
+
Error Log
-
+
show error logs
-
+
User Login Certificate
-
+
&Proxy ...
-
+
Clear Location
-
+
clear location bar
-
+
Add Bookmark
-
+
add bookmark to location bar
-
+
Ctrl+D
-
+
Esc
-
+
find in page
-
+
Ctrl+F
-
+
Print ...
-
+
Quick &Print
&Print
-
+
Print Pre&view ...
-
+
Checking: %1
Opening: %1
-
+
Reading: %1
Reading: %1%
-
+
Zoom: %1%
-
+
Illegal URL: %1
-
+
Print Document
-
+
%1 - %2
Back to %1 - %2
statusbar actionBack_hovered %1=url %2=title
-
+
Info: %1
-
+
done.
-
+
%1
statusbar for hovered link %1=url
-
+
Forbidden: %1
-
+
SSL Not Supported
-
+
SSL is not supported on your system
-
+
Access Denied
-
+
<p>Access denied due to security considerations.</p><p>You are not allowed to connect to %1.
-
+
%1 - %2
statusbar actionForward_hovered %1=url %2=title
-
-
-
+
+
+
background-color: white
neutral find
-
-
+
+
background-color: #ADA
background-color: #7F7
text found
-
-
+
+
background-color: #F77
background-color: lightred
text not found
-
+
About
-
+
%8
Version: %1
Builddate: %2
@@ -401,41 +401,41 @@ openssl-%7
-
+
%1
-
+
Save File As ...
-
+
errors
show error log
-
+
background-color: #F77
background-color: lightred
invalid url
-
+
background-color: white
valid url
-
+
authentication required
-
+
ssl error