Merge lp:~smartboyhw/ubuntu/raring/rekonq/new-version-2.1-0ubuntu1 into lp:ubuntu/raring/rekonq

Proposed by Howard Chan
Status: Merged
Merged at revision: 57
Proposed branch: lp:~smartboyhw/ubuntu/raring/rekonq/new-version-2.1-0ubuntu1
Merge into: lp:ubuntu/raring/rekonq
Diff against target: 122706 lines (+15464/-78421)
135 files modified
.pc/applied-patches (+0/-5)
.pc/kubuntu_adblock.diff/src/data/adblockrc (+0/-187)
.pc/kubuntu_default_homepages.diff/src/rekonq.kcfg (+0/-279)
.pc/kubuntu_initial_preference.diff/src/data/rekonq.desktop (+0/-92)
.pc/kubuntu_no_default_bookmarks.diff/src/data/defaultbookmarks.xbel (+0/-22)
.pc/kubuntu_restricted_install.diff/src/application.cpp (+0/-864)
CMakeLists.txt (+2/-2)
debian/changelog (+7/-0)
debian/patches/kubuntu_initial_preference.diff (+4/-4)
debian/patches/kubuntu_no_default_bookmarks.diff (+5/-8)
doc/CMakeLists.txt (+0/-1)
doc/de/index.docbook (+2/-2)
doc/nl/index.docbook (+8/-8)
doc/pt/index.docbook (+286/-215)
doc/pt_BR/CMakeLists.txt (+0/-1)
doc/pt_BR/index.docbook (+0/-1689)
po/CMakeLists.txt (+0/-20)
po/bg/CMakeLists.txt (+0/-2)
po/bg/rekonq.po (+0/-3029)
po/bs/CMakeLists.txt (+0/-2)
po/bs/rekonq.po (+0/-2949)
po/ca/CMakeLists.txt (+0/-2)
po/ca/rekonq.po (+0/-3036)
po/ca@valencia/CMakeLists.txt (+0/-2)
po/ca@valencia/rekonq.po (+0/-3041)
po/cs/rekonq.po (+372/-291)
po/da/rekonq.po (+374/-323)
po/de/rekonq.po (+586/-587)
po/el/rekonq.po (+388/-321)
po/en_GB/CMakeLists.txt (+0/-2)
po/en_GB/rekonq.po (+0/-3636)
po/eo/CMakeLists.txt (+0/-2)
po/eo/rekonq.po (+0/-3049)
po/es/rekonq.po (+937/-862)
po/et/rekonq.po (+963/-900)
po/eu/CMakeLists.txt (+0/-2)
po/eu/rekonq.po (+0/-3093)
po/fa/CMakeLists.txt (+0/-2)
po/fa/rekonq.po (+0/-2907)
po/fi/rekonq.po (+434/-416)
po/fr/rekonq.po (+392/-475)
po/ga/CMakeLists.txt (+0/-2)
po/ga/rekonq.po (+0/-2584)
po/gl/CMakeLists.txt (+0/-2)
po/gl/rekonq.po (+0/-2882)
po/hu/rekonq.po (+965/-884)
po/ia/rekonq.po (+484/-353)
po/is/CMakeLists.txt (+0/-2)
po/is/rekonq.po (+0/-3263)
po/it/rekonq.po (+529/-509)
po/ja/CMakeLists.txt (+0/-2)
po/ja/rekonq.po (+0/-2969)
po/km/rekonq.po (+397/-478)
po/ko/CMakeLists.txt (+0/-2)
po/ko/rekonq.po (+0/-3216)
po/lt/rekonq.po (+585/-585)
po/nb/rekonq.po (+151/-128)
po/nds/CMakeLists.txt (+0/-2)
po/nds/rekonq.po (+0/-3321)
po/nl/rekonq.po (+984/-934)
po/pa/CMakeLists.txt (+0/-2)
po/pa/rekonq.po (+0/-2700)
po/pl/rekonq.po (+1062/-1034)
po/pt/rekonq.po (+374/-293)
po/pt_BR/rekonq.po (+401/-381)
po/ro/CMakeLists.txt (+0/-2)
po/ro/rekonq.po (+0/-3034)
po/ru/CMakeLists.txt (+0/-2)
po/ru/rekonq.po (+0/-3689)
po/sk/rekonq.po (+395/-297)
po/sl/rekonq.po (+372/-318)
po/sr/rekonq.po (+367/-285)
po/sr@ijekavian/rekonq.po (+367/-285)
po/sr@ijekavianlatin/rekonq.po (+367/-285)
po/sr@latin/rekonq.po (+367/-285)
po/sv/rekonq.po (+376/-295)
po/th/CMakeLists.txt (+0/-2)
po/th/rekonq.po (+0/-3196)
po/tr/CMakeLists.txt (+0/-2)
po/tr/rekonq.po (+0/-3265)
po/ug/CMakeLists.txt (+0/-2)
po/ug/rekonq.po (+0/-2768)
po/uk/rekonq.po (+376/-295)
po/zh_CN/rekonq.po (+548/-468)
po/zh_TW/rekonq.po (+577/-572)
src/CMakeLists.txt (+1/-0)
src/Messages.sh (+2/-2)
src/application.cpp (+7/-13)
src/application.h (+2/-0)
src/bookmarks/bookmarkowner.cpp (+10/-10)
src/bookmarks/bookmarkowner.h (+4/-4)
src/bookmarks/bookmarkstoolbar.cpp (+24/-11)
src/data/adblockrc (+2/-2)
src/data/defaultbookmarks.xbel (+15/-0)
src/data/home.html (+40/-4)
src/data/rekonq.desktop (+2/-1)
src/history/historymanager.cpp (+12/-0)
src/history/historymanager.h (+3/-2)
src/history/historymodels.cpp (+9/-7)
src/icons/iconmanager.cpp (+2/-14)
src/icons/iconmanager.h (+0/-3)
src/kspellplugin.cpp (+1/-0)
src/main.cpp (+6/-3)
src/rekonq.kcfg (+6/-3)
src/rekonqpage/newtabpage.cpp (+33/-15)
src/settings/settings_advanced.ui (+11/-2)
src/settings/settings_tabs.ui (+7/-0)
src/sync/googlesynchandler.cpp (+22/-22)
src/sync/sync_check.ui (+3/-3)
src/sync/sync_data.ui (+4/-4)
src/sync/sync_ftp_settings.ui (+1/-1)
src/sync/sync_host_type.ui (+1/-1)
src/sync/syncassistant.cpp (+1/-1)
src/tabwindow/rekonqwindow.cpp (+6/-1)
src/tabwindow/tabhighlighteffect.cpp (+1/-1)
src/tabwindow/tabwindow.cpp (+71/-1)
src/tabwindow/tabwindow.h (+4/-1)
src/urlbar/bookmarkwidget.cpp (+4/-3)
src/urlbar/listitem.cpp (+1/-1)
src/urlbar/resourcelinkdialog.cpp (+1/-1)
src/urlbar/urlbar.cpp (+11/-17)
src/webtab/protocolhandler.cpp (+13/-3)
src/webtab/webpage.cpp (+0/-2)
src/webtab/webtab.cpp (+41/-21)
src/webtab/webtab.h (+12/-2)
src/webtab/webview.cpp (+5/-4)
src/webwindow/findbar.cpp (+2/-13)
src/webwindow/findbar.h (+0/-1)
src/webwindow/maintoolbar.cpp (+73/-0)
src/webwindow/maintoolbar.h (+53/-0)
src/webwindow/rekonqfactory.cpp (+45/-1)
src/webwindow/rekonqfactory.h (+2/-0)
src/webwindow/rekonqui.rc (+2/-1)
src/webwindow/webwindow.cpp (+73/-11)
src/webwindow/webwindow.h (+9/-3)
To merge this branch: bzr merge lp:~smartboyhw/ubuntu/raring/rekonq/new-version-2.1-0ubuntu1
Reviewer Review Type Date Requested Status
Jonathan Riddell Pending
Review via email: mp+145611@code.launchpad.net

Description of the change

 * New upstream release version 2.1 of rekonq.
 * Fixed the delete bookmarks patch.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file '.pc/applied-patches'
