aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Address bar completer doesn't show up if there's nothing to suggestAqua-sama2018-01-081-3/+1
|
* Fixed bugs with QDockWidgetsAqua-sama2018-01-081-3/+2
| | | | | | - QDockWidgets are now deleted on close - Opening a new BookmarksWidget no longer leaves an empty dock widget - Fixed crash with deleting dock widgets
* Added .clang-formatAqua-sama2018-01-071-4/+5
|
* Various minor fixesAqua-sama2018-01-041-1/+0
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* Using QCompleter to provide address bar completionsAqua-sama2017-12-291-1/+0
| | | | - known issue: it doesn't search trees well
* Download manager fixesAqua-sama2017-12-271-0/+2
| | | | | | | | | | DownloadsWidget - Download widget now in landscape - Download widget no longer docks in the main window, but is a dialog DownloadItemWidget - Download item widget looks more compact - Download details are now a part of the item widgets instead - Download details: save path
* astyle passAqua-sama2017-12-251-1/+1
|
* Address bar menu now reads entries from the bookmarksAqua-sama2017-12-241-1/+2
|
* Added Search BoxAqua-sama2017-12-211-0/+5
|
* Can now open links in new tabAqua-sama2017-12-201-1/+3
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* Bug fixesAqua-sama2017-12-191-3/+4
| | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)
* ProfileView dialogAqua-sama2017-12-171-0/+2
|
* Moved MainWindow toolbars to mainwindow.uiAqua-sama2017-12-161-4/+0
|
* Cleaned up UrlLineEditAqua-sama2017-12-141-5/+6
|
* Autogenerating settings dialogAqua-sama2017-12-111-0/+1
|
* Fixed showing bookmarks and downloads widgetsAqua-sama2017-12-081-0/+9
|
* Replaced tinytoml with libconfigAqua-sama2017-12-081-2/+6
|
* Split off DownloadsWidget into libraryAqua-sama2017-10-101-1/+1
| | | | Fixed bug with BookmarksWidget crashing the program on exit
* Fixed bug with tab bar not showing upAqua-sama2017-09-291-0/+2
|
* Code cleanupAqua-sama2017-09-271-3/+2
|
* Fixed bug with starting up if the local socket wasn't cleaned upAqua-sama2017-09-201-0/+2
|
* Reload/Stop NavigationButton classAqua-sama2017-09-111-1/+1
|
* Back/Forward NavigationButton classAqua-sama2017-09-101-0/+5
|
* Implemented Print to PDF actionAqua-sama2017-08-241-0/+1
|
* Cleaned up codeAqua-sama2017-08-241-2/+2
|
* Address bar popup is now navigateableAqua-sama2017-08-241-1/+0
|
* Split address bar off into static libraryAqua-sama2017-08-231-1/+1
|
* Profile window fixesAqua-sama2017-08-041-3/+0
|
* Status bar height capped; loading bar now hides after 2sAqua-sama2017-06-301-1/+1
|
* Some MainWindow and WebViewTabBar cleanupAqua-sama2017-06-241-3/+0
|
* Profile improvementsAqua-sama2017-05-271-9/+9
| | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
* Filter code refactoringAqua-sama2017-05-251-1/+1
|
* Added fullscreen toggleAqua-sama2017-05-251-0/+2
|
* Reenabled BlockerAqua-sama2017-04-221-1/+0
|
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Some code cleanupAqua-sama2017-04-021-4/+3
|
* Moved CookiesForm into the ProfileDialogAqua-sama2017-04-011-1/+0
|
* Added cookie widgetAqua-sama2017-03-311-0/+1
|
* Dockable DownloadsWidgetAqua-sama2017-03-201-0/+2
|
* Blocker rewritesAqua-sama2017-02-281-2/+2
| | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog
* UI changesAqua-sama2017-02-261-0/+1
|
* Minor featuresAqua-sama2017-02-231-0/+1
| | | | | First run check focusAddress and *toolbarMovable options
* Single instanceAqua-sama2017-02-211-4/+3
|
* Global bookmarks and downloads dialogsAqua-sama2017-02-141-4/+0
|
* Settings changesAqua-sama2017-02-141-4/+3
|
* Added bookmark dialogAqua-sama2017-02-091-0/+3
|
* Added loading bar to status barAqua-sama2017-02-021-1/+3
| | | | Hovered links now display in status bar
* AStyle passAqua-sama2017-02-011-5/+5
| | | | Added style check to pre-commit hook
* Added UrlLineEdit classAqua-sama2017-01-301-3/+2
| | | | | | | | Address bar should highlight the host name WebView widget should now be focused on startup instead of the address bar Added names to the toolbars to make their context menu useful Tabs now have a set width of 200