nowrep
14ca6e2f0d
Added new macros for checking QTWEBKIT version.
...
QTWEBKIT_FROM_2_2 - >= 2.2.0
QTWEBKIT_TO_2_2 - < 2.2.0
QTWEBKIT_FROM_2_3 - >= 2.3.0
QTWEBKIT_TO_2_3 - < 2.2.0
It also check whether Qt5 is used and if so, it will
compile all features just like the QtWebKit version
was 2.3.0
2013-01-20 12:10:28 +01:00
David Rosca
489b5bcc2f
Merge pull request #706 from srazi/master
...
[Qt5][Windows] Added support for compiling QupZilla with Qt5 on Windows (msvc).
2013-01-20 02:25:56 -08:00
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
ce9c6533f5
Update .gitignore, ignoring manifest file.
2013-01-19 23:49:35 +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
KAMiKAZOW
b8269b24fb
Updated German translation
...
Reviewed by J. Hooverman
2013-01-15 14:20:32 +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
Mladen Pejaković
68b03d6db5
Serbian translation updates
2013-01-10 15:24:31 +01:00
Mladen Pejaković
06ba0ce74e
Merge pull request #701 from sys9kdr/master
...
Update Japanese Language File
2013-01-10 06:18:17 -08:00
Daiki Noda
e3e3f7d2be
Update Japanese Language File
...
Update Japanese Language File
2013-01-10 23:07:35 +09:00
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
48fd256cb1
Merge branch 'master' of github.com:QupZilla/qupzilla
2013-01-04 15:47:23 +01:00
nowrep
4fdebc7abe
Fixed qvalue in Accept-Language header
...
Using decimal point now.
Closes #696
2013-01-04 15:46:57 +01:00
Jonathan Hooverman
9e804bf003
Updated German translation
2012-12-30 13:06:44 +01:00
David Rosca
82ffaed2ad
Merge pull request #694 from srazi/master
...
Fixed some issues from recent commits
2012-12-29 10:06:26 -08: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
David Rosca
71e6211acc
Merge pull request #693 from smarquespt/master
...
Portuguese update
2012-12-28 03:38:32 -08:00
Sérgio Marques
6c1f3d1f74
Portuguese update
2012-12-28 11:13:12 +00: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
David Rosca
2ea02c6d5e
Merge pull request #690 from Mikino89/master
...
Update Slovak Translate
2012-12-25 08:04:58 -08:00
Mikino89
0ea505d06a
Update Slovak Translation
2012-12-25 17:00:35 +01:00