aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Converted repository to mercurialAqua-sama2018-01-151-0/+8
|
* All QWebEngineSettings are now accessibleAqua-sama2018-01-152-55/+141
|
* Moved ProfileView to ProfileEditorPluginAqua-sama2018-01-1514-363/+476
|
* Initial plugins testingAqua-sama2018-01-1410-3/+170
|
* Minor fixesAqua-sama2018-01-146-20/+6
|
* CookieInterceptor, making all cookies session cookiesAqua-sama2018-01-138-44/+84
|
* Multithreaded saving during shutdownAqua-sama2018-01-136-13/+19
|
* Writing BookmarksModel to xbelAqua-sama2018-01-116-42/+118
|
* Removed docs (moved to site)Aqua-sama2018-01-117-210/+3
|
* Editing bookmark itemsAqua-sama2018-01-113-2/+17
|
* BookmarksModel::insertItemAqua-sama2018-01-083-1/+87
|
* Address bar completer doesn't show up if there's nothing to suggestAqua-sama2018-01-082-7/+8
|
* Fixed bugs with QDockWidgetsAqua-sama2018-01-085-25/+61
| | | | | | - 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-0750-257/+356
|
* Searching through BookmarkModel elementsAqua-sama2018-01-077-64/+117
|
* Added BookmarksModelAqua-sama2018-01-0711-305/+428
| | | | | | TODO: Editing bookmarks TODO: Saving bookmarks BUG: Completer doesn't search through folders
* Updated ReadMe and pkgbuildAqua-sama2018-01-055-17/+83
|
* Various minor fixesAqua-sama2018-01-0422-63/+12
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* Fixed crash with Settings dialogAqua-sama2018-01-038-152/+164
| | | | | - User Configuration gets completely written, instead of being just overrides
* Updated PKGBUILDAqua-sama2018-01-033-13/+15
|
* Changed from qbs to cmakeAqua-sama2018-01-0342-675/+205
|
* 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-2711-96/+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-266-102/+31
| | | | | - Using QHash to store HostRule's, so lookup should be faster - HostRule is now a struct
* SettingsDialog patchesAqua-sama2017-12-267-11/+53
| | | | | | | - 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
* Updated pre-commit hookAqua-sama2017-12-254-46/+25
|
* --profile no longer causes a crashAqua-sama2017-12-253-49/+39
|
* astyle passAqua-sama2017-12-2546-50/+46
|
* Address bar menu now reads entries from the bookmarksAqua-sama2017-12-248-26/+63
|
* Request filter now properly takes hostlistsAqua-sama2017-12-2334-1625/+129
| | | | - hostslist directory is set in browser.filterPath
* Removed SingleApplication::SessionParamAqua-sama2017-12-237-65/+25
|
* smolbote can now compile on Qt 5.7.1Aqua-sama2017-12-239-12/+8
|
* Single instance check works againAqua-sama2017-12-228-54/+177
| | | | - In Debug builds, startup time is calculated
* Edited documentationAqua-sama2017-12-2115-225/+182
| | | | | | - 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-218-6/+184
|
* Bug fixesAqua-sama2017-12-209-47/+42
| | | | | | .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage
* Added SSL cert warningsAqua-sama2017-12-208-8/+79
|
* Can now open links in new tabAqua-sama2017-12-2015-106/+63
|
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-1976-1909/+1892
|
* Bug fixesAqua-sama2017-12-1910-62/+76
| | | | | Switching between tabs should work properly now. Refactored MainWindowTabBar (was WebViewTabBar)
* Some bugfixesAqua-sama2017-12-186-15/+29
|
* Basic adblock FilterRuleAqua-sama2017-12-187-0/+299
|
* ProfileView dialogAqua-sama2017-12-1711-290/+46
|
* Fixed release builds defining QT_DEBUGAqua-sama2017-12-161-11/+8
|
* Moved MainWindow toolbars to mainwindow.uiAqua-sama2017-12-164-25/+43
|
* WebView pageMenu implementationAqua-sama2017-12-158-37/+111
|
* Using Q_CHECK_PTR instead of Q_ASSERT on pointersAqua-sama2017-12-147-51/+23
|