Laurent Montel
5ce71aa6e1
Add missing override
4 years ago
Laurent Montel
424340e392
Use Q_EMIT/nullptr/fix gcc warning
4 years ago
David Rosca
b87ccf714c
Fix all override warnings
7 years ago
David Rosca
cba7f32666
WebTab: Fix size of web inspector in splitter
...
BUG: 397596
FIXED-IN: 3.1.0
7 years ago
David Rosca
48ca42d645
WebInspector: Don't require remote debugging with QtWebEngine 5.11
8 years ago
David Rosca
d3ebe40e8f
Replace signals/slots with Q_SIGNALS/Q_SLOTS
8 years ago
David Rosca
d00e769749
Initial rename to Falkon
9 years ago
David Rosca
635cc8e5eb
WebInspector: Remember separately docked/undocked sizes
9 years ago
David Rosca
224207b8d6
WebInspector: Remember height
9 years ago
David Rosca
cb771352da
WebInspector: Initialize m_inspectElement
...
Fixes crash after opening inspector
Closes #2132
9 years ago
David Rosca
4a1b67ec2b
WebInspector: Disable web inspector by default
...
It is now needed to manually set the QTWEBENGINE_REMOTE_DEBUGGING
environment variable.
10 years ago
David Rosca
74fc271e25
WebInspector: Implement Inspect Element action
11 years ago
David Rosca
6857270057
WebInspector: Fix searching with Ctrl+F in inspector
...
Don't eat key events so inspector's search function can be used.
11 years ago
David Rosca
eec26c9af4
Bring back support for web inspector
...
QtWebEngine only supports remote web inspector, so this
starts it on port 33417.
11 years ago
David Rosca
b9d5851ef5
Renamed src/webkit -> src/webengine
11 years ago
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.
11 years ago
nowrep
34eeea4d58
[WebInspector] Propagate hideEvent only when closing inspector
12 years ago
nowrep
2d9dfa9db7
[WebInspector] WebInspector is now displayed inside WebTab
...
It no longer uses QDockWidget. Instead, it is plain QWidget with
close button in top right corner.
12 years ago
nowrep
7f3d8ee786
[Cleanup] Split src/lib/webview into tabwidget, webkit and webtab folders
12 years ago
nowrep
34bb2a2097
[WebInspector] Use TabWidget::currentChanged(int) signal and check for invalid tab
...
TabWidget::currentChanged(int index) can be emited with index == -1,
which means there are no tabs in tabbar. This may lead to crash after
accessing current webview (null)
12 years ago
nowrep
5e4f703ef2
[Code] Renamed qz_namespace.h to qzcommon.h
12 years ago
nowrep
afae00e4a2
[Cleanup] Rename export macro to just QUPZILLA_EXPORT
12 years ago
nowrep
404fa68a1b
[Cleanup] Renamed QupZilla class to BrowserWindow
12 years ago
Jonathan Hooverman
d917f43cf0
Updated copyright year to 2014
12 years ago
Jonathan Hooverman
4848def230
Modified copyright year
13 years ago
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.
13 years ago
nowrep
bb8e1ffdb5
Fixed toggling WebInspector. It now shows correct inspector everytime.
14 years ago
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
14 years ago
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
14 years ago
nowrep
dfe5108138
[Fix] Fixed loading of bookmarklets.
...
- bookmarklet = javascript code in bookmark
14 years ago
nowrep
0703789aa3
Finally fixed all issues/crashes related to Web Inspector.
...
- web inspector is now crash free with every QtWebKit version
- issue when changing tabs / virtual desktops that web inspector
was re-initializing itself is now fixed
* inspector was flashing
* inspector restored its state to first tab (Elements)
- inspector is now shown in dock widget again in windows
* no longer cause problems with Qt 4.8
14 years ago
nowrep
f3970f164b
Updated copyright for new year. Closes #100
14 years ago
nowrep
de3535b8db
Edited copyright + escaping html entities in copyright at qupzilla:about
...
- adding my email <nowrep@gmail.com> to copyright
14 years ago
nowrep
f03b05fecb
Speed Dial: fixed showing of loading animation in first tab
...
- also using faster QWeakPointer everywhere instead of slower
and deprecated QPointer
14 years ago
nowrep
8bdc213167
Search Manager now supports also MozSearch
...
Used for example on http://www.qtcentre.org/content/ , it is working now.
Also updated copyright on files where it was missing.
15 years ago
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.
15 years ago