diff --git a/bin/locale/sr_BA.qm b/bin/locale/sr_BA.qm index 2f55ebcd6..35856bf89 100644 Binary files a/bin/locale/sr_BA.qm and b/bin/locale/sr_BA.qm differ diff --git a/bin/locale/sr_RS.qm b/bin/locale/sr_RS.qm index 60c6caf0d..ca927d209 100644 Binary files a/bin/locale/sr_RS.qm and b/bin/locale/sr_RS.qm differ diff --git a/src/data/html/speeddial.html b/src/data/html/speeddial.html index b3b7165c0..ce83ca346 100644 --- a/src/data/html/speeddial.html +++ b/src/data/html/speeddial.html @@ -33,7 +33,7 @@ span.reload:hover {border-color: grey; border-radius: 4px;} .formTable input[type="text"] {width: 100%;-webkit-user-select: auto;} .sett {position: absolute;right:36px;top:10px;width: 24px;height: 24px;background: url(%IMG_SETTINGS%); cursor: pointer;} -#settingsBox {position: absolute;right:58px;top:25px;width: 240px;height: 135px;background: #eeeeee;margin: 5px;-webkit-box-shadow: 0 0 6px 6px#888;box-shadow: 0 0 6px 6px #888;border-radius: 15px;display: none;padding:8px 20px;border: 1px solid transparent;} +#settingsBox {position: absolute;right:58px;top:25px;width: 245px;height: auto;background: #eeeeee;margin: 5px;-webkit-box-shadow: 0 0 6px 6px#888;box-shadow: 0 0 6px 6px #888;border-radius: 15px;display: none;padding:8px 20px;border: 1px solid transparent;} #settingsBox .title {margin-bottom: 1px;padding-bottom:2px;} #settingsBox .content {float:right;} #settingsBox .thumbhold {margin: 2px;padding: 1px;border-radius: 10px;text-align:center;width: 100px; height: 100px;background: #AAA;} @@ -42,6 +42,10 @@ span.reload:hover {border-color: grey; border-radius: 4px;} #settingsBox p select {margin: 2px;padding: 1px;text-align: center;width: 100px;} #settingsBox p select option {text-align: center;} #settingsBox .button {margin: 2px;padding: 1px;text-align:center;width: 100px;} +#settingsBox .rowsel {margin: 2px;padding: 1px;border-bottom: 1px solid #888;} +#settingsBox .rowsel label {width: 130px;} +#settingsBox .rowsel input {text-align:center;width: 75px;margin-bottom: 6px;margin-right: 4px;float: right;} +#settingsBox .rowsel span {font-weight: bold;text-align: center;float: right;margin-left: 2px;} @@ -299,6 +303,7 @@ function checkSet() { checkb.checked = (bgImg == '' ? false : true); BgImgSel.disabled = (bgImg == '' ? true : false); BgImgSz.disabled = (bgImg == '' ? true : false); + BgImgSz.selectedIndex } function bgImageSel() { @@ -311,8 +316,10 @@ function bgImageSel() { function saveSettings() { var BgImg = document.getElementById('BgImgHold').value; var BgImgSz = document.getElementById('BgImgSelSiz').value; + var PgInRow = document.getElementById('PgInRow').value; speeddial.setBackgroundImage(BgImg); speeddial.setBackgroundImageSize(BgImgSz); + speeddial.setPagesInRow(PgInRow); } function bgImgToggle() { @@ -372,6 +379,11 @@ $("#quickdial").sortable({ });
+
+ %ROW-PAGES% + + +
 

