| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixes a 'resource not found' bug | Mike Skec | 2021-01-10 | 1 | -6/+15 | |
| | | | | | When navigating to many sites, such as gemini://rawtext.club:1965/~sloum/geminilist and not having a trailing slash at the end of the URL, local links on the page would be incorrectly generated by QUrl::resolved, which would cause links to give a 'resource not found' error if they weren't at the root path of the server. This patch fixes this by making sure that all links given to the renderers include trailing slashes. | |||||
| * | BrowserTab: add Stop/Refresh action to the menu | Karol Kosek | 2021-01-08 | 1 | -0/+10 | |
| | | ||||||
| * | BrowserTab: disable impossible move actions | Karol Kosek | 2021-01-08 | 1 | -2/+4 | |
| | | ||||||
| * | BrowserTab: hide move actions on selection | Karol Kosek | 2021-01-08 | 1 | -9/+9 | |
| | | ||||||
| * | BrowserTab: show "Copy to clipboard" action only on selection | Karol Kosek | 2021-01-08 | 1 | -8/+6 | |
| | | ||||||
| * | Functional cache limit, albeit a little inefficient | Mike Skec | 2021-01-08 | 6 | -19/+43 | |
| | | ||||||
| * | cache: item expiry and max item size | Mike Skec | 2021-01-08 | 8 | -12/+185 | |
| | | | | | currently no total limit yet | |||||
| * | Touch device support | Mike Skec | 2021-01-07 | 1 | -1/+7 | |
| | | ||||||
| * | support touch scrolling (?) | Mike Skec | 2021-01-07 | 1 | -0/+3 | |
| | | ||||||
| * | Add Ctrl+R reload page shortcut | Paper | 2021-01-07 | 1 | -0/+4 | |
| | | ||||||
| * | Prevent creating duplicate groups | Mike Skec | 2021-01-07 | 1 | -0/+9 | |
| | | ||||||
| * | Added new context menus to favourite group | Mike Skec | 2021-01-07 | 3 | -9/+94 | |
| | | ||||||
| * | favourite popup: adding group combobox! | Mike Skec | 2021-01-07 | 8 | -18/+159 | |
| | | ||||||
| * | uniform urls only used for identification now | Mike Skec | 2021-01-07 | 2 | -8/+8 | |
| | | | | | the destinations themselves are left untouched | |||||
| * | Remembered scroll adjustment | Mike Skec | 2021-01-07 | 2 | -9/+26 | |
| | | | | | 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 | |||||
| * | Fixes pages not being read from cache due to differing trailing slash | Mike Skec | 2021-01-07 | 5 | -13/+42 | |
| | | | | | Also fixes favourites with the same problem | |||||
| * | Attempt to fix build failures | Mike Skec | 2021-01-06 | 2 | -1/+20 | |
| | | | | | Also get rid of a warning | |||||
| * | 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. | |||||
| * | cache code refactor | Mike Skec | 2021-01-06 | 10 | -85/+154 | |
| | | ||||||
| * | Implement #21 with cached pages | Mike Skec | 2021-01-06 | 2 | -12/+43 | |
| | | | | | Maybe in future we can make this work for all pages in history | |||||
| * | Tabs with client cert enabled no longer read from or write to cache | Mike Skec | 2021-01-06 | 1 | -2/+6 | |
| | | | | | Helps keeps 'interactive pages' like Astrobotany updated. Error message pages are also not cached now, as they are now considered 'internal locations' | |||||
| * | Basic caching functionality implemented | Mike Skec | 2021-01-06 | 4 | -12/+116 | |
| | | ||||||
| * | DocumentStyle: escape special chars when saving the style | Karol Kosek | 2021-01-05 | 1 | -1/+1 | |
| | | | | | | Before the change, the function printed "QString::arg: Argument missing" to stderr when it saw special characters and omitted them from the file name. | |||||
| * | {TrustedHost,Favourite}Collection: fix duplicating/removing the last item | Karol Kosek | 2021-01-05 | 2 | -3/+3 | |
| | | | | | Fixes: #112 | |||||
| * | Apply favourites button workaround | Mike Skec | 2021-01-05 | 4 | -3/+52 | |
| | | | | | https://bugreports.qt.io/browse/QTBUG-2036 | |||||
| * | MainWindow: escape tab title | Karol Kosek | 2021-01-05 | 1 | -1/+3 | |
| | | | | | | Prevents a tab from creating an Alt+Char shortcut if there was an preceding ampersand character in the title. | |||||
| * | BrowserTab: use simpler method for getting the HTML page title | Karol Kosek | 2021-01-05 | 1 | -19/+1 | |
| | | ||||||
| * | Remove toggleIsFavourite - no longer needed | Mike Skec | 2021-01-04 | 3 | -39/+4 | |
| | | | | | also rename addToFavouritesPopup to showFavouritesPopup | |||||
| * | New popup when adding to favourites! | Mike Skec | 2021-01-04 | 8 | -4/+199 | |
| | | ||||||
| * | Allow to use external cmark | Karol Kosek | 2021-01-04 | 1 | -1/+6 | |
| | | ||||||
| * | fix build failures | Mike Skec | 2021-01-04 | 1 | -1/+2 | |
| | | ||||||
| * | better default fonts | Mike Skec | 2021-01-04 | 4 | -8/+42 | |
| | | ||||||
| * | Added 'busy' cursor while current tab is loading | Mike Skec | 2021-01-04 | 4 | -0/+39 | |
| | | ||||||
| * | No longer useing QPalette::Mid for url bar highlight | Mike Skec | 2021-01-04 | 1 | -2/+3 | |
| | | | | | now uses QPalette::WindowText with a little alpha applied. Looks a lot better | |||||
| * | Tweak when url should be focused | Mike Skec | 2021-01-02 | 1 | -4/+1 | |
| | | ||||||
| * | Theming: only use standard icons on Linux | Mike Skec | 2021-01-02 | 1 | -0/+7 | |
| | | | | | Windows and Mac don't support standard theme icons | |||||
| * | favourites: implement #77, and add rename context menus | Mike Skec | 2021-01-02 | 5 | -15/+69 | |
| | | ||||||
| * | Get rid of unneeded hacky code for fancy url bar | Mike Skec | 2021-01-02 | 4 | -19/+7 | |
| | | ||||||
| * | Fix bug with fancy url bar styling | Mike Skec | 2021-01-02 | 4 | -9/+22 | |
| | | | | | 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 | |||||
| * | Compile with Qt 5.9 | Karol Kosek | 2021-01-02 | 2 | -2/+2 | |
| | | ||||||
| * | Fixes for building on ubuntu 20.04 / qt5.12 | George Dorn | 2021-01-02 | 1 | -5/+5 | |
| | | ||||||
| * | url bar focus change | Mike Skec | 2021-01-01 | 1 | -2/+1 | |
| | | | | | when adding new tab the url bar is only focused if the tab is set as the focused tab | |||||
| * | Added UI density option. | Mike Skec | 2021-01-01 | 10 | -26/+139 | |
| | | | | | 'Compact' is the default - saves screen space a bit. The old layout is available in the 'Classic' option | |||||
| * | Resolves the emoji problem, hopefully once and for all! Closes #102. | Felix (xq) Queißner | 2021-01-01 | 2 | -21/+47 | |
| | | ||||||
| * | urlbar styling: only remove styles if not already removed | Mike Skec | 2020-12-31 | 1 | -3/+9 | |
| | | ||||||
| * | Fix bug in settings dialog | Mike Skec | 2020-12-31 | 1 | -8/+8 | |
| | | | | | Rows were not offsetted properly | |||||
| * | Fix segfault when opening settings dialog with no tabs | Mike Skec | 2020-12-31 | 1 | -9/+9 | |
| | | ||||||
| * | Add preference for url bar styling | Mike Skec | 2020-12-31 | 6 | -1/+59 | |
| | | ||||||
| * | Prevents URL bar styles appearing strange in settings dialog after changing ↵ | Mike Skec | 2020-12-31 | 3 | -2/+18 | |
| | | | | | | | theme. do this by removing style while settings window is open | |||||
| * | urlbar colour formatting algorithm improvement | Mike Skec | 2020-12-31 | 1 | -9/+11 | |
| | | | | | | | Now uses the more robust "authority" instead of hostname for determining format. This allows for proper highlighting when a port (e.g domain:1965) or user info (e.g joe@domain) is present. | |||||
