S. Razi Alavizadeh
|
6c3d210544
|
[Qt5][Windows] Now QupZilla compiles with Qt5 on Windows (msvc).
-There are some issues when enabling blur effect!
|
2013-01-20 01:52:30 +03:30 |
|
S. Razi Alavizadeh
|
6072b7c4be
|
[Windows] fixed include conflicting when defining 'W7TASKBAR'
|
2013-01-19 23:49:41 +03:30 |
|
S. Razi Alavizadeh
|
f917f03b26
|
[Windows] fixed: open folder and select downloaded file (using ShellExecute for run explorer).
-Now it covers all possible situations (e.g. path with spaces, file without extention, ...)
|
2013-01-19 23:49:25 +03:30 |
|
nowrep
|
ef4cfad805
|
Removed USE_QTWEBKIT_2_2 build variable.
It will now be automatically detected.
It assume that if you are building with Qt 4.8 and higher,
you have QtWebKit 2.2 and higher.
|
2013-01-19 19:37:40 +01:00 |
|
nowrep
|
81ac819746
|
Ask user to allow site to use notifications/geolocation.
With option to remmber the choice for page.
|
2013-01-19 17:28:12 +01:00 |
|
nowrep
|
8cc303a355
|
Fix possible crash on startup.
Don't calculate space for tab if the available
space is negative.
|
2013-01-19 16:34:19 +01:00 |
|
nowrep
|
8581abf472
|
File scheme handler: Sorting files case insensitive.
|
2013-01-19 15:55:04 +01:00 |
|
nowrep
|
fa62b299a0
|
Fixed opening popup windows with QtWebKit 2.3
It now correctly opens new tab / popup window
according to arguments in window.open call.
|
2013-01-19 01:05:17 +01:00 |
|
nowrep
|
c43ca265f6
|
RecoveryWidget: Switch positions of buttons.
Buttons now match Firefox.
Start new session is first and then Restore.
|
2013-01-17 19:44:57 +01:00 |
|
nowrep
|
a84a071b5c
|
[Fix] Saving '+' character in passwords/usernames
Closes #703
|
2013-01-16 15:26:34 +01:00 |
|
nowrep
|
7e6802ba35
|
[Qt5] Ported all plugins to Qt5 plugin system
|
2013-01-16 14:53:17 +01:00 |
|
nowrep
|
51f1c73d20
|
Coding style
|
2013-01-16 14:52:50 +01:00 |
|
nowrep
|
4d0a4adc22
|
Merge branch 'bookmarks_work' of git://github.com/srazi/qupzilla into srazi-master
|
2013-01-15 12:17:37 +01:00 |
|
nowrep
|
71724d6ff4
|
Add QupZilla* pointer to PopupWindow class
|
2013-01-13 00:53:48 +01:00 |
|
S. Razi Alavizadeh
|
05b5ebd1ef
|
Bookmarks: when deleting lastFolder set it to default.
|
2013-01-10 20:35:02 +03:30 |
|
S. Razi Alavizadeh
|
da13a65c35
|
Move connectons from .ui to .cpp
|
2013-01-10 20:18:35 +03:30 |
|
S. Razi Alavizadeh
|
01cc581add
|
Added 'Expand All' and 'Collapse All' buttons to bookmarks manager.
|
2013-01-10 10:55:46 +03:30 |
|
S. Razi Alavizadeh
|
cc870ec451
|
Bookmarks: Don't allow creating folder with translated name of "bookmarksToolbar", "bookmarksMenu" or "unsorted"!
|
2013-01-10 01:21:34 +03:30 |
|
S. Razi Alavizadeh
|
8f2b9a00e0
|
Bookmarks: Added BookmarksTree class that manages all bookmark's view types.
-BookmarksSidebar, BookmarksWidget,BookmarksManager and ... use BookmarksTree
-Added 'New Folder...'
-Fixed some issues
|
2013-01-10 01:21:32 +03:30 |
|
nowrep
|
a0203c3fbb
|
[QtWebKit 2.3] Enable 3rd party cookie policy.
|
2013-01-09 19:12:42 +01:00 |
|
nowrep
|
6bf53c0332
|
[QtWebKit 2.3] Disable unnecessary workarounds.
Disabled touch mocking and fake user agent.
|
2013-01-09 19:00:48 +01:00 |
|
nowrep
|
64a180d1fe
|
Enable new features in QtWebKit 2.3.0
Also hiding new features in preferences if building
with older QtWebKit versions.
|
2013-01-09 18:47:36 +01:00 |
|
nowrep
|
151bba6293
|
Small changes in JsOptionsDialog
|
2013-01-09 13:52:12 +01:00 |
|
David Rosca
|
993c4edc04
|
Merge pull request #692 from pejakm/master
JavaScript privacy options in preferences
|
2013-01-09 04:41:42 -08:00 |
|
nowrep
|
4fdebc7abe
|
Fixed qvalue in Accept-Language header
Using decimal point now.
Closes #696
|
2013-01-04 15:46:57 +01:00 |
|
S. Razi Alavizadeh
|
2ad3d828da
|
RecoveryWidget: doesn't disable child item when root item is unchecked, just uncheck it!
|
2012-12-29 21:18:59 +03:30 |
|
Mladen Pejaković
|
85979cd378
|
Cosmetic changes to JavaScript options dialog
|
2012-12-29 14:05:19 +01:00 |
|
Mladen Pejaković
|
11758c3687
|
Change default values
|
2012-12-29 13:58:30 +01:00 |
|
S. Razi Alavizadeh
|
6f5d32eddf
|
Fixed problem of setting listWidget's height from recent commit: f27137f8ae
|
2012-12-29 11:31:01 +03:30 |
|
S. Razi Alavizadeh
|
653f1478ec
|
Fixed compile issue from recent commit: 02ea92ad28
|
2012-12-29 11:28:11 +03:30 |
|
Mladen Pejaković
|
bba5d3680d
|
JavaScript privacy options, update, part2
|
2012-12-28 19:54:34 +01:00 |
|
Mladen Pejaković
|
03d5b48538
|
Merge remote-tracking branch 'upstream/master'
|
2012-12-28 19:52:20 +01:00 |
|
nowrep
|
f27137f8ae
|
Fixed rendering issues in ListWidget in SiteInfo
It should now be rendered well with all possible
font sizes.
Closes #663
|
2012-12-28 01:59:39 +01:00 |
|
Mladen Pejaković
|
d8e6f5f483
|
JavaScript privacy options, update, part1
|
2012-12-28 01:58:31 +01:00 |
|
Mladen Pejaković
|
ea604d5bca
|
JavaScript privacy options
|
2012-12-28 01:17:01 +01:00 |
|
nowrep
|
8cca4437f1
|
Fixed crash in qz_escape()
Closes #691
|
2012-12-27 11:31:10 +01:00 |
|
nowrep
|
64355e2a3d
|
Qt4: Fixed broken session restoring.
Adding Qt version into sessionVersion number
only when using Qt 5.
Closes #689
|
2012-12-25 16:56:23 +01:00 |
|
nowrep
|
02ea92ad28
|
Qt5: X11: Fixed moving windows to virtual desktops
Moving windows to virtual desktops upon restoring
session.
|
2012-12-22 15:01:55 +01:00 |
|
nowrep
|
bdc9a0417a
|
Qt5: Added new option to use Caret Browsing
It can be enabled from Preferences -> Browsing,
Menu View or with F7 shortcut.
|
2012-12-22 13:52:46 +01:00 |
|
nowrep
|
44693080cb
|
Qt5: Fixed Q_WS_X11 macro usage
|
2012-12-22 12:47:45 +01:00 |
|
nowrep
|
09febcb743
|
Qt5: No longer use fake user agent on google sites
QtWebKit version Qt5 is current enough to handle well
all google apps.
|
2012-12-22 12:20:23 +01:00 |
|
nowrep
|
2f764f0a25
|
AdBlock: Slightly edited behavior of showing menu
Don't show blocking options in menu on sites that AdBlock
cannot run.
eg. qupzilla:, file:
|
2012-12-22 12:14:55 +01:00 |
|
nowrep
|
d80990fd50
|
Qt5: Fixed crash when choosing encoding of page
|
2012-12-22 12:03:54 +01:00 |
|
nowrep
|
666f6678f3
|
Qt5: New option to turn Animated Scrolling
Feature similiar to "smooth scrolling"
|
2012-12-21 16:38:44 +01:00 |
|
nowrep
|
f6a55a4c07
|
Qt5: Take advantage of builtin 3rdparty cookie storage policy.
It will now be much more accurate.
|
2012-12-21 16:25:00 +01:00 |
|
nowrep
|
69eed9efe0
|
Qt5: Disabling touch mocking workaround for some pages.
It is working all right now with latest QtWebKit.
See issues #634 #33
|
2012-12-21 16:04:57 +01:00 |
|
nowrep
|
cadfd63b1e
|
Fixed rendering pages with Qt 5
Filtering "\" from AdBlock CSS rules.
|
2012-12-20 22:57:58 +01:00 |
|
nowrep
|
365c0d5efd
|
Qt5: Added info about Qt version into session files.
It will break restoring sessions from Qt4 into Qt5.
QupZilla can now run with Qt5.
(there are still some issues to be resolved)
|
2012-12-20 15:22:14 +01:00 |
|
nowrep
|
89e091f09c
|
Qt5: Main code has been edited to support both Qt4 and Qt5
It doesn't include plugins yet.
Even thought the app can be built with Qt5 now, it won't run.
I am still working on a fix.
|
2012-12-20 14:45:35 +01:00 |
|
Mladen Pejaković
|
517cb4efd0
|
Add full name to the list, if both name and last name are defined
|
2012-12-12 15:24:26 +01:00 |
|