nowrep
05d6622e76
Changed message "Proxy host name not found" to "Proxy server not found"
...
- to be similiar to "Server not found" message
Closes #173
2012-02-02 16:09:35 +01:00
nowrep
7536da24e1
Updated Dutch + French translations.
2012-02-01 21:21:47 +01:00
Peter Vacula
f1bd815eac
Update Slovak translate
2012-02-01 17:08:54 +01:00
nowrep
b2e42d2c32
Added possibility to "Go to web page" in background tab on middle click.
...
- fixed issue when editing bookmarks with percent encoding
- actions in edit menu are now fully functional and are appropriately
enabled/disabled
- new action in tools menu - "Web Inspector"
- updated Portuguese translation
2012-02-01 15:37:45 +01:00
nowrep
995eed9cfa
[Fix] Fixed saving usernames with spaces in Password Manager.
...
- using QUrl::fromEncoded instead of QString constructor everywhere
- reverted JHooverman's patch (changing print preview dialog's window
title)
* sorry about that, I personally think that showing "Print preview"
in print preview dialog is better than "Print..."
2012-01-31 21:10:22 +01:00
Peter Vacula
f475ee70c8
Slovak update
2012-01-30 18:16:36 +01:00
nowrep
396ce19312
Updated Spanish + Portuguese translation.
...
- fix: don't show javascript url of bookmarklet in locationbar
when loading it
2012-01-30 17:18:10 +01:00
Jonathan Hooverman
98f41795bc
Updated German translation
2012-01-29 20:43:30 +01:00
nowrep
dfe5108138
[Fix] Fixed loading of bookmarklets.
...
- bookmarklet = javascript code in bookmark
2012-01-29 17:46:02 +01:00
Jonathan Hooverman
73e33c8867
Updated German translation
2012-01-29 15:50:26 +01:00
nowrep
67c066decc
Fixed typo "Actually" -> "Currently" and updated Dutch translation.
2012-01-29 11:59:39 +01:00
nowrep
a044302a92
Option to use external download manager.
...
- also added some new git hooks
2012-01-28 15:37:11 +01:00
nowrep
24ec4e0292
Added option to (not) send Referer header to servers.
...
- also added button to delete html5 storage
2012-01-27 23:01:17 +01:00
nowrep
ea1eceb9d7
Applied patches for Mac OS + little modification of QupZilla icon.
...
- Mac patches by @ryandesign
- icon modifications by Sergio Cipolla, thanks!
- closes #220
- closes #221
- closes #222
2012-01-27 17:25:51 +01:00
Peter Vacula
f52a40d6f4
Updated slovak translation + fixed windows build
2012-01-26 21:24:50 +01:00
David Rosca
6bf4095c24
Merge pull request #219 from vasitsiv/master
...
Updated Greek translation & fixes
2012-01-26 11:39:51 -08:00
Vasilis Tsivikis
a075c99d38
Updated Greek Translation & Fixes
2012-01-26 21:35:06 +02:00
nowrep
d78df618b0
Little changes in "open new tab after active" + in ctrl+click on links
...
- when opening clean new tab, it will be opened at the end of tabbar
regardless of user settings
- fixing issue when ctrl+left clicking on dial in speed dial opening
page in new tab and also started to drag dial
2012-01-26 20:19:56 +01:00
nowrep
0cf13286d2
Added option to Enable/Disable HTML5 local storage + delete it on close.
...
- also fixed enable/disable history option
2012-01-26 18:23:35 +01:00
nowrep
79caefb8aa
Don't show "Show menubar" action on Mac OS. Closes #129
...
- "SuperMenu" button won't be visible on Mac too
* there is no need to show it as Menu will always be visible
- also made little improvement in Mac theme
- updated Portuguese translation
2012-01-26 16:22:09 +01:00
nowrep
00f6262afc
Announcing Flash plugin support to sites again.
...
- typo "Italy" language -> "Italian" language
- updated Swedish translation
2012-01-25 19:13:12 +01:00
nowrep
e77c44f709
[Fix] Abord and delete NetworkReply when cancelling download request.
...
- fixes memory leak, size equal to download size was leaked
before
- added Spanish homepage translation
2012-01-25 17:46:37 +01:00
nowrep
86b923b24f
Don't save icons in Private Browsing Mode.
...
- fixed typo: using "current" instead of "actual"
2012-01-25 15:46:18 +01:00
nowrep
34fadb4512
Merge branch 'Mikino89-master'
2012-01-24 20:50:04 +01:00
nowrep
173e767b40
Updated Swedish translation
2012-01-24 20:49:09 +01:00
Peter Vacula
69525404a7
Update SK translation
2012-01-24 20:32:24 +01:00
nowrep
c6cbaa286b
Added shortcut for Paste&Search.
...
- merged pejakm-master and Mikino89-master
2012-01-24 20:12:00 +01:00
Peter Vacula
5b4b76bd1c
Updated Slovak translation + fixed one mistake in Czech.
2012-01-24 19:45:48 +01:00
nowrep
361cc6a184
Updated swedish translation
2012-01-23 22:04:48 +01:00
nowrep
4fc23c359d
Updated Portuguese + Spanish translations
2012-01-23 21:02:53 +01:00
nowrep
79f30b03e8
Little improvement in speed dial + option to set minimum font size.
...
- also registering SIGPIPE signal handler to prevent some unneeded
crashes when using QtWebKit 2.2
2012-01-23 19:28:47 +01:00
nowrep
c31ee75928
History menu submenus and List of closed tabs in tab bar
...
- merged pejakm-master
- also using const variables in foreach loops everywhere it is possible
- updated translations
2012-01-23 17:30:34 +01:00
nowrep
0c699c709c
Little improvements regarding popup windows + opening new tabs.
...
- showing popup window in center of screen if requested position
has top left coordinates [0,0]
2012-01-22 15:15:43 +01:00
Jonathan Hooverman
832da27ea3
Updated German translation
2012-01-22 14:47:50 +01:00
nowrep
f7fa01519b
Improved context menu WebView actions.
...
- all functions related to craeting context menu are now
in base WebView class, not in subclasses
- it is now also possible to do actions on selected text
in input and textarea elements
- fixed bug in QtWebKit 2.2 when Direction menu was displayed
twice in context menu on input and textarea elements
2012-01-22 11:49:58 +01:00
nowrep
195288c83b
[Fix] Fixed restoring multiple windows + added global defines header
...
- also added tests directory with html files to test QupZilla behaviour
- it only contain opening links test, more tests will come
2012-01-21 23:19:38 +01:00
nowrep
bd9cead2c2
Updated translations.
2012-01-21 20:29:33 +01:00
Jonathan Hooverman
c1e4cebf42
Updated German translation
2012-01-21 18:16:47 +01:00
nowrep
408feb0ac1
Updated Portuguese translation
2012-01-21 15:38:09 +01:00
nowrep
0aeead3825
Little modifications in speed dial + fixed spelling mistake.
2012-01-20 13:10:05 +01:00
nowrep
1211018c2f
Small improvement in speed dial, added DuckDuckGo default search engine.
...
- also fixed bad spanish qt translation (qt_es.qm)
- closes #195
2012-01-19 18:05:21 +01:00
Mladen Pejaković
20f17ae7f1
Small fixes
2012-01-19 01:37:34 +01:00
Mladen Pejaković
71b7fa567e
Translations updates
2012-01-19 01:20:16 +01:00
nowrep
7db7f69ec0
New "plus" icon for new page in speed dial + updated Dutch translation
...
- the icon is not a masterpiece, but it is definitely better
than current one
2012-01-18 22:22:34 +01:00
nowrep
c41dc3b8be
Updated translations + little edits in speed dial.
2012-01-18 21:09:27 +01:00
Mladen Pejaković
7bcfac6198
Serbian translations update
2012-01-18 20:14:15 +01:00
Mladen Pejaković
92f6550587
Serbian translation updates
2012-01-18 19:55:51 +01:00
nowrep
27c4441848
Improved possibility to open some actions in new tab.
...
- Alt+Enter shortcuts for locationbar and websearchbar
- middle click on magnifying glass (in websearchbar) now
open search results in new tab
- search results of selected page on page is now also opened
in new tab
- updated portuguese translation
2012-01-18 16:52:30 +01:00
nowrep
46edc8d5a2
Added option to edit bookmark from context menu in bookmarks toolbar.
...
- also added new function to Speed Dial to be able to get path of
background image file
- closes #189
2012-01-18 15:05:50 +01:00
nowrep
275c717783
Fixed Serbian translation files from previous commit.
2012-01-18 13:06:54 +01:00
nowrep
36d02bb680
Merge branch 'master' of https://github.com/pejakm/QupZilla into pejakm-master
...
Conflicts:
translations/sr_BA.ts
translations/sr_RS.ts
2012-01-18 13:00:55 +01:00
nowrep
9aec7cf07f
[Fix] Fixed showing of "Are you sure to close x tabs?" question.
...
- also added translation comments for 3 strings in preferences
- closes #191
2012-01-18 12:58:09 +01:00
Mladen Pejaković
c01611e60f
Finished Serbian translations
2012-01-18 12:56:21 +01:00
nowrep
5e479713d1
Updated Portuguese translation. Application + homepage.
2012-01-18 12:34:42 +01:00
Mladen Pejaković
f5048ee400
Serbian language updates
2012-01-17 20:37:16 +01:00
Jonathan Hooverman
b98dc26774
Updated German translation
2012-01-17 19:48:35 +01:00
nowrep
1add497966
Making "QupZilla" translatable in window title.
2012-01-16 18:28:56 +01:00
nowrep
af5f2ed9e7
Updated Spanish translation
2012-01-16 15:49:11 +01:00
nowrep
ab02b2ee28
Merge branch 'master' of github.com:nowrep/QupZilla
2012-01-15 20:55:13 +01:00
nowrep
6297f7f3d0
Added Mariusz Fik into translators + updated Spanish translation.
2012-01-15 19:39:25 +01:00
Jonathan Hooverman
c29d0725e9
Updated German translation
2012-01-15 18:44:06 +01:00
nowrep
6c99e2550d
Updated Dutch translation.
2012-01-14 21:45:18 +01:00
nowrep
af72fad533
Edited scripts + new script for releasing all translations
...
- also fixed bad link to AUTHORS file in homepage translations
2012-01-14 18:23:52 +01:00
nowrep
e8504c6b20
Added some new strings for network errors.
2012-01-14 12:44:14 +01:00
nowrep
d8ec1b8675
Removed one translated string from preferences.
2012-01-12 21:32:27 +01:00
Jonathan Hooverman
b181fd447e
Updated German translation
2012-01-12 21:09:28 +01:00
nowrep
e39ddf5a79
Saving settings even without calling quitApplication. Closes #157
2012-01-12 20:10:51 +01:00
nowrep
53d0c256c5
Merge branch 'master' of github.com:nowrep/QupZilla
...
Conflicts:
translations/de_DE.ts
2012-01-10 21:15:46 +01:00
nowrep
b4a18d5729
Updated translations
2012-01-10 21:15:03 +01:00
Jonathan Hooverman
4d2d4fda5f
Updated German translation
2012-01-10 21:10:40 +01:00
nowrep
456a8d3e77
Fixed go to web page + using google translate as dictionary provider.
2012-01-09 16:45:36 +01:00
nowrep
61b410ece3
Code edits + added Mladen Pejaković into contributors.
...
- moved speed dial background settings from qupzillaschemehandler
to speed dial's class speeddial
2012-01-09 16:23:03 +01:00
Mladen Pejaković
f108a82d55
Update Serbian language files
2012-01-09 13:07:08 +01:00
Jonathan Hooverman
b9f808f681
Updated German translation
2012-01-08 20:08:28 +01:00
Mladen Pejaković
ac4750e3a1
Serbian language files - fix
2012-01-08 19:14:39 +01:00
nowrep
9c6d582c44
Added Mladen Pejaković into translators (Serbian)
...
- also fixed .qm filenames and added qt translation
2012-01-08 18:17:47 +01:00
Mladen Pejaković
8bd98f45a9
Qt Serbian translations, initial
2012-01-08 17:58:58 +01:00
nowrep
d9966c08a1
Added possibility to create new rss feeds. Closes #120
...
- also edited string in adblock icon
"web-pages" > "web pages"
2012-01-07 20:56:58 +01:00
nowrep
e05cb9b835
Edited themes, should look better on Mac now. Also improved Click2Flash
...
- also resizing PrintDialog to reasonable size (it is too small by
default)
- removed obsolete translation entries from .ts files
2012-01-06 17:31:44 +01:00
nowrep
412b170f4f
Don't quit application on last closed window on Mac. Closes #129
2012-01-06 15:03:48 +01:00
nowrep
890e8f0cdf
Can now load long locale named qt translation file. (ex. qt_zh_CN.qm)
...
- patch by Mladen Pejaković, see #128
- also updated Polish and Dutch translations
2012-01-06 14:34:12 +01:00
nowrep
a0c1113f65
Updated French translation + Portuguese fixes in desktop launcher.
2012-01-05 21:46:03 +01:00
nowrep
f64ea6bb22
Updated Polish and Chinese translations
2012-01-05 17:43:01 +01:00
nowrep
8cff19e982
Updated Polish + Portuguese(+ windows installer) translations.
2012-01-05 17:30:29 +01:00
nowrep
86d6f0cae0
Updated Spanish translation.
2012-01-04 15:33:01 +01:00
nowrep
31bdfe4f1a
Showing right default directories for bookmarks on Windows. Closes #116
...
- also updated Italian translation
2012-01-04 13:44:43 +01:00
vasitsiv
c9149b6fe3
Updated Greek Translation
2012-01-04 14:31:24 +02:00
Jonathan Hooverman
b720eee746
Updated German translation
2012-01-03 21:58:55 +01:00
nowrep
06406b5a9f
Updated translations + uploaded missing files.
2012-01-03 21:05:48 +01:00
nowrep
a09d6ce6e4
Using own CA certificates database from now. Closes #111
...
- fixing various problems with accessing / downloading content
from secured sites
- using CA certificates from debian's ca-certificates package
- added copyright notice for Mozilla's certificates
2012-01-03 21:02:35 +01:00
nowrep
be0bf20585
Added Portuguese translation. Closes #107
...
- thanks to Sérgio Marques
2012-01-03 20:57:30 +01:00
nowrep
66ee47d3cf
Context menu in webview now include also options for current frame.
...
"This frame" menu is shown when frame at clicked point is different from
main frame and it contains following options:
- show only this frame, show this frame in new tab
- reload frame, print frame
- zoom in, zoom out, reset zoom
- show source code of frame
2012-01-02 13:56:52 +01:00
nowrep
2abe5d8e65
Updated Dutch translation.
2012-01-01 19:51:41 +01:00
Jonathan Hooverman
8ede49edc2
Updated German translation
2011-12-30 11:29:36 +01:00
nowrep
8e84b6c19f
Fixes in Russian translation
2011-12-30 01:11:16 +01:00
nowrep
d23704bc82
Hide new tab button while moving tabs. Closes #103
...
- also updated spanish translation
2011-12-29 21:50:03 +01:00
nowrep
77e7ed55f0
Fixed overflowing bookmarks toolbar when there is a lot of bookmarks.
...
- also updated Russian translation
2011-12-29 15:21:26 +01:00
nowrep
6259577d8b
[Fix] searching bookmarks in bookmarks sidebar.
...
- now it properly search also unsorted bookmarks
- improved performance when searching in all treeviews
- updated italian translation
2011-12-28 16:31:18 +01:00
nowrep
e5f6478439
Added PORTABLE_BUILD define allowing portable building. Closes #99
...
- also updated russian and italian translations
2011-12-28 14:55:54 +01:00
nowrep
fac7de459b
Initial Russian translation. Author Alexander Maslov
2011-12-27 19:10:53 +01:00
nowrep
34df905bf8
Added new Q&A to FAQ. Also added one string to translations.
2011-12-27 15:53:40 +01:00
nowrep
d4c0676c90
Fixed availability to delete profile in Preferences.
...
- it is now available only on non-active profile
- also moved browsedata.db + profiles.ini from data/ folder
into binary
2011-12-27 15:26:32 +01:00
nowrep
120b992954
Merge branch 'master' of github.com:nowrep/QupZilla
2011-12-26 18:39:28 +01:00
nowrep
11b217eb89
Updated Spanish translation.
2011-12-26 18:34:59 +01:00
vasitsiv
d6d735d445
Updated el_GR
...
Greek translation fixes
2011-12-26 17:07:02 +02:00
nowrep
e620560db3
Added Greek translation. Closes #85
...
- thanks to Vasilis Tsivikis
2011-12-25 22:06:25 +01:00
nowrep
74ff3058d9
Added French translation. Closes #61
...
- thanks to Jérôme Giry and Nicolas Ourceau :-)
2011-12-25 20:26:55 +01:00
nowrep
da1ea0a108
[Fix] Showing also RSS feeds without title now in RSS list.
2011-12-24 13:43:26 +01:00
nowrep
d9b5c86dbe
WebView now recieves only own Events.
...
- also using static variables for qupzilla: scheme pages
no need to generate it every time it is about to load
2011-12-24 12:21:23 +01:00
nowrep
5aed695954
When opening links in new tab, moving it next to current tab. Closes #88
2011-12-23 19:49:29 +01:00
nowrep
7b7d030540
Option to load title from page in Speed Dial. Closes #77
...
- also showing "Unable to load" title when page fails
to load
2011-12-23 13:47:38 +01:00
nowrep
b5fa490573
[Fix] Click2Flash should now work properly on all pages.
...
- using QWebHitTestResult mechanism to find html element
associated to Click2Flash object (should work now 100%)
> please let me know
- added new context menu action to history manager = copy
link address
2011-12-21 20:58:02 +01:00
nowrep
882d0c6e18
Added option "Ask on entering Private mode" to preferences. Closes #70
2011-12-21 18:57:27 +01:00
nowrep
c1e4212261
Showing "Apply" in Speed Dial edit dialog rather than "Edit".
2011-12-20 20:02:04 +01:00
nowrep
1f13bf3ba9
Making icon itself bigger instead of just button in linux theme.
2011-12-18 13:28:04 +01:00
nowrep
e2adc2b5d0
Using bigger buttons in navigation bar when using only icons.
...
- it makes buttons bigger in Linux and Old Default themes
2011-12-18 13:15:56 +01:00
nowrep
bffe5654c0
Updated translations + coding style
...
- removed multiple translations for standard bookmark folders
= tr("Bookmarks In Menu"), tr("Bookmarks In ToolBar"),
tr("Unsorted Bookmarks")
- consistency of these translations is important, otherwise
it would confuse app when adding/moving/editing bookmarks
2011-12-17 16:04:04 +01:00
nowrep
efd79d246e
Opening bookmarks/history in background on middle click. Closes #60
...
- also edited behaviour when page does not have title
* it will be now used all url, not path -> host
2011-12-16 20:17:17 +01:00
nowrep
59de491557
Version 1.1.0
...
- checking for updates is by default disabled on Linux
- added Polish translation, thanks to Michał Szymanowski
2011-12-14 18:09:43 +01:00
nowrep
826126fd2d
Added multiple sizes for desktop icon + little fixes.
...
- fixed session restore problem, where tab url wasn't
properly restored (and instead loads empty search on
active search engine)
- fixed loading icons in next/back history menu
2011-12-14 15:16:09 +01:00
nowrep
0fdb151d2a
Middle click now works in bookmarks + history menu. See #58
...
- also changed some strings in czech + slovak translation
2011-12-13 19:18:05 +01:00
nowrep
05f1809242
Fixed typo "appereance"->"appearance". Thanks to #59
...
- also fixed in all translations
2011-12-13 16:02:41 +01:00
nowrep
21068cefd6
Updated Dutch + Chinese + Slovak translation
2011-12-13 14:08:21 +01:00
nowrep
078616bf89
Updated German + Spanish translations
2011-12-12 22:47:55 +01:00
nowrep
221bccdb9c
Showing yellow locationbar on secured page in default linux theme.
...
- linux default theme was the only one theme, where you couldn't
recognize whether you are on secured on normal page
it now shows light yellow background of locationbar
2011-12-12 21:47:32 +01:00
nowrep
668c038147
Improved context menus in bookmarks manager
...
- added import bookmarks link to bookmarks manager
- edited coding style
- updated translations
2011-12-12 21:14:43 +01:00
nowrep
c69022b670
Middle(or ctrl) click in history(forward/next) opens new tab. Closes #58
...
- the current tab will be duplicated (thus all history will be copied)
and the created tab will go to desired history item.
- also updated Dutch + Chinese translations, thanks again to translators
2011-12-12 18:07:07 +01:00
nowrep
e3db115fc3
Click on arrow in locationbar now shows most visited pages. Closes #23
...
- also updated German translation
2011-12-11 14:12:40 +01:00
nowrep
df72343ee2
Updated Spanish translation + little fixes for restoring session
...
- fixed showing of "Do you want to restore session" after crash
when using restore session on startup behaviour
(regression from adding speed dial option)
2011-12-10 22:53:01 +01:00
nowrep
f03b05fecb
Speed Dial: fixed showing of loading animation in first tab
...
- also using faster QWeakPointer everywhere instead of slower
and deprecated QPointer
2011-12-09 21:56:01 +01:00
nowrep
43e04991fa
Updated German + Spanish translation
...
- update *.qm files
2011-12-09 18:10:01 +01:00
nowrep
5336c1f41d
[Fix:] Fixed showing close button on pinned tab on session restore.
...
- removed hide close button when there is only one tab option
2011-12-09 16:44:00 +01:00
nowrep
6ec593f436
Added option to import bookmarks form html. Closes #29
...
- also updated translations scripts
- updated translations
2011-12-08 21:52:03 +01:00
nowrep
47887329da
Updated Dutch + Spanish translation. Little improvements in downloads.
...
- save file is now selected option in download dialog, also your
choice is saved (through one browser run), so if you choose to open
file, then each next downloaded files will have automatically selected
open file selection (instead of default save file)
- hopefully fixed one crash in webview, showing QMenu with popup()
instead of exec(), popup() is asynchronous call.
- scrolling to top in source viewer on open
2011-12-06 19:18:06 +01:00
nowrep
4c84d74d5d
Option to open Speed Dial after launch. Closes #48
...
- also updated translations
2011-12-04 20:35:49 +01:00
nowrep
8eb164fb26
[Fix:] Fixed loading urls with special characters from history
...
- also made possible to load files from qrc: scheme
- improved source viewer:
* fixed incomplete source code loaded when opening window
(it loads the whole source only after reloading)
* improved performance, source is now highlighted much faster
- using .ico favicon in all qupzilla: pages (no longer png)
it should fix problems when favicon wasn't loaded on some systems
- fixed alignment of site icon in navigation bar when compiling
with Qt 4.8
- fixed deleting of local certifications in ssl manager
2011-12-04 16:54:57 +01:00
nowrep
b422e22afd
Image previeweing in Site Informations now supports file and qrc scheme
...
- also updated slovakia translation
- fixed image showing on adblocked page(regression from previous commit)
- SpeedDial: when adding new page and then editing, http:// will be
shown instead of empty url
2011-12-03 14:43:13 +01:00
nowrep
2aedf3bef6
[Fix:] Fixes invalid icons in Linux theme on some systems.
...
- using now fallback icons (Faenza) when QIcon::fromTheme returns
invalid icon, occurs for example on LXDE
- also setting default width for locationbar and websearchbar rather
then counting it from available space. This used to have problems on
some systems, thus making websearchbar too big.
2011-12-03 11:27:53 +01:00
nowrep
b1083226b8
Added Speed Dial. Closes #36
...
- first version of speed dial
- showing pages in maximum 4 columns (unlimited rows)
- option in preferences to open speed dial on new tab
- almost all implemented in js and jQuery, hope it won't be slow.
It loads in about 240ms on my machine and in 2s on my Toshiba
netbook (very very old Intel Atom)
- currently, there is no possibility to change backgroung and
keyboard shortcuts (need to figure out problems with laptop
keyboards (no numerical block => Ctrl + 1 fires Ctrl + + and so on)
2011-12-02 23:25:27 +01:00
nowrep
0b56af4be7
Updated translations
...
- after previous fix from Jonathan
2011-11-27 16:35:39 +01:00
nowrep
ba38a0e68d
Fixed saving of exception certificates. Closes #44
2011-11-27 14:30:16 +01:00
nowrep
c41ba1913f
Fixes wrong behaviour of Password Manager when saving entries
...
- fixed manipulating with usernames/passwords containing
characters needed to be percent encoded
- also updated all .ts files
- compiled all translations into .qm files, so you can download
latest translation for your language :-)
2011-11-26 16:54:44 +01:00
nowrep
0e82994e7f
Improved javascript alert, confirm, prompt dialogs.
...
- instead of injecting semi transparent block into page, we
just set background of the whole widget frame to semi
transparent image
- fixes issue, when sometimes background filled only half
of the page
this issue occurs sometimes when more than one frames
were in page
2011-11-24 22:18:45 +01:00
nowrep
a3898e48c0
Added option to hide passwords in preferences
...
- after you show passwords, it is now possible to hide them again
- no more need to close preferences dialog
2011-11-21 18:24:56 +01:00
nowrep
b88bfd46c7
Password manager now detects also username
...
- username is detected as first input type="text" in form
- it should work on almost every page
This is last requirements to implement saving multiple users on
one page.
2011-11-20 17:09:10 +01:00
nowrep
365770495e
Using icons from desktop theme in preferences + site info
...
- Faenza icons are no longer explicitly shown in prefereneces and site
info
- they are now used only if icon is not found in active theme, and also
for Windows users
- please test it and let me know if icons are correct for each category
- also fixes previous commit
2011-11-19 18:21:22 +01:00
nowrep
54bda0328f
Added option to select all text on click to address bar
...
- and dropped "Add .com on CTRL click" option (it was making impossible
copying anything from address bar)
2011-11-16 16:47:08 +01:00
nowrep
dbab4f74ca
Added XSS Auditing option
...
From docs:
Specifies whether load requests should be monitored for cross-site
scripting attempts. Suspicious scripts will be blocked and reported in
the inspector's JavaScript console. Enabling this feature might have an
impact on performance and it is disabled by default.
2011-11-13 20:36:10 +01:00
nowrep
3db65361ba
Spanish translation, thanks to Jorge Sevilla <jsevi@ozu.es>
...
Also removed one redundant string from translations
2011-11-13 01:19:05 +01:00
nowrep
6021330765
Polish translation, uncompleted for now
...
Added Polish translation, thanks to Krzysztof Malinowski
<boromil@gmail.com>
Also improved showing of click2flash object
2011-11-12 09:45:32 +01:00