1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Commit Graph

1289 Commits

Author SHA1 Message Date
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
2012-05-08 14:28:54 +02:00
nowrep
5c9383a54a Fix: Flickering when showing site info/bookmarks/rss widget in
addressbar
2012-05-06 20:29:14 +02:00
nowrep
7037e562ae Improved performance of searching in history model
- testing with QString::contains(QString) instead of QRegExp
2012-05-05 18:04:41 +02:00
nowrep
b1b27a434e Possibility to delete history entries from address bar popup completion.
- with Delete key
2012-05-05 16:06:24 +02:00
nowrep
90649f59e1 Added Ukrainian translation. Thanks to Stanislav Kuznietsov 2012-05-04 14:44:54 +02:00
Jonathan Hooverman
16a0b0b8b0 Updated German translation 2012-04-30 21:44:43 +02:00
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
2012-04-30 16:33:14 +02:00
nowrep
bb4d981c31 Merge branch 'master' of github.com:QupZilla/qupzilla 2012-04-30 16:27:52 +02:00
nowrep
df1413c429 Updated translations 2012-04-30 16:27:46 +02:00
Mladen Pejaković
2113647353 Serbian translation updates 2012-04-29 23:42:10 +02:00
nowrep
2c19884efe Fixed: Showing newly added RSS feed in RSS manager 2012-04-26 12:35:03 +02:00
nowrep
acbfb16dfc zh_TW translation update. Thanks to Cheng-Chia Tseng
pswo10680@gmail.com
2012-04-25 16:59:08 +02:00
nowrep
e4e9639406 Fixed "Hide tabs when there is only one tab" option.
- fixed hiding tabbar when using "Close other tabs" action
2012-04-25 11:35:13 +02:00
nowrep
bacca991e0 SpeedDial: fixed removing bg image when changing background position 2012-04-25 11:20:41 +02:00
Jonathan Hooverman
fa37d1650f Updated German translation 2012-04-24 20:23:10 +02:00
Jonathan Hooverman
7836e07855 Merge branch 'master' of github.com:QupZilla/qupzilla 2012-04-24 20:13:08 +02:00
Jonathan Hooverman
84d923ec5e Updated German translation 2012-04-24 20:07:32 +02:00
nowrep
642f42424e Regression: Fixed external download manager option. 2012-04-24 16:40:21 +02:00
nowrep
23613ab310 Fixed issue with completer when writing "ch" into location bar.
- ?? for some reason, it selected random items when typing "ch" ??
2012-04-24 15:58:36 +02:00
David Rosca
c9517460a2 Merge pull request #385 from sys9kdr/master
Update Japanese language.
2012-04-23 13:20:28 -07:00
sys9kdr
f7124c02bc Update Japanese language file. 2012-04-24 01:59:31 +09:00
nowrep
96af9e6f7f Updated Italian translation.
- added Facebook into list of servers to send fake user agent
2012-04-23 15:50:21 +02:00
nowrep
bcce0326fc Fixed issue with showing "Error code 200" error page 2012-04-22 21:23:51 +02:00
nowrep
e6da887f1a Updated translations 2012-04-22 21:02:25 +02:00
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
2012-04-22 20:51:28 +02:00
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
2012-04-22 17:09:43 +02:00
nowrep
98d51b0661 Code cleanups 2012-04-21 22:19:35 +02:00
nowrep
556c6804ca Extended support for Content-Disposition header (downloads) 2012-04-20 16:03:00 +02:00
nowrep
a1ff0c0dc4 Saving state of Clear Private Data dialog 2012-04-20 15:29:04 +02:00
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
2012-04-20 14:49:16 +02:00
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
2012-04-20 14:03:08 +02:00
David Rosca
f95065107a Merge pull request #383 from Mikino89/master
Update Slovak translation + update bad czech translation
2012-04-19 13:49:26 -07:00
nowrep
a40062fde6 Completely changed look of address bar popup.
- using QStyledItemDelegate for rendering
2012-04-19 22:42:35 +02:00
Peter Vacula
93d9b8bec6 Update Slovak translation + update bad czech translation 2012-04-19 18:29:49 +02:00
nowrep
30f97be3b1 Plugin list is now painted with QStyledItemDelegate. 2012-04-19 18:07:00 +02:00
nowrep
cdf73b01b5 Auto selection on focus in search toolbar's line edit.
closes #381
2012-04-19 15:58:23 +02:00
nowrep
018a4d5d7b Updated translations 2012-04-17 18:26:01 +02:00
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
2012-04-17 17:54:51 +02:00
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
2012-04-17 15:11:26 +02:00
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
2012-04-17 14:00:32 +02:00
Mladen Pejaković
356d4b24c9 Setting minimal width on site database detail info 2012-04-16 20:42:36 +02:00
nowrep
059ce25337 Updated links to repo in homepage translations. 2012-04-16 15:20:07 +02:00
nowrep
8432432b4b Updated links to correct address (QupZilla Organization) 2012-04-16 15:11:31 +02:00
nowrep
8e76ba5a47 Ensuring tab previews are painted without scrollbars.
- it finally works now
2012-04-15 22:08:41 +02:00
nowrep
82bd695d3a Click2Flash: Calling setTimeout with 250ms time.
- let's be sure it will be asynchronous
2012-04-15 15:52:10 +02:00
nowrep
75a004499e Click2Flash: Fixed browser window flashing on loading some flash objects
- this bug so far occurs only on X11
- implemented asynchronous JavaScript element replacing
2012-04-15 15:44:08 +02:00
nowrep
ba1cf804eb Address bar now searches also in bookmarks.
closes #79
2012-04-15 15:41:48 +02:00
nowrep
431782a147 Improved "Go to web address" action.
- newlines are stripped from string

closes #379
2012-04-14 10:54:03 +02:00
nowrep
99722aa7aa Added option to open external protocols in system apps.
- so for example, links with apt: or tomahawk: protocol can be opened
- it will ask user whether he wants to open link in external app
  and give option to remember the choice
2012-04-13 13:26:32 +02:00
nowrep
48b7aed86b Fixed regression from last commit when page thumbnail could be rendered
with scrollbars.
2012-04-12 15:41:28 +02:00