diff --git a/src/network/qupzillaschemehandler.cpp b/src/network/qupzillaschemehandler.cpp index 4bbae27e7..dbd80ec7b 100644 --- a/src/network/qupzillaschemehandler.cpp +++ b/src/network/qupzillaschemehandler.cpp @@ -267,6 +267,7 @@ QString QupZillaSchemeReply::speeddialPage() dPage.replace("%TXT_FHEIGHT%", tr("Fit Height")); dPage.replace("%TXT_NOTE%", tr("Use background image")); dPage.replace("%TXT_SELECTIMAGE%", tr("Select image")); + dPage.replace("%TXT_NRROWS%", tr("Max dials in row:")); } QString page = dPage; diff --git a/translations/cs_CZ.ts b/translations/cs_CZ.ts index 1a5f4806a..fb47573d3 100644 --- a/translations/cs_CZ.ts +++ b/translations/cs_CZ.ts @@ -3321,6 +3321,11 @@ nebyl nalezen! Select image Zvolit obrázek + + + Max dials in row: + + Load title from page diff --git a/translations/de_DE.ts b/translations/de_DE.ts index ae94f76fa..119340f73 100644 --- a/translations/de_DE.ts +++ b/translations/de_DE.ts @@ -3368,6 +3368,11 @@ Select image + + + Max dials in row: + + RSSManager diff --git a/translations/el_GR.ts b/translations/el_GR.ts index 24624b80c..9f68d5881 100644 --- a/translations/el_GR.ts +++ b/translations/el_GR.ts @@ -3316,6 +3316,11 @@ Select image + + + Max dials in row: + + Load title from page diff --git a/translations/empty.ts b/translations/empty.ts index 9cc900584..e83775148 100644 --- a/translations/empty.ts +++ b/translations/empty.ts @@ -3264,6 +3264,11 @@ Select image + + + Max dials in row: + + Load title from page diff --git a/translations/es_ES.ts b/translations/es_ES.ts index a4f057def..0248c74af 100644 --- a/translations/es_ES.ts +++ b/translations/es_ES.ts @@ -3315,6 +3315,11 @@ Select image + + + Max dials in row: + + Load title from page diff --git a/translations/fr_FR.ts b/translations/fr_FR.ts index 80cc9df95..3485d88db 100644 --- a/translations/fr_FR.ts +++ b/translations/fr_FR.ts @@ -3318,6 +3318,11 @@ n'a pas été trouvé! Select image + + + Max dials in row: + + Load title from page diff --git a/translations/it_IT.ts b/translations/it_IT.ts index aa4ab7c53..e9b80d336 100644 --- a/translations/it_IT.ts +++ b/translations/it_IT.ts @@ -3318,6 +3318,11 @@ Select image + + + Max dials in row: + + Load title from page diff --git a/translations/nl_NL.ts b/translations/nl_NL.ts index 0d085d0d2..b2d47f3d9 100644 --- a/translations/nl_NL.ts +++ b/translations/nl_NL.ts @@ -3317,6 +3317,11 @@ werd niet gevonden! Select image Selecteer afbeelding + + + Max dials in row: + + Load title from page diff --git a/translations/pl_PL.ts b/translations/pl_PL.ts index a68f5b026..86a430507 100644 --- a/translations/pl_PL.ts +++ b/translations/pl_PL.ts @@ -3319,6 +3319,11 @@ Select image + + + Max dials in row: + + Load title from page diff --git a/translations/pt_PT.ts b/translations/pt_PT.ts index faa7a268a..3186d675c 100644 --- a/translations/pt_PT.ts +++ b/translations/pt_PT.ts @@ -3315,6 +3315,11 @@ não foi encontrado! Select image + + + Max dials in row: + + Load title from page diff --git a/translations/ru_RU.ts b/translations/ru_RU.ts index 1dcc4f23b..f2c3dcbe3 100644 --- a/translations/ru_RU.ts +++ b/translations/ru_RU.ts @@ -3327,6 +3327,11 @@ Select image + + + Max dials in row: + + Load title from page diff --git a/translations/sk_SK.ts b/translations/sk_SK.ts index 23c36a7be..cf3a7ac1b 100644 --- a/translations/sk_SK.ts +++ b/translations/sk_SK.ts @@ -2681,6 +2681,10 @@ Select image + + Max dials in row: + + RSSManager diff --git a/translations/sr_BA.ts b/translations/sr_BA.ts index 096198046..15ba6e02d 100644 --- a/translations/sr_BA.ts +++ b/translations/sr_BA.ts @@ -196,10 +196,6 @@ Learn About Writing &Rules Научите како да направите &филтере - - New tab - Нови језичак - AddAcceptLanguage @@ -529,10 +525,6 @@ Choose name for folder: Име за фасциклу: - - New Tab - Нови језичак - Add Subfolder @@ -627,10 +619,6 @@ Search... Тражи... - - New Tab - Нови језичак - Open link in actual &tab @@ -1256,10 +1244,6 @@ Error Грешка - - New tab - Нови језичак - Not found @@ -1461,10 +1445,6 @@ Optimize Database Оптимизуј базу података - - New Tab - Нови језичак - Open link in actual tab @@ -1594,10 +1574,6 @@ Title име - - New Tab - Нови језичак - Open link in actual tab @@ -2653,10 +2629,6 @@ QupZilla - - New tab - Нови језичак - Private Browsing Enabled @@ -3288,16 +3260,17 @@ Use background image - + Слика за позадину Select image - + Изабери слику - Speed Dial background image - Слика позадине брзог бирања + + Max dials in row: + Најв. страница у реду: @@ -3451,10 +3424,6 @@ Please add some with RSS icon in navigation bar on site which offers feeds.Open link in new tab Отвори везу у новом језичку - - New Tab - Нови језичак - Error in fetching feed @@ -4160,10 +4129,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Restore &Closed Tab &Врати затворени језичак - - New tab - Нови језичак - TabWidget @@ -4263,10 +4228,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Да би приказала ову страницу Капзила мора поново да пошаље захтијев за учитавањем (као претрага куповине која је већ обављена) - - New tab - Нови језичак - Server refused the connection @@ -4443,10 +4404,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Go to &web address Иди на &веб адресу - - New tab - Нови језичак - Open link in new &tab diff --git a/translations/sr_RS.ts b/translations/sr_RS.ts index 5e8773ad9..85a6949ef 100644 --- a/translations/sr_RS.ts +++ b/translations/sr_RS.ts @@ -196,10 +196,6 @@ Learn About Writing &Rules Научите како да направите &филтере - - New tab - Нови језичак - AddAcceptLanguage @@ -529,10 +525,6 @@ Choose name for folder: Име за фасциклу: - - New Tab - Нови језичак - Add Subfolder @@ -627,10 +619,6 @@ Search... Тражи... - - New Tab - Нови језичак - Open link in actual &tab @@ -1256,10 +1244,6 @@ Error Грешка - - New tab - Нови језичак - Not found @@ -1461,10 +1445,6 @@ Optimize Database Оптимизуј базу података - - New Tab - Нови језичак - Open link in actual tab @@ -1594,10 +1574,6 @@ Title име - - New Tab - Нови језичак - Open link in actual tab @@ -2653,10 +2629,6 @@ QupZilla - - New tab - Нови језичак - Private Browsing Enabled @@ -3288,16 +3260,17 @@ Use background image - + Слика за позадину Select image - + Изабери слику - Speed Dial background image - Слика позадине брзог бирања + + Max dials in row: + Најв. страница у реду: @@ -3451,10 +3424,6 @@ Please add some with RSS icon in navigation bar on site which offers feeds.Open link in new tab Отвори везу у новом језичку - - New Tab - Нови језичак - Error in fetching feed @@ -4160,10 +4129,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Restore &Closed Tab &Врати затворени језичак - - New tab - Нови језичак - TabWidget @@ -4263,10 +4228,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Да би приказала ову страницу Капзила мора поново да пошаље захтев за учитавањем (као претрага куповине која је већ обављена) - - New tab - Нови језичак - Server refused the connection @@ -4443,10 +4404,6 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Go to &web address Иди на &веб адресу - - New tab - Нови језичак - Open link in new &tab diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts index ef594b53a..322eb5916 100644 --- a/translations/zh_CN.ts +++ b/translations/zh_CN.ts @@ -3309,6 +3309,11 @@ Select image + + + Max dials in row: + + Load title from page