aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable console output on Win32Aqua-sama2018-07-021-0/+12
|
* Replace SingleApplication with itay-grudev/SingleApplicationAqua-sama2018-07-021-15/+23
|
* Code cleanupAqua-sama2018-07-011-29/+16
| | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles
* Add browser.locale and browser.translationAqua-sama2018-07-011-0/+20
|
* Add browser.sessionAqua-sama2018-06-291-1/+11
|
* Add --session parameter to load a session jsonAqua-sama2018-06-281-1/+9
| | | | Add Session menu to main window
* Socket messages are json formattedAqua-sama2018-06-261-1/+2
|
* Sort commands alphabeticallyAqua-sama2018-06-231-2/+6
|
* Add Configuration::setValue and Configuration::setShortcutAqua-sama2018-06-231-0/+6
| | | | Change MainWindow to use setShortcut
* Plugin commands no longer require --commandAqua-sama2018-06-221-21/+45
|
* Profile commandAqua-sama2018-05-261-3/+2
|
* Update manpageAqua-sama2018-05-181-3/+7
|
* Plugin command-line parametersAqua-sama2018-05-161-2/+14
|
* Move help and version functions to main (out of Configuration)Aqua-sama2018-05-151-10/+26
| | | | Make loading profiles a free function in Browser
* Stylesheet load settingAqua-sama2018-05-041-0/+13
|
* Merge CommandLine functionality into ConfigurationAqua-sama2018-04-221-16/+10
|
* Remove unknown option parsingAqua-sama2018-04-211-18/+2
|
* Style passAqua-sama2018-04-171-1/+1
|
* Multiple subwindows interfaceAqua-sama2018-04-161-56/+27
| | | | | | | | | | | | Subwindows are similar to tab groups. - Rewrote Browser and MainWindow, so they should be somewhat cleaner now - Moved AboutDialog to lib/about What's broken: - loading bar - search box - address bar bookmark suggestions - plugins
* Refactoring TabBarAqua-sama2018-04-021-1/+1
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Fix crash when starting a second instanceAqua-sama2018-03-311-1/+1
|
* Update manpageAqua-sama2018-03-201-9/+1
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-1/+1
|
* Always connect to local socketAqua-sama2018-01-301-14/+17
|
* Added profile and plugin list to About dialogAqua-sama2018-01-301-3/+3
|
* Split cmd parsing from main into CommandLine classAqua-sama2018-01-271-80/+24
|
* help and version option work againAqua-sama2018-01-271-5/+13
|
* Passing unknown command line parameters to the ConfigurationAqua-sama2018-01-271-2/+36
| | | | - no longer compiling CookiesForm that we don't use
* Using boost::program_options instead of libconfigAqua-sama2018-01-261-6/+11
|
* Configuration class reworkAqua-sama2018-01-251-2/+9
| | | | | | - castToString is now a free function - setFromString split away from setValue - moved Configuration to src
* Configuration class reworkAqua-sama2018-01-241-74/+15
| | | | | | - Moved setValue to the header - Code readability - Removed secondary defaultCfg
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-1/+1
| | | | | - Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted
* Configuration creates missing items based on defaultsAqua-sama2018-01-171-25/+10
|
* Fixed build scripts for use with the mercurial repositoryAqua-sama2018-01-161-2/+2
|
* Minor fixesAqua-sama2018-01-141-2/+0
|
* Added .clang-formatAqua-sama2018-01-071-6/+6
|
* Various minor fixesAqua-sama2018-01-041-1/+1
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings
* Fixed crash with Settings dialogAqua-sama2018-01-031-28/+33
| | | | | - User Configuration gets completely written, instead of being just overrides
* Changed from qbs to cmakeAqua-sama2018-01-031-0/+1
|
* SettingsDialog patchesAqua-sama2017-12-261-0/+4
| | | | | | | - 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-251-1/+0
|
* astyle passAqua-sama2017-12-251-1/+1
|
* Removed SingleApplication::SessionParamAqua-sama2017-12-231-9/+2
|
* Single instance check works againAqua-sama2017-12-221-18/+34
| | | | - In Debug builds, startup time is calculated
* Bug fixesAqua-sama2017-12-201-3/+12
| | | | | | .config/smolbote will now be created if missing Connected profiles to download manager Added missing license from WebPage
* Changed license from GPL3+ to GPL3Aqua-sama2017-12-191-19/+7
|
* WebView pageMenu implementationAqua-sama2017-12-151-0/+5
|
* Fixed crash on startup due to missing browser.filterPathAqua-sama2017-12-141-1/+2
|
* Replaced tinytoml with libconfigAqua-sama2017-12-081-76/+99
|