nowrep
5f7d2d108b
Added Italian translation. Closes #27
...
Thanks to Federico Fabiani <federico.fabiani85@gmail.com> and Francesco
Marinucci <framarinucci@gmail.com>
Also updated Chinese translation.
2011-11-05 10:22:24 +01:00
nowrep
2eb0f542a9
Various small fixes
...
Finally fixed "floating statusbar", it has now proper ToolTip behaviour.
DownloadManager now won't ask you whether you want delete file if some
error in downloading occurs.
In all themes fixed TextBrowser's rounded borders in KDE
2011-11-04 22:34:45 +01:00
nowrep
975e023d54
Minor fixes for back/forward history + "Clear history" option
...
Back/forward history menus now won't show duplicated entries and also
navigating with back/forward on pages won't leave you on the same page
as you are actually visiting.
Though this bug was appearing rarely, it was annoying.
This is not normal QtWebKit behaviour, in standard implementation it is
working just fine, but QupZilla is using QWebPage::extension error
pages, and when this error page appears in frame on page (for example in
<iframe>) it duplicates entry in history.
2011-10-29 23:01:17 +02:00
nowrep
d22c38fe27
Fixed loading of RSS Channels. See #26
...
It is now following redirections.
Also it will no longer be shown Atom channels, as RSS parser currently
doesn't support it.
2011-10-29 13:36:04 +02:00
nowrep
1b7c01bec2
Rewritten icon fetching in bookmarks importing, closes #24
...
Instead of using QWebPage and then loading the whole page in order to
get icon, it is now using own IconFetcher class.
It simply download page, looks for <link rel=shortcut and downloads icon
from here. If no <link rel=shortcut is present, the downloading standard
favicon.ico from base directory.
2011-10-28 23:17:38 +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
9902476078
Import Bookmarks from other Browsers
...
Added possibility to import bookmarks from Chrome, Firefox and Opera
Please test it by yourself and send me feedback. Thanks :)
2011-10-22 22:29:33 +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
6225283814
Fixed build issue. Closes #16
2011-10-19 16:49:04 +02:00
nowrep
5ebdfd9a5a
Added AcceptLanguage dialog, it is now possible to set preferred
...
languages for showing web sites
2011-10-18 17:39:51 +02:00
nowrep
2c9dc68c3e
Added possibility to change prefix for installation + improved checking
...
profile versions (every profile will now be checked, not only default)
2011-10-18 14:30:17 +02:00
nowrep
a46ea19a25
Fixed issues with download manager on windows, added possibility to
...
build W7API with msvc 2008, width of locationbar, websearchbar and
sidebars is now saved
2011-10-17 09:59:09 +02:00
nowrep
ee3820b5d9
Updated contributors and translators + updated README file
2011-10-15 13:16:22 +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
1ded15ab24
It is now possible to modify build settings with environment variables.
...
Update to #7
Read BUILDING
2011-10-13 20:06:27 +02:00
nowrep
453ed4c795
Added option to compile with WebGL enabled. Closes #7
2011-10-13 17:38:51 +02:00
nowrep
9994c6aad3
[Fix:] Fixed "make uninstall", it is no longer removing whole
...
/usr/share/applications and pixmaps directory. Closes #6
2011-10-13 16:16:01 +02:00
nowrep
10c36a5330
Added support for "make install" on Unix. Closes issue #2
2011-10-11 19:54:20 +02:00
nowrep
1ff0e232b7
Improved hiding elements blocked by adblock + hiding blocked flash
...
objects when click2flash is enabled
2011-10-09 14:51:25 +02:00
nowrep
3c8b08957a
Updated code BUILDING informations to support building for OS/2
2011-10-07 15:37:49 +02:00
nowrep
a2951f4c74
Fixed build issues with copyright symlink and DEVELOPING define
2011-10-04 18:05:26 +02:00
nowrep
8e29818bb3
Hopefully fixed one crash and one possible crash in download manager
2011-09-30 19:22:50 +02:00
nowrep
f24b6fcc21
Save Page screen - last missing feature from first Python QupZilla added
...
Introduced new global function qz_centerWidgetOnScreen
2011-09-21 14:20:49 +02:00
nowrep
6652b433c5
Added qupzilla: scheme handler + qupzilla:about page
...
There is now shown license of theme in ThemesManager
2011-09-18 15:35:44 +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
c93dbdaba2
Fixed building with Qt 4.7
2011-08-19 15:57:51 +02:00
nowrep
13f8b67abd
Completely rewritten all animations (hide/show notifications and search
...
bars)
2011-08-02 16:19:20 +02:00
nowrep
a959d148d3
History now emits historyEdited signal
2011-07-31 13:33:44 +02:00
nowrep
47a0dd058e
Added unified Library which contains history, bookmarks and RSS reader.
2011-07-29 15:39:43 +02:00
nowrep
a63dc4c317
LocationBar settings will now be loaded from settings file only once,
...
not with each new webtab
2011-07-11 21:08:41 +02:00
nowrep
f370877bda
Edited WebSearchBar to support changing search engines with mouse whell
2011-06-06 19:38:37 +02:00
nowrep
b09d7c39b8
Final updates for 1.0.0 beta2 version.
2011-05-31 21:11:46 +02:00
nowrep
9fb119fc95
Added non-blocking javascript alerts/confirms/prompts (with option to
...
block additional alerts on page)
fixed proper history restoring on restoring closed tabs
2011-05-22 10:47:03 +02:00
nowrep
85daf062d4
Added StatusBarMessage class which handles and shows those messages on a
...
tooltip in left bottom corner of webview if statusbar is hidden
2011-05-09 17:58:19 +02:00
nowrep
ff34a62a79
Added ReloadAndByPassCache function, binded to Ctrl+F5 key sequence
2011-05-08 14:12:35 +02:00
nowrep
871edfd20c
Return changes in qtwin to work even at Windows XP
2011-05-08 13:46:50 +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
5fd9433d9c
Fixed Win7 TaskBar progress value on finished download + edited
...
blurbehind to load dwmapi library at startup
2011-05-06 12:58:07 +02:00
nowrep
4924f91f0e
Updated project files with LIBS for windows
2011-05-03 16:58:42 +02:00
nowrep
20d120b468
Added Proxy support
2011-04-26 19:47:12 +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
c2f1d3dbe7
Fixed unneeded cpu usage by making ProgressBar class
2011-04-25 15:06:59 +02:00
nowrep
9d4df4aae6
Added initial class for supporting desktop notifications
2011-04-22 16:03:38 +02:00
nowrep
5bf7d732a8
Added history sidebar
2011-04-20 21:39:35 +02:00
nowrep
b81de62f24
Added initial support for sidebar widget + rewritten bookmarks backend
2011-04-15 20:45:22 +02:00
nowrep
79ff17aa67
Added Do Not Track ( http://donottrack.us/ ) support
2011-04-05 20:56:55 +02:00
nowrep
aedfdd3309
Added processing multiple commandline arguments + implemented -p= (-
2011-04-03 21:50:44 +02:00
nowrep
77b31b8f85
Download manager will now ask if you want or don't want delete file when
...
stopping download. Also fixed bug when you can close download manager
window when there is no main windows and thus losing your download
2011-03-29 19:55:21 +02:00
nowrep
943d89870d
Initial AdBlock support
2011-03-27 21:59:40 +02:00
nowrep
af92a1897e
Added "Don't ask again' function to close dialog
2011-03-26 15:59:11 +01:00