David Rosca
dd388cdf1f
Version 2.0.2
2016-10-24 17:35:49 +02:00
David Rosca
4832028600
Version 2.0.1
2016-06-08 16:24:44 +02:00
David Rosca
c512d2bafc
Don't enable HighDPI scaling by default
...
Closes #1935
2016-04-13 11:46:13 +02:00
David Rosca
e5460538c8
Version 2.0.0
2016-03-30 14:50:03 +02:00
David Rosca
4a1b67ec2b
WebInspector: Disable web inspector by default
...
It is now needed to manually set the QTWEBENGINE_REMOTE_DEBUGGING
environment variable.
2016-02-20 15:25:18 +01:00
David Rosca
6c30379077
Enable Qt 5.6 HighDpiScaling
2016-01-27 13:05:25 +01:00
David Rosca
34970e4c47
Revert "Call QtWebEngine::initialize() in main"
...
This reverts commit dad94c64a1
.
2015-12-18 19:38:32 +01:00
David Rosca
cbc83e81ba
Remove dependency on deprecated QtScript
2015-12-18 11:25:45 +01:00
David Rosca
f130bc9763
Explicitly add webenginecore to Qt modules
...
See #1797
2015-12-09 14:02:14 +01:00
David Rosca
a75002313a
main: Bump minimum Qt version to 5.6
2015-11-12 18:38:26 +01:00
Philipp Wiesemann
59ba849e8f
Fix typos in messages
2015-10-22 20:53:06 +02:00
David Rosca
ccabc336c0
Fix crash when application style is externally changed
...
Closes #1707
2015-10-14 17:06:03 +02:00
David Rosca
ff28f1f211
Another cleanup
...
- bring back support for Speed Dial Ctrl shortcuts
- bring back support for one key shortcuts
2015-08-31 22:14:45 +02:00
David Rosca
dad94c64a1
Call QtWebEngine::initialize() in main
2015-08-31 21:24:59 +02:00
David Rosca
44de2b48a0
MsgHandler: Ignore message about starting inspector server
2015-08-30 14:54:43 +02:00
David Rosca
eec26c9af4
Bring back support for web inspector
...
QtWebEngine only supports remote web inspector, so this
starts it on port 33417.
2015-08-30 14:44:59 +02:00
David Rosca
495ebc785e
Don't link to unused Qt modules
2015-08-29 18:32:57 +02:00
David Rosca
6a16cff13e
msghandler: Output log context only when not null
2015-08-18 10:12:01 +02:00
David Rosca
8d7cfb0e2a
Remove some Qt 4 specific code
2015-02-26 12:17:47 +01:00
David Rosca
60b2386a6e
Initial port to QtWebEngine
...
This is first quick port to QtWebEngine, most of advanced features
are not working yet. Please read README.
For now, it will use separate profile directory as well as browser
session, that means you can use both QtWebEngine and QtWebKit versions
at the same time.
2015-01-27 11:01:52 +01:00
David Rosca
fba9900775
Fix debug output with Qt 5.4
...
Qt 5.4 outputs a malformed "QSslSocket: cannot resolve SSLv2_client_method ("
message on first SSL connection and it breaks all terminal output.
2014-12-13 19:28:27 +01:00
David Rosca
160190dfb3
master branch is now 1.9.0 development version
2014-10-11 13:11:49 +02:00
David Rosca
dac236d70b
Mac: Add version info to Info.plist
...
Closes #1486
2014-10-07 11:10:36 +02:00
David Rosca
cf044356fa
Version 1.8.0
2014-09-26 10:35:35 +02:00
Niclas Rosenvik
ff57641c0b
fix linking on qmake installations that use compile_libtool.
2014-08-17 17:08:06 +02:00
David Rosca
eee3895f69
Only link qupzilla binary to execinfo as it is used in main.cpp
...
See #1408
2014-07-02 11:27:55 +02:00
Augustin Cavalier
c73bd1fac5
Set -lexecinfo in main.pro...
...
...because it's used in main.cpp and setting it in libs.pro is not enough.
2014-07-01 14:36:36 -04:00
Augustin Cavalier
29dccc0c98
[Haiku] Enable backtrace generation.
2014-07-01 10:40:02 -04:00
S. Razi Alavizadeh
0af8f45a5f
[MouseGestures] Honor to user settings for 'New Tab' url,
...
- Closes #1380
2014-06-02 00:28:41 +04:30
David Rosca
7a1f4c77cd
Added hack to fix QT_STYLE_OVERRIDE with QProxyStyle
...
Forcing a widget style with QT_STYLE_OVERRIDE env variable does
not work when the app is using a QProxyStyle.
Manually appending the -style=$QT_STYLE_OVERRIDE to command line
arguments workarounds the issue.
Closes #1357
2014-05-28 23:02:28 +02:00
duanemoody
a4d53499ff
Add application category for OS X
...
Because /Applications is typically not subfoldered (updaters don't like it when it is) OS X has had a separate view option View --> Arrange By --> Application Category which simplifies viewing apps. Unfortunately if LSApplicationCategoryType is missing from the app's info.plist, the app will be sorted into "Other" at the bottom. public.app-category.productivity is the category for web browsers.
2014-04-20 16:01:33 -07:00
nowrep
78ba3875d9
[IconTheme] Fixed setting fallback icon theme
...
Closes #1274
[ci skip]
2014-04-07 09:31:13 +02:00
nowrep
7824f3862e
[Windows] Correctly fix building after 6473bace10
2014-04-07 08:25:07 +02:00
nowrep
6473bace10
Fixed build after 39c9fec3dd
2014-04-06 15:36:52 +02:00
S. Razi Alavizadeh
39c9fec3dd
[Windows] Fixed compile issues after aa248893
and 7f3d8ee7
2014-04-06 17:38:36 +04:30
nowrep
7f3d8ee786
[Cleanup] Split src/lib/webview into tabwidget, webkit and webtab folders
2014-03-31 14:54:08 +02:00
nowrep
586a9d2242
[OxygenFallback] Correctly initialize fallback icon theme
...
For some reason, QIcon::hasThemeIcon does not work correctly.
2014-03-26 10:05:27 +01:00
nowrep
174b4e8218
[Unix] Don't register SIGPIPE handler
...
[ci skip]
2014-03-24 16:28:28 +01:00
nowrep
f7a88a82f7
[Oxygen-fallback] Added bookmark-new-list icon
2014-03-24 16:23:21 +01:00
nowrep
ab638a5525
[IconProvider] Use fallback oxygen icon theme (in oxygen-fallback.qrc)
...
Instead of manually setting fallback icons, use globally fallback theme.
2014-03-24 16:09:30 +01:00
nowrep
8069573f08
[Crashlogs] Fix showing bad path when saving crashlogs
...
Regression from recent DataPaths commits
2014-03-15 19:16:58 +01:00
nowrep
214279e3bb
[DataPaths] Added new class DataPaths
...
This class holds all paths now (instead of MainApplication)
Renamed ProfileUpdater -> ProfileManager
ProfileManager is now responsible for all operations with profiles
2014-03-09 21:51:42 +01:00
nowrep
a61ce67d7c
[SpellCheck] Cleanup: Speller class is now singleton
...
All spellcheck is now where it belongs, under spellcheck directory
2014-03-08 14:21:08 +01:00
nowrep
fdf4fcc54e
[main.cpp] SIGPIPE is not needed to be handled in signal_handler
2014-03-07 18:57:42 +01:00
nowrep
74883f8af4
[Building] Use QZ_DESTDIR variable for $SRC/bin directory
...
Should fix problems with shadow builds.
Closes #1252
2014-03-04 15:14:19 +01:00
nowrep
404fa68a1b
[Cleanup] Renamed QupZilla class to BrowserWindow
2014-02-19 22:07:21 +01:00
nowrep
d005505dba
FreeBSD build patches
...
Imported from http://svnweb.freebsd.org/ports/head/www/qupzilla/files/
See #1206
2014-02-13 20:17:57 +01:00
nowrep
585da812dd
Development version 1.7.0
2014-01-26 19:12:34 +01:00
Jonathan Hooverman
d917f43cf0
Updated copyright year to 2014
2014-01-11 16:11:42 +01:00
nowrep
58a485fb6d
[OS X] Fixed build on OS X
...
Closes #1122
2014-01-02 10:45:22 +01:00