| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow middle-click to open new tab when text is selected | Tomas Åkesson | 2023-04-06 | 1 | -0/+3 |
| | | | | | | | | | If text is selected, middle-click will not be forwarded to the function that opens the link in a new tab. So this change will deselect any selected text before trying to open a new tab. Fixes #253 | ||||
| * | Fix media player stuttering | Tomas Åkesson | 2023-03-26 | 2 | -2/+27 |
| | | | | | | | | | Only call setPosition() on the QMediaPlayer object when the user has manually dragged the slider position slider. Otherwise the slider and player will call each other, probably causing a feedback loop which causes stuttering. | ||||
| * | Improve Qt 6 support | Alexey Andreyev | 2023-03-25 | 1 | -2/+7 |
| | | | | | | | | Add missing mediaplayer widget logic Contributes to: https://github.com/MasterQ32/kristall/pull/266 | ||||
| * | Introduce Qt 6 support | Alexey Andreyev | 2023-03-24 | 3 | -2/+58 |
| | | | | | With QT_VERSION_CHECK and core5compat module | ||||
| * | Further improves localization (#191). Allows switching and setting the ↵ | Felix (xq) Queißner | 2021-05-08 | 2 | -0/+16 |
| | | | | | chosen localization properly. | ||||
| * | Fix for #233 | Mike Skec | 2021-05-02 | 2 | -1/+7 |
| | | |||||
| * | mark more strings for translation | OIS | 2021-03-16 | 1 | -3/+3 |
| | | |||||
| * | Moves all globals into a structure that can be deleted before the app ↵ | Felix (xq) Queißner | 2021-03-06 | 3 | -5/+6 |
| | | | | | exists. Fixes #193. | ||||
| * | Implement interface translation | Carmina16 | 2021-03-06 | 1 | -4/+4 |
| | | |||||
| * | Fix #186: screwed line endings in copied text | Mike Skec | 2021-03-06 | 1 | -0/+10 |
| | | |||||
| * | KristallTextBrowser: touch scroll fix | Mike Skec | 2021-02-24 | 1 | -4/+8 |
| | | | | | Tries to use touch scrolling only if a TouchScreen device is present. This prevents Touch*Pad* devices from allowing annoying click+mouse scrolling | ||||
| * | MainWindow: set tab tooltips | Mike Skec | 2021-02-23 | 1 | -2/+2 |
| | | |||||
| * | KristallTextBrowser: replace typographer quotes with ASCII when copying text | Mike Skec | 2021-02-23 | 2 | -0/+68 |
| | | | | | Text which is selected in a kristalltextbrowser now has it's quotes replaced with ASCII quotes. This was done as copying fancy quotes is seen as an annoyance to most people. It is still possible to copy these quotes, if they are the only thing in the selection (whitespace also allowed, and commas, and fullstops) | ||||
| * | KristallTextBrowser: use IBeam as default cursor | Mike Skec | 2021-02-16 | 2 | -0/+5 |
| | | |||||
| * | Search box: better reimplementation | Mike Skec | 2021-02-09 | 2 | -0/+51 |
| | | | | | This was necessary to fix a bug, where the URL bar becomes unusable while search box is visible. | ||||
| * | new-tab button: add preference | Mike Skec | 2021-01-21 | 2 | -10/+16 |
| | | |||||
| * | Added '+' button to tab bar | Mike Skec | 2021-01-21 | 4 | -6/+62 |
| | | |||||
| * | ElideLabel: assign variable in initialization list | Karol Kosek | 2021-01-20 | 1 | -3/+4 |
| | | |||||
| * | Touch device support | Mike Skec | 2021-01-07 | 1 | -1/+7 |
| | | |||||
| * | support touch scrolling (?) | Mike Skec | 2021-01-07 | 1 | -0/+3 |
| | | |||||
| * | favourite popup: adding group combobox! | Mike Skec | 2021-01-07 | 2 | -1/+28 |
| | | |||||
| * | Fix busy cursor bugs | Mike Skec | 2021-01-06 | 2 | -10/+27 |
| | | | | | fixes A: busy cursor not resetting when changing workspaces. and B: busy cursor not resetting after page finishes loading, and cursor is left stationary. | ||||
| * | Apply favourites button workaround | Mike Skec | 2021-01-05 | 2 | -0/+42 |
| | | | | | https://bugreports.qt.io/browse/QTBUG-2036 | ||||
| * | New popup when adding to favourites! | Mike Skec | 2021-01-04 | 2 | -0/+117 |
| | | |||||
| * | fix build failures | Mike Skec | 2021-01-04 | 1 | -1/+2 |
| | | |||||
| * | Added 'busy' cursor while current tab is loading | Mike Skec | 2021-01-04 | 2 | -0/+25 |
| | | |||||
| * | Compile with Qt 5.9 | Karol Kosek | 2021-01-02 | 1 | -1/+1 |
| | | |||||
| * | Added fancy url bar styling | Mike Skec | 2020-12-31 | 2 | -0/+12 |
| | | |||||
| * | URL bar now has 'select all' behaviour on mouse release | Mike Skec | 2020-12-27 | 2 | -0/+26 |
| | | |||||
| * | Use standard icon names | Karol Kosek | 2020-12-27 | 2 | -4/+5 |
| | | | | | | | document-{export,import}, and view-certificate aren't in the standard though. https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html | ||||
| * | Tries to enable windows builds with github actions. | Felix (xq) Queißner | 2020-08-17 | 1 | -1/+0 |
| | | |||||
| * | Makes TLS editor columns sortable. Closes #42. | Felix (xq) Queißner | 2020-08-17 | 3 | -1/+9 |
| | | |||||
| * | Makes Ctrl-LMB on a link open into a new tab. | Felix (xq) Queißner | 2020-06-29 | 2 | -4/+15 |
| | | |||||
| * | Huge refacoring of the settings stuff. Provides automated migration between ↵ | Felix (xq) Queißner | 2020-06-28 | 1 | -1/+1 |
| | | | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file. | ||||
| * | Fixes typo, adds middle-click to open link in new tab. | Felix (xq) Queißner | 2020-06-27 | 2 | -0/+48 |
| | | |||||
| * | Allows middle-clicking to close tabs. | Felix (xq) Queißner | 2020-06-27 | 4 | -0/+57 |
| | | |||||
| * | Adds favourite completions in the toolbar. This was waaaay easier than planned. | Felix (xq) Queißner | 2020-06-26 | 1 | -1/+7 |
| | | |||||
| * | Restructures the project source and cleans up a bit | Felix (xq) Queißner | 2020-06-22 | 10 | -0/+572 |
