nowrep
cf5d399f00
Added possibility to change icon of bookmarks
...
- created new IconChooser class with option to choose
icon from file or icon from database
Closes #401
14 years ago
nowrep
d6a859b367
Updated translations
14 years ago
nowrep
5ec579b91e
Fixed issue with searching about:blank after restoring empty tabs.
...
- regression from previous commit
14 years ago
nowrep
d5071215eb
Fixed "Don't quit upon closing last tab" with blank url on new tab.
...
- it now properly loads empty page
closes #400
14 years ago
nowrep
330b35f8db
Fixed too big "External Protocol Request" dialog when URL is very long
...
- it will now align URL to multi line text
14 years ago
nowrep
659e0ed3ba
Merge branch 'master' of github.com:QupZilla/qupzilla
14 years ago
nowrep
074555b6ea
Little modification in LeaveEvent processing in WebPage.
...
- it is now sending fake mouse move event with correct x value
according to cursor position
14 years ago
David Rosca
35c5d70f05
Merge pull request #394 from sys9kdr/master
...
Update Japanese Translations
14 years ago
sys9kdr
1c68ebae16
Update Japanese translations
14 years ago
nowrep
5c9383a54a
Fix: Flickering when showing site info/bookmarks/rss widget in
...
addressbar
14 years ago
nowrep
7037e562ae
Improved performance of searching in history model
...
- testing with QString::contains(QString) instead of QRegExp
14 years ago
nowrep
b1b27a434e
Possibility to delete history entries from address bar popup completion.
...
- with Delete key
14 years ago
nowrep
90649f59e1
Added Ukrainian translation. Thanks to Stanislav Kuznietsov
14 years ago
Jonathan Hooverman
16a0b0b8b0
Updated German translation
14 years ago
nowrep
5b75c0e5a0
History completely rewritten into Model/View architecture.
...
- much faster history loading (loading history entries only when
needed - eg. expanding top level items)
- less memory usage (sidebar and manager are using the same model)
- searching is now performed on title and url
- clear private data -> clear history is now working properly
14 years ago
nowrep
bb4d981c31
Merge branch 'master' of github.com:QupZilla/qupzilla
14 years ago
nowrep
df1413c429
Updated translations
14 years ago
Mladen Pejaković
2113647353
Serbian translation updates
14 years ago
nowrep
2c19884efe
Fixed: Showing newly added RSS feed in RSS manager
14 years ago
nowrep
acbfb16dfc
zh_TW translation update. Thanks to Cheng-Chia Tseng
...
pswo10680@gmail.com
14 years ago
nowrep
e4e9639406
Fixed "Hide tabs when there is only one tab" option.
...
- fixed hiding tabbar when using "Close other tabs" action
14 years ago
nowrep
bacca991e0
SpeedDial: fixed removing bg image when changing background position
14 years ago
Jonathan Hooverman
fa37d1650f
Updated German translation
14 years ago
Jonathan Hooverman
7836e07855
Merge branch 'master' of github.com:QupZilla/qupzilla
14 years ago
Jonathan Hooverman
84d923ec5e
Updated German translation
14 years ago
nowrep
642f42424e
Regression: Fixed external download manager option.
14 years ago
nowrep
23613ab310
Fixed issue with completer when writing "ch" into location bar.
...
- ?? for some reason, it selected random items when typing "ch" ??
14 years ago
David Rosca
c9517460a2
Merge pull request #385 from sys9kdr/master
...
Update Japanese language.
14 years ago
sys9kdr
f7124c02bc
Update Japanese language file.
14 years ago
nowrep
96af9e6f7f
Updated Italian translation.
...
- added Facebook into list of servers to send fake user agent
14 years ago
nowrep
bcce0326fc
Fixed issue with showing "Error code 200" error page
14 years ago
nowrep
e6da887f1a
Updated translations
14 years ago
nowrep
2055621f2a
Show star icon in completer when item is from bookmarks.
...
- IconProvider has no longer static members
- new macro qIconProvider for accessing IconProvider instance
14 years ago
nowrep
64bdafde87
Completely rewritten whole completion for address bar.
...
- fixed occasional flickering when typing in address bar
- support for opening completions with pressing Down key
- support for selecting completions with Tab key
closes #105
14 years ago
nowrep
98d51b0661
Code cleanups
14 years ago
nowrep
556c6804ca
Extended support for Content-Disposition header (downloads)
14 years ago
nowrep
a1ff0c0dc4
Saving state of Clear Private Data dialog
14 years ago
nowrep
835926cc9e
Added option to import certificate in Certificate Manager
...
- Cookies manager, browsing library and download manager
can now be closed with Esc key press
14 years ago
nowrep
0a5c245811
Simplified location completer (it is now QListView)
...
- make sure items won't be duplicated - in case you
have the same url in bookmarks and history
14 years ago
David Rosca
f95065107a
Merge pull request #383 from Mikino89/master
...
Update Slovak translation + update bad czech translation
14 years ago
nowrep
a40062fde6
Completely changed look of address bar popup.
...
- using QStyledItemDelegate for rendering
14 years ago
Peter Vacula
93d9b8bec6
Update Slovak translation + update bad czech translation
14 years ago
nowrep
30f97be3b1
Plugin list is now painted with QStyledItemDelegate.
14 years ago
nowrep
cdf73b01b5
Auto selection on focus in search toolbar's line edit.
...
closes #381
14 years ago
nowrep
018a4d5d7b
Updated translations
14 years ago
nowrep
d02318382a
Fixed saving passwords on some sites.
...
- WebKit sometimes sends data in its own format so it is
neccessary to convert it to url query items
closes #301
14 years ago
nowrep
2c4b6e3d42
Tweaked Click2Flash replacing script.
...
- it now creates temporary empty element that has the same size and
occupies the same position as original flash object
14 years ago
nowrep
e204af30c6
Closing last tab on second window will always close the window.
...
- even if you have option "Don't quit upon last closed tab"
it will only works for last window
14 years ago
Mladen Pejaković
356d4b24c9
Setting minimal width on site database detail info
14 years ago
nowrep
059ce25337
Updated links to repo in homepage translations.
14 years ago