nowrep
df01a3efef
[Fix:] Setting Speed Dial as default url for new tab.
2011-12-16 22:08:10 +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
de3535b8db
Edited copyright + escaping html entities in copyright at qupzilla:about
...
- adding my email <nowrep@gmail.com> to copyright
2011-12-15 18:34:48 +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
7d3fa5d4c4
Restoring closed tabs now remember its position in tabbar.
...
- used only when restoring single tab, not when restoring all
2011-12-11 17:03:18 +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
42079d50b5
Some minor changes in restoring tabs + pinned tabs
...
- it may fix showing close button on pinned tab
when restoring on qt 4.8 (probably, I cannot reproduce
this even on qt 4.8 so I cannot exactly tell)
2011-12-07 21:48:50 +01:00
nowrep
a7736d4130
Finally fixed site icon for qupzilla: scheme pages
...
- for some reason, Qt 4.8 does not load site icon
from qrc: scheme (and also data: scheme) correctly
2011-12-07 21:32:47 +01:00
nowrep
d5c9b40601
[Fix:] Opening link (target=blank) in new selected tab (regression)
2011-12-05 16:12:48 +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
79ab84b33d
Global cleanup of objects deletion. Using deleteLater when useful.
...
- also fixed image refreshion in speed dial
(when you refresh page thumbnail, new image was created but the image
in page won't change until reload. it is because page caching.
fixed by appending date to image url: file://foo.png?Date)
2011-12-04 20:09:44 +01:00
nowrep
7808408cc8
Final updates for 1.0.0 stable release.
...
Containing small fixes:
- updated windows installer
- small modification to linux default theme (new tab button)
2011-11-09 16:58:25 +01:00
nowrep
f8feb86351
Fixed fetching of AdBlock EasyList
...
- also fixed showing 1*1px widget when clicking on site info icon on
empty or qupzilla: page
- added global Ctrl (+ Shift) + Tab for navigating through tabs
2011-11-07 19:56:53 +01:00
nowrep
2cb067878d
Coding style, fixed cppcheck warnings + improved html highlighter
...
- html highlighter is now highlighting with reg exps, no more with hard
coded tags/tag options
- all cppecheck warnings fixed + added script (cppcheck.sh)
- introduced coding style + added astyle script (coding_style.sh)
- fixed one mistake in czech translate + updated windows installer
2011-11-06 17:01:23 +01:00
nowrep
b8fbcdbeb5
Another little fixes (including showing unsorted bookmarks)
...
Unsorted bookmarks are now properly showed at the bottom of tree in
bookmarks manager.
Removed unneeded code in siteinfowidget.cpp and tabwidget.cpp
2011-11-05 18:36:53 +01:00
nowrep
a09778896c
Serializing strings from ssl certificates
...
This is only start, all strings from web pages are going to be
serialized until 1.0.0 stable
See http://labs.qt.nokia.com/2011/10/04/security-considerations-
2011-11-03 20:12:35 +01:00
nowrep
b28e037ad1
Updated Dutch translation
...
Thanks to Heimen Stoffels.
2011-11-01 21:16:14 +01:00
nowrep
a4b39822a6
Various small fixes (including fullscreen buttons hiding)
...
When going to fullscreen, add tab button will no longer stay on screen,
and also when going back to normal screen, list tabs button will no
longer be hidden.
2011-10-24 17:46:45 +02:00
nowrep
56397717f9
Add Tab icon next to last tab
...
Also uploaded scripts for various jobs related to QupZilla to github
(scripts folder)
2011-10-23 14:44:18 +02:00
nowrep
8cb30073c4
Search Engines Manager + OpenSearch (with suggestions)
...
Finally added support to manage search engines. You can add search
engines from sites that supports opensearch standard, but you can also
add them manually.
There is also possibility to specify shortcuts for quickly searching in
location bar on your favourite engines.
2011-10-21 23:26:34 +02:00
nowrep
dca3d3a31a
Fixed occasional random crashes + middle mouse click improvements
...
Using now qobject_cast everywhere possible instead of c++ type cast
Middle mouse click in bookmarks manager (library + sidebar + toolbar)
and history manager (library + sidebar) now opens a new tab
2011-10-18 21:07:58 +02:00
nowrep
6f395631ad
Updated copyright informations
2011-10-17 09:57:07 +02:00
nowrep
e263572e56
Fixed updating url in locationbar when browsing through history back and
...
forward
2011-10-15 18:08:52 +02:00
nowrep
d361c0631d
Updated drawing of tabs in TabBar. It will no longer show "..." when not
...
needed.
With this update is also possible implement showing "new tab" button
after the last tab
2011-10-14 23:12:10 +02:00
nowrep
edbcb5e541
Rewritten WebInspector. Hopefully fixes #3
...
When you show Web Inspector panel, it will be open only for actual tab.
So when you change tab, the web inspector panel will hide, and if you go
back to tab with open web inspector, inspector will show.
2011-10-14 20:14:57 +02:00
nowrep
e0d4f35149
Fixed visibility issue of list tabs button in fullscreen
2011-09-19 21:47:15 +02:00
nowrep
8b4ae53b71
Fixed finding on google in locationbar, sometimes it just loads empty
...
google page instead of search results
2011-09-14 17:40:16 +02:00
nowrep
9902e64f81
Added theme support. 5 themes are available now: Chrome, Windows, Old,
...
Linux Native and Mac
2011-09-11 19:15:06 +02:00
nowrep
8c927529c0
Fixed "QStackedWidget::setCurrentWidget: widget not contained in stack"
...
warnings
2011-08-03 22:39:30 +02:00
nowrep
47a0dd058e
Added unified Library which contains history, bookmarks and RSS reader.
2011-07-29 15:39:43 +02:00
nowrep
433eb1fc89
Clear list of closed tabs + translate update
2011-07-28 21:59:56 +02:00
nowrep
cf3a621346
Download Manager: opening file with the name which already exists now
...
rename it with number suffix.
History Menu: is now generated only when webview's state is changed
2011-07-28 12:12:00 +02:00
nowrep
65d0542dc0
Renamed pinnedTabs.dat to pinnedtabs.dat for better file name
...
consistency
2011-07-19 21:39:21 +02:00
nowrep
4c325ed108
Fixed a visual bug of TabBar on gnome after viewing a flash video
2011-07-19 15:18:49 +02:00
nowrep
b49a133bbe
Fixed problem with showing green (secured) info on unsecured page, when
...
leaving secured one.
2011-07-11 20:30:49 +02:00
nowrep
3e13ea8442
When closing tab opened from another tab, it will get back to parent tab
...
if no tabs have been changed or moved.
2011-05-21 11:19:19 +02:00
nowrep
8ab4dc75df
Added Restore All Closed Tabs option to ClosedTabsManager
2011-05-16 21:36:39 +02:00
nowrep
5cafc27cf0
Added ClosedTabsManager class which handles list of closed tabs and
...
offers to restore them one by one
2011-05-07 12:59:53 +02:00
nowrep
036cb1c30b
Added Icon Provider class to fix bad icon saving with default QtWebKit
...
behaviour
2011-04-25 20:56:45 +02:00
nowrep
cd4763d2d9
Some optimalizations
2011-04-24 09:08:53 +02:00
nowrep
1282e23b71
Add Tab button will only show theme specific icon on Linux + added
...
option to show/hide it
2011-04-19 20:46:31 +02:00
nowrep
379ff8cd96
Close all tabs but current now don't close pinned tabs, added some fixes
...
to click2flash
2011-04-18 21:35:57 +02:00
nowrep
ceccb7a4e0
Added Duplicate Tab feature
2011-04-08 17:27:08 +02:00
nowrep
0652aa6a81
Added blur to bookmarks, history, rss manager and about window on W7,
...
fixes restoring states
2011-04-07 18:00:26 +02:00
nowrep
aedfdd3309
Added processing multiple commandline arguments + implemented -p= (-
2011-04-03 21:50:44 +02:00
nowrep
af92a1897e
Added "Don't ask again' function to close dialog
2011-03-26 15:59:11 +01:00
nowrep
91bd95dc59
Various changes in add new tab button and list all tabs menu
2011-03-26 13:34:08 +01:00
nowrep
be80930053
Added Pinning Tabs feature
2011-03-25 19:16:21 +01:00
nowrep
d9d8506536
Updated code model
2011-03-17 17:03:04 +01:00
nowrep
a1c57ae4d1
Removed fixed height
2011-03-15 18:44:26 +01:00