From acc7b0efa110383b86377ae98f93de065b0bbe94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 25 Jan 2012 10:05:50 +0000 Subject: [PATCH] imported icons, see open points in ticket; refs #113 --- src/browser.hxx | 8 +- src/browser.ui | 58 +++++++------- src/resources.qrc | 52 +++++++------ src/resources/icons/16x16/butt16_01.png | Bin 0 -> 527 bytes src/resources/icons/16x16/butt16_02.png | Bin 0 -> 591 bytes src/resources/icons/16x16/butt16_03.png | Bin 0 -> 422 bytes src/resources/icons/16x16/butt16_04.png | Bin 0 -> 425 bytes src/resources/icons/16x16/butt16_05.png | Bin 0 -> 445 bytes src/resources/icons/16x16/butt16_06.png | Bin 0 -> 521 bytes src/resources/icons/16x16/butt16_07.png | Bin 0 -> 475 bytes src/resources/icons/16x16/butt16_08.png | Bin 0 -> 546 bytes src/resources/icons/16x16/butt16_09.png | Bin 0 -> 569 bytes src/resources/icons/16x16/butt16_09_sw.png | Bin 0 -> 521 bytes src/resources/icons/16x16/butt16_10.png | Bin 0 -> 550 bytes src/resources/icons/16x16/butt16_10_sw.png | Bin 0 -> 512 bytes src/resources/icons/16x16/butt16_11.png | Bin 0 -> 412 bytes src/resources/icons/32x32/butt32_01.png | Bin 0 -> 651 bytes src/resources/icons/32x32/butt32_02.png | Bin 0 -> 805 bytes src/resources/icons/32x32/butt32_03.png | Bin 0 -> 433 bytes src/resources/icons/32x32/butt32_04.png | Bin 0 -> 441 bytes src/resources/icons/32x32/butt32_05.png | Bin 0 -> 518 bytes src/resources/icons/32x32/butt32_06.png | Bin 0 -> 640 bytes src/resources/icons/32x32/butt32_07.png | Bin 0 -> 628 bytes src/resources/icons/32x32/butt32_08.png | Bin 0 -> 662 bytes src/resources/icons/32x32/butt32_09.png | Bin 0 -> 798 bytes src/resources/icons/32x32/butt32_09_sw.png | Bin 0 -> 657 bytes src/resources/icons/32x32/butt32_10.png | Bin 0 -> 729 bytes src/resources/icons/32x32/butt32_10_sw.png | Bin 0 -> 620 bytes src/resources/icons/32x32/butt32_11.png | Bin 0 -> 482 bytes src/swissbrowser_de.ts | 84 ++++++++++++--------- src/swissbrowser_en.ts | 84 ++++++++++++--------- src/swissbrowser_fr.ts | 84 ++++++++++++--------- src/swissbrowser_it.ts | 84 ++++++++++++--------- 33 files changed, 252 insertions(+), 202 deletions(-) create mode 100644 src/resources/icons/16x16/butt16_01.png create mode 100644 src/resources/icons/16x16/butt16_02.png create mode 100644 src/resources/icons/16x16/butt16_03.png create mode 100644 src/resources/icons/16x16/butt16_04.png create mode 100644 src/resources/icons/16x16/butt16_05.png create mode 100644 src/resources/icons/16x16/butt16_06.png create mode 100644 src/resources/icons/16x16/butt16_07.png create mode 100644 src/resources/icons/16x16/butt16_08.png create mode 100644 src/resources/icons/16x16/butt16_09.png create mode 100644 src/resources/icons/16x16/butt16_09_sw.png create mode 100644 src/resources/icons/16x16/butt16_10.png create mode 100644 src/resources/icons/16x16/butt16_10_sw.png create mode 100644 src/resources/icons/16x16/butt16_11.png create mode 100644 src/resources/icons/32x32/butt32_01.png create mode 100644 src/resources/icons/32x32/butt32_02.png create mode 100644 src/resources/icons/32x32/butt32_03.png create mode 100644 src/resources/icons/32x32/butt32_04.png create mode 100644 src/resources/icons/32x32/butt32_05.png create mode 100644 src/resources/icons/32x32/butt32_06.png create mode 100644 src/resources/icons/32x32/butt32_07.png create mode 100644 src/resources/icons/32x32/butt32_08.png create mode 100644 src/resources/icons/32x32/butt32_09.png create mode 100644 src/resources/icons/32x32/butt32_09_sw.png create mode 100644 src/resources/icons/32x32/butt32_10.png create mode 100644 src/resources/icons/32x32/butt32_10_sw.png create mode 100644 src/resources/icons/32x32/butt32_11.png diff --git a/src/browser.hxx b/src/browser.hxx index ee5ac56..44ae026 100644 --- a/src/browser.hxx +++ b/src/browser.hxx @@ -75,6 +75,8 @@ class Browser: public QMainWindow, protected Ui::Browser { _home = "about:blank"; if (urls.size()) _home = urls.at(0); setupUi(this); + actionStop->setVisible(false); + actionReload->setVisible(false); show(); try { _networkManager.scAuth(new SmartCardAuth(actlib, this, login)); @@ -87,9 +89,11 @@ class Browser: public QMainWindow, protected Ui::Browser { _find->hide(); statusBar()->addPermanentWidget(_progress = new QProgressBar()); _progress -> setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); - statusBar()->addPermanentWidget(new QLabel("-")); + statusBar()->addPermanentWidget + (new QLabel("")); statusBar()->addPermanentWidget(_zoom = new QSlider(Qt::Horizontal)); - statusBar()->addPermanentWidget(new QLabel("+")); + statusBar()->addPermanentWidget + (new QLabel("")); _zoom->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); _zoom->setMinimum(10); _zoom->setMaximum(190); diff --git a/src/browser.ui b/src/browser.ui index a7c090e..0c86fb4 100644 --- a/src/browser.ui +++ b/src/browser.ui @@ -129,7 +129,7 @@ - :/icons/reload:/icons/reload + :/icons/32x32/butt32_02.png:/icons/32x32/butt32_02.png neu laden @@ -144,7 +144,7 @@ - :/icons/stop:/icons/stop + :/icons/32x32/butt32_05.png:/icons/32x32/butt32_05.png stoppen @@ -159,13 +159,13 @@ - :/icons/back:/icons/back + :/icons/32x32/butt32_03.png:/icons/32x32/butt32_03.png zurückkehren - Alt+Left + Alt+Left Qt::WindowShortcut @@ -177,13 +177,13 @@ - :/icons/forward:/icons/forward + :/icons/32x32/butt32_04.png:/icons/32x32/butt32_04.png weitergehen - Alt+Right + Alt+Right Qt::WindowShortcut @@ -192,7 +192,7 @@ - :/icons/gohome:/icons/gohome + :/icons/32x32/butt32_01.png:/icons/32x32/butt32_01.png Startseite @@ -206,7 +206,7 @@ - + :/icons/newwindow:/icons/newwindow @@ -221,7 +221,7 @@ - + :/icons/close:/icons/close @@ -230,7 +230,7 @@ - + :/icons/settings:/icons/settings @@ -239,7 +239,7 @@ - + :/icons/print:/icons/print @@ -248,7 +248,7 @@ - + :/icons/printpreview:/icons/printpreview @@ -257,7 +257,7 @@ - + :/icons/print:/icons/print @@ -285,7 +285,7 @@ - + :/icons/newtab:/icons/newtab @@ -300,7 +300,7 @@ - + :/icons/find:/icons/find @@ -315,7 +315,7 @@ - + :/icons/close:/icons/close @@ -327,7 +327,7 @@ - + :/icons/about:/icons/about @@ -339,7 +339,7 @@ - + :/icons/settings:/icons/settings @@ -351,7 +351,7 @@ - + :/icons/find:/icons/find @@ -363,7 +363,7 @@ - + :/icons/error:/icons/error @@ -375,7 +375,7 @@ - + :/icons/usercert:/icons/usercert @@ -384,7 +384,7 @@ - + :/icons/settings:/icons/settings @@ -394,7 +394,7 @@ - :/icons/clearlocation:/icons/clearlocation + :/icons/16x16/butt16_06.png:/icons/16x16/butt16_06.png Clear Location @@ -406,7 +406,7 @@ - :/icons/addbookmark:/icons/addbookmark + :/icons/16x16/butt16_08.png:/icons/16x16/butt16_08.png Add Bookmark @@ -421,7 +421,7 @@ - :/icons/addbookmark:/icons/addbookmark + :/icons/32x32/butt32_07.png:/icons/32x32/butt32_07.png &Bookmarks @@ -429,7 +429,7 @@ - + :/icons/clearlocation:/icons/clearlocation @@ -441,7 +441,7 @@ - + :/icons/close:/icons/close @@ -463,7 +463,7 @@ - + :/icons/find:/icons/find @@ -473,7 +473,7 @@ - :/icons/clearlocation:/icons/clearlocation + :/icons/16x16/butt16_06.png:/icons/16x16/butt16_06.png Clear Search diff --git a/src/resources.qrc b/src/resources.qrc index 45d52ba..8d7b9b5 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -1,26 +1,32 @@ - - resources/icons/gg.png - resources/icons/tel.png - resources/icons/wp.png - resources/icons/about.png - resources/icons/addbookmark.png - resources/icons/back.png - resources/icons/clearlocation.png - resources/icons/close.png - resources/icons/error.png - resources/icons/find.png - resources/icons/forward.png - resources/icons/gohome.png - resources/icons/newtab.png - resources/icons/newwindow.png - resources/icons/print.png - resources/icons/printpreview.png - resources/icons/reload.png - resources/icons/settings.png - resources/icons/stop.png - resources/icons/up.png - resources/icons/usercert.png - resources/icons/swissbrowser_32x32x32.png + + resources/icons/32x32/butt32_01.png + resources/icons/32x32/butt32_02.png + resources/icons/32x32/butt32_03.png + resources/icons/32x32/butt32_04.png + resources/icons/32x32/butt32_05.png + resources/icons/32x32/butt32_06.png + resources/icons/32x32/butt32_07.png + resources/icons/32x32/butt32_08.png + resources/icons/32x32/butt32_09.png + resources/icons/32x32/butt32_09_sw.png + resources/icons/32x32/butt32_10.png + resources/icons/32x32/butt32_10_sw.png + resources/icons/32x32/butt32_11.png + + + resources/icons/16x16/butt16_01.png + resources/icons/16x16/butt16_02.png + resources/icons/16x16/butt16_03.png + resources/icons/16x16/butt16_04.png + resources/icons/16x16/butt16_05.png + resources/icons/16x16/butt16_06.png + resources/icons/16x16/butt16_07.png + resources/icons/16x16/butt16_08.png + resources/icons/16x16/butt16_09.png + resources/icons/16x16/butt16_09_sw.png + resources/icons/16x16/butt16_10.png + resources/icons/16x16/butt16_10_sw.png + resources/icons/16x16/butt16_11.png diff --git a/src/resources/icons/16x16/butt16_01.png b/src/resources/icons/16x16/butt16_01.png new file mode 100644 index 0000000000000000000000000000000000000000..e546826acef7656fa90cbb338018cc1e314bc5fc GIT binary patch literal 527 zcmV+q0`UEbP)&|kg zjt$w(gY%)5Y_s^qb5l2R?W#XBs>O`zuZ&KPx8CM1YXa|p{wq7#0h>=BQuOs&)T)Yi z30%Ufmo5DMKD z)B^)Vu8U?XEPcP=?L>v*sYfgp^h8iGfc0o5nGkRUI~kmDTk82_n>6pwx&D&t>B-;u-vCg*!yfYv Ruf+fW002ovPDHLkV1jTP+~oiO literal 0 HcmV?d00001 diff --git a/src/resources/icons/16x16/butt16_02.png b/src/resources/icons/16x16/butt16_02.png new file mode 100644 index 0000000000000000000000000000000000000000..4f6dd452640cfa57a55984feffd3222c9cacde42 GIT binary patch literal 591 zcmV-V0`3C;?r$ap59Z(~1Z;0AGDn{M-aP#2}CdST^EOnE6tTwvyO0neE0AK)*!-TOBOLDU@ zSu7-Ev5=75Y)npMwCuB$T%EEd7FFWc7y#LD@w98pX1QOa=7@Y5Xk){XjZ#ux6%z99 zd7tz~RKU+_zzx1~^0;R1#(wO$qPptw=vf`lgY4M|sY52tkje7v1|r+7yBZh|PFGwT zJ84i|^|)~PJEfH-0O^!T>aYn-L7N@gjcXtdU|EXH5e+8HKi#6V(!?;}_O&RdPxVlF z?_rpV^;#=@L0s=N*H#N=?*8KXou7;z(+m%pR6l#ve@h2%Ef6qwD<)DKkWa;=j2_k7 z!e-K1KD_J`S$E{#&1iU}YYLbLCIb;)EF{_@er$^faOqrx!C{m758=$@H;T)R;PHk3 z8)MCp&2qm?yLPv!&MV&x`LNH&Ml7b>UNY&n_r{`G|*iq%%s((kZ$CqvQBVXPs!OyYFi~03%CGE%m1mB4Xvijzz^vU zLh?DyZcbxcinkA0mMVbJa%!z?pK+qbD1+!VqKL%*8 zcDGhGB2PKFx=c%P-;%?kC8YyP3OjnW2koR|JW9GqD#=t2 z@`E+Q*cq$Z02dXoT$g3j%I3Nz8zoIjMNLkRY?1rr@9LM3o9Y|4(hic6W|UX|b(#LW&hG;N+d#+@ Tot-<~00000NkvXXu0mjfWWS~T literal 0 HcmV?d00001 diff --git a/src/resources/icons/16x16/butt16_05.png b/src/resources/icons/16x16/butt16_05.png new file mode 100644 index 0000000000000000000000000000000000000000..880e843ded0c2a1435dadfc641e9df09f5c7d22f GIT binary patch literal 445 zcmV;u0Yd(XP)t^28%RSira}G5=fNAlfqr12uX+@7`V*6=giNYfkTvlCtwOJe4F~d5j zzea+9>jsLEu(6HirnDL*rEy9c`)4<$cEeF5Z0u&>0xWkMWLct2>+Xh(WKv4ubcN n{>GCG($S-Ql4bh$I)4oS!Po*YC9JuZ00000NkvXXu0mjfsp_!i literal 0 HcmV?d00001 diff --git a/src/resources/icons/16x16/butt16_06.png b/src/resources/icons/16x16/butt16_06.png new file mode 100644 index 0000000000000000000000000000000000000000..d241e9ec4bb0927dfbf2f5358d884683dd8982cf GIT binary patch literal 521 zcmV+k0`~ohP)a|le^3O`u3c<{L$?qlvEF-qJLD=c7b+4Tc$WA3J?D8Li~{f# zr~{3F^}tr(KNtmSfZW1b5PJg;fy3V5R8n6voz&vQ)Rpfr$Uy-*sCqq~Z4@gDF|<~+ z+5&(RQ$!-L^Qn#J3&1`w4=~r=)iz2tmgDkj+P*Q36H~JK){(fQy6tlsD0X*Vf9G)U z!{gxC10ZS?V;PO-3BDhCx1t5)0F2d1{(j`~^Tg-)TY~cEHsg;XJe@G)iw#^iR3Hb? zG)BqR>VUj_-WhvnP)VgcDDo#Q@;fEVB}bw*viK&nLQ~TxG|+Ti;r)jePqG#-p4kj1 zH2Iv(+U6Nw_Rd)VXzOqDIMBMvJkKrBY~xss?ti%3Zj^ z_Qy7pk1Zy%765-;;n(RUmetWg4=Vi%>2*I+9=X?J>c;F{&iUT}afZNyZh75H00000 LNkvXXu0mjfjpy2S literal 0 HcmV?d00001 diff --git a/src/resources/icons/16x16/butt16_07.png b/src/resources/icons/16x16/butt16_07.png new file mode 100644 index 0000000000000000000000000000000000000000..4526e5e49ff15f736d24475ce2f12e46d234cbed GIT binary patch literal 475 zcmV<10VMv3P)#kV`z+~I&HxI2uSNiN zGUntw82a|DU;t_FmfN;Trwm@6h2&;{#JUFH^kj|4ry(n=istoz^NV+{Bn{B@d~GEI z(x^HjotQ{FDsOkLyxqAX?Wjm6CXK2iTgkw5AG$LF9!tfLyxzO=@i5}+y(^_+$gh!I z?Ws)T>b8$oV1^ZDSfSM@=7X*Vn)A_vtc?{>lq)^Tl^#|^ahSFJ1eyT(>2HOCN*Yy1 z3VC}HJKD3QR&gX8Qu7ve7Y50;l*FTY!SA}O#kSP^AgRBM^2Wa|)34Y0a{#L_z<2hO7e zyaD!sO3eNEti)f?1C#-|faO?w3b%lrOPCYx#2x@Nu-r;m$k|fJ+3iA>0d0U{yWXBX zP6M#E?bGJ3iUyc!b!#kmP_RLPV?(`V22%#eCslDQMLuWv=?Q&zEP8Hg0Osee^K~!8 zIPmF9$m;ugV#ymIn^d271D;Q&cruZOUxM!mRZke~vlzN-p)}kZjCi-{Q>zO=RyV(A zcQ2$g?J_f4<#$!k8iEiy(%>Bn2Zs^eS%qVtcr@UiZEWkKk5*u16xT8e5eNbZL+}F- zX-HiIYygwZ0pkx-I5!jvi^o)c2!))@aKA;(7d%ghP69Rzu+$vTkyZ>3SUi2|bgQ%ez=(QNRZ;%MSA4RNx@DbrHF#a#2 keEYvHQ!^f2Wu5;F03~|17><29qyPW_07*qoM6N<$g4q||a{vGU literal 0 HcmV?d00001 diff --git a/src/resources/icons/16x16/butt16_09.png b/src/resources/icons/16x16/butt16_09.png new file mode 100644 index 0000000000000000000000000000000000000000..9d3c7a9afd554fe377a5fe7cd02076e7cb305c8f GIT binary patch literal 569 zcmV-90>=G`P)i{QyG zynFLf(1RxnT125>X=w#P1U;z1&=1jr;5mMvCmRG|clCMMl*S|m#DRAiW*%?e%s_n< zfcroh_!gra=L-BKx`AmxEifI|*2E@Yd2L}^%E(SMC0UMpFn|@a76A6|vbj9wlI^kx zLU>jTxN+wPQB`m(e^`*L=p5h@1w0BiOYJqg_&Pb=5E>cvdl+xV1QVD*&$+cW+1JO3U4`4y+VBD3`##a<^U>{gJBfUoH2?q?fPwWGkH^{RbU2+(IU0>vsZ^YV24*dC_r=HK zk;P(>sZ@&DY?hPBgpEeSsgoQ4bge+I*JGhjAOLEbMpacQNfOuVHH8qb1iEej0sy>T zFJxK9a=C=2X~<+Uh(@E3Wf`;C3_=LZ=kv$e2^W9>02qb=!!Y3Y`!O62q3b#hhXYot z6@tMaE|<%z%>@8Jw^}Nf%N&o#lq89zQi;iAlIe7s*XxzBSnSmobO1P80guPSX0yq~ zV!>Li#(KTZ+wDe@+-x>f6y;IiY#X9QAq1<{DpgfwB9Y*ByCq5P_j`uJVcQUGYjmQb zDBSIKB*}KW{j^4#k(?L`h1hDf7>PuljP%mVZ)mgfzZ}z_&-rHniHH|5c`^b200000 LNkvXXu0mjf;kVYB literal 0 HcmV?d00001 diff --git a/src/resources/icons/16x16/butt16_10.png b/src/resources/icons/16x16/butt16_10.png new file mode 100644 index 0000000000000000000000000000000000000000..dd31931e0780a957c351d041b6413752d0e1f77a GIT binary patch literal 550 zcmV+>0@?kEP)=7a z16@Ar$=aSx=HptX66gNiRx2+;T{z{bJmBcisH^AIKsT-xvzSZ)%qEWNjIWEQy;M?P z-sshXevOa0y&B9~U=pC<8Oj5OTD`-gn?9wY!McXUr{8(~HezDTQmaRQ?rzcoK0p*f zy8}Vdu<)!+!815Hc=w^hiDP-*ul($FIUk^vP`Y%+(~~=ajQLIT@VKil^$prLVtb9y zGQdY*D?mOE*RK}YwbSyZ5fKIsl_TrexXody*5Ua17R}E;x*2>*Eiu8wL04DK6?C%F zrvrPfmL7)Ew@q4J2sOMtms(=#j9C~O%xQTsl-gz8p7y(AM^_0c3p<8#x;0(W$gu4e olF5|v8fXAp{_8XS^E>|<0JF5_a2_iFg#Z8m07*qoM6N<$f~xuL3;+NC literal 0 HcmV?d00001 diff --git a/src/resources/icons/16x16/butt16_10_sw.png b/src/resources/icons/16x16/butt16_10_sw.png new file mode 100644 index 0000000000000000000000000000000000000000..6fc707f7d91b1946fc4956e6674f8c58f73933b0 GIT binary patch literal 512 zcmV+b0{{JqP)i3G0e zG9HhK#bSg)Ax5JS^Z6Xdaab%CA7|&7KpepLeSF_19*;8|4zVl?!!YnXk5Z|`e!suB zxj4Z4MN+L+({wtOVHkg87K=q4k4I&**?TR#1H4@v;c!@;PDjh-Qq5*ltyW8?(@B!F zUaw`__D6!Zn;~A{IF1^PhRWr#^7*_x&yytWb~~lh>6;cjSeSzJDw~60000#>8;+aU&_D19 z=ZJUkyt(@a_HlC$@rpN%24uMS5Ali@jn-fd@rr{SZ*XWmgn$VSsw!yZDH~*JWLOq0 zgJz=N6D`LiKxK#+8ad+*jpoEk`d1K##cFt&Mn1xh1c*@IRe(HiF3-Zo34^Jlo{P`ke|25L_wI{sa3L=gc(5al>ZZE7a zH$hL==X4YS_m6tzEI8t#oWT$^9#hnI0mg>w;UE$CBDXy@Gw5hFzyTtH6Y{g>b!M$B zHp2F*-zJoyv)u!j9vyc!Cyk^N?pQUF9Hx+XaG*|Wd8g-ZFuU*s*4bOBq5U5G%;obT z%Xc~%EC_iiw1f3iiE16+pd0=$)QlH7fP z>zmKrK7)J5$)Qvc0b4uIaESS~k2u^fP6QaDjdBZFLv$=|AwvR87X_Gx=w2-s$SvY# z)D(!TaZ`2|lsby(^0|B9MdRrtR9r~o$ZdY_h$_(mYj?_Jw`65@$l=;+N^7DmuZf3A lO+3y1^Kr`Dex82_FaQYm_Ju3M$YlTk002ovPDHLkV1gUt9peB1 literal 0 HcmV?d00001 diff --git a/src/resources/icons/32x32/butt32_02.png b/src/resources/icons/32x32/butt32_02.png new file mode 100644 index 0000000000000000000000000000000000000000..0ffec2ce2c0eebf1c69c644b9272389402a2d112 GIT binary patch literal 805 zcmV+=1KRwFP)B7pt%=_G8p6ld>9B4fEZ-he-bfB zPXa;n@mQJL<~9EL$=1rX%`XpsM>5l+DC0I1LZ(-@9BSnT1`e+(C||6$m)=NFLu7e&1QA0tCfJSRiT zUVfHdX zeV>3QZ-addG>9Q4key(*2B`t5jSb>p*tM9SK~IAPn=*T-oscL1azH_^kIV8^Q~4Mu z0f$fhW^j%Dh%S5)Xtx0qw1m^g72mTvco}E}^g(trK~p|fP@Buez|YHw)kk63pBN-e z--0oS4H6>*1h7EMcC5a~7UxUW|71w1_>3Y3O8tj`4!F5b2&;qf00$;qi4PR_*nEy| zIV`Jz5*&$^gA*eY&Ir=POudsAe#dD!j?_*NFySt6Fr^M*iRab8973+;AizRtQpS?K zsN(=o@oI}EW@p9oLe|AET^3qctdR1}}bRTzOP7BccT+!JR0A26zD zBw)w{ZM|N^o)G^sq+%&}hy@_Mcq|81Mi*e2eF833p!fro^&sDn;&YH50tvPOUL8Z* z1PAc72|&>Ss+^ literal 0 HcmV?d00001 diff --git a/src/resources/icons/32x32/butt32_03.png b/src/resources/icons/32x32/butt32_03.png new file mode 100644 index 0000000000000000000000000000000000000000..bfed101f266206fa215274c52c0ee6f0d0a8085a GIT binary patch literal 433 zcmV;i0Z#sjP)PAHdbgPL9^eIWHje-FyLOr`Ay%s*CyvZmlkYLcEkzR5VTO z&*g)ULP+lWk{s6y<(v~8P)a@cFyI8}|Ckm5L*N49##(`e0TlrOPz2+K6l;RQ_zK~^ z+zl^D5uKT>E=bMV_U^+|5YJF2piJZE`HQ_sm;u#!FaixK#@YBF{f6tOAy>Pq}Xu^ae z+bAp(k*iY&auc6PDaMKlQ2|2qQjGsILi`;wdm0ieS~B#e)QYy;iie36PqQW;rxg2n b{t#dQp(n?dfI`_s00000NkvXXu0mjf0;aFR literal 0 HcmV?d00001 diff --git a/src/resources/icons/32x32/butt32_04.png b/src/resources/icons/32x32/butt32_04.png new file mode 100644 index 0000000000000000000000000000000000000000..9d522ea4b9252b14c79c84d5b82c62e47c16af89 GIT binary patch literal 441 zcmV;q0Y?6bP)B7pt%=_G8p6ld>9B4fEZ-he-bfB zPXa;n@mQJL<~9EL$=1rX%`XpsM>5l+DC0I1LZ(-;R}bpSNZ zKhVJeACS`ovIEFYaQd1oBqvN12T&UCFV6^*}g5@C4IN(L`z*j~CSRDrpo(9RFXp#+hqjXR-%LhfrWKeX? j=-D}C9O&*jK!5=N%x1@~Z6Vz-00000NkvXXu0mjfTlt}) literal 0 HcmV?d00001 diff --git a/src/resources/icons/32x32/butt32_05.png b/src/resources/icons/32x32/butt32_05.png new file mode 100644 index 0000000000000000000000000000000000000000..f5129ef86012a0c5aa419dc572c61a9d14177b6c GIT binary patch literal 518 zcmV+h0{Q)kP)3#4r%`M3j8C-~d}vk-Y&_)VTms&Orlo6dZw$3xsy7Y)b`HaEm}ifn;VZ zTQZA19*2Zvq_>GSllNYn@x%tLwUPt?tng4FP7x=Ov<;#~G|2lTA|?YIFlq#m=}gc) zb&{VEUfQS8e*|$Xvkcgw?gkKdAg)Sezz(?{2{miLKDizlRnUNa=fPoL?1R3$*)zwK zfFQT?Yr;3s#t0uD7W(t;&>T4v8M*Bb1F`q+6FS6*b8`K90P_PtbGG#R1Kz0C_Xq0u zXy;e&czOL&XXo##`_S3BUOc1rs<0id+`f8yu^S|$p#MpbggJ4SOI(2{NgMFw3URr8 zHAU>6&WUh2krAM{23vf=-Yzl0MMB(sJHQr1H2Rtlh?^)J0oAt=afK-`(UO5CbcJihezm7&2h)lv zn#n&#lYfrqu^^enl5Fxt=`5Dzv)Gu-Vr%xFn^Ty2d;TrJ03H_45;I+7_y7O^07*qo IM6N<$f-pqdAOHXW literal 0 HcmV?d00001 diff --git a/src/resources/icons/32x32/butt32_06.png b/src/resources/icons/32x32/butt32_06.png new file mode 100644 index 0000000000000000000000000000000000000000..270037009b9993a7f9f5bcc1c0ff60e38af26354 GIT binary patch literal 640 zcmV-`0)PF9P)B7pt%=_G8p6ld>9B4fEZ-he-bfB zPXa;n@mQJL<~9EL$=1rX%`XpsM>5l+DC0I1LZ(-@c}fRB-&+L~N0Fea29U`{L`*5_`q z9~nM;BChZv0Kj&#Kub7%I$I6``XIZRpedhd%Ynhq;OD}Iq6Q?E8_!9OBfxeaAU4iH zG>HG>rpW);APx*Mka`l*0IZZGKEZ*+Ko-F;(ARLwVc5=$l@tg3XCfueOWM9LT)OcG z&hM_`X3#?_4^k_?FdRDdo1{2kA|=6r_#km)M<82{rO+YW0rUnK4oIo^%y8-YUxr`XlW}Q>Uf$p9I a1Q-Bf0;-RenD99O0000B7pt%=_G8p6ld>9B4fEZ-he-bfB zPXa;n@mQJL<~9EL$=1rX%`XpsM>5l+DC0I1LZ(-;R}bpSNZ zNeXs97d9{^BRb$|f(a=@EC6DD1`>du3p*H-2>79PA+jO4@&59RFc?#k9$*e2IiG`q z{>M!bFeW1!z~uxu3ZNyNKB?gt8^nQ?O#;vd+06t^`6K}WK1K##XErz=#0H6x0Roty zWjjeAC!UiiF(QBiBQ!p+2J!569tLWF)XFami`V_YUdiEd063B~Sr}GN<71GMVj|1p zN6-E-gl2tWxOn{!PBnN<25B_&f6uUa?=O-q2k8On#b-Ie5I_dGz&P%%;wH-S(zdS* zlNWv`uAM=w13S8jXz+FPYnTZ0OWuTM3tMsEQy>Qr!4voOywWI7{rDFkQ$I$BEbftE2Exj zZg9nOYroKcU}D6O2Z@2?Kx#m0iLH!?u8vP_6!;G;l>P$~8BR4Ixj7xYV70`yjF4MI z2MATaq*T>}TFO*ul2On?Rv3JZ(m~NI9~2#vLD4m%XXli0pu6V)0R{k!;&wE+ca*RI O0000B7pt%=_G8p6ld>9B4fEZ-he-bfB zPXa;n@mQJL<~9EL$=1rX%`XpsM>5l+DC0I1LZ(-;R}bpSNZ zNeXs97d9{^BRb$|f(a=@EC6DD1`>du3p*H-2>79PA+jO4@&59RFc?#k9$*e2IiG`q z{>M!bFeW1!z~uxu3ZNyNKB?gt8^nQ?O#;vd+06t^`6K}WK1K##XErz=#0H6x0Roty zWjjeAC!UiiF(QBiBQ!p+2J!569tLWF)XFami`V_YD#wCL6G+3Q>wg$lPvc{dlVT!h zNz0UPWI2unpX5cL1I+y2GtBPbMTv7k~t1+gGA| z#G(EM1-r$5BtHa@!Q_SC!6CA1G5*35ST0}<0bGEI)a*xXzyxhZ5nc9EISLN4KwB*K z#5lmtoE3$C>Bb*0t*604ZWJ5cU1+e83 z98u5!ZtlbS1;CmKZ(0CWxeS~3{K8)lb^Pa6G0H3^En0wfi0i{L`;K3#Z{p}whN#{R{Fp->Ea$lkdSam5s6=bTq5yE zks=_GM}yb1`IeM8eWtz*SyQg_8>_)`{~r-M*2b;-)8_Ym zGN3Jn!+O7VbU|FfJ$Z0KG(Vq>1lIGXETh8gNI_iQ8?WR`CAM-xY^wcqvf~=&~Z0{meI|x;d4$y*2lYjXW z7i{8a$lvG&K(E)58&FP19V}=y5L%3LPII&49qSj*rF>qEc4edvL8WwLSht1W|6BZf ztXKJF8LGaiM`OAc{9XVJ~;8M;->(DTI>HI?km9|yGB*pn%M@}+u?E?=_c+Qz4S zKQ(=&;NKyGK1Z1KOu!TGy8nX!KWPdqbq18;!i#pBy^}TaYUch9r=!_x+lsAjKINz# z2>a4no9ZuHGA*$98&^F5-psun8FoFmf`bgH>XD9Tk)zlYx(f``;lv(BLpDMlM!F5> zX#j+rBlihuKJkU5pGZV_zua{vRK@5G(ufG_O#T~;LI3~&07*qoM6N<$g3BvxM*si- literal 0 HcmV?d00001 diff --git a/src/resources/icons/32x32/butt32_09_sw.png b/src/resources/icons/32x32/butt32_09_sw.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d6323ee5326fadf2c3207af02b894cd409f6ba GIT binary patch literal 657 zcmV;C0&e|@P)1nGdIN9X`Mzz*Q%EjwS#_`*tJvcj(4 zd*4HbIR6tuB&8HSh@vQ=OGZqIUzTMJu_jiexAjsC2V5lNL@1Mi#DDUq`W=R29gTdE z&=ChYpi|w?V4MkEnU@1P<#HkBP6u@4a$$}#5%CmIm&dwsKBt;Bj$@H!nMl)AY&ILw z_r0j=T2xgfx~>xe7>Ehk?M74JYPg~(qziaXP6ajQs06OMw{5G8P{eY--%HAblH-bd z$N{VibRst$XkC$;%3+wwAd@6f_mH!bSRb-aaQTy|1u(>sn~@z32PLQa-(`4CeW2u= zAx|bN-T4nd!vSPaHJl50j&-V*c^=Y`*;?=I4?wpA=yFT|D`q)lY!uS~n$JC<7Eh)J zDVDb)shYchvfKu0TpAy)U1{Y=@w;i7`~7yi6~izHYCa{yK7hU9x0v({BL?7V%BPwT zq!Nv?5y0sOJO$|P1*gF7fNdW@Kfnn@{Bs`wSU!sbrgB6GalVWec0#?3Ryq}hm;uM*QI*6Kh4+Evl}uQouOH5Yx*7X9ov;}1&13q%A4=cr rSpF6tCU5a+_Lm>0(SLuQe+w`Go_u5=nvVdz00000NkvXXu0mjfOeY;n literal 0 HcmV?d00001 diff --git a/src/resources/icons/32x32/butt32_10.png b/src/resources/icons/32x32/butt32_10.png new file mode 100644 index 0000000000000000000000000000000000000000..cf74ae952428e690f5d573b2f5c2ffbe28f509a2 GIT binary patch literal 729 zcmV;~0w(>5P) zK~#9!%vZlpTQLwmhfsc0Km<&!)aFlkQ`ty{&M0DsW?_T9RT+?)u|uWu50vac8BwJ| znTi+?3zVs;M5S(zf@mNO?tM=-dLgl6lceONPtLP1=ezTF{vo84;UcnDhkxlW%I@GI3f(BU=P)q`e$asSevPxdv?IoE%UommNah z>VS$|b{I985V{JOF`nZRtotzXI=Lq10o_#^5(Fg%QlWJr)Xa2$q`$Z@=({sE9?(?) zc6YD}WWt=*DlM=4p(l?Lv{@W6rWpMghhCh#Eib|CO$HGn%{m)s@vS3|1O2WU5b6vt zU9qAFd0lCKcEBsDxmV{@TrD?K+wM^}pR7rvd`YyqQ=#J8WmFCD_y@BdK;PWUb2>Px z-fUd)jjZ(Znhp;C+8p>`+=_jntH5(P0_$PaVJD))NLRr-YJ*_SvG$I#3| zx9aYMii}}9oiI!u#;@u3ektv)Yk5~ZOuFJ}_CFt|;=Z5f{{$ESqKIh5yHtjU00000 LNkvXXu0mjf+I>yj literal 0 HcmV?d00001 diff --git a/src/resources/icons/32x32/butt32_10_sw.png b/src/resources/icons/32x32/butt32_10_sw.png new file mode 100644 index 0000000000000000000000000000000000000000..30069dc7c1949b159c15ac8ac8ccdcfa348c09c7 GIT binary patch literal 620 zcmV-y0+aoTP)*eSHp zd;bBpk-ua~wiB&2g-DVl89x*wXMB2wHH?~3vEDXFF$hRtDHu?uBY}U4hx&zyQ)`X> zC7>gXB4AzJuQ0g-bg3W$*5!I56e0m@x!xEPPb4l2ILcESI3G*Fnx-i!r6|vH+VA(& z_dV5hO;uG<*L4&j10&;kyGa&E0e3#1wIt|gQc;09SpsR@+qN~6u*Ld#JZkoYX~z@a zXop~2B#B~7pp`6_l%w5|#Q2yx;g&yJ8UPEO<&P{wKgWR??>rQU?9E30Ob~F8)9GXa zP7?HEoLS4FhzUrwv$cIDh;|5~92p=fMm7NB{{qDfUUUyDG%m$ED;2YVt=HcPrOkga zbzvvD)#X3lo2K!afjWTN@T@E{LyAH046%flXyT0sEO)ppKy+`I1%3k0)By-Qu^NG~ za##rEjtHLkc9xGNl7xKdz(kMsf+YzgQNP=hk2iVm_d8uK7b?q=hGD?2Nw?e00BwiE zfv(rf<;hDT2AJhN+Q2JWO@|U=nyu{V)FE6Lbe_zkP1Q-C>Zf@3KHA%|=0000B7pt%=_G8p6ld>9B4fEZ-he-bfB zPXa;n@mQJL<~9EL$=1rX%`XpsM>5l+DC0I1LZ(-;R}bpSNZ zKhVJeACS`ovI7p#!E$)QL~#I(;~j5$fH~m8065?RtPnI90Lx+6fC-xN2MPqRK+ATL zKx_~PgS<2oirB-a{}>jp`$4Kv4vf&CAPMYV%+FwJ#)=|#_|$I(*VvCF2LTH*M_!s4 z=sR}28bCh91!{7+2wJ#!-A|wye{ng0i9rGAh(&mU^5bVoRzE)z^4ypHacKJH~iqK-!x0|AhXduFenn?K|D=_Gz>DGmuZ&>1V8Q^@0~1i1Bookmarks + + + Alt+Left + + + + + Alt+Right + + &Quit @@ -160,7 +170,7 @@ - + New Tab @@ -322,137 +332,137 @@ - + Checking: %1 Opening: %1 - + Reading: %1 Reading: %1% - + Zoom: %1% - + Illegal URL: %1 - + gg - + 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 - + background-color: white search engines combobox - + 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. - + http://www.google.com/search?hl=%2&q=%1 - + opening new window - + %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 @@ -472,42 +482,42 @@ openssl-%7 - + %1 - + launching application ... - + errors show error log - - + + background-color: #F77 invalid url - - + + background-color: white valid url - + authentication required - + ssl error diff --git a/src/swissbrowser_en.ts b/src/swissbrowser_en.ts index 3350374..e836508 100644 --- a/src/swissbrowser_en.ts +++ b/src/swissbrowser_en.ts @@ -133,6 +133,16 @@ Bookmarks + + + Alt+Left + + + + + Alt+Right + + &Quit @@ -180,7 +190,7 @@ - + New Tab @@ -320,118 +330,118 @@ - + Checking: %1 - + SSL Not Supported - + background-color: white search engines combobox - + 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 - + gg - + http://www.google.com/search?hl=%2&q=%1 - + Zoom: %1% - + opening new window - + 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 @@ -451,58 +461,58 @@ openssl-%7 - + %1 - + Info: %1 - + done. - + %1 statusbar for hovered link %1=url - + launching application ... - + errors show error log - - + + background-color: #F77 invalid url - - + + background-color: white valid url - + authentication required - + ssl error diff --git a/src/swissbrowser_fr.ts b/src/swissbrowser_fr.ts index 7cdc9e3..cee2ddf 100644 --- a/src/swissbrowser_fr.ts +++ b/src/swissbrowser_fr.ts @@ -128,6 +128,16 @@ Bookmarks + + + Alt+Left + + + + + Alt+Right + + &Quit @@ -160,7 +170,7 @@ - + New Tab @@ -322,137 +332,137 @@ - + Checking: %1 Opening: %1 - + Reading: %1 Reading: %1% - + Zoom: %1% - + Illegal URL: %1 - + gg - + 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 - + background-color: white search engines combobox - + 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. - + http://www.google.com/search?hl=%2&q=%1 - + opening new window - + %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 @@ -472,42 +482,42 @@ openssl-%7 - + %1 - + launching application ... - + errors show error log - - + + background-color: #F77 invalid url - - + + background-color: white valid url - + authentication required - + ssl error diff --git a/src/swissbrowser_it.ts b/src/swissbrowser_it.ts index 07312ee..d42f20a 100644 --- a/src/swissbrowser_it.ts +++ b/src/swissbrowser_it.ts @@ -133,6 +133,16 @@ Bookmarks + + + Alt+Left + + + + + Alt+Right + + &Quit @@ -180,7 +190,7 @@ - + New Tab @@ -320,116 +330,116 @@ - + background-color: white search engines combobox - + SSL Not Supported - + SSL is not supported on your system - + Checking: %1 - + 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 - + gg - + http://www.google.com/search?hl=%2&q=%1 - + Zoom: %1% - + opening new window - + 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 text found - - + + background-color: #F77 text not found - + About - + %8 Version: %1 Builddate: %2 @@ -441,58 +451,58 @@ openssl-%7 - + %1 - + Info: %1 - + done. - + %1 statusbar for hovered link %1=url - + launching application ... - + errors show error log - - + + background-color: #F77 invalid url - - + + background-color: white valid url - + authentication required - + ssl error