aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring MainWindowAqua-sama2018-01-191-332/+0
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-151-19/+20
|
* Initial plugins testingAqua-sama2018-01-141-1/+22
|
* Fixed bugs with QDockWidgetsAqua-sama2018-01-081-20/+36
| | | | | | - 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-13/+13
|
* Various minor fixesAqua-sama2018-01-041-10/+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-0/+1
| | | | - known issue: it doesn't search trees well
* Download manager fixesAqua-sama2017-12-271-3/+0
| | | | | | | | | | 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
|
* Removed SingleApplication::SessionParamAqua-sama2017-12-231-5/+1
|
* Single instance check works againAqua-sama2017-12-221-6/+5
| | | | - In Debug builds, startup time is calculated
* Added Search BoxAqua-sama2017-12-211-0/+7
|
* Can now open links in new tabAqua-sama2017-12-201-5/+7
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* Bug fixesAqua-sama2017-12-191-10/+11
| | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)
* Some bugfixesAqua-sama2017-12-181-7/+14
|
* ProfileView dialogAqua-sama2017-12-171-0/+7
|
* Moved MainWindow toolbars to mainwindow.uiAqua-sama2017-12-161-21/+13
|
* WebView pageMenu implementationAqua-sama2017-12-151-6/+1
|
* Using Q_CHECK_PTR instead of Q_ASSERT on pointersAqua-sama2017-12-141-2/+2
|
* Cleaned up UrlLineEditAqua-sama2017-12-141-8/+14
|
* Autogenerating settings dialogAqua-sama2017-12-111-0/+7
|
* Fixed new window actionAqua-sama2017-12-091-18/+16
|
* Fixed showing bookmarks and downloads widgetsAqua-sama2017-12-081-13/+42
|
* Replaced tinytoml with libconfigAqua-sama2017-12-081-23/+29
|
* Fixed crash on exit properlyAqua-sama2017-10-101-8/+16
|
* Split off DownloadsWidget into libraryAqua-sama2017-10-101-2/+9
| | | | Fixed bug with BookmarksWidget crashing the program on exit
* Cleaned up WebViewTabBarAqua-sama2017-09-301-2/+4
|
* Fixed bug with tab bar not showing upAqua-sama2017-09-291-7/+7
|
* Code cleanupAqua-sama2017-09-271-36/+25
|
* Some fixes based on clazyAqua-sama2017-09-221-5/+8
|
* Reload/Stop NavigationButton classAqua-sama2017-09-111-4/+3
|
* Back/Forward NavigationButton classAqua-sama2017-09-101-34/+5
|
* Back and forward history menusAqua-sama2017-09-101-0/+29
|
* Split off Bookmarks into static libAqua-sama2017-09-041-0/+6
|
* Implemented Print to PDF actionAqua-sama2017-08-241-0/+9
|
* AStyle passAqua-sama2017-08-241-2/+2
|
* Cleaned up codeAqua-sama2017-08-241-8/+6
|
* Address bar popup is now navigateableAqua-sama2017-08-241-6/+8
|
* Profile window fixesAqua-sama2017-08-041-12/+2
|
* Added homepage buttonAqua-sama2017-07-021-3/+8
|
* Configuration defaults fileAqua-sama2017-07-011-5/+5
|
* Status bar height capped; loading bar now hides after 2sAqua-sama2017-06-301-3/+3
|
* Some MainWindow and WebViewTabBar cleanupAqua-sama2017-06-241-8/+7
|
* Fixed crash when closing last tabAqua-sama2017-06-111-7/+11
|
* Profiles dialogAqua-sama2017-05-281-1/+1
|
* Profile improvementsAqua-sama2017-05-271-51/+9
| | | | | | * Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
* Added fullscreen toggleAqua-sama2017-05-251-0/+13
|
* Reenabled BlockerAqua-sama2017-04-221-2/+1
|
* clazy fixesAqua-sama2017-04-221-2/+3
|