aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added page action tool buttonsAqua-sama2017-04-031-0/+23
|
* Updated pre-commit.rbAqua-sama2017-04-021-1/+1
|
* Some code cleanupAqua-sama2017-04-021-30/+14
|
* Moved CookiesForm into the ProfileDialogAqua-sama2017-04-011-3/+2
|
* Added cookie widgetAqua-sama2017-03-311-1/+6
|
* Profile saving and loadingAqua-sama2017-03-211-2/+2
|
* Dockable DownloadsWidgetAqua-sama2017-03-201-1/+22
|
* Dockable bookmarks dialogAqua-sama2017-03-201-0/+2
| | | | Fixed bugs in bookmarks dialog
* Added custom about boxAqua-sama2017-03-201-12/+3
|
* Updated BUILDING.mdAqua-sama2017-03-191-3/+8
| | | | mach script can now build tarballs
* Added build scriptAqua-sama2017-03-191-1/+1
| | | | Additional locations are searched for configuration
* Blocker rewritesAqua-sama2017-02-281-3/+3
| | | | | | Some code commenting Moved Blocker files for src/blocker Keyboard shortcut for Blocker dialog
* Fixed crash when closing the first tabAqua-sama2017-02-271-0/+2
|
* UI changesAqua-sama2017-02-261-23/+33
|
* Settings class reworkAqua-sama2017-02-241-16/+11
| | | | Using toml as format
* Download manager improvementsAqua-sama2017-02-231-6/+5
| | | | | | | Added shortcut for download dialog Dialog has proper title Settings replaces ~ with home location Showing download item details
* Minor featuresAqua-sama2017-02-231-0/+15
| | | | | First run check focusAddress and *toolbarMovable options
* Single instanceAqua-sama2017-02-211-17/+14
|
* Tab shortcutsAqua-sama2017-02-151-2/+3
| | | | Config location is displayed in about window
* Global bookmarks and downloads dialogsAqua-sama2017-02-141-5/+7
|
* Settings changesAqua-sama2017-02-141-10/+24
|
* Added bookmark dialogAqua-sama2017-02-091-0/+2
|
* Added loading bar to status barAqua-sama2017-02-021-4/+19
| | | | Hovered links now display in status bar
* AStyle passAqua-sama2017-02-011-11/+12
| | | | Added style check to pre-commit hook
* Cleaned up UrlLineEditAqua-sama2017-01-301-1/+1
|
* Added UrlLineEdit classAqua-sama2017-01-301-10/+7
| | | | | | | | 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