aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implements #245Felix "xq" Queißner2021-11-201-0/+11
* Further improves localization (#191). Allows switching and setting the chosen...Felix (xq) Queißner2021-05-081-0/+11
* Push lazy-loaded links to the historyKarol Kosek2021-04-181-5/+2
* Unwarp tr() from QStringsKarol Kosek2021-04-161-2/+2
* Show application version in the about dialogKarol Kosek2021-04-091-2/+3
* sessions: fix lazyload bugMike Skec2021-03-171-0/+1
* sessions: add 'lazyloading' for restored tabsMike Skec2021-03-171-2/+17
* sessions: save page titles and read them before loading pageMike Skec2021-03-171-1/+7
* sessions: restore window tab indicesMike Skec2021-03-171-18/+28
* First draft of session management. Always restores the latest session.Felix (xq) Queißner2021-03-171-3/+12
* mark more strings for translationOIS2021-03-161-6/+6
* mnemonics: remove dockwidget hackMike Skec2021-03-121-8/+0
* Add accelerators to menubarMike Skec2021-03-121-0/+9
* New HTML rendering via HTML code generation.Felix (xq) Queißner2021-03-081-1/+5
* Moves all globals into a structure that can be deleted before the app exists....Felix (xq) Queißner2021-03-061-30/+30
* Implement interface translationCarmina162021-03-061-20/+20
* Closes #190Felix (xq) Queißner2021-03-061-15/+15
* Implements proper multi-window support.Felix (xq) Queißner2021-03-061-21/+35
* Starts preparing the codebase for multiple windows.Felix (xq) Queißner2021-03-061-0/+2
* MainWindow: set tab tooltipsMike Skec2021-02-231-0/+3
* Fix window geometry/state not being saved in some environmentsMike Skec2021-02-231-0/+7
* Add light icons for favourite/certificate buttons for dark themesMike Skec2021-02-231-0/+1
* Add optional root/parent toolbar buttonsMike Skec2021-02-181-18/+7
* Fix: remove N-L from tab title. Also limit tab title lengthMike Skec2021-02-171-10/+21
* Add basic root/parent navigation options to menu, with shortcutsMike Skec2021-02-171-0/+29
* Use PageUp/Down to switch between tabsXavier Del Campo Romero2021-01-271-0/+28
* new-tab button: add preferenceMike Skec2021-01-211-0/+4
* Added '+' button to tab barMike Skec2021-01-211-0/+5
* status bar: show request status when loading pagesMike Skec2021-01-101-2/+55
* status bar: New file cache indicatorMike Skec2021-01-101-1/+5
* Added new context menus to favourite groupMike Skec2021-01-071-9/+41
* favourite popup: adding group combobox!Mike Skec2021-01-071-9/+16
* cache code refactorMike Skec2021-01-061-34/+0
* Basic caching functionality implementedMike Skec2021-01-061-0/+34
* MainWindow: escape tab titleKarol Kosek2021-01-051-1/+3
* Remove toggleIsFavourite - no longer neededMike Skec2021-01-041-1/+1
* New popup when adding to favourites!Mike Skec2021-01-041-1/+5
* Tweak when url should be focusedMike Skec2021-01-021-4/+1
* favourites: implement #77, and add rename context menusMike Skec2021-01-021-7/+38
* Get rid of unneeded hacky code for fancy url barMike Skec2021-01-021-16/+1
* url bar focus changeMike Skec2021-01-011-2/+1
* Added UI density option.Mike Skec2021-01-011-0/+20
* Fix segfault when opening settings dialog with no tabsMike Skec2020-12-311-9/+9
* Prevents URL bar styles appearing strange in settings dialog after changing t...Mike Skec2020-12-311-1/+14
* Added fancy url bar stylingMike Skec2020-12-311-1/+3
* mainwindow: new methods curTab and tabAtMike Skec2020-12-311-22/+32
* #51: mouse buttons 4/5 for back/forwardMike Skec2020-12-311-1/+22
* Pass QPoint by valueKarol Kosek2020-12-301-2/+2
* Window title now contains page titleMike Skec2020-12-271-0/+17
* Add shortcuts for Document Outline, Bookmark, and History docksKarol Kosek2020-12-241-5/+3