-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: sergey-dryabzhinsky/qt-webkit-kiosk
base: 1.99.10
head repository: sergey-dryabzhinsky/qt-webkit-kiosk
compare: master
- 8 commits
- 8 files changed
- 3 contributors
Commits on Oct 5, 2020
-
Make it ready for next dev version
Sergey Dryabzhinsky committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 48d2080 - Browse repository at this point
Copy the full SHA 48d2080View commit details -
Sergey Dryabzhinsky committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 00ec402 - Browse repository at this point
Copy the full SHA 00ec402View commit details
Commits on Nov 9, 2021
-
mainwindow.cpp: pass up and down keys to the view
Pass the up and down arrows to the view so that javascript can see the event.
Configuration menu - View commit details
-
Copy full SHA for 6b6c16e - Browse repository at this point
Copy the full SHA 6b6c16eView commit details
Commits on Nov 10, 2021
-
Merge pull request #35 from therealjumbo/pass-arrows-to-page
mainwindow.cpp: pass up and down keys to the view
Configuration menu - View commit details
-
Copy full SHA for 1084f41 - Browse repository at this point
Copy the full SHA 1084f41View commit details
Commits on Jan 20, 2022
-
mainwindow.cpp: implement keyReleaseEvent
Implement the keyReleaseEvent in the subclass in order to receive the keyReleaseEvents. Then in that function, pass the event to the view. Then the javascript engine can see the key releases happening.
Configuration menu - View commit details
-
Copy full SHA for 5c7500b - Browse repository at this point
Copy the full SHA 5c7500bView commit details
Commits on Jan 24, 2022
-
mainwindow.cpp: only pass event to view if not in focus
Since both MainWindow and the view have the StrongFocus policy, if the view has the focus then the view is already receiving the keyPressEvent and the keyReleaseEvent from the Qt Engine, in that case the MainWindow shouldn't send the keyPressEvent or the keyReleaseEvent to the view, since MainWindow does that, then the view gets a double report of that event. However if the view does not have focus, and if the MainWindow does, it should send the event to the view, including in the case where hotkeys are disabled in the MainWindow. In addition to that view == view->page()->view() so we don't need to set StrongFocus policy for both of those views since they are in fact the same.
Configuration menu - View commit details
-
Copy full SHA for 9295bc9 - Browse repository at this point
Copy the full SHA 9295bc9View commit details -
doc/README.md: add build instructions
Also add two build artifacts to .gitignore
Configuration menu - View commit details
-
Copy full SHA for 0335ad1 - Browse repository at this point
Copy the full SHA 0335ad1View commit details
Commits on Feb 1, 2022
-
Merge pull request #36 from therealjumbo/key-release-event
Key release event
Configuration menu - View commit details
-
Copy full SHA for aec2245 - Browse repository at this point
Copy the full SHA aec2245View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.99.10...master