aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/kristalltextbrowser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Allow middle-click to open new tab when text is selectedTomas Åkesson2023-04-061-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
* Introduce Qt 6 supportAlexey Andreyev2023-03-241-0/+17
| | | | With QT_VERSION_CHECK and core5compat module
* Moves all globals into a structure that can be deleted before the app ↵Felix (xq) Queißner2021-03-061-2/+3
| | | | exists. Fixes #193.
* Fix #186: screwed line endings in copied textMike Skec2021-03-061-0/+10
|
* KristallTextBrowser: touch scroll fixMike Skec2021-02-241-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 tooltipsMike Skec2021-02-231-2/+2
|
* KristallTextBrowser: replace typographer quotes with ASCII when copying textMike Skec2021-02-231-0/+63
| | | | 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 cursorMike Skec2021-02-161-0/+2
|
* Touch device supportMike Skec2021-01-071-1/+7
|
* support touch scrolling (?)Mike Skec2021-01-071-0/+3
|
* Fix busy cursor bugsMike Skec2021-01-061-10/+22
| | | | fixes A: busy cursor not resetting when changing workspaces. and B: busy cursor not resetting after page finishes loading, and cursor is left stationary.
* fix build failuresMike Skec2021-01-041-1/+2
|
* Added 'busy' cursor while current tab is loadingMike Skec2021-01-041-0/+20
|
* Makes Ctrl-LMB on a link open into a new tab.Felix (xq) Queißner2020-06-291-2/+8
|
* Fixes typo, adds middle-click to open link in new tab.Felix (xq) Queißner2020-06-271-0/+28