2--- .pc/applied-patches 2012-12-15 20:00:30 +0000
3+++ .pc/applied-patches 1970-01-01 00:00:00 +0000
4@@ -1,5 +0,0 @@
5-kubuntu_no_default_bookmarks.diff
6-kubuntu_default_homepages.diff
7-kubuntu_initial_preference.diff
8-kubuntu_adblock.diff
9-kubuntu_restricted_install.diff
10
11=== removed directory '.pc/kubuntu_adblock.diff'
12=== removed directory '.pc/kubuntu_adblock.diff/src'
13=== removed directory '.pc/kubuntu_adblock.diff/src/data'
14=== removed file '.pc/kubuntu_adblock.diff/src/data/adblockrc'
15--- .pc/kubuntu_adblock.diff/src/data/adblockrc 2012-08-10 16:44:59 +0000
16+++ .pc/kubuntu_adblock.diff/src/data/adblockrc 1970-01-01 00:00:00 +0000
17@@ -1,187 +0,0 @@
18-[Settings]
19-adBlockEnabled=false
20-hideAdsEnabled=false
21-updateInterval=7
22-lastUpdate=Mon Feb 13 11:58:51 2012
23-
24-[FiltersList]
25-FilterEnabled-1=true
26-FilterName-1=EasyList
27-FilterURL-1=https://easylist-downloads.adblockplus.org/easylist.txt
28-FilterEnabled-2=false
29-FilterName-2=EasyList without element hiding
30-FilterURL-2=https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt
31-FilterEnabled-3=false
32-FilterName-3=Corset
33-FilterURL-3=http://brianyi.com/corset.txt
34-FilterEnabled-4=false
35-FilterName-4=EasyList Germany+EasyList
36-FilterURL-4=https://easylist-downloads.adblockplus.org/ares+easylist.txt
37-FilterEnabled-5=false
38-FilterName-5=EasyList Germany
39-FilterURL-5=https://easylist-downloads.adblockplus.org/easylistgermany.txt
40-FilterEnabled-6=false
41-FilterName-6=Liste FR+EasyList
42-FilterURL-6=https://easylist-downloads.adblockplus.org/liste_fr+easylist.txt
43-FilterEnabled-7=false
44-FilterName-7=Liste FR
45-FilterURL-7=http://lian.info.tm/liste_fr.txt
46-FilterEnabled-8=false
47-FilterName-8=ROList+EasyList
48-FilterURL-8=https://easylist-downloads.adblockplus.org/rolist+easylist.txt
49-FilterEnabled-9=false
50-FilterName-9=ROList
51-FilterURL-9=http://www.picpoc.ro/menetzrolist.txt
52-FilterEnabled-10=false
53-FilterName-10=Việt Nam List+EasyList
54-FilterURL-10=https://easylist-downloads.adblockplus.org/abpvn+easylist.txt
55-FilterEnabled-11=false
56-FilterName-11=Việt Nam List
57-FilterURL-11=http://adblockplus-vietnam.googlecode.com/svn/trunk/abpvn.txt
58-FilterEnabled-12=false
59-FilterName-12=AdblockList.org
60-FilterURL-12=http://adblocklist.org/adblock-pxf-polish.txt
61-FilterEnabled-13=false
62-FilterName-13=Bulgarian list
63-FilterURL-13=http://stanev.org/abp/adblock_bg.txt
64-FilterEnabled-14=false
65-FilterName-14=EasyPrivacy+EasyList
66-FilterURL-14=https://easylist-downloads.adblockplus.org/easyprivacy+easylist.txt
67-FilterEnabled-15=false
68-FilterName-15=EasyPrivacy+Cédrics Liste
69-FilterURL-15=https://easylist-downloads.adblockplus.org/easyprivacy+cedrics.txt
70-FilterEnabled-16=false
71-FilterName-16=EasyPrivacy
72-FilterURL-16=https://easylist-downloads.adblockplus.org/easyprivacy.txt
73-FilterEnabled-17=false
74-FilterName-17=IsraelList
75-FilterURL-17=http://israellist.googlecode.com/files/IsraelList.txt
76-FilterEnabled-18=false
77-FilterName-18=Morpeh Rus List+EasyList
78-FilterURL-18=https://easylist-downloads.adblockplus.org/morpeh+easylist.txt
79-FilterEnabled-19=false
80-FilterName-19=Morpeh Rus List
81-FilterURL-19=http://adblockplus.mihalkin.ru/Russia.txt
82-FilterEnabled-20=false
83-FilterName-20=Norsk adblockliste
84-FilterURL-20=http://home.online.no/~mlangsho/adblock.txt
85-FilterEnabled-21=false
86-FilterName-21=void.gr
87-FilterURL-21=http://www.void.gr/kargig/void-gr-filters.txt
88-FilterEnabled-22=false
89-FilterName-22=Wiltteri
90-FilterURL-22=http://www.wiltteri.net/wiltteri.txt
91-FilterEnabled-23=false
92-FilterName-23=ChinaList
93-FilterURL-23=http://adblock-chinalist.googlecode.com/svn/trunk/adblock.txt
94-FilterEnabled-24=false
95-FilterName-24=Filter von Dr.Evil
96-FilterURL-24=http://adblock.maltekraus.de/adblock.txt
97-FilterEnabled-25=false
98-FilterName-25=RuAdList
99-FilterURL-25=http://ruadlist.googlecode.com/svn/trunk/adblock.txt
100-FilterEnabled-26=false
101-FilterName-26=AdblockRules.org
102-FilterURL-26=http://adblockrules.org/download.php?type=all
103-FilterEnabled-27=false
104-FilterName-27=BSI Lista Polska
105-FilterURL-27=http://www.bsi.info.pl/filtrABP.txt
106-FilterEnabled-28=false
107-FilterName-28=Czech List
108-FilterURL-28=http://dajbych.net/adblock.txt
109-FilterEnabled-29=false
110-FilterName-29=Cédrics Liste
111-FilterURL-29=http://chewey.de/mozilla/data/adblock.txt
112-FilterEnabled-30=false
113-FilterName-30=dutchblock
114-FilterURL-30=http://dutchmega.nl/dutchblock/list.txt
115-FilterEnabled-31=false
116-FilterName-31=Fanboy's List
117-FilterURL-31=http://www.fanboy.co.nz/adblock/fanboy-adblocklist-current-expanded.txt
118-FilterEnabled-32=false
119-FilterName-32=Fanboy's Chinese
120-FilterURL-32=http://www.fanboy.co.nz/adblock/fanboy-adblocklist-chn.txt
121-FilterEnabled-33=false
122-FilterName-33=Fanboy's Czech
123-FilterURL-33=http://www.fanboy.co.nz/adblock/fanboy-adblocklist-cz.txt
124-FilterEnabled-34=false
125-FilterName-34=Fanboy's Espanol/Portuguese
126-FilterURL-34=http://www.fanboy.co.nz/adblock/fanboy-adblocklist-esp.txt
127-FilterEnabled-35=false
128-FilterName-35=Fanboy's Japanese
129-FilterURL-35=http://www.fanboy.co.nz/adblock/fanboy-adblocklist-jpn.txt
130-FilterEnabled-36=false
131-FilterName-36=Fanboy's Korean
132-FilterURL-36=http://www.fanboy.co.nz/adblock/fanboy-adblocklist-krn.txt
133-FilterEnabled-37=false
134-FilterName-37=Fanboy's Tracking/Stats Blocking
135-FilterURL-37=http://www.fanboy.co.nz/adblock/fanboy-adblocklist-stats.txt
136-FilterEnabled-38=false
137-FilterName-38=Fanboy's Turkish
138-FilterURL-38=http://www.fanboy.co.nz/adblock/fanboy-adblocklist-tky.txt
139-FilterEnabled-39=false
140-FilterName-39=Filter von MonztA
141-FilterURL-39=http://monzta.maltekraus.de/adblock.txt
142-FilterEnabled-40=false
143-FilterName-40=Filtros Nauscopicos
144-FilterURL-40=http://s3.amazonaws.com/lcp/maty/myfiles/AdBlock-Nauscopio-maty.txt
145-FilterEnabled-41=false
146-FilterName-41=Hackrus anti-advertisement
147-FilterURL-41=http://nsis.narod.ru/clean_internet/aag.txt
148-FilterEnabled-42=false
149-FilterName-42=Hackrus anti-advertisement supplemental
150-FilterURL-42=http://nsis.narod.ru/clean_internet/aas.txt
151-FilterEnabled-43=false
152-FilterName-43=Hackrus anti-counter
153-FilterURL-43=http://nsis.narod.ru/clean_internet/ac.txt
154-FilterEnabled-44=false
155-FilterName-44=hufilter
156-FilterURL-44=http://pete.teamlupus.hu/hufilter.txt
157-FilterEnabled-45=false
158-FilterName-45=Iceland List
159-FilterURL-45=http://adblock-iceland.googlecode.com/files/icelandic%20filter.txt
160-FilterEnabled-46=false
161-FilterName-46=Japanese General Filter
162-FilterURL-46=http://adblock-plus-japanese-filter.googlecode.com/svn/trunk/abp_jp_general.txt
163-FilterEnabled-47=false
164-FilterName-47=Japanese Site-Specific Filter
165-FilterURL-47=http://adblock-plus-japanese-filter.googlecode.com/svn/trunk/abp_jp_site_specific.txt
166-FilterEnabled-48=false
167-FilterName-48=Lista Basa
168-FilterURL-48=http://www.photographer.neostrada.pl/abp.txt
169-FilterEnabled-49=false
170-FilterName-49=NLBlock
171-FilterURL-49=http://www.verzijlbergh.com/adblock/nlblock.txt
172-FilterEnabled-50=false
173-FilterName-50=PLgeneral
174-FilterURL-50=http://www.niecko.pl/adblock/adblock.txt
175-FilterEnabled-51=false
176-FilterName-51=Schacks Adblock Plus liste
177-FilterURL-51=http://adblock.schack.dk/block.txt
178-FilterEnabled-52=false
179-FilterName-52=UA-IX Бан-лист
180-FilterURL-52=http://adblock.oasis.org.ua/banlist.txt
181-FilterEnabled-53=false
182-FilterName-53=Xfiles
183-FilterURL-53=http://mozilla.gfsolone.com/filtri.txt
184-FilterEnabled-54=false
185-FilterName-54=adblock.free.fr
186-FilterURL-54=http://adblock.free.fr/adblock.txt
187-FilterEnabled-55=false
188-FilterName-55=adblock.free.fr basic (bloque les pubs uniquement)
189-FilterURL-55=http://adblock.free.fr/adblock_basic.txt
190-FilterEnabled-56=false
191-FilterName-56=Ajnasz's list
192-FilterURL-56=http://ajnasz.hu/adblock/recent
193-FilterEnabled-57=false
194-FilterName-57=Schuzak's Universal Filter
195-FilterURL-57=http://www.schuzak.jp/other/abp.txt
196-FilterEnabled-58=false
197-FilterName-58=Malware Domains
198-FilterURL-58=http://malwaredomains.lanik.us/malwaredomains_full.txt
199-FilterEnabled-59=false
200-FilterName-59=Rickroll Blacklist
201-FilterURL-59=http://rickrolldb.com/ricklist.txt
202-FilterEnabled-60=false
203-FilterName-60=Corset+EasyList
204-FilterURL-60=https://easylist-downloads.adblockplus.org/corset+easylist.txt
205
206=== removed directory '.pc/kubuntu_default_homepages.diff'
207=== removed directory '.pc/kubuntu_default_homepages.diff/src'
208=== removed file '.pc/kubuntu_default_homepages.diff/src/rekonq.kcfg'
209--- .pc/kubuntu_default_homepages.diff/src/rekonq.kcfg 2013-01-07 16:13:31 +0000
210+++ .pc/kubuntu_default_homepages.diff/src/rekonq.kcfg 1970-01-01 00:00:00 +0000
211@@ -1,279 +0,0 @@
212-<?xml version="1.0" encoding="UTF-8"?>
213-<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
214-<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
215- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
216- xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
217- http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
218-
219-<!-- Includes -->
220-<include>QtWebKit</include>
221-<include>QDateTime</include>
222-<include>KUrl</include>
223-<include>KGlobalSettings</include>
224-
225-<kcfgfile name="rekonqrc" />
226-
227-<!-- Miscellaneuos (not config UI) settings -->
228-<group name="misc">
229- <entry name="FirstExecution" type="Bool">
230- <default>true</default>
231- </entry>
232- <entry name="showBookmarksToolbar" type="Bool">
233- <default>false</default>
234- </entry>
235- <entry name="walletBlackList" type="StringList">
236- <default></default>
237- </entry>
238- <entry name="recoverOnCrash" type="Int">
239- <default>0</default>
240- </entry>
241- <entry name="createDesktopAppShortcut" type="Bool">
242- <default>true</default>
243- </entry>
244- <entry name="createMenuAppShortcut" type="Bool">
245- <default>false</default>
246- </entry>
247- <entry name="checkDefaultSearchEngine" type="Bool">
248- <default>true</default>
249- </entry>
250- <entry name="clearHistory" type="Bool">
251- <default>true</default>
252- </entry>
253- <entry name="clearDownloads" type="Bool">
254- <default>true</default>
255- </entry>
256- <entry name="clearCookies" type="Bool">
257- <default>true</default>
258- </entry>
259- <entry name="clearCachedPages" type="Bool">
260- <default>true</default>
261- </entry>
262- <entry name="clearWebIcons" type="Bool">
263- <default>true</default>
264- </entry>
265- <entry name="clearHomePageThumbs" type="Bool">
266- <default>true</default>
267- </entry>
268- <entry name="whiteReferer" type="StringList">
269- <default></default>
270- </entry>
271-</group>
272-
273-
274-<!-- New Tab Page Settings -->
275-<group name="NewTabPage">
276- <entry name="previewNames" type="StringList">
277- <default>KDE Homepage,rekonq site</default>
278- </entry>
279- <entry name="previewUrls" type="StringList">
280- <default>http://www.kde.org/,http://rekonq.kde.org/</default>
281- </entry>
282-</group>
283-
284-
285-<!-- General Settings -->
286-<group name="General">
287- <entry name="startupBehaviour" type="Int">
288- <default>1</default>
289- </entry>
290- <entry name="useNewTabPage" type="Bool">
291- <default>false</default>
292- </entry>
293- <entry name="homePage" type="String">
294- <default>http://www.kde.org/</default>
295- </entry>
296- <entry name="downloadPath" type="Url">
297- <default code="true">KUrl(KGlobalSettings::downloadPath())</default>
298- </entry>
299- <entry name="askDownloadPath" type="Bool">
300- <default>false</default>
301- </entry>
302- <entry name="kgetDownload" type="Bool">
303- <default>false</default>
304- </entry>
305- <entry name="kgetList" type="Bool">
306- <default>false</default>
307- </entry>
308-</group>
309-
310-
311-<!-- Tabs Settings -->
312-<group name="Tabs">
313- <!-- xxx -->
314- <entry name="newTabsBehaviour" type="Int">
315- <default>0</default>
316- </entry>
317- <entry name="newTabStartPage" type="Int">
318- <default>0</default>
319- </entry>
320- <!-- xxx -->
321- <entry name="hoveringTabOption" type="Int">
322- <default>0</default>
323- </entry>
324- <entry name="openExternalLinksInNewWindow" type="Bool">
325- <default>false</default>
326- </entry>
327- <entry name="lastTabClosesWindow" type="Bool">
328- <default>false</default>
329- </entry>
330- <entry name="closeTabSelectPrevious" type="Bool">
331- <default>false</default>
332- </entry>
333-</group>
334-
335-
336-<!-- Fonts Settings -->
337-<group name="Appearance">
338- <entry name="standardFontFamily" type="String">
339- <default code="true">KGlobalSettings::generalFont().family()</default>
340- </entry>
341- <entry name="fixedFontFamily" type="String">
342- <default code="true">KGlobalSettings::fixedFont().family()</default>
343- </entry>
344- <entry name="serifFontFamily" type="String">
345- <default code="true">QWebSettings::globalSettings()->fontFamily(QWebSettings::SerifFont)</default>
346- </entry>
347- <entry name="sansSerifFontFamily" type="String">
348- <default code="true">QWebSettings::globalSettings()->fontFamily(QWebSettings::SansSerifFont)</default>
349- </entry>
350- <entry name="cursiveFontFamily" type="String">
351- <default code="true">QWebSettings::globalSettings()->fontFamily(QWebSettings::CursiveFont)</default>
352- </entry>
353- <entry name="fantasyFontFamily" type="String">
354- <default code="true">QWebSettings::globalSettings()->fontFamily(QWebSettings::FantasyFont)</default>
355- </entry>
356- <entry name="defaultFontSize" type="Int">
357- <default>12</default>
358- </entry>
359- <entry name="minFontSize" type="Int">
360- <default>7</default>
361- </entry>
362- <entry name="defaultEncoding" type="String">
363- <default>ISO 8859-1</default>
364- </entry>
365- <entry name="userCSS" type="Url">
366- <default></default>
367- </entry>
368-</group>
369-
370-
371-<!-- Privacy Settings -->
372-<group name="Privacy">
373- <entry name="javascriptCanOpenWindows" type="Bool">
374- <default>false</default>
375- </entry>
376- <entry name="javascriptCanAccessClipboard" type="Bool">
377- <default>false</default>
378- </entry>
379- <entry name="expireHistory" type="Int">
380- <default>0</default>
381- </entry>
382- <entry name="passwordSavingEnabled" type="Bool">
383- <default>true</default>
384- </entry>
385-</group>
386-
387-
388-<!-- WebKit Settings -->
389-<group name="Webkit">
390- <!-- xxx -->
391- <entry name="javascriptEnabled" type="Bool">
392- <default>true</default>
393- </entry>
394- <!-- xxx -->
395- <entry name="pluginsEnabled" type="Int">
396- <default>0</default>
397- </entry>
398- <!-- xxx -->
399- <entry name="offlineStorageDatabaseEnabled" type="Bool">
400- <default>false</default>
401- </entry>
402- <entry name="offlineWebApplicationCacheEnabled" type="Bool">
403- <default>false</default>
404- </entry>
405- <entry name="localStorageEnabled" type="Bool">
406- <default>false</default>
407- </entry>
408- <!-- xxx -->
409- <entry name="javaEnabled" type="Bool">
410- <default>true</default>
411- </entry>
412- <entry name="webGL" type="Bool">
413- <default>false</default>
414- </entry>
415- <entry name="spatialNavigation" type="Bool">
416- <default>false</default>
417- </entry>
418- <entry name="frameFlattening" type="Bool">
419- <default>false</default>
420- </entry>
421- <entry name="dnsPrefetch" type="Bool">
422- <default>true</default>
423- </entry>
424- <entry name="printElementBackgrounds" type="Bool">
425- <default>true</default>
426- </entry>
427-</group>
428-
429-
430-<!-- Advanced Settings -->
431-<group name="Advanced">
432- <entry name="hScrollWheelHistory" type="Bool">
433- <default>false</default>
434- </entry>
435- <entry name="enableViShortcuts" type="Bool">
436- <default>false</default>
437- </entry>
438- <entry name="accessKeysEnabled" type="Bool">
439- <default>false</default>
440- </entry>
441- <entry name="smoothScrolling" type="Bool">
442- <default>true</default>
443- </entry>
444- <entry name="useFavicon" type="Bool">
445- <default>false</default>
446- </entry>
447- <entry name="middleClickAction" type="Int">
448- <default>2</default>
449- </entry>
450- <entry name="automaticSpellChecking" type="Bool">
451- <default>true</default>
452- </entry>
453-</group>
454-
455-
456-<!-- Sync Settings -->
457-<group name="Sync">
458- <entry name="syncEnabled" type="Bool">
459- <default>false</default>
460- </entry>
461- <entry name="syncBookmarks" type="Bool">
462- <default>false</default>
463- </entry>
464- <entry name="syncHistory" type="Bool">
465- <default>false</default>
466- </entry>
467- <entry name="syncPasswords" type="Bool">
468- <default>false</default>
469- </entry>
470- <entry name="syncType" type="Int">
471- <default>0</default>
472- </entry>
473- <entry name="syncHost" type="String">
474- <default></default>
475- </entry>
476- <entry name="syncUser" type="String">
477- <default></default>
478- </entry>
479- <entry name="syncPass" type="String">
480- <default></default>
481- </entry>
482- <entry name="syncPath" type="String">
483- <default></default>
484- </entry>
485- <entry name="syncPort" type="Int">
486- <default>21</default>
487- </entry>
488-</group>
489-
490-</kcfg>
491
492=== removed directory '.pc/kubuntu_initial_preference.diff'
493=== removed directory '.pc/kubuntu_initial_preference.diff/src'
494=== removed directory '.pc/kubuntu_initial_preference.diff/src/data'
495=== removed file '.pc/kubuntu_initial_preference.diff/src/data/rekonq.desktop'
496--- .pc/kubuntu_initial_preference.diff/src/data/rekonq.desktop 2013-01-07 16:13:31 +0000
497+++ .pc/kubuntu_initial_preference.diff/src/data/rekonq.desktop 1970-01-01 00:00:00 +0000
498@@ -1,92 +0,0 @@
499-[Desktop Entry]
500-Name=Rekonq
501-Name[bg]=Rekonq
502-Name[ca]=Rekonq
503-Name[cs]=Rekonq
504-Name[da]=Rekonq
505-Name[de]=Rekonq
506-Name[el]=Rekonq
507-Name[es]=Rekonq
508-Name[et]=Rekonq
509-Name[fi]=Rekonq
510-Name[fr]=Rekonq
511-Name[ga]=Rekonq
512-Name[gl]=Rekonq
513-Name[hu]=Rekonq
514-Name[km]=Rekonq
515-Name[lt]=Rekonq
516-Name[nb]=Rekonq
517-Name[nl]=Rekonq
518-Name[pa]=ਰੀਕੌਨ
519-Name[pt]=Rekonq
520-Name[pt_BR]=Rekonq
521-Name[ru]=Rekonq
522-Name[sk]=Rekonq
523-Name[sl]=Rekonq
524-Name[sr]=Реконк
525-Name[sr@ijekavian]=Реконк
526-Name[sr@ijekavianlatin]=Rekonq
527-Name[sr@latin]=Rekonq
528-Name[sv]=Rekonq
529-Name[uk]=Rekonq
530-Name[x-test]=xxRekonqxx
531-Name[zh_CN]=Rekonq
532-Name[zh_TW]=Rekonq
533-GenericName=Web Browser
534-GenericName[bg]=Уеб-браузър
535-GenericName[bs]=Čitač veba
536-GenericName[ca]=Navegador web
537-GenericName[ca@valencia]=Navegador web
538-GenericName[cs]=Webový prohlížeč
539-GenericName[da]=Webbrowser
540-GenericName[de]=Webbrowser
541-GenericName[el]=Περιηγητής ιστού
542-GenericName[en_GB]=Web Browser
543-GenericName[es]=Navegador web
544-GenericName[et]=Veebilehitseja
545-GenericName[eu]=Web arakatzailea
546-GenericName[fa]=مرورگر وب
547-GenericName[fi]=WWW-selain
548-GenericName[fr]=Navigateur web
549-GenericName[ga]=Brabhsálaí Gréasáin
550-GenericName[gl]=Navegador web
551-GenericName[hu]=Webböngésző
552-GenericName[it]=Browser Web
553-GenericName[kk]=Веб браузеры
554-GenericName[km]=កម្មវិធី​រុករក​បណ្ដាញ
555-GenericName[ko]=웹 브라우저
556-GenericName[lt]=Žiniatinklio naršyklė
557-GenericName[nb]=Nettleser
558-GenericName[nds]=Nettkieker
559-GenericName[nl]=Webbrowser
560-GenericName[pa]=ਵੈੱਬ ਬਰਾਊਜ਼ਰ
561-GenericName[pl]=Przeglądarka internetowa
562-GenericName[pt]=Navegador Web
563-GenericName[pt_BR]=Navegador Web
564-GenericName[ro]=Navigator de Internet
565-GenericName[ru]=Веб-браузер
566-GenericName[si]=ජාල ගවේෂකය
567-GenericName[sk]=Webový prehliadač
568-GenericName[sl]=Spletni brskalnik
569-GenericName[sr]=Веб прегледач
570-GenericName[sr@ijekavian]=Веб прегледач
571-GenericName[sr@ijekavianlatin]=Veb pregledač
572-GenericName[sr@latin]=Veb pregledač
573-GenericName[sv]=Webbläsare
574-GenericName[th]=เว็บเบราว์เซอร์
575-GenericName[tr]=Web Tarayıcı
576-GenericName[ug]=توركۆرگۈ
577-GenericName[uk]=Переглядач Інтернету
578-GenericName[x-test]=xxWeb Browserxx
579-GenericName[zh_CN]=网页浏览器
580-GenericName[zh_TW]=網頁瀏覽器
581-Icon=rekonq
582-Type=Application
583-Exec=rekonq %u
584-X-DocPath=rekonq/index.html
585-Categories=Qt;KDE;Network;WebBrowser;
586-Terminal=false
587-MimeType=text/html;application/xhtml+xml;application/xml;
588-X-DBUS-StartupType=Unique
589-X-DBUS-ServiceName=org.kde.rekonq
590-
591
592=== removed directory '.pc/kubuntu_no_default_bookmarks.diff'
593=== removed directory '.pc/kubuntu_no_default_bookmarks.diff/src'
594=== removed directory '.pc/kubuntu_no_default_bookmarks.diff/src/data'
595=== removed file '.pc/kubuntu_no_default_bookmarks.diff/src/data/defaultbookmarks.xbel'
596--- .pc/kubuntu_no_default_bookmarks.diff/src/data/defaultbookmarks.xbel 2011-12-08 10:44:45 +0000
597+++ .pc/kubuntu_no_default_bookmarks.diff/src/data/defaultbookmarks.xbel 1970-01-01 00:00:00 +0000
598@@ -1,22 +0,0 @@
599-<?xml version="1.0" encoding="UTF-8"?>
600-<!DOCTYPE xbel>
601-<xbel version="1.0">
602- <bookmark href="http://qt.nokia.com/">
603- <title>Qt site</title>
604- </bookmark>
605- <bookmark href="http://webkit.org/">
606- <title>WebKit.org</title>
607- </bookmark>
608- <bookmark href="http://rekonq.kde.org/">
609- <title>rekonq site</title>
610- </bookmark>
611- <bookmark href="http://labs.qt.nokia.com/">
612- <title>Qt Labs</title>
613- </bookmark>
614- <bookmark href="http://kde-apps.org/">
615- <title>KDE-Apps.org</title>
616- </bookmark>
617- <bookmark href="http://www.kde.org/">
618- <title>KDE site</title>
619- </bookmark>
620-</xbel>
621
622=== removed directory '.pc/kubuntu_restricted_install.diff'
623=== removed directory '.pc/kubuntu_restricted_install.diff/src'
624=== removed file '.pc/kubuntu_restricted_install.diff/src/application.cpp'
625--- .pc/kubuntu_restricted_install.diff/src/application.cpp 2013-01-07 16:13:31 +0000
626+++ .pc/kubuntu_restricted_install.diff/src/application.cpp 1970-01-01 00:00:00 +0000
627@@ -1,864 +0,0 @@
628-/* ============================================================
629-*
630-* This file is a part of the rekonq project
631-*
632-* Copyright (C) 2012 by Andrea Diamantini <adjam7 at gmail dot com>
633-*
634-*
635-* This program is free software; you can redistribute it and/or
636-* modify it under the terms of the GNU General Public License as
637-* published by the Free Software Foundation; either version 2 of
638-* the License or (at your option) version 3 or any later version
639-* accepted by the membership of KDE e.V. (or its successor approved
640-* by the membership of KDE e.V.), which shall act as a proxy
641-* defined in Section 14 of version 3 of the license.
642-*
643-* This program is distributed in the hope that it will be useful,
644-* but WITHOUT ANY WARRANTY; without even the implied warranty of
645-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
646-* GNU General Public License for more details.
647-*
648-* You should have received a copy of the GNU General Public License
649-* along with this program. If not, see <http://www.gnu.org/licenses/>.
650-*
651-* ============================================================ */
652-
653-
654-// Self Includes
655-#include "application.h"
656-#include "application.moc"
657-
658-// Auto Includes
659-#include "rekonq.h"
660-
661-// Ui Includes
662-#include "ui_webappcreation.h"
663-
664-// Local Includes
665-#include "searchengine.h"
666-
667-#include "tabbar.h"
668-#include "tabwindow.h"
669-
670-#include "webwindow.h"
671-#include "webtab.h"
672-#include "webpage.h"
673-
674-#include "urlresolver.h"
675-
676-// Local Manager(s) Includes
677-#include "adblockmanager.h"
678-#include "downloadmanager.h"
679-#include "historymanager.h"
680-#include "iconmanager.h"
681-#include "sessionmanager.h"
682-
683-// Ui Includes
684-#include "ui_cleardata.h"
685-
686-// KDE Includes
687-#include <KCmdLineArgs>
688-
689-#include <KDialog>
690-#include <KProcess>
691-#include <KPushButton>
692-#include <KStandardDirs>
693-#include <KWindowSystem>
694-#include <KWindowInfo>
695-#include <KStartupInfo>
696-
697-#include <KMessageBox>
698-
699-// Qt Includes
700-#include <QDBusInterface>
701-#include <QDBusReply>
702-#include <QDir>
703-
704-
705-Application::Application()
706- : KUniqueApplication()
707-{
708-}
709-
710-
711-Application::~Application()
712-{
713- // ok, we are closing well.
714- // Don't recover on next load..
715- ReKonfig::setRecoverOnCrash(0);
716- saveConfiguration();
717-
718- kDebug() << "Bye bye (k)baby...";
719-}
720-
721-
722-int Application::newInstance()
723-{
724- KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
725-
726- // not that easy, indeed
727- // We have to consider 3 variables here:
728- // 1) Is first load?
729- // 2) Are there arguments?
730- // 3) Is rekonq recovering from crash?
731- // so, we have 8 possible cases...
732- static bool isFirstLoad = true;
733- bool areThereArguments = (args->count() > 0);
734- bool hasToBeRecoveredFromCrash = (ReKonfig::recoverOnCrash() > 0);
735- // note that hasToBeRecoveredFromCrash is always true if it is not the first load
736- // !isFirstLoad -> hasToBeRecoveredFromCrash
737-
738- kDebug() << "is first load? " << isFirstLoad;
739- kDebug() << "are there arguments? " << areThereArguments;
740- kDebug() << "is rekonq crashed? " << hasToBeRecoveredFromCrash;
741-
742- bool incognito = args->isSet("incognito");
743- bool webapp = args->isSet("webapp");
744-
745- if (webapp)
746- {
747- kDebug() << "WEBAPP MODE...";
748- if (args->count() == 0)
749- {
750- KMessageBox::error(0, i18n("Error"), i18n("Cannot launch webapp mode without an URL to load"));
751- return 1;
752- }
753-
754- if (args->count() > 1)
755- {
756- KMessageBox::error(0, i18n("Error"), i18n("Cannot load more than one URL in webapp mode"));
757- return 1;
758- }
759-
760- KUrl u = args->url(0);
761- if (!u.isLocalFile() || !QFile::exists(u.toLocalFile()))
762- {
763- u = UrlResolver::urlFromTextTyped(args->arg(0));
764- }
765- kDebug() << "URL: " << u;
766-
767- WebTab *tab = newWebApp();
768- connect(tab->page(), SIGNAL(pageCreated(WebPage*)), this, SLOT(pageCreated(WebPage*)));
769- tab->view()->load(u);
770-
771- if (isFirstLoad)
772- {
773- // updating rekonq configuration
774- updateConfiguration();
775-
776- setWindowIcon(KIcon("rekonq"));
777-
778- // just create History Manager...
779- HistoryManager::self();
780- }
781-
782- KStartupInfo::appStarted();
783- isFirstLoad = false;
784- return 0;
785- }
786-
787- if (areThereArguments)
788- {
789- kDebug() << "DEFAULT MODE, WITH ARGUMENTS...";
790-
791- // prepare URLS to load
792- KUrl::List urlList;
793- for (int i = 0; i < args->count(); ++i)
794- {
795- const KUrl u = args->url(i);
796-
797- if (u.isLocalFile() && QFile::exists(u.toLocalFile())) // "rekonq somefile.html" case
798- {
799- urlList += u;
800- }
801- else
802- {
803- // "rekonq kde.org" || "rekonq kde:kdialog" cases
804- urlList += UrlResolver::urlFromTextTyped(args->arg(i));
805- }
806- }
807-
808- if (isFirstLoad)
809- {
810- bool restoreOk = false;
811- if (ReKonfig::startupBehaviour() == 2)
812- {
813- restoreOk = SessionManager::self()->restoreSessionFromScratch();
814- }
815- else
816- {
817- restoreOk = SessionManager::self()->restoreJustThePinnedTabs();
818- }
819-
820- isFirstLoad = !restoreOk;
821- }
822-
823- // first argument: 99% of the time we have just that...
824- if (isFirstLoad || m_tabWindows.count() == 0)
825- {
826- // No windows in the current desktop? No windows at all?
827- // Create a new one and load there sites...
828- if (incognito)
829- loadUrl(urlList.at(0), Rekonq::NewPrivateWindow);
830- else
831- loadUrl(urlList.at(0), Rekonq::NewWindow);
832- }
833- else
834- {
835- if (incognito)
836- {
837- loadUrl(urlList.at(0), Rekonq::NewPrivateWindow);
838- }
839- else if (!ReKonfig::openExternalLinksInNewWindow())
840- {
841- loadUrl(urlList.at(0), Rekonq::NewFocusedTab);
842- }
843- else
844- {
845- loadUrl(urlList.at(0), Rekonq::NewWindow);
846- }
847-
848- if (!tabWindow()->isActiveWindow())
849- KWindowSystem::demandAttention(tabWindow()->winId(), true);
850- }
851-
852- // following arguments: what's best behavior here?
853- // I'm pretty sure no one has real opinion about...
854- if (!ReKonfig::openExternalLinksInNewWindow())
855- {
856- for (int i = 1; i < urlList.count(); ++i)
857- loadUrl(urlList.at(i), Rekonq::NewFocusedTab);
858- }
859- else
860- {
861- for (int i = 1; i < urlList.count(); ++i)
862- if (incognito)
863- loadUrl(urlList.at(i), Rekonq::NewPrivateWindow);
864- else
865- loadUrl(urlList.at(i), Rekonq::NewWindow);
866- }
867- }
868- else // ok, NO arguments
869- {
870- kDebug() << "DEFAULT MODE, NO ARGUMENTS...";
871- if (isFirstLoad)
872- {
873- // NOTE: just load new tabs/windows without arguments
874- // if NOT is Session restored...
875- if (!isSessionRestored())
876- {
877- switch (ReKonfig::startupBehaviour())
878- {
879- case 0: // open home page
880- if (incognito)
881- {
882- loadUrl(KUrl(ReKonfig::homePage()), Rekonq::NewPrivateWindow);
883- break;
884- }
885- if (SessionManager::self()->restoreJustThePinnedTabs())
886- loadUrl(KUrl(ReKonfig::homePage()) , Rekonq::NewTab);
887- else
888- loadUrl(KUrl(ReKonfig::homePage()) , Rekonq::NewWindow);
889- break;
890- case 1: // open new tab page
891- if (incognito)
892- {
893- loadUrl(KUrl("about:home"), Rekonq::NewPrivateWindow);
894- break;
895- }
896- if (SessionManager::self()->restoreJustThePinnedTabs())
897- loadUrl(KUrl("about:home") , Rekonq::NewTab);
898- else
899- loadUrl(KUrl("about:home"), Rekonq::NewWindow);
900- break;
901- case 2: // restore session
902- if (incognito)
903- {
904- loadUrl(KUrl("about:home"), Rekonq::NewPrivateWindow);
905- break;
906- }
907- if (SessionManager::self()->restoreSessionFromScratch())
908- {
909- break;
910- }
911- default:
912- newTabWindow()->newTab();
913- break;
914- }
915- }
916- }
917- else
918- {
919- Rekonq::OpenType type = incognito ? Rekonq::NewPrivateWindow : Rekonq::NewWindow;
920-
921- switch (ReKonfig::newTabsBehaviour())
922- {
923- case 0: // new tab page
924- loadUrl(KUrl("about:home") , type);
925- break;
926- case 2: // homepage
927- loadUrl(KUrl(ReKonfig::homePage()) , type);
928- break;
929- case 1: // blank page
930- default:
931- loadUrl(KUrl("about:blank") , type);
932- break;
933- }
934- }
935- }
936-
937- // ok, now last stuffs...
938- if (isFirstLoad)
939- {
940- if (hasToBeRecoveredFromCrash && !incognito)
941- {
942- QTimer::singleShot(1000, tabWindow()->currentWebWindow(), SLOT(showCrashMessageBar()));
943- }
944- else
945- {
946- SessionManager::self()->setSessionManagementEnabled(true);
947- }
948-
949- if (ReKonfig::checkDefaultSearchEngine() && !hasToBeRecoveredFromCrash && SearchEngine::defaultEngine().isNull())
950- QTimer::singleShot(2000, tabWindow()->currentWebWindow()->view(), SLOT(showSearchEngineBar()));
951-
952- // updating rekonq configuration
953- updateConfiguration();
954-
955- setWindowIcon(KIcon("rekonq"));
956-
957- // just create History Manager...
958- HistoryManager::self();
959-
960- ReKonfig::setRecoverOnCrash(ReKonfig::recoverOnCrash() + 1);
961- saveConfiguration();
962- }
963-
964- KStartupInfo::appStarted();
965- isFirstLoad = false;
966-
967- return 0;
968-}
969-
970-
971-Application *Application::instance()
972-{
973- return (qobject_cast<Application *>(QCoreApplication::instance()));
974-}
975-
976-
977-void Application::saveConfiguration() const
978-{
979- ReKonfig::self()->writeConfig();
980-}
981-
982-
983-TabWindow *Application::tabWindow()
984-{
985- TabWindow *active = qobject_cast<TabWindow*>(QApplication::activeWindow());
986-
987- if (!active)
988- {
989- if (m_tabWindows.isEmpty())
990- return 0;
991-
992- Q_FOREACH(const QWeakPointer<TabWindow> &pointer, m_tabWindows)
993- {
994- if (KWindowInfo(pointer.data()->effectiveWinId(), NET::WMDesktop, 0).isOnCurrentDesktop())
995- return pointer.data();
996- }
997- return m_tabWindows.at(0).data();
998- }
999- return active;
1000-}
1001-
1002-
1003-void Application::loadUrl(const KUrl& url, const Rekonq::OpenType& type)
1004-{
1005- if (url.isEmpty())
1006- return;
1007-
1008- if (!url.isValid())
1009- {
1010- KMessageBox::error(0, i18n("Malformed URL:\n%1", url.url(KUrl::RemoveTrailingSlash)));
1011- return;
1012- }
1013-
1014- Rekonq::OpenType newType = type;
1015- // Don't open useless tabs or windows for actions in about: pages
1016- if (url.url().contains("about:") && url.url().contains("/"))
1017- newType = Rekonq::CurrentTab;
1018-
1019- TabWindow *w = 0;
1020- if (newType == Rekonq::NewPrivateWindow)
1021- {
1022- w = newTabWindow(true, true);
1023- newType = Rekonq::CurrentTab;
1024- }
1025- else if (newType == Rekonq::NewWindow
1026- || ((newType == Rekonq::NewTab || newType == Rekonq::NewFocusedTab) && tabWindowList().count() == 0))
1027- {
1028- w = newTabWindow();
1029- newType = Rekonq::CurrentTab;
1030- }
1031- else
1032- {
1033- w = tabWindow();
1034- }
1035-
1036- w->loadUrl(url, newType);
1037-}
1038-
1039-
1040-TabWindow *Application::newTabWindow(bool withTab, bool PrivateBrowsingMode)
1041-{
1042- TabWindow *w = new TabWindow(withTab, PrivateBrowsingMode);
1043-
1044- // set object name
1045- int n = m_tabWindows.count() + 1;
1046- w->setObjectName(QL1S("win") + QString::number(n));
1047-
1048- // This is used to track which window was activated most recently
1049- w->installEventFilter(this);
1050-
1051- m_tabWindows.prepend(w);
1052- w->show();
1053-
1054- return w;
1055-}
1056-
1057-
1058-WebTab *Application::newWebApp()
1059-{
1060- WebTab *tab = new WebTab;
1061-
1062- tab->installEventFilter(this);
1063- m_webApps.prepend(tab);
1064-
1065- tab->show();
1066-
1067- return tab;
1068-}
1069-
1070-
1071-TabWindowList Application::tabWindowList()
1072-{
1073- return m_tabWindows;
1074-}
1075-
1076-
1077-bool Application::eventFilter(QObject* watched, QEvent* event)
1078-{
1079- // Track which window was activated most recently to prefer it on window choosing
1080- // (e.g. when another application opens a link)
1081- if (event->type() == QEvent::WindowActivate)
1082- {
1083- TabWindow *window = qobject_cast<TabWindow*>(watched);
1084- if (window)
1085- {
1086- if (m_tabWindows.at(0).data() != window)
1087- {
1088- int index = m_tabWindows.indexOf(QWeakPointer<TabWindow>(window));
1089- Q_ASSERT(index != -1);
1090- m_tabWindows.prepend(m_tabWindows.takeAt(index));
1091- }
1092- }
1093- }
1094-
1095- // As we are filtering the events occurred to the tabwindows, check also
1096- // when we close one of them, remove from tab window list and check if it was last...
1097- if (event->type() == QEvent::Close)
1098- {
1099- TabWindow *window = qobject_cast<TabWindow*>(watched);
1100- if (window)
1101- m_tabWindows.removeOne(window);
1102-
1103- WebTab *webApp = qobject_cast<WebTab*>(watched);
1104- m_webApps.removeOne(webApp);
1105-
1106- if (m_tabWindows.count() == 0 && m_webApps.count() == 0)
1107- quit();
1108- }
1109-
1110- return QObject::eventFilter(watched, event);
1111-}
1112-
1113-
1114-void Application::updateConfiguration()
1115-{
1116- // ============== Tabs ==================
1117- bool b = ReKonfig::closeTabSelectPrevious();
1118- Q_FOREACH(const QWeakPointer<TabWindow> &w, m_tabWindows)
1119- {
1120- if (b)
1121- w.data()->tabBar()->setSelectionBehaviorOnRemove(QTabBar::SelectPreviousTab);
1122- else
1123- w.data()->tabBar()->setSelectionBehaviorOnRemove(QTabBar::SelectRightTab);
1124- }
1125-
1126-
1127- QWebSettings *defaultSettings = QWebSettings::globalSettings();
1128-
1129- // =========== Fonts ==============
1130- defaultSettings->setFontFamily(QWebSettings::StandardFont, ReKonfig::standardFontFamily());
1131- defaultSettings->setFontFamily(QWebSettings::FixedFont, ReKonfig::fixedFontFamily());
1132- defaultSettings->setFontFamily(QWebSettings::SerifFont, ReKonfig::serifFontFamily());
1133- defaultSettings->setFontFamily(QWebSettings::SansSerifFont, ReKonfig::sansSerifFontFamily());
1134- defaultSettings->setFontFamily(QWebSettings::CursiveFont, ReKonfig::cursiveFontFamily());
1135- defaultSettings->setFontFamily(QWebSettings::FantasyFont, ReKonfig::fantasyFontFamily());
1136-
1137- // compute font size
1138- // (I have to admit I know nothing about these DPI questions..: copied from kwebkitpart, as someone suggested)
1139- // font size in pixels = font size in inches × screen dpi
1140- if (tabWindow() && tabWindow()->currentWebWindow())
1141- {
1142- int logDpiY = tabWindow()->currentWebWindow()->logicalDpiY();
1143- float toPix = (logDpiY < 96.0)
1144- ? 96.0 / 72.0
1145- : logDpiY / 72.0 ;
1146-
1147- int defaultFontSize = ReKonfig::defaultFontSize();
1148- int minimumFontSize = ReKonfig::minFontSize();
1149-
1150- defaultSettings->setFontSize(QWebSettings::DefaultFontSize, qRound(defaultFontSize * toPix));
1151- defaultSettings->setFontSize(QWebSettings::MinimumFontSize, qRound(minimumFontSize * toPix));
1152- }
1153-
1154- // encodings
1155- QString enc = ReKonfig::defaultEncoding();
1156- defaultSettings->setDefaultTextEncoding(enc);
1157-
1158- // ================ WebKit ============================
1159- defaultSettings->setAttribute(QWebSettings::DnsPrefetchEnabled, ReKonfig::dnsPrefetch());
1160- defaultSettings->setAttribute(QWebSettings::PrintElementBackgrounds, ReKonfig::printElementBackgrounds());
1161-
1162- defaultSettings->setAttribute(QWebSettings::JavascriptEnabled, ReKonfig::javascriptEnabled());
1163- defaultSettings->setAttribute(QWebSettings::JavascriptCanOpenWindows, ReKonfig::javascriptCanOpenWindows());
1164- defaultSettings->setAttribute(QWebSettings::JavascriptCanAccessClipboard, ReKonfig::javascriptCanAccessClipboard());
1165-
1166- defaultSettings->setAttribute(QWebSettings::JavaEnabled, ReKonfig::javaEnabled());
1167-
1168- if (ReKonfig::pluginsEnabled() == 2)
1169- defaultSettings->setAttribute(QWebSettings::PluginsEnabled, false);
1170- else
1171- defaultSettings->setAttribute(QWebSettings::PluginsEnabled, true);
1172-
1173- // Enabling WebKit "Page Cache" feature: http://webkit.org/blog/427/webkit-page-cache-i-the-basics/
1174- defaultSettings->setMaximumPagesInCache(3);
1175-
1176- // ===== HTML 5 features WebKit support ======
1177- defaultSettings->setAttribute(QWebSettings::OfflineStorageDatabaseEnabled, ReKonfig::offlineStorageDatabaseEnabled());
1178- defaultSettings->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, ReKonfig::offlineWebApplicationCacheEnabled());
1179- defaultSettings->setAttribute(QWebSettings::LocalStorageEnabled, ReKonfig::localStorageEnabled());
1180- if (ReKonfig::localStorageEnabled())
1181- {
1182- QString path = KStandardDirs::locateLocal("cache", QString("WebkitLocalStorage/rekonq"), true);
1183- path.remove("rekonq");
1184- QWebSettings::setOfflineStoragePath(path);
1185- QWebSettings::setOfflineStorageDefaultQuota(50000);
1186- }
1187-
1188- // ================= WebGl ===================
1189- defaultSettings->setAttribute(QWebSettings::WebGLEnabled, ReKonfig::webGL());
1190- defaultSettings->setAttribute(QWebSettings::AcceleratedCompositingEnabled, ReKonfig::webGL());
1191-
1192- // Applies user defined CSS to all open webpages.
1193- defaultSettings->setUserStyleSheetUrl(ReKonfig::userCSS());
1194-
1195- // ====== load Settings on main classes
1196- HistoryManager::self()->loadSettings();
1197-
1198- defaultSettings = 0;
1199-
1200- if (!tabWindow())
1201- return;
1202-
1203- // FIXME What about this?
1204-// ReKonfig::useFavicon()
1205-// ? tabWindow()->changeWindowIcon(tabWindow()->mainView()->currentIndex())
1206-// : tabWindow()->setWindowIcon(KIcon("rekonq"))
1207-// ;
1208-//
1209- // hovering unfocused tabs options
1210- switch (ReKonfig::hoveringTabOption())
1211- {
1212- case 0: // tab previews
1213- case 3: // nothing
1214- for (int i = 0; i < tabWindow()->tabBar()->count(); i++)
1215- {
1216- tabWindow()->tabBar()->setTabToolTip(i, QL1S(""));
1217- }
1218- break;
1219-
1220- case 1: // title previews
1221- for (int i = 0; i < tabWindow()->tabBar()->count(); i++)
1222- {
1223- tabWindow()->tabBar()->setTabToolTip(i, tabWindow()->tabText(i).remove('&'));
1224- }
1225- break;
1226-
1227- case 2: // url previews
1228- for (int i = 0; i < tabWindow()->tabBar()->count(); i++)
1229- {
1230- tabWindow()->tabBar()->setTabToolTip(i, tabWindow()->webWindow(i)->url().toMimeDataString());
1231- }
1232- break;
1233-
1234- default: // non extant case
1235- ASSERT_NOT_REACHED(unknown hoveringTabOption);
1236- break;
1237- }
1238-
1239-}
1240-
1241-
1242-void Application::queryQuit()
1243-{
1244- if (m_webApps.count() > 0)
1245- {
1246- tabWindow()->close();
1247- return;
1248- }
1249-
1250- if (tabWindowList().count() > 1)
1251- {
1252- int answer = KMessageBox::questionYesNoCancel(
1253- tabWindow(),
1254- i18n("Do you want to close the window or the whole application?"),
1255- i18n("Application/Window closing..."),
1256- KGuiItem(i18n("C&lose Current Window"),
1257- KIcon("window-close")),
1258- KStandardGuiItem::quit(),
1259- KStandardGuiItem::cancel(),
1260- "confirmClosingMultipleWindows"
1261- );
1262-
1263- switch (answer)
1264- {
1265- case KMessageBox::Yes:
1266- tabWindow()->close();
1267- return;
1268-
1269- case KMessageBox::No:
1270- break;
1271-
1272- default:
1273- return;
1274- }
1275- }
1276-
1277- // in case of just one window...
1278- quit();
1279-}
1280-
1281-
1282-void Application::clearPrivateData()
1283-{
1284- QPointer<KDialog> dialog = new KDialog(tabWindow());
1285- dialog->setCaption(i18nc("@title:window", "Clear Private Data"));
1286- dialog->setButtons(KDialog::Ok | KDialog::Cancel);
1287-
1288- dialog->button(KDialog::Ok)->setIcon(KIcon("edit-clear"));
1289- dialog->button(KDialog::Ok)->setText(i18n("Clear"));
1290-
1291- Ui::ClearDataWidget clearWidget;
1292- QWidget widget;
1293- clearWidget.setupUi(&widget);
1294- clearWidget.clearHistory->setChecked(ReKonfig::clearHistory());
1295- clearWidget.clearDownloads->setChecked(ReKonfig::clearDownloads());
1296- clearWidget.clearCookies->setChecked(ReKonfig::clearCookies());
1297- clearWidget.clearCachedPages->setChecked(ReKonfig::clearCachedPages());
1298- clearWidget.clearWebIcons->setChecked(ReKonfig::clearWebIcons());
1299- clearWidget.homePageThumbs->setChecked(ReKonfig::clearHomePageThumbs());
1300-
1301- dialog->setMainWidget(&widget);
1302- dialog->exec();
1303-
1304- if (dialog->result() == QDialog::Accepted)
1305- {
1306- //Save current state
1307- ReKonfig::setClearHistory(clearWidget.clearHistory->isChecked());
1308- ReKonfig::setClearDownloads(clearWidget.clearDownloads->isChecked());
1309- ReKonfig::setClearCookies(clearWidget.clearDownloads->isChecked());
1310- ReKonfig::setClearCachedPages(clearWidget.clearCachedPages->isChecked());
1311- ReKonfig::setClearWebIcons(clearWidget.clearWebIcons->isChecked());
1312- ReKonfig::setClearHomePageThumbs(clearWidget.homePageThumbs->isChecked());
1313-
1314- if (clearWidget.clearHistory->isChecked())
1315- {
1316- HistoryManager::self()->clear();
1317- }
1318-
1319- if (clearWidget.clearDownloads->isChecked())
1320- {
1321- DownloadManager::self()->clearDownloadsHistory();
1322- }
1323-
1324- if (clearWidget.clearCookies->isChecked())
1325- {
1326- QDBusInterface kcookiejar("org.kde.kded", "/modules/kcookiejar", "org.kde.KCookieServer");
1327- QDBusReply<void> reply = kcookiejar.call("deleteAllCookies");
1328- }
1329-
1330- if (clearWidget.clearCachedPages->isChecked())
1331- {
1332- KProcess::startDetached(KStandardDirs::findExe("kio_http_cache_cleaner"),
1333- QStringList(QL1S("--clear-all")));
1334- }
1335-
1336- if (clearWidget.clearWebIcons->isChecked())
1337- {
1338- IconManager::self()->clearIconCache();
1339- }
1340-
1341- if (clearWidget.homePageThumbs->isChecked())
1342- {
1343- QString path = KStandardDirs::locateLocal("cache", QString("thumbs/rekonq"), true);
1344- path.remove("rekonq");
1345- QDir cacheDir(path);
1346- QStringList fileList = cacheDir.entryList();
1347- Q_FOREACH(const QString & str, fileList)
1348- {
1349- QFile file(path + str);
1350- file.remove();
1351- }
1352- }
1353- }
1354-
1355- dialog->deleteLater();
1356-}
1357-
1358-
1359-void Application::createWebAppShortcut()
1360-{
1361- KUrl u = tabWindow()->currentWebWindow()->url();
1362- QString h = u.host();
1363-
1364- QPointer<KDialog> dialog = new KDialog(tabWindow());
1365- dialog->setCaption(i18nc("@title:window", "Create Application Shortcut"));
1366- dialog->setButtons(KDialog::Ok | KDialog::Cancel);
1367- dialog->button(KDialog::Ok)->setText(i18n("Create"));
1368- dialog->setMinimumSize(400, 50);
1369- dialog->setWindowIcon(QIcon(IconManager::self()->iconForUrl(u).pixmap(16)));
1370-
1371- Ui::webAppCreation wAppWidget;
1372- QWidget widget;
1373- wAppWidget.setupUi(&widget);
1374-
1375- QString webAppTitle = tabWindow()->currentWebWindow()->title().remove('&');
1376- wAppWidget.nameLineEdit->setText(webAppTitle);
1377- wAppWidget.kcfg_createDesktopAppShortcut->setChecked(ReKonfig::createDesktopAppShortcut());
1378- wAppWidget.kcfg_createMenuAppShortcut->setChecked(ReKonfig::createMenuAppShortcut());
1379-
1380- dialog->setMainWidget(&widget);
1381- dialog->exec();
1382-
1383- if (dialog->result() == QDialog::Accepted)
1384- {
1385- ReKonfig::setCreateDesktopAppShortcut(wAppWidget.kcfg_createDesktopAppShortcut->isChecked());
1386- ReKonfig::setCreateMenuAppShortcut(wAppWidget.kcfg_createMenuAppShortcut->isChecked());
1387-
1388- IconManager::self()->saveDesktopIconForUrl(u);
1389- QString iconPath = KStandardDirs::locateLocal("cache" , "favicons/" , true) + h + QL1S("_WEBAPPICON.png");
1390-
1391- if (!wAppWidget.nameLineEdit->text().isEmpty())
1392- webAppTitle = wAppWidget.nameLineEdit->text();
1393-
1394- QString webAppDescription;
1395- if (!wAppWidget.descriptionLineEdit->text().isEmpty())
1396- webAppDescription = wAppWidget.descriptionLineEdit->text();
1397-
1398- QString shortcutString = QL1S("#!/usr/bin/env xdg-open\n")
1399- + QL1S("[Desktop Entry]\n")
1400- + QL1S("Name=") + webAppTitle
1401- + QL1S("\n")
1402- + QL1S("GenericName=") + webAppDescription
1403- + QL1S("\n")
1404- + QL1S("Icon=") + iconPath + QL1S("\n")
1405- + QL1S("Exec=rekonq --webapp ") + u.url() + QL1S("\n")
1406- + QL1S("Type=Application\n")
1407- + QL1S("Categories=Application;Network\n")
1408- ;
1409-
1410- if (ReKonfig::createDesktopAppShortcut())
1411- {
1412- QString desktop = KGlobalSettings::desktopPath();
1413- QFile wAppFile(desktop + QL1C('/') + webAppTitle);
1414-
1415- if (!wAppFile.open(QIODevice::WriteOnly | QIODevice::Text))
1416- {
1417- kDebug() << "Unable to open file: " << wAppFile.errorString();
1418- return;
1419- }
1420-
1421- QTextStream out(&wAppFile);
1422- out.setCodec("UTF-8");
1423- out << shortcutString;
1424-
1425- wAppFile.setPermissions(QFile::ReadUser | QFile::WriteUser | QFile::ExeUser | QFile::ReadGroup | QFile::ReadOther);
1426- wAppFile.close();
1427- }
1428-
1429- if (ReKonfig::createMenuAppShortcut())
1430- {
1431- QString appMenuDir = KStandardDirs::locateLocal("xdgdata-apps", QString());
1432- QFile wAppFile(appMenuDir + QL1C('/') + webAppTitle + QL1S(".desktop"));
1433-
1434- if (!wAppFile.open(QIODevice::WriteOnly | QIODevice::Text))
1435- {
1436- kDebug() << "Unable to open file: " << wAppFile.errorString();
1437- return;
1438- }
1439-
1440- QTextStream out(&wAppFile);
1441- out.setCodec("UTF-8");
1442- out << shortcutString;
1443-
1444- wAppFile.close();
1445- }
1446-
1447- }
1448-
1449- dialog->deleteLater();
1450-}
1451-
1452-
1453-void Application::bookmarksToolbarToggled(bool b)
1454-{
1455- emit toggleBookmarksToolbar(b);
1456-}
1457-
1458-
1459-void Application::newPrivateBrowsingWindow()
1460-{
1461- // NOTE: what about an "about:incognito" page?
1462- loadUrl(KUrl("about:home"), Rekonq::NewPrivateWindow);
1463-}
1464-
1465-
1466-void Application::pageCreated(WebPage *pg)
1467-{
1468- if (m_tabWindows.isEmpty())
1469- {
1470- // NOTE: This is "adjusted" from newTabWindow() code...
1471- TabWindow *w = new TabWindow(pg);
1472-
1473- // set object name
1474- int n = m_tabWindows.count() + 1;
1475- w->setObjectName(QL1S("win") + QString::number(n));
1476-
1477- // This is used to track which window was activated most recently
1478- w->installEventFilter(this);
1479-
1480- m_tabWindows.prepend(w);
1481- w->show();
1482-
1483- return;
1484- }
1485-
1486- TabWindow *tw = tabWindow();
1487- tw->newTab(pg);
1488-
1489- tw->activateWindow();
1490- tw->raise();
1491-}
1492
1493=== modified file 'CMakeLists.txt'
1494--- CMakeLists.txt 2013-01-07 16:13:31 +0000
1495+++ CMakeLists.txt 2013-01-30 14:13:09 +0000
1496@@ -7,7 +7,7 @@
1497 # Information to update before to release this package.
1498
1499 # rekonq info
1500-SET(REKONQ_VERSION "2.0" )
1501+SET(REKONQ_VERSION "2.1" )
1502
1503 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h )
1504
1505@@ -92,7 +92,7 @@
1506 MESSAGE(STATUS " Qt library found...................... NO")
1507 MESSAGE(STATUS "")
1508 MESSAGE(SEND_ERROR " rekonq needs at least Qt ${QT_MIN_VERSION}. Please install it and try compiling again.")
1509- MESSAGE(STATUS " Qt website is at http://qt.nokia.com")
1510+ MESSAGE(STATUS " Qt website is at http://qt-project.org")
1511 MESSAGE(STATUS "")
1512 ENDIF(QT4_FOUND)
1513
1514
1515=== modified file 'debian/changelog'
1516--- debian/changelog 2013-01-07 16:13:31 +0000
1517+++ debian/changelog 2013-01-30 14:13:09 +0000
1518@@ -1,3 +1,10 @@
1519+rekonq (2.1-0ubuntu1) raring; urgency=low
1520+
1521+ * New upstream release.
1522+ * Fixed patch kubuntu_no_default_bookmarks.diff
1523+
1524+ -- Howard Chan <smartboyhw@gmail.com> Wed, 30 Jan 2013 21:39:37 +0800
1525+
1526 rekonq (2.0-0ubuntu1) raring; urgency=low
1527
1528 * New upstream release
1529
1530=== modified file 'debian/patches/kubuntu_initial_preference.diff'
1531--- debian/patches/kubuntu_initial_preference.diff 2013-01-07 16:13:31 +0000
1532+++ debian/patches/kubuntu_initial_preference.diff 2013-01-30 14:13:09 +0000
1533@@ -1,8 +1,8 @@
1534-Index: rekonq-2.0/src/data/rekonq.desktop
1535+Index: rekonq/src/data/rekonq.desktop
1536 ===================================================================
1537---- rekonq-2.0.orig/src/data/rekonq.desktop 2013-01-07 16:14:13.367978584 +0000
1538-+++ rekonq-2.0/src/data/rekonq.desktop 2013-01-07 16:14:13.363978585 +0000
1539-@@ -89,4 +89,4 @@
1540+--- rekonq.orig/src/data/rekonq.desktop 2013-01-30 21:39:36.143260000 +0800
1541++++ rekonq/src/data/rekonq.desktop 2013-01-30 21:43:55.330721347 +0800
1542+@@ -90,4 +90,4 @@
1543 MimeType=text/html;application/xhtml+xml;application/xml;
1544 X-DBUS-StartupType=Unique
1545 X-DBUS-ServiceName=org.kde.rekonq
1546
1547=== modified file 'debian/patches/kubuntu_no_default_bookmarks.diff'
1548--- debian/patches/kubuntu_no_default_bookmarks.diff 2011-12-08 10:44:45 +0000
1549+++ debian/patches/kubuntu_no_default_bookmarks.diff 2013-01-30 14:13:09 +0000
1550@@ -1,12 +1,12 @@
1551-Index: rekonq-0.6.80/src/data/defaultbookmarks.xbel
1552+Index: rekonq/src/data/defaultbookmarks.xbel
1553 ===================================================================
1554---- rekonq-0.6.80.orig/src/data/defaultbookmarks.xbel 2011-02-08 17:12:18.000000000 +0000
1555-+++ rekonq-0.6.80/src/data/defaultbookmarks.xbel 2011-02-09 12:08:31.830984778 +0000
1556-@@ -1,22 +1,4 @@
1557+--- rekonq.orig/src/data/defaultbookmarks.xbel 2013-01-30 21:39:36.000000000 +0800
1558++++ rekonq/src/data/defaultbookmarks.xbel 2013-01-30 21:43:33.982721664 +0800
1559+@@ -1,19 +1,4 @@
1560 <?xml version="1.0" encoding="UTF-8"?>
1561 <!DOCTYPE xbel>
1562 <xbel version="1.0">
1563-- <bookmark href="http://qt.nokia.com/">
1564+- <bookmark href="http://qt-project.org/">
1565 - <title>Qt site</title>
1566 - </bookmark>
1567 - <bookmark href="http://webkit.org/">
1568@@ -15,9 +15,6 @@
1569 - <bookmark href="http://rekonq.kde.org/">
1570 - <title>rekonq site</title>
1571 - </bookmark>
1572-- <bookmark href="http://labs.qt.nokia.com/">
1573-- <title>Qt Labs</title>
1574-- </bookmark>
1575 - <bookmark href="http://kde-apps.org/">
1576 - <title>KDE-Apps.org</title>
1577 - </bookmark>
1578
1579=== modified file 'doc/CMakeLists.txt'
1580--- doc/CMakeLists.txt 2013-01-07 16:13:31 +0000
1581+++ doc/CMakeLists.txt 2013-01-30 14:13:09 +0000
1582@@ -8,4 +8,3 @@
1583 add_subdirectory(fr)
1584 add_subdirectory(es)
1585 add_subdirectory(en_US)
1586-add_subdirectory(pt_BR)
1587
1588=== modified file 'doc/de/index.docbook'
1589--- doc/de/index.docbook 2013-01-07 16:13:31 +0000
1590+++ doc/de/index.docbook 2013-01-30 14:13:09 +0000
1591@@ -49,7 +49,7 @@
1592 <!ENTITY % German "INCLUDE">
1593 ]>
1594
1595-<book id="rekonq" lang="&language;">
1596+<book lang="&language;">
1597 <bookinfo>
1598 <title
1599 >Das Handbuch zu &rekonq;</title>
1600@@ -1568,7 +1568,7 @@
1601 </para>
1602
1603 <para
1604->Wir werden Git benutzen, da der aktuelle Quelltext in einem Git-Archiv verfügbar ist. Die &kde;-Projektseite für &rekonq; finden Sie <ulink url="https://projects.kde.org/projects/extragear/network/rekonq"
1605+>&rekonq; benutzt Git, da der aktuelle Quelltext in einem Git-Archiv verfügbar ist. Die &kde;-Projektseite für &rekonq; finden Sie <ulink url="https://projects.kde.org/projects/extragear/network/rekonq"
1606 >hier</ulink
1607 >. Stabile Versionen können <ulink url="http://sourceforge.net/projects/rekonq/files/"
1608 >hier</ulink
1609
1610=== modified file 'doc/nl/index.docbook'
1611--- doc/nl/index.docbook 2013-01-07 16:13:31 +0000
1612+++ doc/nl/index.docbook 2013-01-30 14:13:09 +0000
1613@@ -49,7 +49,7 @@
1614 <!ENTITY % Dutch "INCLUDE">
1615 ]>
1616
1617-<book id="rekonq" lang="&language;">
1618+<book lang="&language;">
1619 <bookinfo>
1620 <title
1621 >Het handboek van &rekonq;</title>
1622@@ -199,7 +199,7 @@
1623 >icon size</guilabel
1624 > (medium, by default) and <guilabel
1625 >icon labels</guilabel
1626-> (not shown, by default). This helps keep the &rekonq; UI simple and puts the focus on the webpage on display. </para>
1627+> (not shown, by default). This helps keep the &rekonq; UI simple and puts the focus on the web page on display. </para>
1628 <para>
1629 <screenshot>
1630 <screeninfo
1631@@ -419,7 +419,7 @@
1632 <para
1633 >In addition to all this, &rekonq; uses &kde;'s own file dialog for opening/saving documents. This means, you have access to the <emphasis
1634 >Places</emphasis
1635-> sidebar from &dolphin; while you open or save documents. </para>
1636+> navigation panel from &dolphin; while you open or save documents. </para>
1637 <para
1638 >Thus, &rekonq; looks, feels and behaves like a part of your &kde; desktop. </para>
1639 </sect2>
1640@@ -497,7 +497,7 @@
1641 </screenshot>
1642 </para>
1643 <para
1644->&rekonq; comes with an automatic subscription to the Easylist filter, which is updated every week. Additionally, you can set up manual filters to block loading of elements from webpages that match your criteria. You can even download and import additional published filterlists or export your list for backup. </para>
1645+>&rekonq; comes with an automatic subscription to the Easylist filter, which is updated every week. Additionally, you can set up manual filters to block loading of elements from web pages that match your criteria. You can even download and import additional published filterlists or export your list for backup. </para>
1646 </chapter>
1647 <chapter id="web-shortcuts-support"
1648 ><title
1649@@ -561,7 +561,7 @@
1650 </screenshot>
1651 </para>
1652 <para
1653->When viewing webpages over a secure connection, you can also view SSL information straight from the URL bar by clicking on the <guiicon
1654+>When viewing web pages over a secure connection, you can also view SSL information straight from the URL bar by clicking on the <guiicon
1655 >yellow lock</guiicon
1656 > icon. </para>
1657 </chapter>
1658@@ -588,7 +588,7 @@
1659 </screenshot>
1660 </para>
1661 <para
1662->&rekonq; allows you to rearrange your tabs on the fly. Just drag a tab to the left or to the right and the other tabs will move out of your way. You can also hover over a tab to see a live preview of the webpage being displayed there. </para>
1663+>&rekonq; allows you to rearrange your tabs on the fly. Just drag a tab to the left or to the right and the other tabs will move out of your way. You can also hover over a tab to see a live preview of the web page being displayed there. </para>
1664 <para
1665 >A <emphasis
1666 >context menu</emphasis
1667@@ -608,7 +608,7 @@
1668 >&Ctrl;&Shift;<keycap
1669 >F</keycap
1670 ></keycombo
1671->, by default). In the full screen view, the main toolbar will auto-hide and the webpage will be displayed over your entire screen. </para>
1672+>, by default). In the full screen view, the main toolbar will auto-hide and the web page will be displayed over your entire screen. </para>
1673 </chapter>
1674 <chapter id="zoom-slider"
1675 ><title
1676@@ -1262,7 +1262,7 @@
1677 >chromium</guilabel
1678 > by opening new windows instead of tabs within the same window. This will not however allow each window of &rekonq; to crash independently &ndash; all windows of &rekonq; crash as a single process. It merely emulates the look of <application
1679 >Chromium</application
1680->, giving individual controls for each webpage you load. </para>
1681+>, giving individual controls for each web page you load. </para>
1682 <para
1683 >Click on the <guilabel
1684 >Tools</guilabel
1685
1686=== modified file 'doc/pt/index.docbook'
1687--- doc/pt/index.docbook 2013-01-07 16:13:31 +0000
1688+++ doc/pt/index.docbook 2013-01-30 14:13:09 +0000
1689@@ -2,7 +2,8 @@
1690 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
1691 <!ENTITY rekonq "<application
1692 >rekonq</application
1693->">
1694+>"
1695+>
1696 <!ENTITY kappname "&rekonq;">
1697 <!ENTITY Andrea.Diamantini "<personname>
1698 <firstname
1699@@ -46,10 +47,11 @@
1700 >">
1701 <!ENTITY package "playground-network">
1702 <!ENTITY % addindex "IGNORE">
1703- <!ENTITY % Portuguese "INCLUDE">
1704+ <!ENTITY % Portuguese "INCLUDE"
1705+>
1706 ]>
1707
1708-<book id="rekonq" lang="&language;">
1709+<book lang="&language;">
1710 <bookinfo>
1711 <title
1712 >O Manual do &rekonq;</title>
1713@@ -99,9 +101,9 @@
1714 <legalnotice
1715 >&FDLNotice;</legalnotice>
1716 <date
1717->2012-06-02</date>
1718+>2010-11-13</date>
1719 <releaseinfo
1720->0.9.61 (&kde; SC 4.8)</releaseinfo>
1721+>0.6.1 (&kde; SC 4.5)</releaseinfo>
1722 <abstract>
1723 <para
1724 ></para>
1725@@ -120,7 +122,8 @@
1726
1727 <chapter id="introduction"
1728 ><title
1729->Introdução</title>
1730+>Introdução</title
1731+>
1732 <para
1733 >Baseado inicialmente no <emphasis
1734 >qtwebkit</emphasis
1735@@ -132,7 +135,7 @@
1736 >&konqueror;</ulink
1737 >, o qual é ainda o navegador Web por omissão do &kde;. </para>
1738 <para
1739->O &rekonq; já substituiu o &konqueror; como navegador Web predefinido no Chakra e no Kubuntu, com mais distribuições a manifestarem essa intenção nas suas versões futuras. </para>
1740+>&rekonq; has already replaced &konqueror; as the default browser in Chakra, with more distributions expressing similar intent for their future releases. </para>
1741 <important
1742 ><para
1743 >Como todas as aplicações do &kde;, o &rekonq; é altamente configurável. Este documento descreve como é que o &rekonq; se comporta com a configuração normal e predefinida. </para>
1744@@ -176,7 +179,8 @@
1745 </chapter>
1746 <chapter id="interface"
1747 ><title
1748->Interface</title>
1749+>Interface</title
1750+>
1751 <para>
1752 <screenshot>
1753 <screeninfo
1754@@ -197,17 +201,19 @@
1755 </screenshot>
1756 </para>
1757 <para
1758->Por omissão, a janela do &rekonq; usa apenas uma barra de ferramentas. Esta barra principal consiste em quatro botões de navegação (<guilabel
1759->recuar</guilabel
1760->, <guilabel
1761->avançar</guilabel
1762->, <guilabel
1763->início</guilabel
1764->, <guilabel
1765->recarregar/parar</guilabel
1766->), a barra de URL's e um botão <guilabel
1767->Ferramentas</guilabel
1768->. Esta abordagem minimalista para a barra principal marca a separação mais significativa do paradigma tradicional, com várias barras de ferramentas, que é seguida pelos outros navegadores, como por exemplo o &konqueror;. </para>
1769+>By default, the &rekonq; window uses only one toolbar. This main toolbar consists of four navigation buttons (<guilabel
1770+>back</guilabel
1771+>, <guilabel
1772+>forward</guilabel
1773+>, <guilabel
1774+>home</guilabel
1775+>, <guilabel
1776+>reload/stop</guilabel
1777+>), the URL bar and two menu/buttons, one for <guilabel
1778+>bookmarks</guilabel
1779+> and one for the <guilabel
1780+>settings</guilabel
1781+>. This minimalist approach to the main toolbar marks the most significant user-interface departure from the traditional multi-toolbar paradigm followed by most other browsers like &konqueror;. </para>
1782 <para
1783 >Para além disso, a barra principal oferece apenas algumas configurações limitadas &ndash; <guilabel
1784 >orientação</guilabel
1785@@ -282,23 +288,27 @@
1786 </chapter>
1787 <chapter id="features"
1788 ><title
1789->Características</title>
1790+>Características</title
1791+>
1792 <para
1793 >Debaixo da sua aparência minimalista, o &rekonq; contém um conjunto completo de funcionalidades poderosas. Algumas destas estão descritas em baixo: </para>
1794 <sect1 id="kde-integration"
1795 ><title
1796->Integração com o &kde;</title>
1797+>Integração com o &kde;</title
1798+>
1799 <para
1800 >O &rekonq; está desenhado com o objectivo de ser um navegador para o &kde;. De facto, demonstra-o. </para>
1801 <sect2 id="appearance"
1802 ><title
1803->Aparência</title>
1804+>Aparência</title
1805+>
1806 <para
1807 >Obedece aos seus temas, tipos de letra, decorações de janelas, realces dos menu e muitas opções de personalização que definir para o seu ambiente de trabalho. </para>
1808 </sect2>
1809 <sect2 id="applications"
1810 ><title
1811->Aplicações</title>
1812+>Aplicações</title
1813+>
1814 <para>
1815 <screenshot>
1816 <screeninfo
1817@@ -401,10 +411,12 @@
1818 </sect1>
1819 <sect1 id="services"
1820 ><title
1821->Serviços</title>
1822+>Serviços</title
1823+>
1824 <sect2 id="kio-support"
1825 ><title
1826->Suporte para o KIO</title>
1827+>Suporte para o KIO</title
1828+>
1829 <para>
1830 <screenshot>
1831 <screeninfo
1832@@ -431,7 +443,8 @@
1833 </sect2>
1834 <sect2 id="dialogs"
1835 ><title
1836->Janelas</title>
1837+>Janelas</title
1838+>
1839 <para
1840 >Para além de tudo isto, o &rekonq; usa a janela de ficheiros própria do &kde; para abrir ou gravar os documentos. Isto significa que terá acesso à barra de <emphasis
1841 >Locais</emphasis
1842@@ -443,7 +456,8 @@
1843 </chapter>
1844 <chapter id="webkit-engine"
1845 ><title
1846->Motor Webkit</title>
1847+>Motor Webkit</title
1848+>
1849 <para
1850 >O &rekonq; utiliza o motor 'open source' de visualização <guilabel
1851 >WebKit</guilabel
1852@@ -461,7 +475,8 @@
1853 </chapter>
1854 <chapter id="auto-load-click-to-load-plugins"
1855 ><title
1856->'Plugins' de carregamento automático/manual</title>
1857+>'Plugins' de carregamento automático/manual</title
1858+>
1859 <para>
1860 <screenshot>
1861 <screeninfo
1862@@ -492,7 +507,8 @@
1863 </chapter>
1864 <chapter id="adblock-support"
1865 ><title
1866->Suporte para o Adblock</title>
1867+>Suporte para o Adblock</title
1868+>
1869 <para>
1870 <screenshot>
1871 <screeninfo
1872@@ -517,7 +533,8 @@
1873 </chapter>
1874 <chapter id="web-shortcuts-support"
1875 ><title
1876->Suporte para atalhos da Web</title>
1877+>Suporte para atalhos da Web</title
1878+>
1879 <para
1880 >O &rekonq; permite-lhe escolher um atalho da Web a partir de uma extensa lista &ndash; estas são palavras-chave que lhe permitem pesquisar na Web rapidamente. Por exemplo, se escrever <userinput
1881 >gg:&kde;</userinput
1882@@ -535,7 +552,8 @@
1883 </chapter>
1884 <chapter id="privacy-and-security-features"
1885 ><title
1886->Funcionalidades de privacidade e segurança</title>
1887+>Funcionalidades de privacidade e segurança</title
1888+>
1889 <para>
1890 <screenshot>
1891 <screeninfo
1892@@ -583,7 +601,8 @@
1893 </chapter>
1894 <chapter id="advanced-tab-handling"
1895 ><title
1896->Tratamento avançado de páginas</title>
1897+>Tratamento avançado de páginas</title
1898+>
1899 <para>
1900 <screenshot>
1901 <screeninfo
1902@@ -612,13 +631,15 @@
1903 </chapter>
1904 <chapter id="session-restore-feature"
1905 ><title
1906->Funcionalidade de reposição da sessão</title>
1907+>Funcionalidade de reposição da sessão</title
1908+>
1909 <para
1910 >Se o &rekonq; estoirar, irá tentar automaticamente repor a sua sessão completa, com todas as páginas, da próxima vez que o iniciar. Se por alguma razão o navegador continuar a estoirar após repor a sessão, o &rekonq; irá iniciar automaticamente com uma sessão nova da segunda vez. </para>
1911 </chapter>
1912 <chapter id="full-screen-mode"
1913 ><title
1914->Modo de ecrã completo</title>
1915+>Modo de ecrã completo</title
1916+>
1917 <para
1918 >O &rekonq; suporta a visualização em todo o ecrã da página Web, directamente a partir do botão do menu de configuração ou através de uma combinação de teclas (<keycombo
1919 >&Ctrl;&Shift;<keycap
1920@@ -628,7 +649,8 @@
1921 </chapter>
1922 <chapter id="zoom-slider"
1923 ><title
1924->Barra de ampliação</title>
1925+>Barra de ampliação</title
1926+>
1927 <para>
1928 <screenshot>
1929 <screeninfo
1930@@ -639,36 +661,27 @@
1931 </imageobject>
1932 <textobject>
1933 <phrase
1934->O &rekonq; a mostrar a barra de ampliação no fundo da janela</phrase>
1935+>&rekonq; showing the zoom slider in the configuration menu</phrase>
1936 </textobject>
1937 <caption>
1938 <para
1939->O &rekonq; a mostrar a barra de ampliação no fundo da janela</para>
1940+>&rekonq; showing the zoom slider in the configuration menu</para>
1941 </caption>
1942 </mediaobject>
1943 </screenshot>
1944 </para>
1945 <para
1946->O &rekonq; tem uma barra para ajustar a ampliação, à direita do menu de configuração, com um botão útil para repor o nível predefinido da ampliação. Obviamente, poderá usar à mesma o teclado (<keycombo
1947+>&rekonq; has a slider to adjust the zoom right from the configuration menu with a handy button to restore the zoom back to default. Of course, you can still use keyboard (<keycombo
1948 >&Ctrl;<keycap
1949 >+/-</keycap
1950 ></keycombo
1951->) ou o rato (<keycombo
1952->&Ctrl;<keycap
1953-> roda do rato para cima/baixo</keycap
1954-></keycombo
1955->) da mesma forma. </para>
1956-<para
1957->A barra de ampliação poderá ser activada (ou desactivada) com o <keycombo
1958->&Ctrl;<keycap
1959->Y</keycap
1960-></keycombo
1961-> ou com a <guimenuitem
1962->Ampliação...</guimenuitem
1963-> do menu de <guilabel
1964->Ferramentas</guilabel
1965->. </para>
1966+>) or mouse (<keycombo
1967+>&Ctrl;<keycap
1968+> mouse scroll up/down</keycap
1969+></keycombo
1970+>) shortcuts just the same. </para>
1971 </chapter>
1972+
1973 <chapter id="Config-rekonq">
1974 <title
1975 >Configuração detalhada do &rekonq;</title>
1976@@ -682,10 +695,10 @@
1977 >Deseja configurar o comportamento geral do &rekonq;? Acabou de encontrar o local correcto para a explicação do mesmo. </para>
1978
1979 <para
1980->Para abrir a configuração geral, carregue no ícone de <guiicon
1981->Ferramentas</guiicon
1982-> e seleccione <guisubmenu
1983->Configurar o rekonq</guisubmenu
1984+>To open the general settings click on the <guiicon
1985+>Tool</guiicon
1986+> icon and select <guisubmenu
1987+>Configure rekonq</guisubmenu
1988 >. </para>
1989
1990 <para>
1991@@ -781,13 +794,13 @@
1992 >Aqui poderá aprender como alterar a configuração das páginas.</para>
1993
1994 <para
1995->Para ir para a janela, carregue no ícone de <guiicon
1996->Ferramentas</guiicon
1997-> e abra <menuchoice
1998+>To come to the dialog click on the <guiicon
1999+>Tool</guiicon
2000+> icon and open <menuchoice
2001 > <guisubmenu
2002->Configurar o rekonq</guisubmenu
2003+>Configure rekonq</guisubmenu
2004 > <guimenuitem
2005->Páginas</guimenuitem
2006+>Tabs</guimenuitem
2007 > </menuchoice
2008 > </para>
2009
2010@@ -832,11 +845,11 @@
2011 <varlistentry>
2012 <term
2013 ><guilabel
2014->Não usar páginas: abrir as ligações em janelas novas</guilabel
2015+>Open links in new tab instead of in new window</guilabel
2016 ></term>
2017 <listitem
2018 ><para
2019->Isto activa a abertura por omissão das ligações em janelas novas.</para
2020+>This enables the default opening of links in new tabs.</para
2021 ></listitem>
2022 </varlistentry>
2023 <varlistentry>
2024@@ -872,6 +885,16 @@
2025 <varlistentry>
2026 <term
2027 ><guilabel
2028+>Show preview when hovering tab</guilabel
2029+></term>
2030+ <listitem
2031+> <para
2032+>This shows you an preview of the content of a tab if you hover it. This can be useful if you have many tabs opened. </para
2033+> </listitem>
2034+ </varlistentry>
2035+ <varlistentry>
2036+ <term
2037+><guilabel
2038 >Activar a página usada anteriormente ao fechar a actual</guilabel
2039 ></term>
2040 <listitem
2041@@ -907,10 +930,7 @@
2042 </para>
2043
2044 <para
2045->Segue-se uma explicação das opções configuráveis e sobre o que elas fazem na página <guilabel
2046->Tipos de Letra</guilabel
2047->. </para>
2048-<variablelist>
2049+>Following will explain the configurable things and what they do <variablelist>
2050 <varlistentry>
2051 <term
2052 ><guilabel
2053@@ -1001,43 +1021,40 @@
2054 >Poderá configurar o tamanho mínimo do texto no &rekonq;. Todos os textos menores que este tamanho será aumentados para o valor definido aqui.</para
2055 ></listitem>
2056 </varlistentry>
2057-</variablelist>
2058-
2059-<para
2060->Na página <guilabel
2061->Codificação dos Caracteres</guilabel
2062->:</para>
2063-
2064-<variablelist>
2065- <varlistentry>
2066- <term
2067-><guilabel
2068->Codificação de caracteres por omissão:</guilabel
2069-></term>
2070- <listitem
2071-><para
2072->Aqui poderá definir explicitamente a codificação das páginas sem codificação predefinida. Use a codificação comum da sua língua nativa.</para
2073-></listitem>
2074- </varlistentry>
2075-</variablelist>
2076-
2077-<para
2078->Na página <guilabel
2079->Folha de Estilo Personalizada</guilabel
2080->:</para>
2081-
2082-<variablelist>
2083- <varlistentry>
2084- <term
2085-><guilabel
2086->Localização do ficheiro CSS:</guilabel
2087+ <varlistentry>
2088+ <term
2089+><guilabel
2090+>User CSS path:</guilabel
2091 ></term>
2092 <listitem
2093 ><para
2094 >Aqui poderá definir a localização do seu ficheiro CSS que é usado para formatar as páginas Web.</para
2095 ></listitem>
2096 </varlistentry>
2097+ <varlistentry>
2098+ <term
2099+><guilabel
2100+>Auto-scroll on middle-click</guilabel
2101+></term>
2102+ <listitem
2103+><para
2104+>Enabling this option makes contents to scroll after the &MMB; click.</para
2105+></listitem>
2106+ </varlistentry>
2107+ <varlistentry>
2108+ <term
2109+><guilabel
2110+>Activar o deslocamento suave</guilabel
2111+></term>
2112+ <listitem
2113+><para
2114+>Se activar esta opção, o &rekonq; irá usar um deslocamento suave. Desligue esta opção se o deslocamento tiver interrupções.</para
2115+></listitem>
2116+ </varlistentry>
2117 </variablelist>
2118+
2119+</para>
2120+
2121 </sect1>
2122
2123 <sect1 id="Webkit">
2124@@ -1063,82 +1080,136 @@
2125
2126 </sect1>
2127
2128-<sect1 id="Privacy">
2129-
2130-<title
2131->Configuração da privacidade</title>
2132-
2133-<para>
2134-<screenshot>
2135-<screeninfo
2136->Agora deverá ver o seguinte</screeninfo>
2137- <mediaobject>
2138- <imageobject>
2139- <imagedata fileref="privacy.png" format="PNG"/>
2140- </imageobject>
2141- <textobject>
2142- <phrase
2143->Imagem</phrase>
2144- </textobject>
2145- </mediaobject>
2146-</screenshot>
2147-</para>
2148-
2149-<para
2150->Como poderá ver, se usar esta página poderá controlar o JavaScript, o seguimento, o histórico, as senhas, os <ulink url="help:kcontrol/cookies"
2151->cookies</ulink
2152-> e as opções da <ulink url="help:kcontrol/cache"
2153->cache</ulink
2154-> do &rekonq;. </para>
2155+<sect1 id="Network">
2156+
2157+<title
2158+>Network configuration</title>
2159+
2160+<sect2 id="Cookies">
2161+
2162+<title
2163+>Handling of Cookies with &rekonq;</title>
2164+
2165+<para>
2166+<screenshot>
2167+<screeninfo
2168+>This is a screenshot of the cookie settings dialog</screeninfo>
2169+ <mediaobject>
2170+ <imageobject>
2171+ <imagedata fileref="cookies.png" format="PNG"/>
2172+ </imageobject>
2173+ <textobject>
2174+ <phrase
2175+>Imagem</phrase>
2176+ </textobject>
2177+ </mediaobject>
2178+</screenshot>
2179+</para>
2180+
2181+<para
2182+>As you can see the cookies can be configured in many ways. </para>
2183+
2184+<para
2185+>&rekonq; can handle cookies in three ways by default <itemizedlist>
2186+<listitem
2187+><para
2188+><guilabel
2189+>Ask for confirmation</guilabel
2190+></para
2191+></listitem>
2192+<listitem
2193+><para
2194+><guilabel
2195+>Accept all cookies</guilabel
2196+></para
2197+></listitem>
2198+<listitem
2199+><para
2200+><guilabel
2201+>Reject all cookies</guilabel
2202+></para
2203+></listitem>
2204+</itemizedlist>
2205+</para>
2206+</sect2>
2207+
2208+<sect2 id="Rest">
2209+
2210+<title
2211+>Rest</title>
2212+
2213+<para>
2214+<screenshot>
2215+<screeninfo
2216+>Agora deverá ver o seguinte</screeninfo>
2217+ <mediaobject>
2218+ <imageobject>
2219+ <imagedata fileref="cache.png" format="PNG"/>
2220+ </imageobject>
2221+ <textobject>
2222+ <phrase
2223+>Imagem</phrase>
2224+ </textobject>
2225+ </mediaobject>
2226+</screenshot>
2227+</para>
2228+
2229+<para>
2230+<screenshot>
2231+<screeninfo
2232+>Agora deverá ver o seguinte</screeninfo>
2233+ <mediaobject>
2234+ <imageobject>
2235+ <imagedata fileref="proxy.png" format="PNG"/>
2236+ </imageobject>
2237+ <textobject>
2238+ <phrase
2239+>Imagem</phrase>
2240+ </textobject>
2241+ </mediaobject>
2242+</screenshot>
2243+</para>
2244+</sect2>
2245
2246 </sect1>
2247
2248-<sect1 id="Advanced">
2249+<sect1 id="AdBlock">
2250+
2251 <title
2252->Configuração avançada</title>
2253-
2254-<para>
2255-<screenshot>
2256-<screeninfo
2257->Agora deverá ver o seguinte</screeninfo>
2258- <mediaobject>
2259- <imageobject>
2260- <imagedata fileref="advanced.png" format="PNG"/>
2261- </imageobject>
2262- <textobject>
2263- <phrase
2264->Imagem</phrase>
2265- </textobject>
2266- </mediaobject>
2267-</screenshot>
2268-</para>
2269-
2270- <para
2271->Se usar a área do <guilabel
2272->Proxy</guilabel
2273->, poderá aceder à configuração do servidor 'proxy' a nível do sistema. Basta carregar em <guibutton
2274->Mudá-las!</guibutton
2275-> para abrir o <ulink url="help:kcontrol/proxy"
2276->módulo correspondente do &systemsettings;</ulink
2277->.</para>
2278-
2279-<para
2280->Na página <guilabel
2281->Diversos</guilabel
2282->, poderá configurar diversos aspectos que controlam o navegador.</para>
2283-
2284-<variablelist>
2285- <varlistentry>
2286- <term
2287-><guilabel
2288->Activar o deslocamento suave</guilabel
2289-></term>
2290- <listitem
2291-><para
2292->Se activar esta opção, o &rekonq; irá usar um deslocamento suave. Desligue esta opção se o deslocamento tiver interrupções.</para
2293-></listitem>
2294- </varlistentry>
2295-</variablelist>
2296+>Configure the Adblock settings</title>
2297+
2298+<para>
2299+<screenshot>
2300+<screeninfo
2301+>Agora deverá ver o seguinte</screeninfo>
2302+ <mediaobject>
2303+ <imageobject>
2304+ <imagedata fileref="Rekonq-adblockconfiguration.png" format="PNG"/>
2305+ </imageobject>
2306+ <textobject>
2307+ <phrase
2308+>Imagem</phrase>
2309+ </textobject>
2310+ </mediaobject>
2311+</screenshot>
2312+</para>
2313+
2314+<para>
2315+<screenshot>
2316+<screeninfo
2317+>Agora deverá ver o seguinte</screeninfo>
2318+ <mediaobject>
2319+ <imageobject>
2320+ <imagedata fileref="Rekonq-adblockconfiguration-manual.png" format="PNG"/>
2321+ </imageobject>
2322+ <textobject>
2323+ <phrase
2324+>Imagem</phrase>
2325+ </textobject>
2326+ </mediaobject>
2327+</screenshot>
2328+</para>
2329+
2330 </sect1>
2331
2332 <sect1 id="Shortcut">
2333@@ -1146,8 +1217,6 @@
2334 <title
2335 >Configurar as opções dos Atalhos</title>
2336
2337- <!-- Add the link to KDE fundamentals on shortcuts configuration here later on! -->
2338-
2339 <para>
2340 <screenshot>
2341 <screeninfo
2342@@ -1169,7 +1238,7 @@
2343 <sect1 id="WebShortcut">
2344
2345 <title
2346->Configurar as opções dos Motores de Busca</title>
2347+>Configure the Web Shortcuts settings</title>
2348
2349 <para>
2350 <screenshot>
2351@@ -1193,10 +1262,12 @@
2352
2353 <chapter id="rekonq-faqs-tips-and-tricks"
2354 ><title
2355->FAQ's, Dicas e Truques do Rekonq</title>
2356+>FAQ's, Dicas e Truques do Rekonq</title
2357+>
2358 <sect1 id="how-do-i-set-rekonq-as-my-default-browser"
2359 ><title
2360->Como é que configuro o &rekonq; como navegador por omissão?</title>
2361+>Como é que configuro o &rekonq; como navegador por omissão?</title
2362+>
2363 <para
2364 >Vá a <menuchoice
2365 ><guimenu
2366@@ -1233,19 +1304,20 @@
2367 </sect1>
2368 <sect1 id="how-do-i-load-flash-on-demand"
2369 ><title
2370->Como é que carrego o Flash a pedido?</title>
2371+>Como é que carrego o Flash a pedido?</title
2372+>
2373 <para
2374->Carregue no botão do menu <guilabel
2375->Ferramentas</guilabel
2376-> e abra a janela para <guilabel
2377->Configurar o rekonq</guilabel
2378->. Carregue no <guilabel
2379+>Click on the <guilabel
2380+>configuration</guilabel
2381+> menu button, and open the <guilabel
2382+>Configure rekonq</guilabel
2383+> dialog. Click on <guilabel
2384 >WebKit</guilabel
2385-> e, na <guilabel
2386->configuração dos 'plugins'</guilabel
2387->, seleccione a opção <guilabel
2388->Carregar Manualmente os 'Plugins'</guilabel
2389->. Carregue em <guilabel
2390+> and under <guilabel
2391+>Plugin settings</guilabel
2392+>, select to <guilabel
2393+>Manually Load Plugins</guilabel
2394+>. Click <guilabel
2395 >OK</guilabel
2396 >. </para>
2397 <para>
2398@@ -1270,7 +1342,8 @@
2399 </sect1>
2400 <sect1 id="how-do-i-make-rekonq-behave-like-chrome-chromium"
2401 ><title
2402->Como é que faço com que o &rekonq; se comporte como o Chrome/Chromium?</title>
2403+>Como é que faço com que o &rekonq; se comporte como o Chrome/Chromium?</title
2404+>
2405 <para
2406 >Se usar a funcionalidade de agrupamento de janelas como páginas do <ulink url="help:/kwin/index.html"
2407 >KWin</ulink
2408@@ -1280,13 +1353,11 @@
2409 >Chromium</application
2410 >, dando um controlo individual para cada página Web que carregar. </para>
2411 <para
2412->Carregue no botão de <guilabel
2413->Ferramentas</guilabel
2414-> e abra a janela para <guilabel
2415->Configurar o rekonq</guilabel
2416->. Carregue em <guilabel
2417->Páginas</guilabel
2418->. Desligue todas as opções para desactivar todo o tratamento de páginas no &rekonq;. Agora, o &rekonq; irá abrir sempre janelas novas em vez de páginas. </para>
2419+>Click on the configuration menu button and open the <guilabel
2420+>Configure rekonq</guilabel
2421+> dialog. Click on <guilabel
2422+>Tabs</guilabel
2423+>. Unselect all options to disable all tab handling in &rekonq;. Now, &rekonq; will always open new windows instead of tabs. </para>
2424 <para
2425 >Agora, iremos configurar o <guilabel
2426 >KWin</guilabel
2427@@ -1369,27 +1440,24 @@
2428 </sect1>
2429 <sect1 id="how-do-i-enable-adblock"
2430 ><title
2431->Como é que activo o Adblock?</title>
2432+>Como é que activo o Adblock?</title
2433+>
2434 <para
2435->O Adblock deverá já estar activado para si com a subscrição de bloqueio de anúncios do <guilabel
2436+>Adblocking should already be enabled for you using the <guilabel
2437 >Easylist</guilabel
2438->. Podê-lo-á configurar mais tarde se carregar no botão de configuração e abrir a janela para <menuchoice
2439-><guisubmenu
2440->Ferramentas</guisubmenu
2441-> <guimenuitem
2442->Ad Block</guimenuitem
2443-> </menuchoice
2444->. Carregue nos <guilabel
2445->Filtros do AdBlocK</guilabel
2446->. Aqui poderá adicionar filtros personalizados com sequências especiais (p.ex., <command
2447->http://www.pagina.com/ads/*</command
2448->) ou expressões regulares após as barras (p.ex., <userinput
2449+> adblock subscription. You can further configure it by clicking on the configuration menu button and opening the <guilabel
2450+>Configure rekonq</guilabel
2451+> dialog. Click on <guilabel
2452+>AdBlocK Filters</guilabel
2453+>. Here, you can add custom filters using wildcard strings (e.g. <command
2454+>http://www.site.com/ads/*</command
2455+>) or regular expressions within forward slashes (e.g. <userinput
2456 >//(ads|dclk)\./</userinput
2457 >). </para>
2458 <para
2459->Se carregar em <guilabel
2460->OK</guilabel
2461->, irá activar os seus filtros do Adblock de forma instantânea. </para>
2462+>Clicking <guilabel
2463+>Apply</guilabel
2464+> activates your adblock filters instantly. </para>
2465 <para>
2466 <screenshot>
2467 <screeninfo
2468@@ -1431,7 +1499,8 @@
2469 </sect1>
2470 <sect1 id="i-have-more-questions"
2471 ><title
2472->Tenho mais questões!</title>
2473+>Tenho mais questões!</title
2474+>
2475 <para
2476 >Se tiver o &rekonq; instalado, poderá carregar o documento de <guilabel
2477 >Ajuda</guilabel
2478@@ -1441,7 +1510,7 @@
2479
2480 <!--A user-generated manual is also available <ulink url="http://userbase.kde.org/Special:myLanguage/Rekonq/Manual"
2481 >here</ulink
2482->.-->
2483+>.-->
2484 <para
2485 >Os <ulink url="http://forum.kde.org"
2486 >Fóruns do &kde;</ulink
2487@@ -1458,7 +1527,8 @@
2488 </sect1>
2489 <sect1 id="how-do-i-contribute"
2490 ><title
2491->Como é que posso contribuir?</title>
2492+>Como é que posso contribuir?</title
2493+>
2494 <para
2495 >Veja acima por agora. <inlinemediaobject>
2496 <imageobject>
2497@@ -1501,7 +1571,8 @@
2498 >Rekonq</ulink
2499 > e <ulink url="http://userbase.kde.org/index.php?title=Rekonq/FAQs&amp;action=history"
2500 >Rekonq/FAQs</ulink
2501->.</para>
2502+>.</para
2503+>
2504 <para
2505 >Tradução de José Nuno Pires <email
2506 >zepires@gmail.com</email
2507@@ -1529,7 +1600,7 @@
2508 >Requisitos</title>
2509
2510 <para
2511->Para poder usar o &rekonq; com sucesso, precisa pelo menos do &Qt; 4.8.x e do &kde; 4.7.x.</para>
2512+>In order to successfully use &rekonq;, you need at least &Qt; 4.7.x and &kde; 4.5.x.</para>
2513 </sect1>
2514
2515 <sect1 id="compilation">
2516
2517=== removed directory 'doc/pt_BR'
2518=== removed file 'doc/pt_BR/CMakeLists.txt'
2519--- doc/pt_BR/CMakeLists.txt 2013-01-07 16:13:31 +0000
2520+++ doc/pt_BR/CMakeLists.txt 1970-01-01 00:00:00 +0000
2521@@ -1,1 +0,0 @@
2522-kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/pt_BR SUBDIR rekonq )
2523
2524=== removed file 'doc/pt_BR/index.docbook'
2525--- doc/pt_BR/index.docbook 2013-01-07 16:13:31 +0000
2526+++ doc/pt_BR/index.docbook 1970-01-01 00:00:00 +0000
2527@@ -1,1689 +0,0 @@
2528-<?xml version="1.0" ?>
2529-<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
2530- <!ENTITY rekonq "<application
2531->rekonq</application
2532->">
2533- <!ENTITY kappname "&rekonq;">
2534- <!ENTITY Andrea.Diamantini "<personname>
2535- <firstname
2536->Andrea</firstname>
2537- <surname
2538->Diamantini</surname>
2539- </personname>
2540- ">
2541- <!ENTITY Rohan.Garg "<personname>
2542- <firstname
2543->Rohan</firstname>
2544- <surname
2545->Garg</surname>
2546- </personname>
2547- ">
2548- <!ENTITY Jonathan.Kolberg "<personname>
2549- <firstname
2550->Jonathan</firstname>
2551- <surname
2552->Kolberg</surname>
2553- </personname>
2554- ">
2555- <!ENTITY The.rekonq.Team "<personname>
2556- <firstname
2557->rekonq</firstname>
2558- <surname
2559->Team</surname>
2560- </personname>
2561- ">
2562- <!ENTITY Andrea.Diamantini.mail "<email
2563->adjam7@gmail.com</email
2564->">
2565- <!ENTITY Rohan.Garg.mail "<email
2566->rohan16garg@gmail.com</email
2567->">
2568- <!ENTITY Jonathan.Kolberg.mail "<email
2569->bulldog98@kubuntu-de.org</email
2570->">
2571- <!ENTITY The.rekonq.Team.mail "<email
2572->rekonq@kde.org</email
2573->">
2574- <!ENTITY package "playground-network">
2575- <!ENTITY % addindex "IGNORE">
2576- <!ENTITY % Brazilian-Portuguese "INCLUDE">
2577-]>
2578-
2579-<book id="rekonq" lang="&language;">
2580-<bookinfo>
2581-<title
2582->Manual do &rekonq;</title>
2583-<authorgroup>
2584-<author
2585->&Andrea.Diamantini; &Andrea.Diamantini.mail;</author>
2586-<author
2587->&Rohan.Garg; &Rohan.Garg.mail;</author>
2588-<author
2589->&Jonathan.Kolberg; &Jonathan.Kolberg.mail;</author>
2590-<author>
2591-<personname
2592-><firstname
2593->Parte desta documentação foi convertida a partir da página da Base de Usuários do &kde; em <ulink url="http://userbase.kde.org/Rekonq"
2594->Rekonq</ulink
2595->.</firstname
2596-> <surname
2597-></surname
2598-> </personname>
2599-</author>
2600-<author>
2601-<personname
2602-><firstname
2603->Parte desta documentação foi convertida a partir da página da Base de Usuários do &kde; em <ulink url="http://userbase.kde.org/Rekonq/FAQs"
2604->Rekonq/FAQs</ulink
2605->.</firstname
2606-> <surname
2607-></surname
2608-> </personname>
2609- </author>
2610-<othercredit role="translator"
2611-><firstname
2612->Luiz Fernando</firstname
2613-><surname
2614->Ranghetti</surname
2615-><affiliation
2616-><address
2617-><email
2618->elchevive@opensuse.org</email
2619-></address
2620-></affiliation
2621-><contrib
2622->Tradução</contrib
2623-></othercredit
2624-> <othercredit role="translator"
2625-><firstname
2626->André Marcelo</firstname
2627-><surname
2628->Alvarenga</surname
2629-><affiliation
2630-><address
2631-><email
2632->alvarenga@kde.org</email
2633-></address
2634-></affiliation
2635-><contrib
2636->Tradução</contrib
2637-></othercredit
2638-> <othercredit role="translator"
2639-><firstname
2640->Marcus</firstname
2641-><surname
2642->Gama</surname
2643-><affiliation
2644-><address
2645-><email
2646->marcus.gama@gmail.com</email
2647-></address
2648-></affiliation
2649-><contrib
2650->Tradução</contrib
2651-></othercredit
2652->
2653- </authorgroup>
2654-<legalnotice
2655->&FDLNotice;</legalnotice>
2656-<date
2657->02/06/2012</date>
2658- <releaseinfo
2659->0.9.61 (&kde; SC 4.8)</releaseinfo>
2660-<abstract>
2661-<para
2662-></para>
2663- </abstract>
2664- <keywordset>
2665-<keyword
2666->KDE</keyword>
2667-<keyword
2668->Navegador</keyword>
2669-<keyword
2670->rekonq</keyword>
2671-<keyword
2672->WebKit</keyword>
2673-</keywordset>
2674-</bookinfo>
2675-
2676-<chapter id="introduction"
2677-><title
2678->Introdução</title>
2679-<para
2680->Baseado inicialmente no <emphasis
2681->qtwebkit</emphasis
2682-> (e, atualmente, no <emphasis
2683->kdewebkit</emphasis
2684->), o &rekonq; é um navegador Web leve, desenhado para usar o motor de visualização <guilabel
2685->WebKit</guilabel
2686-> em conjunto com outras várias tecnologias do &kde;, permitindo-o integrar-se de forma transparente com o ambiente de trabalho &kde;. O nome é um trocadilho para o venerável navegador baseado no KHTML <ulink url="help:/konqueror/index.html"
2687->&konqueror;</ulink
2688->, que é ainda o navegador Web padrão do &kde;. </para>
2689-<para
2690->O &rekonq; já substituiu o &konqueror; como navegador Web padrão no Chakra e Kubuntu, com mais distribuições manifestando essa intenção nas suas versões futuras. </para>
2691-<important
2692-><para
2693->Como todos os aplicativos do &kde;, o &rekonq; é altamente configurável. Este documento descreve como é que o &rekonq; se comporta com as configurações normal e padrão. </para>
2694- <para
2695->Um mouse de três botões pode ser útil quando você estiver executando o &rekonq; ou qualquer outro aplicativo do &kde;. Se o seu mouse tiver apenas dois botões, você pode configurar o seu sistema para que possa simular o botão do meio, clicando em ambos os botões ao mesmo tempo. </para>
2696- <para
2697->Se estiver habituado a usar o clique-duplo para realizar uma ação, então tenha cuidado, porque o &rekonq; usa a configuração de clique único como padrão, assim como o restante do &kde;. </para>
2698-</important>
2699-
2700-<sect1 id="Starting">
2701-
2702-<title
2703->Iniciando o &rekonq;</title>
2704-<para
2705->O &rekonq; pode ser iniciado das seguintes maneiras <itemizedlist>
2706- <listitem
2707-><para
2708->Do lançador de aplicativos, selecione <menuchoice
2709-><guimenuitem
2710->Aplicativos</guimenuitem
2711-> <guisubmenu
2712->Internet</guisubmenu
2713-> <guimenuitem
2714->rekonq</guimenuitem
2715-> </menuchoice
2716-> </para
2717-></listitem>
2718- <listitem
2719-><para
2720-><keycombo action="simul"
2721->&Alt;<keycap
2722->F2</keycap
2723-></keycombo
2724-> irá abrir o &krunner;, digite <userinput
2725->rekonq</userinput
2726-> (em letras minúsculas) e pressione &Enter; para iniciar o &rekonq;</para
2727-></listitem>
2728-</itemizedlist>
2729-</para>
2730-</sect1>
2731-</chapter>
2732-<chapter id="interface"
2733-><title
2734->Interface</title>
2735-<para>
2736-<screenshot>
2737-<screeninfo
2738-></screeninfo>
2739- <mediaobject>
2740- <imageobject>
2741- <imagedata fileref="Rekonq-toolbar.png" format="PNG"/>
2742- </imageobject>
2743- <textobject>
2744- <phrase
2745->barra de ferramentas principal do &rekonq;</phrase>
2746- </textobject>
2747- <caption>
2748- <para
2749->barra de ferramentas principal do &rekonq;</para>
2750- </caption>
2751- </mediaobject>
2752-</screenshot>
2753-</para>
2754-<para
2755->Por padrão, a janela do &rekonq; usa apenas uma barra de ferramentas. Esta barra principal consiste em três botões de navegação (<guilabel
2756->voltar</guilabel
2757->, <guilabel
2758->avançar</guilabel
2759-> e <guilabel
2760->recarregar/parar</guilabel
2761->), a barra de URLs e um menu/botão <guilabel
2762->Ferramentas</guilabel
2763->. Esta abordagem minimalista para a barra principal marca a separação mais significativa do paradigma tradicional, com várias barras de ferramentas, que é seguida pelos outros navegadores, como por exemplo o &konqueror;. </para>
2764-<para
2765->Além disso, a barra principal oferece apenas algumas configurações limitadas &ndash; <guilabel
2766->orientação</guilabel
2767-> (bloqueada no topo da janela, por padrão), o <guilabel
2768->tamanho dos ícones</guilabel
2769-> (médio, por padrão) e as <guilabel
2770->legendas dos ícones</guilabel
2771-> (não visível, por padrão). Isto ajuda a manter a interface do &rekonq; simples e focada na página Web a apresentar. </para>
2772-<para>
2773-<screenshot>
2774-<screeninfo
2775-></screeninfo>
2776- <mediaobject>
2777- <imageobject>
2778- <imagedata fileref="Rekonq-urlbar.png" format="PNG"/>
2779- </imageobject>
2780- <textobject>
2781- <phrase
2782->barra de URL do &rekonq; URL</phrase>
2783- </textobject>
2784- <caption>
2785- <para
2786->barra de URL do &rekonq; URL</para>
2787- </caption>
2788- </mediaobject>
2789-</screenshot>
2790-</para>
2791-<para
2792->O &rekonq; introduz uma barra de URLs bastante melhorada que fornece o acesso aos motores de busca a partir da própria lista de completamento. Esta lista também é preenchida pelos itens correspondentes no seu histórico e nos favoritos. </para>
2793-<para>
2794-<screenshot>
2795-<screeninfo
2796-></screeninfo>
2797- <mediaobject>
2798- <imageobject>
2799- <imagedata fileref="Rekonq-newtab.png" format="PNG"/>
2800- </imageobject>
2801- <textobject>
2802- <phrase
2803->nova página em aba do &rekonq;</phrase>
2804- </textobject>
2805- <caption>
2806- <para
2807->nova página em aba do &rekonq;</para>
2808- </caption>
2809- </mediaobject>
2810-</screenshot>
2811-</para>
2812-<para
2813->Quando é iniciado, o &rekonq; mostra a página de 'Nova aba', onde boa parte é tomada por um conjunto de miniaturas com a antevisão das páginas Web favoritas. Estas miniaturas oferecem uma forma rápida do usuário acessar suas páginas visitadas mais frequentemente. Existe também uma área no topo desta página que permite ao usuário mudar para as antevisões das páginas fechadas recentemente e para as listas das páginas Web marcadas como favoritos ou o histórico de navegação e de transferências. </para>
2814-<para>
2815-<screenshot>
2816-<screeninfo
2817-></screeninfo>
2818- <mediaobject>
2819- <imageobject>
2820- <imagedata fileref="Rekonq-panels.png" format="PNG"/>
2821- </imageobject>
2822- <textobject>
2823- <phrase
2824->elementos ocultos da interface do &rekonq;</phrase>
2825- </textobject>
2826- <caption>
2827- <para
2828->elementos ocultos da interface do &rekonq;</para>
2829- </caption>
2830- </mediaobject>
2831-</screenshot>
2832-</para>
2833-<para
2834->Existem outras opções de configuração que ativam diferentes elementos da interface que estão ocultos por padrão. Elas incluem uma barra de ferramentas para os favoritos, um painel (que é uma mini-janela que pode ser dimensionadas, destacada ou acoplada de novo na janela principal) para os favoritos e para o histórico, bem como um painel para inspeção Web (útil para programação na Web). </para>
2835-</chapter>
2836-<chapter id="features"
2837-><title
2838->Recursos</title>
2839-<para
2840->Debaixo da sua aparência minimalista, o &rekonq; contém um conjunto completo de funcionalidades poderosas. Algumas destas estão descritas abaixo: </para>
2841-<sect1 id="kde-integration"
2842-><title
2843->Integração com o &kde;</title>
2844-<para
2845->O &rekonq; foi desenhado com o objetivo de ser um navegador para o &kde;. E ele mostra isto. </para>
2846-<sect2 id="appearance"
2847-><title
2848->Aparência</title>
2849-<para
2850->Ele obedece aos seus temas, fontes, decorações de janelas, realces dos menu e muitas opções de personalização que definir para o seu ambiente de trabalho. </para>
2851-</sect2>
2852-<sect2 id="applications"
2853-><title
2854->Aplicativos</title>
2855-<para>
2856-<screenshot>
2857-<screeninfo
2858-></screeninfo>
2859- <mediaobject>
2860- <imageobject>
2861- <imagedata fileref="Rekonq-okularkpart.png" format="PNG"/>
2862- </imageobject>
2863- <textobject>
2864- <phrase
2865->O &rekonq; abre um arquivo PDF num <guilabel
2866->KPart</guilabel
2867-> do &okular;</phrase>
2868- </textobject>
2869- <caption>
2870- <para
2871->O &rekonq; abre um arquivo PDF num <guilabel
2872->KPart</guilabel
2873-> do &okular;</para>
2874- </caption>
2875- </mediaobject>
2876-</screenshot>
2877-</para>
2878-<para
2879->O &rekonq; lida bem com as outras aplicações da família do &kde;. O &rekonq; irá sempre usar as suas aplicações escolhidas por padrão para lidar com determinados tipos de arquivos. Os arquivos PDF, por exemplo, irão abrir no <ulink url="help:/okular/index.html"
2880->&okular;</ulink
2881->, incorporado como uma <guilabel
2882->KPart</guilabel
2883-> dentro do próprio &rekonq;. Os arquivos multimídia irão abrir no <ulink url="help:/dragonplayer/index.html"
2884->&dragon;</ulink
2885-> (ou em outra aplicação padrão designada para esse tipo de arquivo). </para>
2886-<para>
2887-<screenshot>
2888-<screeninfo
2889-></screeninfo>
2890- <mediaobject>
2891- <imageobject>
2892- <imagedata fileref="Bookmarkseditor.png" format="PNG"/>
2893- </imageobject>
2894- <textobject>
2895- <phrase
2896->O &rekonq; compartilha favoritos &etc; com o &konqueror;</phrase>
2897- </textobject>
2898- <caption>
2899- <para
2900->O &rekonq; compartilha favoritos &etc; com o &konqueror;</para>
2901- </caption>
2902- </mediaobject>
2903-</screenshot>
2904-</para>
2905-<para
2906->Os favoritos, os atalhos Web (mais sobre isto mais tarde), os 'cookies' e a informação de autenticação são compartilhados com o &konqueror;. Você verá o mesmo conjunto de favoritos que aparece em outra aplicação e poderá autenticar-se numa página Web do &konqueror; e mudar de forma transparente para o &rekonq;. As suas senhas são guardadas de forma segura no <ulink url="help:/kwallet/index.html"
2907->KWallet</ulink
2908-> e poderão ser usadas tanto no &konqueror; como no &rekonq;. </para>
2909-<para
2910->As suas transferências poderão ser tratadas opcionalmente pelo <ulink url="help:/kget/index.html"
2911->KGet</ulink
2912->. As fontes de notícias das páginas Web podem ser salvas no &akregator; (ou no <guilabel
2913->Google Reader</guilabel
2914->). </para>
2915-<para>
2916-<screenshot>
2917-<screeninfo
2918-></screeninfo>
2919- <mediaobject>
2920- <imageobject>
2921- <imagedata fileref="Rekonq-akregator.png" format="PNG"/>
2922- </imageobject>
2923- <textobject>
2924- <phrase
2925->&rekonq; + &akregator;</phrase>
2926- </textobject>
2927- <caption>
2928- <para
2929->&rekonq; + &akregator;</para>
2930- </caption>
2931- </mediaobject>
2932-</screenshot>
2933-</para>
2934-<para>
2935-<screenshot>
2936-<screeninfo
2937-></screeninfo>
2938- <mediaobject>
2939- <imageobject>
2940- <imagedata fileref="Rekonq-kget.png" format="PNG"/>
2941- </imageobject>
2942- <textobject>
2943- <phrase
2944->&rekonq; + &kget;</phrase>
2945- </textobject>
2946- <caption>
2947- <para
2948->&rekonq; + &kget;</para>
2949- </caption>
2950- </mediaobject>
2951-</screenshot>
2952-</para>
2953-</sect2>
2954-</sect1>
2955-<sect1 id="services"
2956-><title
2957->Serviços</title>
2958-<sect2 id="kio-support"
2959-><title
2960->Suporte ao KIO</title>
2961-<para>
2962-<screenshot>
2963-<screeninfo
2964-></screeninfo>
2965- <mediaobject>
2966- <imageobject>
2967- <imagedata fileref="Rekonq-ftp.png" format="PNG"/>
2968- </imageobject>
2969- <textobject>
2970- <phrase
2971->Navegação no &rekonq; de um compartilhamento de &FTP;</phrase>
2972- </textobject>
2973- <caption>
2974- <para
2975->Navegação no &rekonq; de um compartilhamento de &FTP;</para>
2976- </caption>
2977- </mediaobject>
2978-</screenshot>
2979-</para>
2980-<para
2981->O &rekonq; suporta os serviços do KIO, incluindo os 'cookies', a 'cache' e os 'proxies'. Os <emphasis
2982->KIO-slaves</emphasis
2983->, como o file:/, ftp:/, man:/, help:/, info:/ &etc; irão também funcionar no &rekonq;. </para>
2984-</sect2>
2985-<sect2 id="dialogs"
2986-><title
2987->Janelas</title>
2988-<para
2989->Além de tudo isto, o &rekonq; usa a janela de arquivos própria do &kde; para abrir ou salvar os documentos. Isto significa que você terá acesso à barra de <emphasis
2990->Locais</emphasis
2991-> do &dolphin; enquanto abre ou salva os documentos. </para>
2992-<para
2993->Deste modo, o &rekonq; parece e comporta-se como fazendo parte do seu ambiente de trabalho &kde;. </para>
2994-</sect2>
2995-</sect1>
2996-</chapter>
2997-<chapter id="webkit-engine"
2998-><title
2999->Motor Webkit</title>
3000-<para
3001->O &rekonq; utiliza o motor 'open source' de visualização <guilabel
3002->WebKit</guilabel
3003->, que começou inicialmente como uma ramificação das bibliotecas 'khtml'/'kjs' do projeto &kde;. O <guilabel
3004->WebKit</guilabel
3005-> é rápido, poderoso e é usado por muitos dos navegadores conhecidos dos dias de hoje, incluindo o <trademark class="registered"
3006->Google</trademark
3007-> <trademark class="registered"
3008->Chrome</trademark
3009->, o <trademark class="registered"
3010->Apple</trademark
3011-> <trademark class="registered"
3012->Safari</trademark
3013->, entre outros. </para>
3014-</chapter>
3015-<chapter id="auto-load-click-to-load-plugins"
3016-><title
3017->Plugins de carregamento automático/manual</title>
3018-<para>
3019-<screenshot>
3020-<screeninfo
3021-></screeninfo>
3022- <mediaobject>
3023- <imageobject>
3024- <imagedata fileref="Rekonq-manualplugins-youtube.png" format="PNG"/>
3025- </imageobject>
3026- <textobject>
3027- <phrase
3028->O &rekonq; demonstrando a capacidade de plugins carregados explicitamente no youtube.com</phrase>
3029- </textobject>
3030- <caption>
3031- <para
3032->O &rekonq; demonstrando a capacidade de plugins carregados explicitamente no youtube.com</para>
3033- </caption>
3034- </mediaobject>
3035-</screenshot>
3036-</para>
3037-<para
3038->Um dos benefícios de usar o motor <guilabel
3039->WebKit</guilabel
3040-> é o de poder desativar o carregamento automático dos plugins. Isto torna-se útil para navegar rapidamente pelas páginas Web sem ser incomodado com os plugins em <guilabel
3041->Flash</guilabel
3042->. No modo <emphasis
3043->manual</emphasis
3044->, você terá em substituição um botão que poderá clicar para ativar o plugin em questão. </para>
3045-</chapter>
3046-<chapter id="adblock-support"
3047-><title
3048->Suporte ao Adblock</title>
3049-<para>
3050-<screenshot>
3051-<screeninfo
3052-></screeninfo>
3053- <mediaobject>
3054- <imageobject>
3055- <imagedata fileref="Rekonq-adblock.png" format="PNG"/>
3056- </imageobject>
3057- <textobject>
3058- <phrase
3059->O &rekonq; bloqueando as imagens no kde-apps.org</phrase>
3060- </textobject>
3061- <caption>
3062- <para
3063->O &rekonq; bloqueando as imagens no kde-apps.org</para>
3064- </caption>
3065- </mediaobject>
3066-</screenshot>
3067-</para>
3068-<para
3069->O &rekonq; vem com uma subscrição automática no filtro Easylist, que é atualizada semanalmente. Além disso, você poderá configurar filtros manuais para bloquear o carregamento dos elementos das páginas Web que corresponderem ao seu critério. Poderá ainda transferir e importar listas de filtragem adicionais que estejam publicadas ou exportar a sua lista como cópia de segurança. </para>
3070-</chapter>
3071-<chapter id="web-shortcuts-support"
3072-><title
3073->Suporte para atalhos da Web</title>
3074-<para
3075->O &rekonq; permite-lhe escolher um atalho da Web a partir de uma extensa lista &ndash; eles são palavras-chave que lhe permitem pesquisar na Web rapidamente. Por exemplo, se digitar <userinput
3076->gg:&kde;</userinput
3077-> na barra de localização, irá procurar no <emphasis
3078->Google</emphasis
3079-> por <quote
3080->&kde;</quote
3081->, enquanto o <userinput
3082->wp:&kde;</userinput
3083-> irá pesquisar na <emphasis
3084->Wikipédia</emphasis
3085-> por <quote
3086->&kde;</quote
3087->. Existem dezenas destes atalhos definidos por padrão. Você poderá editá-los ou ainda definir novos para procurar nas suas páginas Web favoritas. </para>
3088-</chapter>
3089-<chapter id="privacy-and-security-features"
3090-><title
3091->Funcionalidades de privacidade e segurança</title>
3092-<para>
3093-<screenshot>
3094-<screeninfo
3095-></screeninfo>
3096- <mediaobject>
3097- <imageobject>
3098- <imagedata fileref="Rekonq-privatebrowsing.png" format="PNG"/>
3099- </imageobject>
3100- <textobject>
3101- <phrase
3102->O &rekonq; no modo de navegação privada</phrase>
3103- </textobject>
3104- <caption>
3105- <para
3106->O &rekonq; no modo de navegação privada</para>
3107- </caption>
3108- </mediaobject>
3109-</screenshot>
3110-</para>
3111-<para
3112->O &rekonq; permite que os usuários navegarem na Web sem reterem informações sobre as páginas visitadas no seu histórico. Lembre-se que esta funcionalidade não o torna necessariamente anônimo na Internet &ndash; só evita que informações novas sejam guardadas no seu computador. Você poderá também apagar o seu histórico, os 'cookies' e outros dados privados a qualquer momento a partir do botão de configuração. </para>
3113-<para>
3114-<screenshot>
3115-<screeninfo
3116-></screeninfo>
3117- <mediaobject>
3118- <imageobject>
3119- <imagedata fileref="Rekonq-sslinfo.png" format="PNG"/>
3120- </imageobject>
3121- <textobject>
3122- <phrase
3123->A barra de URLs do &rekonq; mostrando o ícone informativo do SSL</phrase>
3124- </textobject>
3125- <caption>
3126- <para
3127->A barra de URLs do &rekonq; mostrando o ícone informativo do SSL</para>
3128- </caption>
3129- </mediaobject>
3130-</screenshot>
3131-</para>
3132-<para
3133->Ao ver as páginas Web através de uma conexão segura, você também poderá ver a informação do SSL diretamente na barra de URLs, clicando no ícone do <guiicon
3134->cadeado amarelo</guiicon
3135->. </para>
3136-</chapter>
3137-<chapter id="advanced-tab-handling"
3138-><title
3139->Tratamento avançado de abas</title>
3140-<para>
3141-<screenshot>
3142-<screeninfo
3143-></screeninfo>
3144- <mediaobject>
3145- <imageobject>
3146- <imagedata fileref="Rekonq-tabpreview.png" format="PNG"/>
3147- </imageobject>
3148- <textobject>
3149- <phrase
3150->O &rekonq; mostrando uma antevisão de uma página à passagem do mouse</phrase>
3151- </textobject>
3152- <caption>
3153- <para
3154->O &rekonq; mostrando uma antevisão de uma página à passagem do mouse</para>
3155- </caption>
3156- </mediaobject>
3157-</screenshot>
3158-</para>
3159-<para
3160->O &rekonq; permite-lhe reorganizar as suas abas imediatamente. Basta arrastar o separador de uma aba para a esquerda ou para a direita e as outras abas sairão do caminho. Você também poderá passar o cursor sobre uma aba para ver uma antevisão ao vivo da página Web que está nela visível. </para>
3161-<para
3162->Um <emphasis
3163->menu de contexto</emphasis
3164-> (menu do botão direito) fornece acesso a mais funcionalidades relacionadas com as abas, como a capacidade de destacar, duplicar e atualizar as abas. </para>
3165-</chapter>
3166-<chapter id="session-restore-feature"
3167-><title
3168->Funcionalidade de restauração da sessão</title>
3169-<para
3170->Se o &rekonq; estourar, ele irá tentar automaticamente restaurar a sua sessão completa, com todas as páginas, da próxima vez que o iniciar. Se por alguma razão o navegador continuar a estourar após restaurar a sessão, o &rekonq; irá iniciar automaticamente com uma sessão nova na segunda vez. </para>
3171-</chapter>
3172-<chapter id="full-screen-mode"
3173-><title
3174->Modo de tela cheia</title>
3175-<para
3176->O &rekonq; suporta a visualização em tela cheia da página Web, diretamente a partir do botão do menu de configuração ou através de uma combinação de teclas (<keycombo
3177->&Ctrl;&Shift;<keycap
3178->F</keycap
3179-></keycombo
3180->, por padrão). No modo tela cheia, a barra principal ficará oculta automaticamente e a página Web será apresentada em toda a sua tela. </para>
3181-</chapter>
3182-<chapter id="zoom-slider"
3183-><title
3184->Controle de zoom</title>
3185-<para>
3186-<screenshot>
3187-<screeninfo
3188-></screeninfo>
3189- <mediaobject>
3190- <imageobject>
3191- <imagedata fileref="Rekonq-zoom.png" format="PNG"/>
3192- </imageobject>
3193- <textobject>
3194- <phrase
3195->O &rekonq; mostrando um controle de zoom no fundo da janela</phrase>
3196- </textobject>
3197- <caption>
3198- <para
3199->O &rekonq; mostrando um controle de zoom no fundo da janela</para>
3200- </caption>
3201- </mediaobject>
3202-</screenshot>
3203-</para>
3204-<para
3205->O &rekonq; possui um índice deslizante para ajustar o zoom na parte inferior da janela com um conveniente botão para restaurar o zoom ao seu valor padrão. É claro que você ainda pode usar o teclado (<keycombo
3206->&Ctrl;<keycap
3207->+/-</keycap
3208-></keycombo
3209->) ou o mouse (<keycombo
3210->&Ctrl;<keycap
3211-> mouse scroll up/down</keycap
3212-></keycombo
3213->) para fazer o mesmo. </para>
3214-<para
3215->O controle de zoom pode ser ativado (ou desativado) com o <keycombo
3216->&Ctrl;<keycap
3217->Y</keycap
3218-></keycombo
3219-> ou com o <guimenuitem
3220->Zoom...</guimenuitem
3221-> diretamente no menu <guilabel
3222->Ferramentas</guilabel
3223->. </para>
3224-</chapter>
3225-<chapter id="Config-rekonq">
3226-<title
3227->Configuração detalhada do &rekonq;</title>
3228-
3229-<sect1 id="General">
3230-
3231-<title
3232->Definir as configurações gerais do &rekonq;</title>
3233-
3234-<para
3235->Deseja configurar o comportamento geral do &rekonq;? Você encontrou o local certo para obter explicação sobre ele. </para>
3236-
3237-<para
3238->Para abrir a configuração geral, clique no ícone <guiicon
3239->Ferramentas</guiicon
3240-> e selecione <guisubmenu
3241->Configurar o rekonq</guisubmenu
3242->. </para>
3243-
3244-<para>
3245-<screenshot>
3246-<screeninfo
3247->Agora você deve ver isto</screeninfo>
3248- <mediaobject>
3249- <imageobject>
3250- <imagedata fileref="general.png" format="PNG"/>
3251- </imageobject>
3252- <textobject>
3253- <phrase
3254->Captura de tela</phrase>
3255- </textobject>
3256- </mediaobject>
3257-</screenshot>
3258-</para>
3259-
3260-<para
3261->Aqui aparece uma lista das opções configuráveis, assim como uma explicação sobre elas: <variablelist>
3262- <varlistentry>
3263- <term
3264-><guilabel
3265->Ao iniciar o rekonq:</guilabel
3266-></term>
3267- <listitem
3268-> <para
3269->Você pode configurar o que o &rekonq; deverá fazer na inicialização.</para
3270-></listitem>
3271- </varlistentry>
3272- <varlistentry>
3273- <term
3274-><guilabel
3275->URL da página inicial:</guilabel
3276-></term>
3277- <listitem
3278-><para
3279->Você pode definir a sua página inicial digitando diretamente a &URL;.</para
3280-></listitem>
3281- </varlistentry>
3282- <varlistentry>
3283- <term
3284-><guilabel
3285->Usar a nova aba como página pessoal</guilabel
3286-></term>
3287- <listitem
3288-><para
3289->Ativar esta opção torna uma nova página vazia a página inicial para o &rekonq;.</para
3290-> </listitem>
3291- </varlistentry>
3292- <varlistentry>
3293- <term
3294-><guibutton
3295->Definir com a página atual</guibutton
3296-></term>
3297- <listitem
3298-><para
3299->Define a sua página inicial aquela que você está visitando no momento.</para
3300-></listitem>
3301- </varlistentry>
3302- <varlistentry>
3303- <term
3304-><guilabel
3305->Usar o KGet para baixar os arquivos</guilabel
3306-></term>
3307- <listitem
3308-><para
3309->Isto ativa a integração com o gerenciador de downloads &kget;. Se estiver ativo, o &rekonq; irá baixar tudo a partir do &kget;</para
3310-></listitem>
3311- </varlistentry>
3312- <varlistentry>
3313- <term
3314-><guilabel
3315->Listar todos os links com o KGet</guilabel
3316-></term>
3317- <listitem
3318-><para
3319->Se ativo, o &rekonq; mostrará um item de menu de contexto adicional que, quando selecionado, lista todos os links disponíveis da página Web atual no &kget;.</para
3320-></listitem>
3321- </varlistentry>
3322-</variablelist>
3323-
3324-</para>
3325-
3326-</sect1>
3327-
3328-<sect1 id="Tabs">
3329-
3330-<title
3331->Configurar as opções das abas</title>
3332-
3333-<para
3334->Aqui você pode aprender como alterar as configurações das abas.</para>
3335-
3336-<para
3337->Para ir para o diálogo, clique no ícone <guiicon
3338->Ferramentas</guiicon
3339-> e abra a opção <menuchoice
3340-> <guisubmenu
3341->Configurar o rekonq</guisubmenu
3342-> <guimenuitem
3343->Abas</guimenuitem
3344-> </menuchoice
3345-> </para>
3346-
3347-<para>
3348-<screenshot>
3349-<screeninfo
3350->Agora este diálogo deve aparecer</screeninfo>
3351- <mediaobject>
3352- <imageobject>
3353- <imagedata fileref="tabs.png" format="PNG"/>
3354- </imageobject>
3355- <textobject>
3356- <phrase
3357->Captura de tela</phrase>
3358- </textobject>
3359- </mediaobject>
3360-</screenshot>
3361-</para>
3362-
3363-<para
3364->Aqui aparece uma lista das opções configuráveis, assim como uma explicação sobre elas: <variablelist>
3365- <varlistentry>
3366- <term
3367-><guilabel
3368->Nova aba abre</guilabel
3369-></term>
3370- <listitem
3371-><para
3372->Aqui você pode escolher o comportamento padrão do &rekonq; quando você abre a nova aba.</para
3373-></listitem>
3374- </varlistentry
3375-><varlistentry>
3376- <term
3377-><guilabel
3378->A aba nova começa com</guilabel
3379-></term>
3380- <listitem
3381-><para
3382->Aqui você pode escolher o conteúdo padrão para novas abas.</para
3383-></listitem>
3384- </varlistentry>
3385- <varlistentry>
3386- <term
3387-><guilabel
3388->Não usar abas: abrir as ligações em novas janelas</guilabel
3389-></term>
3390- <listitem
3391-><para
3392->Isto habilita a abertura padrão dos links em novas janelas.</para
3393-></listitem>
3394- </varlistentry>
3395- <varlistentry>
3396- <term
3397-><guilabel
3398->Sempre exibir a barra de abas</guilabel
3399-></term>
3400- <listitem
3401-> <para
3402->Isto obriga o &rekonq; a mostrar a barra de abas, mesmo que só exista uma.</para
3403-></listitem>
3404- </varlistentry>
3405- <varlistentry>
3406- <term
3407-><guilabel
3408->Abrir novas abas em segundo plano</guilabel
3409-></term>
3410- <listitem
3411-> <para
3412->Isto faz com que o &rekonq; não mude para as novas abas.</para
3413-> </listitem>
3414- </varlistentry>
3415- <varlistentry>
3416- <term
3417-><guilabel
3418->Abrir as novas abas após à aba ativa</guilabel
3419-></term>
3420- <listitem
3421-> <para
3422->Isto obriga a que, por padrão, as abas sejam abertas após à aba ativa.</para
3423-></listitem>
3424- </varlistentry>
3425- <varlistentry>
3426- <term
3427-><guilabel
3428->Ativar a aba usada anteriormente ao fechar a atual</guilabel
3429-></term>
3430- <listitem
3431-> <para
3432->Isto faz com que o &rekonq; armazene a sua última aba aberta e, se você fechar a atual, ele abrirá a anterior. Isto também pode ser útil se você usar várias abas.</para
3433-> </listitem>
3434- </varlistentry>
3435-</variablelist>
3436-
3437-</para>
3438-
3439-</sect1>
3440-
3441-<sect1 id="Appearance">
3442-
3443-<title
3444->Configurar as opções de aparência</title>
3445-
3446-<para>
3447-<screenshot>
3448-<screeninfo
3449->Agora você deve ver isto</screeninfo>
3450- <mediaobject>
3451- <imageobject>
3452- <imagedata fileref="appearance.png" format="PNG"/>
3453- </imageobject>
3454- <textobject>
3455- <phrase
3456->Captura de tela</phrase>
3457- </textobject>
3458- </mediaobject>
3459-</screenshot>
3460-</para>
3461-
3462-<para
3463->Segue-se uma explicação das opções configuráveis e sobre o que elas fazem no painel de <guilabel
3464->Fontes</guilabel
3465->. </para>
3466-<variablelist>
3467- <varlistentry>
3468- <term
3469-><guilabel
3470->Fonte padrão</guilabel
3471-></term>
3472- <listitem
3473-><para
3474->Aqui você pode definir a sua fonte padrão. A primeira parte é o nome da fonte, seguido do seu tamanho.</para
3475-></listitem>
3476- </varlistentry>
3477- <varlistentry>
3478- <term
3479-><guilabel
3480->Fonte de largura fixa</guilabel
3481-></term>
3482- <listitem
3483-><para
3484->Aqui você pode definir a sua fonte para as legendas do &rekonq;. Obedece à mesma sintaxe da <guilabel
3485->Fonte padrão</guilabel
3486->.</para
3487-></listitem>
3488- </varlistentry>
3489- <varlistentry>
3490- <term
3491-><guilabel
3492->Fonte Serif</guilabel
3493-></term>
3494- <listitem
3495-><para
3496->Aqui você pode definir a sua fonte para as legendas em Serif;. Obedece à mesma sintaxe da <guilabel
3497->Fonte padrão</guilabel
3498->.</para
3499-></listitem>
3500- </varlistentry>
3501- <varlistentry>
3502- <term
3503-><guilabel
3504->Fonte Sans Serif</guilabel
3505-></term>
3506- <listitem
3507-><para
3508->Aqui você pode definir a sua fonte para as legendas em Sans Serif. Obedece à mesma sintaxe da <guilabel
3509->Fonte padrão</guilabel
3510->.</para
3511-></listitem>
3512- </varlistentry>
3513- <varlistentry>
3514- <term
3515-><guilabel
3516->Fonte Cursiva</guilabel
3517-></term>
3518- <listitem
3519-><para
3520->Aqui você pode definir a sua fonte para as legendas em Cursive. Obedece à mesma sintaxe da <guilabel
3521->Fonte padrão</guilabel
3522->.</para
3523-></listitem>
3524- </varlistentry>
3525- <varlistentry>
3526- <term
3527-><guilabel
3528->Fonte Fantasy</guilabel
3529-></term>
3530- <listitem
3531-><para
3532->Aqui você pode definir a sua fonte para as legendas em Fantasy. Obedece à mesma sintaxe da <guilabel
3533->Fonte padrão</guilabel
3534->.</para
3535-></listitem>
3536- </varlistentry>
3537- <varlistentry>
3538- <term
3539-><guilabel
3540->Tamanho padrão da fonte:</guilabel
3541-></term>
3542- <listitem
3543-><para
3544->Configura o seu tamanho de fonte preferido.</para
3545-></listitem>
3546- </varlistentry>
3547- <varlistentry>
3548- <term
3549-><guilabel
3550->Tamanho mínimo da fonte:</guilabel
3551-></term>
3552- <listitem
3553-><para
3554->Você pode configurar o tamanho mínimo da fonte no &rekonq;. Todas as fontes menores que este tamanho serão aumentadas para o valor definido aqui.</para
3555-></listitem>
3556- </varlistentry>
3557-</variablelist>
3558-
3559-<para
3560->No painel <guilabel
3561->Codificação do caracteres</guilabel
3562->:</para>
3563-
3564-<variablelist>
3565- <varlistentry>
3566- <term
3567-><guilabel
3568->Codificação de caracteres padrão:</guilabel
3569-></term>
3570- <listitem
3571-><para
3572->Aqui você pode definir explicitamente a codificação para as páginas sem uma codificação determinada. Use a codificação mais comum para o seu idioma nativo.</para
3573-></listitem>
3574- </varlistentry>
3575-</variablelist>
3576-
3577-<para
3578->No painel <guilabel
3579->Folha de estilo personalizada</guilabel
3580->:</para>
3581-
3582-<variablelist>
3583- <varlistentry>
3584- <term
3585-><guilabel
3586->Localização do arquivo CSS:</guilabel
3587-></term>
3588- <listitem
3589-><para
3590->Aqui você pode definir o caminho para o arquivo CSS usado para formatar páginas Web.</para
3591-></listitem>
3592- </varlistentry>
3593-</variablelist>
3594-</sect1>
3595-
3596-<sect1 id="Webkit">
3597-
3598-<title
3599->Configurar as opções do WebKit</title>
3600-
3601-<para>
3602-<screenshot>
3603-<screeninfo
3604->Agora você deve ver isto</screeninfo>
3605- <mediaobject>
3606- <imageobject>
3607- <imagedata fileref="webkit.png" format="PNG"/>
3608- </imageobject>
3609- <textobject>
3610- <phrase
3611->Captura de tela</phrase>
3612- </textobject>
3613- </mediaobject>
3614-</screenshot>
3615-</para>
3616-
3617-</sect1>
3618-
3619-<sect1 id="Privacy">
3620-
3621-<title
3622->Configuração de privacidade</title>
3623-
3624-<para>
3625-<screenshot>
3626-<screeninfo
3627->Agora você deve ver isto</screeninfo>
3628- <mediaobject>
3629- <imageobject>
3630- <imagedata fileref="privacy.png" format="PNG"/>
3631- </imageobject>
3632- <textobject>
3633- <phrase
3634->Captura de tela</phrase>
3635- </textobject>
3636- </mediaobject>
3637-</screenshot>
3638-</para>
3639-
3640-<para
3641->Como você pode ver, usando esta página você pode controlar as opções do Javascript, rastreamento, histórico, senhas, <ulink url="help:kcontrol/cookies"
3642->cookies</ulink
3643->, e <ulink url="help:kcontrol/cache"
3644->cache</ulink
3645-> do &rekonq;. </para>
3646-
3647-</sect1>
3648-
3649-<sect1 id="Advanced">
3650-<title
3651->Configuração avançada</title>
3652-
3653-<para>
3654-<screenshot>
3655-<screeninfo
3656->Agora você deve ver isto</screeninfo>
3657- <mediaobject>
3658- <imageobject>
3659- <imagedata fileref="advanced.png" format="PNG"/>
3660- </imageobject>
3661- <textobject>
3662- <phrase
3663->Captura de tela</phrase>
3664- </textobject>
3665- </mediaobject>
3666-</screenshot>
3667-</para>
3668-
3669- <para
3670->Usando o painel de <guilabel
3671->Proxy</guilabel
3672-> você pode acessar as configurações de servidor de proxy no âmbito do sistema. Basta pressionar <guibutton
3673->Mudá-las!</guibutton
3674-> para abrir o <ulink url="help:kcontrol/proxy"
3675->módulo correspondente nas &systemsettings;</ulink
3676->.</para>
3677-
3678-<para
3679->No painel <guilabel
3680->Diversos</guilabel
3681-> você pode configurar vários aspectos que controlam o navegador.</para>
3682-
3683-<variablelist>
3684- <varlistentry>
3685- <term
3686-><guilabel
3687->Habilitar a rolagem suave</guilabel
3688-></term>
3689- <listitem
3690-><para
3691->Se você ativar esta opção o &rekonq; usará a rolagem suave. Desative esta opção se o a rolagem tiver interrupções.</para
3692-></listitem>
3693- </varlistentry>
3694-</variablelist>
3695-</sect1>
3696-
3697-<sect1 id="Shortcut">
3698-
3699-<title
3700->Configurar as opções dos Atalhos</title>
3701-
3702- <!-- Add the link to KDE fundamentals on shortcuts configuration here later on! -->
3703-
3704-<para>
3705-<screenshot>
3706-<screeninfo
3707->Agora você deve ver isto</screeninfo>
3708- <mediaobject>
3709- <imageobject>
3710- <imagedata fileref="shortcuts.png" format="PNG"/>
3711- </imageobject>
3712- <textobject>
3713- <phrase
3714->Captura de tela</phrase>
3715- </textobject>
3716- </mediaobject>
3717-</screenshot>
3718-</para>
3719-
3720-</sect1>
3721-
3722-<sect1 id="WebShortcut">
3723-
3724-<title
3725->Configurar as opções dos Motores de Busca</title>
3726-
3727-<para>
3728-<screenshot>
3729-<screeninfo
3730->Agora você deve ver isto</screeninfo>
3731- <mediaobject>
3732- <imageobject>
3733- <imagedata fileref="webshortcuts.png" format="PNG"/>
3734- </imageobject>
3735- <textobject>
3736- <phrase
3737->Captura de tela</phrase>
3738- </textobject>
3739- </mediaobject>
3740-</screenshot>
3741-</para>
3742-
3743-</sect1>
3744-
3745-</chapter>
3746-
3747-<chapter id="rekonq-faqs-tips-and-tricks"
3748-><title
3749->FAQs, dicas e truques do Rekonq</title>
3750-<sect1 id="how-do-i-set-rekonq-as-my-default-browser"
3751-><title
3752->Como eu defino o &rekonq; como meu navegador padrão?</title>
3753-<para
3754->Vá para a <menuchoice
3755-><guimenu
3756->Configurações do sistema</guimenu
3757-><guimenuitem
3758->Aplicativos padrão</guimenuitem
3759-></menuchoice
3760->. Aqui, clique em <guilabel
3761->Navegador Web</guilabel
3762-> para escolher o seu navegador padrão. Escolha abrir os URLs http e https no seguinte navegador e indique <userinput
3763->rekonq %u</userinput
3764-> como navegador. Clique em <guilabel
3765->Aplicar</guilabel
3766->. </para>
3767-<para>
3768-<screenshot>
3769-<screeninfo
3770-></screeninfo>
3771- <mediaobject>
3772- <imageobject>
3773- <imagedata fileref="Defaultwebbrowser.png" format="PNG"/>
3774- </imageobject>
3775- <textobject>
3776- <phrase
3777->Configurar o &rekonq; como navegador Web padrão</phrase>
3778- </textobject>
3779- <caption>
3780- <para
3781->Configurar o &rekonq; como navegador Web padrão</para>
3782- </caption>
3783- </mediaobject>
3784-</screenshot>
3785-</para>
3786-</sect1>
3787-<sect1 id="how-do-i-load-flash-on-demand"
3788-><title
3789->Como eu carrego o Flash a pedido?</title>
3790-<para
3791->Clique no botão do menu <guilabel
3792->Ferramentas</guilabel
3793-> e abra a janela para <guilabel
3794->Configurar o rekonq</guilabel
3795->. Clique no <guilabel
3796->WebKit</guilabel
3797-> e, na <guilabel
3798->configuração dos plugins</guilabel
3799->, selecione a opção <guilabel
3800->Carregar manualmente os plugins</guilabel
3801->. Clique em <guilabel
3802->OK</guilabel
3803->. </para>
3804-<para>
3805-<screenshot>
3806-<screeninfo
3807-></screeninfo>
3808- <mediaobject>
3809- <imageobject>
3810- <imagedata fileref="Rekonq-manualplugins.png" format="PNG"/>
3811- </imageobject>
3812- <textobject>
3813- <phrase
3814->Configurar o &rekonq; para não carregar automaticamente os plugins</phrase>
3815- </textobject>
3816- <caption>
3817- <para
3818->Configurar o &rekonq; para não carregar automaticamente os plugins</para>
3819- </caption>
3820- </mediaobject>
3821-</screenshot>
3822-</para>
3823-</sect1>
3824-<sect1 id="how-do-i-make-rekonq-behave-like-chrome-chromium"
3825-><title
3826->Como eu faço o &rekonq; se comportar como o chrome/chromium?</title>
3827-<para
3828->Se usar a funcionalidade de agrupamento de janelas como páginas do <ulink url="help:/kwin/index.html"
3829->KWin</ulink
3830->, poderá fazer com que o &rekonq; emule o comportamento do <guilabel
3831->chromium</guilabel
3832->, abrindo assim janelas novas em vez de páginas para a mesma janela. Isto não irá permitir, contudo, que cada janela do &rekonq; estoure de forma independente; &ndash; todas as janelas do &rekonq; irão nesse caso estourar como um único processo. Simplesmente emula a aparência do <application
3833->Chromium</application
3834->, dando um controle individual para cada página Web que carregar. </para>
3835-<para
3836->Clique no botão do menu <guilabel
3837->Ferramentas</guilabel
3838-> e abra a janela para <guilabel
3839->Configurar o rekonq</guilabel
3840->. Clique em <guilabel
3841->Páginas</guilabel
3842->. Desligue todas as opções para desativar todo o tratamento de páginas no &rekonq;. Agora, o &rekonq; irá abrir sempre janelas novas em vez de páginas. </para>
3843-<para
3844->Agora, iremos configurar o <guilabel
3845->KWin</guilabel
3846-> para colocar em abas todas as janelas do &rekonq; juntas. Vá para a <menuchoice
3847-><guimenu
3848->Configurações do sistema</guimenu
3849-><guimenuitem
3850->Comportamento da janela</guimenuitem
3851-></menuchoice
3852->. Selecione o <guilabel
3853->Comportamento da janela</guilabel
3854-> à esquerda e vá à página <guilabel
3855->Avançado</guilabel
3856->. Aqui, em <guilabel
3857->Paginação das janelas</guilabel
3858->, assinale a opção <guilabel
3859->Agrupar automaticamente as janelas semelhantes</guilabel
3860->. Clique em <guilabel
3861->Aplicar</guilabel
3862->. </para>
3863-<para
3864->Agora, o &rekonq; irá abrir as janelas por padrão, as quais irão ficar agrupadas em páginas em conjunto. </para>
3865-<para>
3866-<screenshot>
3867-<screeninfo
3868-></screeninfo>
3869- <mediaobject>
3870- <imageobject>
3871- <imagedata fileref="Rekonq-notabs.png" format="PNG"/>
3872- </imageobject>
3873- <textobject>
3874- <phrase
3875->Configuração do &rekonq;</phrase>
3876- </textobject>
3877- <caption>
3878- <para
3879->Configuração do &rekonq;</para>
3880- </caption>
3881- </mediaobject>
3882-</screenshot>
3883-</para>
3884-<para>
3885-<screenshot>
3886-<screeninfo
3887-></screeninfo>
3888- <mediaobject>
3889- <imageobject>
3890- <imagedata fileref="Systemsettings-enablewindowtabbing.png" format="PNG"/>
3891- </imageobject>
3892- <textobject>
3893- <phrase
3894->Configuração nas 'Configurações do sistema'</phrase>
3895- </textobject>
3896- <caption>
3897- <para
3898->Configuração nas 'Configurações do sistema'</para>
3899- </caption>
3900- </mediaobject>
3901-</screenshot>
3902-</para>
3903-<para>
3904-<screenshot>
3905-<screeninfo
3906-></screeninfo>
3907- <mediaobject>
3908- <imageobject>
3909- <imagedata fileref="Rekonq-windowtabbing.png" format="PNG"/>
3910- </imageobject>
3911- <textobject>
3912- <phrase
3913->O resultado</phrase>
3914- </textobject>
3915- <caption>
3916- <para
3917->O resultado</para>
3918- </caption>
3919- </mediaobject>
3920-</screenshot>
3921-</para>
3922-</sect1>
3923-<sect1 id="how-do-i-enable-adblock"
3924-><title
3925->Como eu ativo o Adblock?</title>
3926-<para
3927->O Adblock deverá já estar ativado com a subscrição de bloqueio de anúncios do <guilabel
3928->Easylist</guilabel
3929->. Você poderá configurá-lo mais tarde clicando no botão de configuração e abrindo a janela para <menuchoice
3930-><guisubmenu
3931->Ferramentas</guisubmenu
3932-> <guimenuitem
3933->Ad Block</guimenuitem
3934-> </menuchoice
3935->. Clique nos <guilabel
3936->Filtros do AdBlocK</guilabel
3937->. Aqui você poderá adicionar filtros personalizados com sequências especiais (p.ex., <command
3938->http://www.pagina.com/ads/*</command
3939->) ou expressões regulares após as barras (p.ex., <userinput
3940->//(ads|dclk)\./</userinput
3941->). </para>
3942-<para
3943->Clicar em <guilabel
3944->OK</guilabel
3945->, irá ativar os seus filtros do Adblock de forma instantânea. </para>
3946-<para>
3947-<screenshot>
3948-<screeninfo
3949-></screeninfo>
3950- <mediaobject>
3951- <imageobject>
3952- <imagedata fileref="Rekonq-adblockconfiguration.png" format="PNG"/>
3953- </imageobject>
3954- <textobject>
3955- <phrase
3956->Configuração (automática) do AdblocK para o &rekonq;</phrase>
3957- </textobject>
3958- <caption>
3959- <para
3960->Configuração (automática) do AdblocK para o &rekonq;</para>
3961- </caption>
3962- </mediaobject>
3963-</screenshot>
3964-</para>
3965-<para>
3966-<screenshot>
3967-<screeninfo
3968-></screeninfo>
3969- <mediaobject>
3970- <imageobject>
3971- <imagedata fileref="Rekonq-adblockconfiguration-manual.png" format="PNG"/>
3972- </imageobject>
3973- <textobject>
3974- <phrase
3975->Configuração (manual) do AdblocK para o &rekonq;</phrase>
3976- </textobject>
3977- <caption>
3978- <para
3979->Configuração (manual) do AdblocK para o &rekonq;</para>
3980- </caption>
3981- </mediaobject>
3982-</screenshot>
3983-</para>
3984-</sect1>
3985-<sect1 id="i-have-more-questions"
3986-><title
3987->Eu tenho mais perguntas!</title>
3988-<para
3989->Se você tiver o &rekonq; instalado, poderá carregar o documento de <guilabel
3990->Ajuda</guilabel
3991-> (basta pressionar <keycap
3992->F1</keycap
3993->) para mais informações.</para>
3994-
3995-<!--A user-generated manual is also available <ulink url="http://userbase.kde.org/Special:myLanguage/Rekonq/Manual"
3996->here</ulink
3997->.-->
3998-<para
3999->Os <ulink url="http://forum.kde.org"
4000->Fóruns do &kde;</ulink
4001-> são sempre um bom local para fazer perguntas específicas do usuário.</para>
4002-
4003-<para
4004->A <ulink url="http://rekonq.kde.org/"
4005->página Web do &rekonq;</ulink
4006-> possui anúncios de lançamento das últimas versões estáveis e instáveis, juntamente com algumas referências úteis. Você também poderá contatar os programadores no <ulink url="irc://freenode/#rekonq"
4007->canal de IRC #rekonq</ulink
4008-> ou na <ulink url="mailto:rekonq@kde.org"
4009->lista de correio</ulink
4010-> com mais perguntas. </para>
4011-</sect1>
4012-<sect1 id="how-do-i-contribute"
4013-><title
4014->Como eu posso contribuir?</title>
4015-<para
4016->Veja acima por enquanto. <inlinemediaobject>
4017-<imageobject>
4018-<imagedata fileref="Face-smile.png" format="PNG"/>
4019-</imageobject>
4020-<textobject>
4021-<phrase
4022->Sorriso</phrase>
4023-</textobject>
4024-</inlinemediaobject>
4025-</para>
4026-</sect1>
4027-</chapter>
4028-<chapter id="credits">
4029-<title
4030->Créditos e licença</title>
4031-<para
4032->&rekonq; </para>
4033-
4034-<para
4035->Direitos autorais do programa: &underGPL; </para>
4036-
4037-<itemizedlist>
4038-<title
4039->Desenvolvedores</title>
4040-<listitem
4041-><para
4042->&The.rekonq.Team; &The.rekonq.Team.mail;</para
4043-></listitem>
4044-</itemizedlist>
4045-
4046-<para
4047->Direitos autorais da documentação 2008 &Andrea.Diamantini; &Andrea.Diamantini.mail; </para>
4048-<para
4049->Direitos autorais da documentação 2009-2010 &Rohan.Garg; &Rohan.Garg.mail; </para>
4050-<para
4051->Direitos autorais da documentação 2010 &Jonathan.Kolberg; &Jonathan.Kolberg.mail; </para>
4052- <para
4053->A lista dos contribuintes para a Base do Usuários poderá ser encontrada no histórico das páginas <ulink url="http://userbase.kde.org/index.php?title=Rekonq&amp;action=history"
4054->Rekonq</ulink
4055-> e <ulink url="http://userbase.kde.org/index.php?title=Rekonq/FAQs&amp;action=history"
4056->Rekonq/FAQs</ulink
4057->.</para>
4058- <para
4059->Tradução de Luiz Fernando Ranghetti <email
4060->elchevive@opensuse.org</email
4061->, André Marcelo Alvarenga <email
4062->alvarenga@kde.org</email
4063-> e Marcus Gama <email
4064->marcus.gama@gmail.com</email
4065-></para
4066->
4067-&underFDL; </chapter>
4068-<appendix id="installation">
4069-<title
4070->Instalação</title>
4071-
4072-<sect1 id="getting-rekonq">
4073-<title
4074->Como obter o &rekonq;</title>
4075-<para
4076->Pacotes estáveis do &rekonq; podem ser baixados através dos repositórios padrão de sua distribuição</para>
4077-
4078-<para
4079->Você também pode compilar o &rekonq;. Para isto, verifique a seção <link linkend="compilation"
4080->Compilação e instalação</link
4081->.</para>
4082-</sect1>
4083-
4084-<sect1 id="requirements">
4085-<title
4086->Requisitos</title>
4087-
4088-<para
4089->Para usar o &rekonq; com sucesso, você precisa pelo menos do &Qt; 4.8.x e &kde; 4.7.x.</para>
4090-</sect1>
4091-
4092-<sect1 id="compilation">
4093-<title
4094->Compilação e instalação</title>
4095-<para
4096->Se quiser compilar o &rekonq;, você tem que instalar os arquivos de inclusão do kdelibs, além do git e das ferramentas essenciais de compilação.</para>
4097-
4098-<para
4099->No Debian/&ubuntu;, você pode obtê-los através do comando</para>
4100-
4101-<para>
4102- <userinput
4103-><command
4104->sudo</command
4105-> <command
4106->apt-get</command
4107-> <option
4108->install</option
4109-> <parameter
4110->build-essential kdelibs5-dev git-core</parameter
4111-> </userinput>
4112-</para>
4113-
4114-<para
4115->No OpenSuse, você pode obtê-los através do comando</para>
4116-<para>
4117- <userinput
4118-><command
4119->sudo</command
4120-> <command
4121->zypper</command
4122-> <option
4123->in</option
4124-> <parameter
4125->libkde4-devel git-core gcc gcc-c++ make cmake</parameter
4126-> </userinput>
4127-</para>
4128-
4129-<para
4130->Nós usaremos o git, uma vez que o código mais recente está disponível no repositório de Git. A página de projetos do &kde; para o &rekonq; pode ser encontrada <ulink url="https://projects.kde.org/projects/extragear/network/rekonq"
4131->aqui</ulink
4132->. As versões estáveis também podem ser baixadas <ulink url="http://sourceforge.net/projects/rekonq/files/"
4133->aqui</ulink
4134->, na forma de pacotes TAR. </para>
4135-
4136-<para
4137->Agora precisamos obter a última versão do código. Para isso, execute em um terminal: </para>
4138-
4139-<para>
4140- <userinput
4141-><command
4142->git</command
4143-> <option
4144->clone</option
4145-> <parameter
4146->git://git.kde.org/rekonq</parameter
4147-> </userinput>
4148-</para>
4149-
4150-<para
4151->Para compilar o código, digite o seguinte </para>
4152-
4153-<para>
4154- <userinput
4155-><command
4156->cd</command
4157-> <parameter
4158->pasta_dos_fontes_do rekonq</parameter
4159-> </userinput>
4160-</para>
4161-
4162-<para>
4163- <userinput
4164-><command
4165->mkdir</command
4166-> <parameter
4167->build</parameter
4168-> </userinput>
4169-</para>
4170-
4171-<para>
4172- <userinput
4173-><command
4174->cd</command
4175-> <parameter
4176->build</parameter
4177-> </userinput>
4178-</para>
4179-
4180-<para>
4181- <userinput
4182-><command
4183->cmake</command
4184-> <option
4185->-DCMAKE_INSTALL_PREFIX=`<command
4186->kde4-config</command
4187-> <option
4188->--prefix</option
4189->`</option
4190-> <parameter
4191->..</parameter
4192-> </userinput>
4193-</para>
4194-
4195-<para>
4196- <userinput>
4197- <command
4198->make</command>
4199- </userinput>
4200-</para>
4201-
4202-<para>
4203- <userinput
4204-><command
4205->sudo</command
4206-> <command
4207->make</command
4208-> <parameter
4209->install</parameter
4210-> </userinput>
4211-</para>
4212-</sect1>
4213-
4214-</appendix>
4215-&documentation.index;
4216-</book>
4217
4218=== modified file 'po/CMakeLists.txt'
4219--- po/CMakeLists.txt 2013-01-07 16:13:31 +0000
4220+++ po/CMakeLists.txt 2013-01-30 14:13:09 +0000
4221@@ -11,18 +11,10 @@
4222 if (NOT GETTEXT_MSGFMT_EXECUTABLE)
4223 MESSAGE(FATAL_ERROR "Please install msgmerge binary")
4224 endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
4225-add_subdirectory(ca)
4226-add_subdirectory(ko)
4227 add_subdirectory(de)
4228 add_subdirectory(sv)
4229-add_subdirectory(ro)
4230 add_subdirectory(fi)
4231-add_subdirectory(eo)
4232 add_subdirectory(pt)
4233-add_subdirectory(ga)
4234-add_subdirectory(en_GB)
4235-add_subdirectory(gl)
4236-add_subdirectory(is)
4237 add_subdirectory(sk)
4238 add_subdirectory(sr)
4239 add_subdirectory(sr@latin)
4240@@ -31,31 +23,19 @@
4241 add_subdirectory(et)
4242 add_subdirectory(it)
4243 add_subdirectory(pl)
4244-add_subdirectory(th)
4245 add_subdirectory(uk)
4246 add_subdirectory(nl)
4247-add_subdirectory(bg)
4248-add_subdirectory(nds)
4249 add_subdirectory(fr)
4250-add_subdirectory(eu)
4251-add_subdirectory(bs)
4252 add_subdirectory(da)
4253 add_subdirectory(ia)
4254-add_subdirectory(ru)
4255-add_subdirectory(fa)
4256 add_subdirectory(lt)
4257 add_subdirectory(hu)
4258 add_subdirectory(es)
4259 add_subdirectory(sr@ijekavian)
4260-add_subdirectory(ca@valencia)
4261 add_subdirectory(sr@ijekavianlatin)
4262 add_subdirectory(km)
4263 add_subdirectory(pt_BR)
4264-add_subdirectory(ja)
4265 add_subdirectory(sl)
4266-add_subdirectory(tr)
4267 add_subdirectory(zh_TW)
4268 add_subdirectory(nb)
4269-add_subdirectory(pa)
4270-add_subdirectory(ug)
4271 add_subdirectory(cs)
4272
4273=== removed directory 'po/bg'
4274=== removed file 'po/bg/CMakeLists.txt'
4275--- po/bg/CMakeLists.txt 2013-01-07 16:13:31 +0000
4276+++ po/bg/CMakeLists.txt 1970-01-01 00:00:00 +0000
4277@@ -1,2 +0,0 @@
4278-file(GLOB _po_files *.po)
4279-GETTEXT_PROCESS_PO_FILES(bg ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} )
4280
4281=== removed file 'po/bg/rekonq.po'
4282--- po/bg/rekonq.po 2013-01-07 16:13:31 +0000
4283+++ po/bg/rekonq.po 1970-01-01 00:00:00 +0000
4284@@ -1,3029 +0,0 @@
4285-# translation of rekonq.po to Bulgarian
4286-# Copyright (C) YEAR This_file_is_part_of_KDE
4287-# This file is distributed under the same license as the PACKAGE package.
4288-#
4289-# Yasen Pramatarov <yasen@lindeas.com>, 2010, 2011.
4290-msgid ""
4291-msgstr ""
4292-"Project-Id-Version: rekonq\n"
4293-"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
4294-"POT-Creation-Date: 2012-12-17 02:48+0100\n"
4295-"PO-Revision-Date: 2011-07-18 10:34+0300\n"
4296-"Last-Translator: Yasen Pramatarov <yasen@lindeas.com>\n"
4297-"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
4298-"Language: bg\n"
4299-"MIME-Version: 1.0\n"
4300-"Content-Type: text/plain; charset=UTF-8\n"
4301-"Content-Transfer-Encoding: 8bit\n"
4302-"Plural-Forms: nplurals=2; plural=n != 1;\n"
4303-"X-Generator: Lokalize 1.2\n"
4304-
4305-msgctxt "NAME OF TRANSLATORS"
4306-msgid "Your names"
4307-msgstr "Ясен Праматаров"
4308-
4309-msgctxt "EMAIL OF TRANSLATORS"
4310-msgid "Your emails"
4311-msgstr "yasen@lindeas.com"
4312-
4313-#: adblock/adblockmanager.cpp:340
4314-#, fuzzy
4315-#| msgid "Plugin Settings"
4316-msgctxt "@title:window"
4317-msgid "Ad Block Settings"
4318-msgstr "Настройки на приставките"
4319-
4320-#: adblock/adblocksettingwidget.cpp:52
4321-msgid ""
4322-"<qt>Filter expression (e.g. <tt>http://www.example.com/ad/*</tt>, <a href="
4323-"\"filterhelp\">more information</a>):"
4324-msgstr ""
4325-
4326-#: adblock/adblocksettingwidget.cpp:68
4327-msgid " day"
4328-msgid_plural " days"
4329-msgstr[0] " ден"
4330-msgstr[1] " дни"
4331-
4332-#: adblock/adblocksettingwidget.cpp:85
4333-msgid ""
4334-"<qt><p>Enter an expression to filter. Filters can be defined as either:"
4335-"<ul><li>a shell-style wildcard, e.g. <tt>http://www.example.com/ads*</tt>, "
4336-"the wildcards <tt>*?[]</tt> may be used</li><li>a full regular expression by "
4337-"surrounding the string with '<tt>/</tt>', e.g. <tt>/\\/(ad|banner)\\./</tt></"
4338-"li></ul><p>Any filter string can be preceded by '<tt>@@</tt>' to whitelist "
4339-"(allow) any matching URL, which takes priority over any blacklist (blocking) "
4340-"filter."
4341-msgstr ""
4342-
4343-#. i18n: ectx: property (text), widget (QLabel, BlockedLabel)
4344-#: adblock/blocked_elements.ui:17
4345-msgid ""
4346-"<html><head/><body><p><span style=\" font-weight:600;\">Blocked elements</"
4347-"span></p></body></html>"
4348-msgstr ""
4349-
4350-#. i18n: ectx: property (text), widget (QLabel, HidedLabel)
4351-#: adblock/blocked_elements.ui:101
4352-msgid "<b>Hidden elements</b>"
4353-msgstr ""
4354-
4355-#. i18n: ectx: property (text), widget (QLabel, label)
4356-#. i18n: ectx: property (text), widget (QLabel, syncLabel)
4357-#. i18n: ectx: property (text), widget (QLabel, hostLabel)
4358-#. i18n: ectx: property (text), widget (QLabel, certInfoLabel)
4359-#. i18n: ectx: property (text), widget (QLabel, subjectCN)
4360-#. i18n: ectx: property (text), widget (QLabel, subjectO)
4361-#. i18n: ectx: property (text), widget (QLabel, subjectOU)
4362-#. i18n: ectx: property (text), widget (QLabel, subjectSN)
4363-#. i18n: ectx: property (text), widget (QLabel, issuerCN)
4364-#. i18n: ectx: property (text), widget (QLabel, issuerOU)
4365-#. i18n: ectx: property (text), widget (QLabel, issuerO)
4366-#. i18n: ectx: property (text), widget (QLabel, issuedOn)
4367-#. i18n: ectx: property (text), widget (QLabel, expiresOn)
4368-#. i18n: ectx: property (text), widget (QLabel, md5)
4369-#. i18n: ectx: property (text), widget (QLabel, sha1)
4370-#: adblock/blocked_elements.ui:108 sync/sync_check.ui:30 sync/sync_check.ui:44
4371-#: webtab/sslinfo.ui:77 webtab/sslinfo.ui:131 webtab/sslinfo.ui:145
4372-#: webtab/sslinfo.ui:159 webtab/sslinfo.ui:173 webtab/sslinfo.ui:223
4373-#: webtab/sslinfo.ui:244 webtab/sslinfo.ui:251 webtab/sslinfo.ui:301
4374-#: webtab/sslinfo.ui:315 webtab/sslinfo.ui:365 webtab/sslinfo.ui:379
4375-msgid "TextLabel"
4376-msgstr "Етикет"
4377-
4378-#. i18n: ectx: property (text), widget (QCheckBox, checkEnableAdblock)
4379-#: adblock/settings_adblock.ui:17
4380-msgid "&Enable Ad Block"
4381-msgstr ""
4382-
4383-#. i18n: ectx: property (text), widget (QCheckBox, checkHideAds)
4384-#: adblock/settings_adblock.ui:24
4385-msgid "&Hide filtered elements"
4386-msgstr ""
4387-
4388-#. i18n: ectx: attribute (title), widget (QWidget, tab_3)
4389-#: adblock/settings_adblock.ui:38
4390-msgid "Automatic Filters"
4391-msgstr "Автоматични филтри"
4392-
4393-#. i18n: ectx: property (text), widget (QLabel, label_3)
4394-#: adblock/settings_adblock.ui:49
4395-#, fuzzy
4396-#| msgid "Update automatic filters every:"
4397-msgid "Update enabled automatic filters every:"
4398-msgstr "Обновяване на филтрите на всеки:"
4399-
4400-#. i18n: ectx: attribute (title), widget (QWidget, tab)
4401-#: adblock/settings_adblock.ui:88
4402-msgid "Manual Filters"
4403-msgstr "Ръчни филтри"
4404-
4405-#. i18n: ectx: property (text), widget (QLabel, label)
4406-#: adblock/settings_adblock.ui:96
4407-msgid "Search:"
4408-msgstr "Търсене:"
4409-
4410-#. i18n: ectx: property (toolTip), widget (QToolButton, insertButton)
4411-#: adblock/settings_adblock.ui:123
4412-msgid "Add filter expression"
4413-msgstr ""
4414-
4415-#. i18n: ectx: property (text), widget (QToolButton, insertButton)
4416-#. i18n: ectx: property (text), widget (QToolButton, removeButton)
4417-#: adblock/settings_adblock.ui:126 adblock/settings_adblock.ui:136
4418-msgid "..."
4419-msgstr "..."
4420-
4421-#. i18n: ectx: property (toolTip), widget (QToolButton, removeButton)
4422-#: adblock/settings_adblock.ui:133
4423-msgid "Remove filter expression"
4424-msgstr ""
4425-
4426-#: application.cpp:123 application.cpp:129
4427-msgid "Error"
4428-msgstr ""
4429-
4430-#: application.cpp:123
4431-msgid "Cannot launch webapp mode without an URL to load"
4432-msgstr ""
4433-
4434-#: application.cpp:129
4435-msgid "Cannot load more than one URL in webapp mode"
4436-msgstr ""
4437-
4438-#: application.cpp:383
4439-#, kde-format
4440-msgid ""
4441-"Malformed URL:\n"
4442-"%1"
4443-msgstr ""
4444-"Неправилен URL:\n"
4445-"%1"
4446-
4447-#: application.cpp:627
4448-#, fuzzy
4449-#| msgid ""
4450-#| "Are you sure you want to close the window?\n"
4451-#| "You have 1 tab open."
4452-#| msgid_plural ""
4453-#| "Are you sure you want to close the window?\n"
4454-#| "You have %1 tabs open."
4455-msgid "Do you want to close the window or the whole application?"
4456-msgstr ""
4457-"Наистина ли искате да затворите прозореца?\n"
4458-"Има 1 отворен подпрозорец."
4459-
4460-#: application.cpp:628
4461-msgid "Application/Window closing..."
4462-msgstr ""
4463-
4464-#: application.cpp:629
4465-#, fuzzy
4466-#| msgid "C&lose Current Tab"
4467-msgid "C&lose Current Window"
4468-msgstr "Затваряне на &подпрозореца"
4469-
4470-#. i18n: ectx: property (windowTitle), widget (QWidget, ClearDataWidget)
4471-#: application.cpp:658 cleardata.ui:17
4472-msgctxt "@title:window"
4473-msgid "Clear Private Data"
4474-msgstr "Изчистване на личните данни"
4475-
4476-#: application.cpp:662
4477-msgid "Clear"
4478-msgstr "Изчистване"
4479-
4480-#: application.cpp:738
4481-msgctxt "@title:window"
4482-msgid "Create Application Shortcut"
4483-msgstr ""
4484-
4485-#: application.cpp:740
4486-msgid "Create"
4487-msgstr ""
4488-
4489-#: bookmarks/bookmarkowner.cpp:75
4490-msgid "Open"
4491-msgstr "Отваряне"
4492-
4493-#: bookmarks/bookmarkowner.cpp:76
4494-#, fuzzy
4495-#| msgid "Open all bookmarks in this folder as a new tab."
4496-msgid "Open bookmark in current tab"
4497-msgstr "Отваряне на всички отметки в тази папка като нови подпрозорци."
4498-
4499-#: bookmarks/bookmarkowner.cpp:78
4500-msgid "Open in New Tab"
4501-msgstr "Отваряне в нов подпрозорец"
4502-
4503-#: bookmarks/bookmarkowner.cpp:79
4504-#, fuzzy
4505-#| msgid "Open all bookmarks in this folder as a new tab."
4506-msgid "Open bookmark in new tab"
4507-msgstr "Отваряне на всички отметки в тази папка като нови подпрозорци."
4508-
4509-#: bookmarks/bookmarkowner.cpp:81
4510-msgid "Open in New Window"
4511-msgstr "Отваряне в нов прозорец"
4512-
4513-#: bookmarks/bookmarkowner.cpp:82
4514-#, fuzzy
4515-#| msgid "Open in New Window"
4516-msgid "Open bookmark in new window"
4517-msgstr "Отваряне в нов прозорец"
4518-
4519-#: bookmarks/bookmarkowner.cpp:84
4520-msgid "Open Folder in Tabs"
4521-msgstr "Отваряне на папката в подпрозорци"
4522-
4523-#: bookmarks/bookmarkowner.cpp:85
4524-#, fuzzy
4525-#| msgid "Open all bookmarks in this folder as a new tab."
4526-msgid "Open all the bookmarks in folder in tabs"
4527-msgstr "Отваряне на всички отметки в тази папка като нови подпрозорци."
4528-
4529-#: bookmarks/bookmarkowner.cpp:87
4530-msgid "Add Bookmark"
4531-msgstr "Добавяне на отметка"
4532-
4533-#: bookmarks/bookmarkowner.cpp:88
4534-msgid "Bookmark current page"
4535-msgstr "Отметване на текущата селекция"
4536-
4537-#: bookmarks/bookmarkowner.cpp:90
4538-msgid "New Folder"
4539-msgstr "Нова папка"
4540-
4541-#: bookmarks/bookmarkowner.cpp:91
4542-msgid "Create a new bookmark folder"
4543-msgstr "Създаване на нова папка за отметки"
4544-
4545-#: bookmarks/bookmarkowner.cpp:93
4546-msgid "New Separator"
4547-msgstr "Нов разделител"
4548-
4549-#: bookmarks/bookmarkowner.cpp:94
4550-#, fuzzy
4551-#| msgid "New Bookmark Folder"
4552-msgid "Create a new bookmark separator"
4553-msgstr "Нова папка за отметки"
4554-
4555-#: bookmarks/bookmarkowner.cpp:96
4556-msgid "Copy Link"
4557-msgstr "Копиране на препратката"
4558-
4559-#: bookmarks/bookmarkowner.cpp:97
4560-msgid "Copy the bookmark's link address"
4561-msgstr "Копиране адреса на препратката"
4562-
4563-#: bookmarks/bookmarkowner.cpp:99
4564-msgid "Edit"
4565-msgstr ""
4566-
4567-#: bookmarks/bookmarkowner.cpp:100
4568-msgid "Edit the bookmark"
4569-msgstr "Редактиране на отметка"
4570-
4571-#: bookmarks/bookmarkowner.cpp:103
4572-#, fuzzy
4573-#| msgid "Bookmark"
4574-msgid "Fancy Bookmark"
4575-msgstr "Отметка"
4576-
4577-#: bookmarks/bookmarkowner.cpp:104
4578-msgid "Link Nepomuk resources"
4579-msgstr ""
4580-
4581-#. i18n: ectx: property (text), widget (QPushButton, deleteButton)
4582-#: bookmarks/bookmarkowner.cpp:107 urlbar/urlbar.cpp:484
4583-#: useragent/useragentsettings.ui:39
4584-msgid "Delete"
4585-msgstr "Изтриване"
4586-
4587-#: bookmarks/bookmarkowner.cpp:108
4588-msgid "Delete the bookmark"
4589-msgstr "Изтриване на отметка"
4590-
4591-#: bookmarks/bookmarkowner.cpp:110
4592-msgid "Set as toolbar folder"
4593-msgstr "Да бъде папка с отметки"
4594-
4595-#: bookmarks/bookmarkowner.cpp:113
4596-msgid "Unset this folder as the toolbar folder"
4597-msgstr ""
4598-
4599-#: bookmarks/bookmarkowner.cpp:172
4600-#, kde-format
4601-msgctxt "%1=Number of tabs. Value is always >=8"
4602-msgid ""
4603-"You are about to open %1 tabs.\n"
4604-"Are you sure?"
4605-msgid_plural ""
4606-"You are about to open %1 tabs.\n"
4607-"Are you sure?"
4608-msgstr[0] ""
4609-msgstr[1] ""
4610-
4611-#: bookmarks/bookmarkowner.cpp:249
4612-msgid "New folder"
4613-msgstr "Нова папка"
4614-
4615-#: bookmarks/bookmarkowner.cpp:349
4616-msgid "Bookmark Folder Deletion"
4617-msgstr "Изтриване на папка за отметки"
4618-
4619-#: bookmarks/bookmarkowner.cpp:350
4620-#, kde-format
4621-msgid ""
4622-"Are you sure you wish to remove the bookmark folder\n"
4623-"\"%1\"?"
4624-msgstr ""
4625-"Сигурни ли сте, че искате да бъде изтрита папката за отметки\n"
4626-"\"%1\"?"
4627-
4628-#: bookmarks/bookmarkowner.cpp:354
4629-msgid "Separator Deletion"
4630-msgstr "Изтриване на разделител"
4631-
4632-#: bookmarks/bookmarkowner.cpp:355
4633-#, fuzzy
4634-#| msgid ""
4635-#| "Are you sure you wish to remove the bookmark\n"
4636-#| "\"%1\"?"
4637-msgid "Are you sure you wish to remove this separator?"
4638-msgstr ""
4639-"Сигурни ли сте, че искате да бъде изтрита отметката\n"
4640-"\"%1\"?"
4641-
4642-#: bookmarks/bookmarkowner.cpp:359
4643-msgid "Bookmark Deletion"
4644-msgstr "Изтриване на отметка"
4645-
4646-#: bookmarks/bookmarkowner.cpp:360
4647-#, kde-format
4648-msgid ""
4649-"Are you sure you wish to remove the bookmark\n"
4650-"\"%1\"?"
4651-msgstr ""
4652-"Сигурни ли сте, че искате да бъде изтрита отметката\n"
4653-"\"%1\"?"
4654-
4655-#. i18n: ectx: property (text), widget (QLabel, label)
4656-#: cleardata.ui:29
4657-msgid "<h3>Clear the following items:</h3>"
4658-msgstr ""
4659-
4660-#. i18n: ectx: property (text), widget (QCheckBox, clearHistory)
4661-#: cleardata.ui:52
4662-msgid "Visited pages history"
4663-msgstr "История на посетените страници"
4664-
4665-#. i18n: ectx: property (text), widget (QCheckBox, clearDownloads)
4666-#: cleardata.ui:62
4667-msgid "Downloads history"
4668-msgstr "История на изтеглянията"
4669-
4670-#. i18n: ectx: property (text), widget (QCheckBox, clearCookies)
4671-#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
4672-#: cleardata.ui:72 settings/settings_privacy.ui:150
4673-msgid "Cookies"
4674-msgstr "Бисквитки"
4675-
4676-#. i18n: ectx: property (text), widget (QCheckBox, clearCachedPages)
4677-#: cleardata.ui:82
4678-msgid "Cached web pages"
4679-msgstr ""
4680-
4681-#. i18n: ectx: property (text), widget (QCheckBox, clearWebIcons)
4682-#: cleardata.ui:92
4683-msgid "Website icons"
4684-msgstr ""
4685-
4686-#. i18n: ectx: property (text), widget (QCheckBox, homePageThumbs)
4687-#: cleardata.ui:102
4688-msgid "Home page thumbs"
4689-msgstr ""
4690-
4691-#: history/historymodels.cpp:93
4692-msgid "Title"
4693-msgstr "Заглавие"
4694-
4695-#: history/historymodels.cpp:94
4696-msgid "Address"
4697-msgstr "Адрес"
4698-
4699-#: history/historymodels.cpp:156
4700-msgid "First Visit: "
4701-msgstr ""
4702-
4703-#: history/historymodels.cpp:157
4704-msgid "Last Visit: "
4705-msgstr ""
4706-
4707-#: history/historymodels.cpp:158
4708-msgid "Number of Visits: "
4709-msgstr ""
4710-
4711-#: history/historymodels.cpp:453
4712-msgid "Earlier Today"
4713-msgstr "По-рано днес"
4714-
4715-#: history/historymodels.cpp:458
4716-#, kde-format
4717-msgid "1 item"
4718-msgid_plural "%1 items"
4719-msgstr[0] "1 запис"
4720-msgstr[1] "%1 записа"
4721-
4722-#: main.cpp:44
4723-msgid "A lightweight Web Browser for KDE based on WebKit"
4724-msgstr "Лек уеб-браузър за KDE на основата на WebKit"
4725-
4726-#: main.cpp:51 webtab/webtab.cpp:426
4727-msgid "rekonq"
4728-msgstr "rekonq"
4729-
4730-#: main.cpp:55
4731-#, fuzzy
4732-#| msgid "(C) 2008-2011 Andrea Diamantini"
4733-msgid "(C) 2008-2012 Andrea Diamantini"
4734-msgstr "(C) 2008-2011 Andrea Diamantini"
4735-
4736-#: main.cpp:62
4737-msgid "Andrea Diamantini"
4738-msgstr "Andrea Diamantini"
4739-
4740-#: main.cpp:63
4741-msgid "Project Lead, Developer, Maintainer"
4742-msgstr "Ръководител на проекта, разработка, поддръжка"
4743-
4744-#: main.cpp:67
4745-#, fuzzy
4746-#| msgid "Johannes Troscher"
4747-msgid "Johannes Tröscher"
4748-msgstr "Johannes Troscher"
4749-
4750-#: main.cpp:68
4751-msgid "QGraphicsEffect expert. Tabbar highlight animation"
4752-msgstr ""
4753-
4754-#: main.cpp:72
4755-msgid "Furkan Uzumcu"
4756-msgstr ""
4757-
4758-#: main.cpp:73
4759-msgid "A lot of improvements, especially on usability"
4760-msgstr ""
4761-
4762-#: main.cpp:77
4763-msgid "Yoann Laissus"
4764-msgstr "Yoann Laissus"
4765-
4766-#: main.cpp:78
4767-msgid "Developer, History & Bookmarks Improvements"
4768-msgstr "Разработка, подобрения на историята и на отметките"
4769-
4770-#: main.cpp:82
4771-msgid "Cédric Bellegarde"
4772-msgstr "Cédric Bellegarde"
4773-
4774-#: main.cpp:83
4775-msgid "Patched code quite everywhere :)"
4776-msgstr "Кръпки по кода почти навсякъде :)"
4777-
4778-#: main.cpp:87
4779-msgid "Jon Ander Peñalba"
4780-msgstr ""
4781-
4782-#: main.cpp:88
4783-msgid "Bookmarks code peer reviewer. A fantastic help"
4784-msgstr ""
4785-
4786-#: main.cpp:92
4787-msgid "Pierre Rossi"
4788-msgstr ""
4789-
4790-#: main.cpp:93
4791-msgid "Urlbar, tests, new tab page, bars... and more"
4792-msgstr ""
4793-
4794-#: main.cpp:97
4795-msgid "Lionel Chauvin"
4796-msgstr "Lionel Chauvin"
4797-
4798-#: main.cpp:98
4799-#, fuzzy
4800-#| msgid "Developer, Ideas, Mockups, rekonq Icon"
4801-msgid "Development, Ideas, Mockups, rekonq Icon"
4802-msgstr "Разработка, идеи, макети, икона"
4803-
4804-#: main.cpp:102
4805-msgid "Siteshwar Vashisht"
4806-msgstr ""
4807-
4808-#: main.cpp:103
4809-msgid "Code, Ideas, sync... and IRC chats!"
4810-msgstr ""
4811-
4812-#: main.cpp:107
4813-msgid "Tirtha Chatterjee"
4814-msgstr ""
4815-
4816-#: main.cpp:108
4817-msgid "A lot of nice work, here and there in the code :)"
4818-msgstr ""
4819-
4820-#: main.cpp:112
4821-msgid "Lindsay Mathieson"
4822-msgstr "Lindsay Mathieson"
4823-
4824-#: main.cpp:113
4825-msgid "Implemented inline spellcheck, provided hints, discovered bugs"
4826-msgstr ""
4827-
4828-#: main.cpp:119
4829-msgid "Dawit Alemayehu"
4830-msgstr "Dawit Alemayehu"
4831-
4832-#: main.cpp:120
4833-msgid "KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."
4834-msgstr ""
4835-
4836-#: main.cpp:124
4837-msgid "Jekyll Wu"
4838-msgstr ""
4839-
4840-#: main.cpp:125
4841-msgid "Bug triaging. Impressive job about..."
4842-msgstr ""
4843-
4844-#: main.cpp:129
4845-msgid "Panagiotis Papadopoulos"
4846-msgstr "Panagiotis Papadopoulos"
4847-
4848-#: main.cpp:130
4849-msgid "Quite everything but code"
4850-msgstr "Почти всичко, освен програмирането"
4851-
4852-#: main.cpp:134
4853-msgid "Phaneendra Hedge"
4854-msgstr ""
4855-
4856-#: main.cpp:135
4857-#, fuzzy
4858-#| msgid "You have no bookmarks"
4859-msgid "Nepomuk fancy bookmarking"
4860-msgstr "Нямате отметки"
4861-
4862-#: main.cpp:139
4863-msgid "Jonathan Raphael Joachim Kolberg"
4864-msgstr "Jonathan Raphael Joachim Kolberg"
4865-
4866-#: main.cpp:140
4867-msgid "Handbook, Maintains a Kubuntu PPA with rekonq git packages"
4868-msgstr ""
4869-
4870-#: main.cpp:144
4871-msgid "Benjamin Poulain"
4872-msgstr ""
4873-
4874-#: main.cpp:145
4875-msgid ""
4876-"The \"QtWebKit guy\". Adblock (new) implementation. Code quality improvements"
4877-msgstr ""
4878-
4879-#: main.cpp:149
4880-msgid "Rohan Garg"
4881-msgstr "Rohan Garg"
4882-
4883-#: main.cpp:150
4884-msgid "Handbook, Maintains a Kubuntu PPA with rekonq git packages."
4885-msgstr ""
4886-
4887-#: main.cpp:154
4888-msgid "Anton Kreuzkamp"
4889-msgstr ""
4890-
4891-#: main.cpp:155
4892-msgid "Session Management, patches"
4893-msgstr ""
4894-
4895-#: main.cpp:159
4896-msgid "David E. Narváez"
4897-msgstr ""
4898-
4899-#: main.cpp:160
4900-msgid "Implemented User Session Management and cleaned up SessionManager code"
4901-msgstr ""
4902-
4903-#: main.cpp:164
4904-msgid "Marc Deop"
4905-msgstr ""
4906-
4907-#: main.cpp:165
4908-msgid "Access Keys Navigation"
4909-msgstr ""
4910-
4911-#: main.cpp:169
4912-msgid "Yuri Chornoivan"
4913-msgstr ""
4914-
4915-#: main.cpp:170 main.cpp:175
4916-msgid "Checking rekonq strings, helping with docs"
4917-msgstr ""
4918-
4919-#: main.cpp:174
4920-msgid "Burkhard Lück"
4921-msgstr ""
4922-
4923-#: main.cpp:179
4924-msgid "Andrius da Costa Ribas"
4925-msgstr ""
4926-
4927-#: main.cpp:180
4928-msgid "Helped letting rekonq compile on Windows/MSVC and Mac OS X"
4929-msgstr ""
4930-
4931-#: main.cpp:184
4932-msgid "Pino Toscano"
4933-msgstr ""
4934-
4935-#: main.cpp:185
4936-msgid "fixuifiles ;)"
4937-msgstr ""
4938-
4939-#: main.cpp:197
4940-msgid "Open in incognito mode"
4941-msgstr ""
4942-
4943-#: main.cpp:198
4944-msgid "Open URL as web app (in a simple window)"
4945-msgstr ""
4946-
4947-#: main.cpp:199
4948-msgid "Location to open"
4949-msgstr "Местоположение за отваряне"
4950-
4951-#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_newTabStartPage)
4952-#: rekonqpage/newtabpage.cpp:318 rekonqpage/newtabpage.cpp:367
4953-#: settings/settings_tabs.ui:99
4954-msgid "Favorites"
4955-msgstr "Любими"
4956-
4957-#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
4958-#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_newTabStartPage)
4959-#. i18n: ectx: property (text), widget (QLabel, label_2)
4960-#: rekonqpage/newtabpage.cpp:333 rekonqpage/newtabpage.cpp:385
4961-#: settings/settings_privacy.ui:56 settings/settings_tabs.ui:109
4962-#: sync/sync_check.ui:77
4963-msgid "History"
4964-msgstr "История"
4965-
4966-#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_newTabStartPage)
4967-#. i18n: ectx: property (text), widget (QLabel, label)
4968-#: rekonqpage/newtabpage.cpp:339 rekonqpage/newtabpage.cpp:379
4969-#: settings/settings_tabs.ui:104 sync/sync_check.ui:60
4970-msgid "Bookmarks"
4971-msgstr "Отметки"
4972-
4973-#. i18n: ectx: property (text), item, widget (KComboBox, kcfg_newTabStartPage)
4974-#: rekonqpage/newtabpage.cpp:345 rekonqpage/newtabpage.cpp:391
4975-#: settings/settings_tabs.ui:114
4976-msgid "Downloads"
4977-msgstr "Изтегляния"
4978-
4979-#: rekonqpage/newtabpage.cpp:420
4980-msgid "Add Favorite"
4981-msgstr "Добавяне на любимо"
4982-
4983-#: rekonqpage/newtabpage.cpp:433
4984-msgid ""
4985-"You can add a favorite by clicking the \"Add Favorite\" button in the top-"
4986-"right corner of this page"
4987-msgstr ""
4988-
4989-#: rekonqpage/newtabpage.cpp:454
4990-#, fuzzy
4991-#| msgid "History"
4992-msgid "Search History"
4993-msgstr "История"
4994-
4995-#: rekonqpage/newtabpage.cpp:459
4996-#, fuzzy
4997-#| msgid "History"
4998-msgid "Clear History"
4999-msgstr "История"
5000-
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: