aboutsummaryrefslogtreecommitdiff
path: root/src
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-082-23/+38
| | | | | | - 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-0726-133/+133
|
* Various minor fixesAqua-sama2018-01-0411-23/+4
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* Fixed crash with Settings dialogAqua-sama2018-01-032-30/+36
| | | | | - User Configuration gets completely written, instead of being just overrides
* Changed from qbs to cmakeAqua-sama2018-01-0330-1847/+33
|
* Download items' width should no longer exceed the list widthAqua-sama2018-01-017-34/+221
|
* UrlCompleter searches the bookmarks tree (folder href)Aqua-sama2017-12-316-6/+63
|
* Using QCompleter to provide address bar completionsAqua-sama2017-12-296-90/+27
| | | | - known issue: it doesn't search trees well
* Off-the-record profile settingsAqua-sama2017-12-294-90/+127
| | | | | - all profiles can load configs now - fullscreen requests are no longer ignored
* Download manager fixesAqua-sama2017-12-2710-91/+71
| | | | | | | | | | 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
* UrlRequestInterceptor fixesAqua-sama2017-12-264-98/+30
| | | | | - Using QHash to store HostRule's, so lookup should be faster - HostRule is now a struct
* SettingsDialog patchesAqua-sama2017-12-262-3/+8
| | | | | | | - Added scrollbar, so items are now properly viewable on all sizes - Reset button now works - Editing values causes a crash - Filter path is now in filter.path instead of browser.filterPath
* --profile no longer causes a crashAqua-sama2017-12-253-49/+39
|
* astyle passAqua-sama2017-12-2540-41/+41
|
* Address bar menu now reads entries from the bookmarksAqua-sama2017-12-247-26/+62
|
* Request filter now properly takes hostlistsAqua-sama2017-12-2326-1323/+123
| | | | - hostslist directory is set in browser.filterPath
* Removed SingleApplication::SessionParamAqua-sama2017-12-236-61/+24
|
* smolbote can now compile on Qt 5.7.1Aqua-sama2017-12-236-7/+6
|
* Single instance check works againAqua-sama2017-12-226-53/+162
| | | | - In Debug builds, startup time is calculated
* Edited documentationAqua-sama2017-12-211-1/+3
| | | | | | - Search highlighting is removed when you close the search box - Fixed PKGBUILD not working - PKGBUILD can now pick compiler and optimization
* Added Search BoxAqua-sama2017-12-215-0/+146
|
* Bug fixesAqua-sama2017-12-207-44/+35
| | | | | | .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage
* Added SSL cert warningsAqua-sama2017-12-207-8/+77
|
* Can now open links in new tabAqua-sama2017-12-206-14/+58
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-1956-1078/+397
|
* Bug fixesAqua-sama2017-12-196-57/+64
| | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)
* Some bugfixesAqua-sama2017-12-184-14/+27
|
* ProfileView dialogAqua-sama2017-12-1710-287/+46
|
* Moved MainWindow toolbars to mainwindow.uiAqua-sama2017-12-164-25/+43
|
* WebView pageMenu implementationAqua-sama2017-12-157-33/+101
|
* Using Q_CHECK_PTR instead of Q_ASSERT on pointersAqua-sama2017-12-146-11/+8
|
* Cleaned up UrlLineEditAqua-sama2017-12-149-166/+93
|
* Fixed crash on startup due to missing browser.filterPathAqua-sama2017-12-142-2/+5
|
* Fixed getCompiler build failure with gccAqua-sama2017-12-141-7/+7
|
* Autogenerating settings dialogAqua-sama2017-12-113-0/+9
|
* Simple filterlistAqua-sama2017-12-116-301/+92
|
* Fixed new window actionAqua-sama2017-12-091-18/+16
|
* Fixed showing bookmarks and downloads widgetsAqua-sama2017-12-086-46/+84
|
* Replaced tinytoml with libconfigAqua-sama2017-12-0818-2460/+377
|
* Fixed crash on exit properlyAqua-sama2017-10-101-8/+16
|
* Split off DownloadsWidget into libraryAqua-sama2017-10-1016-171/+76
| | | | Fixed bug with BookmarksWidget crashing the program on exit
* Cleaned up WebViewTabBarAqua-sama2017-09-303-40/+4
|
* Fixed bug with tab bar not showing upAqua-sama2017-09-293-8/+10
|
* Code cleanupAqua-sama2017-09-2712-110/+89
|
* Passing full arguments to running instanceAqua-sama2017-09-261-39/+64
|
* Some fixes based on clazyAqua-sama2017-09-223-15/+24
|
* Fixed bug with starting up if the local socket wasn't cleaned upAqua-sama2017-09-206-43/+63
|
* Fixed bug opening URLs from the command line while instance is runningAqua-sama2017-09-165-43/+71
|
* Removed Settings::containsAqua-sama2017-09-113-37/+19
|