| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improves caching api related to urls, implements fragment handling, fixes #237 | Felix "xq" Queißner | 2021-11-20 | 1 | -0/+3 |
| | | |||||
| * | BrowserTab: accept file drops | Karol Kosek | 2021-04-21 | 1 | -0/+2 |
| | | |||||
| * | sessions: add 'lazyloading' for restored tabs | Mike Skec | 2021-03-17 | 1 | -0/+2 |
| | | |||||
| * | Add light icons for favourite/certificate buttons for dark themes | Mike Skec | 2021-02-23 | 1 | -0/+2 |
| | | |||||
| * | Add optional root/parent toolbar buttons | Mike Skec | 2021-02-18 | 1 | -0/+10 |
| | | |||||
| * | BrowserTab: finding quotations now works for all characters | Mike Skec | 2021-02-14 | 1 | -0/+2 |
| | | | | | Since #150, when typographer quotes were enabled, searching for text with quotation marks using the searchbox was made slightly more difficult as the search pattern would not match each of the different quotation mark types. This patch addresses this by using a regex which contains the search query, and creates a pattern that matches the various quote types. | ||||
| * | Adds per-style pref for text width | Mike Skec | 2021-02-13 | 1 | -0/+2 |
| | | |||||
| * | Adds maximum line width functionality | Mike Skec | 2021-02-13 | 1 | -0/+6 |
| | | | | | Hard-coded values for now. This works by setting the left/right margins of the page dynamically (e.g on window resize). The margins are calculated to limit the text's width between a value. If the window width is less than this text width, the text fill width is the same width as the page, the margins in this case will be the user's configured margins (not yet implemented). | ||||
| * | status bar: show request status when loading pages | Mike Skec | 2021-01-10 | 1 | -0/+3 |
| | | | | | status text for loading HTTP/S is only a simple 'loading webpage'. The other protocols display more information | ||||
| * | status bar: New file cache indicator | Mike Skec | 2021-01-10 | 1 | -0/+1 |
| | | | | | Mime label was also simplified so that only type/subtype are shown. | ||||
| * | Remembered scroll adjustment | Mike Skec | 2021-01-07 | 1 | -2/+15 |
| | | | | | Now only scrolls back if the user navigated back/forward. This is a little more intuitive and makes it less confusing when user clicks a link to a cached page | ||||
| * | cache code refactor | Mike Skec | 2021-01-06 | 1 | -3/+3 |
| | | |||||
| * | Basic caching functionality implemented | Mike Skec | 2021-01-06 | 1 | -2/+5 |
| | | |||||
| * | Remove toggleIsFavourite - no longer needed | Mike Skec | 2021-01-04 | 1 | -5/+1 |
| | | | | | also rename addToFavouritesPopup to showFavouritesPopup | ||||
| * | New popup when adding to favourites! | Mike Skec | 2021-01-04 | 1 | -0/+4 |
| | | |||||
| * | Added 'busy' cursor while current tab is loading | Mike Skec | 2021-01-04 | 1 | -0/+2 |
| | | |||||
| * | Fix bug with fancy url bar styling | Mike Skec | 2021-01-02 | 1 | -0/+2 |
| | | | | | We are now also using a custom colour for it in the default light/dark themes, just because we can get a little more control over how it looks. The OS Default theme uses the 'mid' colour from palette | ||||
| * | Added UI density option. | Mike Skec | 2021-01-01 | 1 | -0/+4 |
| | | | | | 'Compact' is the default - saves screen space a bit. The old layout is available in the 'Classic' option | ||||
| * | Added fancy url bar styling | Mike Skec | 2020-12-31 | 1 | -0/+8 |
| | | |||||
| * | #51: mouse buttons 4/5 for back/forward | Mike Skec | 2020-12-31 | 1 | -1/+1 |
| | | |||||
| * | Pass QPoint by value | Karol Kosek | 2020-12-30 | 1 | -1/+1 |
| | | |||||
| * | const-reference large types | Karol Kosek | 2020-12-30 | 1 | -1/+1 |
| | | |||||
| * | Fix home toolbar button | Mike Skec | 2020-12-30 | 1 | -0/+2 |
| | | |||||
| * | Added page title parsing for Gemini and HTML | Mike Skec | 2020-12-27 | 1 | -0/+4 |
| | | |||||
| * | Fix #79. Also added Ctrl+U shortcut for 'View page source' | Mike Skec | 2020-12-26 | 1 | -1/+1 |
| | | |||||
| * | theme changes are now reflected instantly upon confirmation. | Mike Skec | 2020-12-24 | 1 | -0/+6 |
| | | |||||
| * | gemini: respect sensitive input (status 11) | nixo | 2020-10-29 | 1 | -1/+1 |
| | | |||||
| * | Adds 'show document source' menu item. Closes #11. | Felix (xq) Queißner | 2020-08-17 | 1 | -0/+2 |
| | | |||||
| * | Implements style preview for kristall document styles. Allows importing them ↵ | Felix (xq) Queißner | 2020-06-29 | 1 | -1/+1 |
| | | | | | via the preview site. | ||||
| * | Makes Ctrl-LMB on a link open into a new tab. | Felix (xq) Queißner | 2020-06-29 | 1 | -1/+1 |
| | | |||||
| * | Implements Ctrl-F search, fully featured (F3, Shift-F3, Ctrl-F, Escape) | Felix (xq) Queißner | 2020-06-27 | 1 | -0/+18 |
| | | |||||
| * | Restructures the project source and cleans up a bit | Felix (xq) Queißner | 2020-06-22 | 1 | -1/+1 |
| | | |||||
| * | Fixes some minor bugs, uses MimeType more, updates help.gemini and ↵ | Felix (xq) Queißner | 2020-06-21 | 1 | -2/+0 |
| | | | | | updates.gemini. | ||||
| * | Adds option for manually trusting a TLS server. | Felix (xq) Queißner | 2020-06-21 | 1 | -0/+2 |
| | | |||||
| * | Adds new feature: Auto-enable and host matching for client certificates | Felix (xq) Queißner | 2020-06-20 | 1 | -0/+1 |
| | | |||||
| * | English is hard | Felix (xq) Queißner | 2020-06-20 | 1 | -1/+1 |
| | | |||||
| * | Fixes bug in client certificate handling | Felix (xq) Queißner | 2020-06-19 | 1 | -0/+2 |
| | | |||||
| * | Implements network timeouts. | Felix (xq) Queißner | 2020-06-19 | 1 | -0/+5 |
| | | |||||
| * | Fixes non-updating status bar, fixes bug in the mime parser. | Felix (xq) Queißner | 2020-06-19 | 1 | -1/+16 |
| | | |||||
| * | Allows user to skip over invalid TLS connections and fetch the content anyways. | Felix (xq) Queißner | 2020-06-19 | 1 | -1/+3 |
| | | |||||
| * | Makes gemini protocol handler a bit more robust.Makes style preview a file ↵ | Felix (xq) Queißner | 2020-06-17 | 1 | -0/+2 |
| | | | | | in about: instead of hardcoding it. Starts to implement the options menu for redirection configuration. | ||||
| * | Introduces cross-host and cross-scheme redirection warnings. | Felix (xq) Queißner | 2020-06-17 | 1 | -0/+2 |
| | | |||||
| * | Refactoring: Changes internal structure of requests and unifies a lot of ↵ | Felix (xq) Queißner | 2020-06-16 | 1 | -33/+22 |
| | | | | | code. Now all errors are handled the same. | ||||
| * | Adds improved client certificate management, adds server certificate management. | Felix (xq) Queißner | 2020-06-16 | 1 | -0/+2 |
| | | |||||
| * | Adds install target to makefile, adds support for transient client certificates. | Felix (xq) Queißner | 2020-06-10 | 1 | -2/+10 |
| | | |||||
| * | Adds some right click menus, fixes bug in gopher. | Felix (xq) Queißner | 2020-06-10 | 1 | -0/+2 |
| | | |||||
| * | Adds help document, adds block quote support, updates gemini parser to ↵ | Felix (xq) Queißner | 2020-06-09 | 1 | -0/+2 |
| | | | | | newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text | ||||
| * | Adds support for finger protocol. | Felix (xq) Queißner | 2020-06-08 | 1 | -1/+4 |
| | | |||||
| * | Adds loading progress display. | Felix (xq) Queißner | 2020-06-08 | 1 | -0/+2 |
| | | |||||
| * | Improves gopher map rendering with icons and monospace font, adds status bar ↵ | Felix (xq) Queißner | 2020-06-08 | 1 | -0/+3 |
| | | | | | with more infos, fixes file dialog for older qt versions. | ||||
