aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-07-206-1/+58
|\
| * Fix dangling semi-colonJagger De Leo2020-07-061-2/+2
| |
| * Add Homebrew lib and include paths to build scriptJagger De Leo2020-07-064-1/+33
| | | | | | | | Add macOS app icon
| * Add focus on URL bar when new tab opensDon Rowe2020-07-051-0/+2
| |
| * Added information to Makefile and BUILDING.md on how to build for Fedora 32, ↵Erik Beck2020-07-012-2/+24
| | | | | | | | per request of repository owner
| * Set a Variable QMAKE in the makefile to direct build on Fedora 32, where ↵Erik Beck2020-07-011-1/+2
| | | | | | | | 'qmake' doesn't exist, but qmake-qt5 (and qmake-qt4) does.
* | Reincludes makedir in makefile.Felix (xq) Queißner2020-07-204-2/+19
| |
* | Reincludes makedir in makefile.Felix (xq) Queißner2020-07-203-1/+10
|/
* Pass -D flag to install instead of mkdir -pIsaac Freund2020-07-011-9/+2
| | | | | | | This causes install to create directories in the install path if they do not already exist. mkdir -p doesn't work here if prefix directories don't exist yet.
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-06-302-0/+12
|\
| * Merge branch 'master' of https://github.com/MasterQ32/kristallFelix Queißner2020-06-303-3/+32
| |\
| * | Updates CI build for linux.Felix Queißner2020-06-302-0/+12
| | |
* | | Windows troubleshouting.Felix (xq) Queißner2020-06-301-0/+3
| |/ |/|
* | Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-06-306-1/+4
|\|
| * Updates the build script to automatically upload the build artifact to ↵Felix Queißner2020-06-306-1/+4
| | | | | | | | kristall.random-projects.net
* | Small changes, adds updated windows build instructions.Felix (xq) Queißner2020-06-303-3/+32
|/
* Makes windows build possible.Felix Queißner2020-06-307-3/+83
|
* Cleans up dockerfile.Felix (xq) Queißner2020-06-302-10/+5
|
* Adds delete button for favourites, adds improved about:favourites rendering.Felix (xq) Queißner2020-06-294-9/+29
|
* Adds basic editing for favourite groupsFelix (xq) Queißner2020-06-297-15/+79
|
* Paves road for new favourite system: Refactors the favourites into tree ↵Felix (xq) Queißner2020-06-2911-113/+959
| | | | structure instead of flat list.
* Adds CI readme.Felix (xq) Queißner2020-06-291-0/+23
|
* Makes linux AppImage build reproducible with Docker.Felix (xq) Queißner2020-06-294-4/+41
|
* Adds docker build files based on ubuntu 18.04.Felix (xq) Queißner2020-06-293-0/+32
|
* Implements style preview for kristall document styles. Allows importing them ↵Felix (xq) Queißner2020-06-297-16/+149
| | | | via the preview site.
* Makes Ctrl-LMB on a link open into a new tab.Felix (xq) Queißner2020-06-295-8/+19
|
* Changes theme initialization a tad.Felix (xq) Queißner2020-06-296-33/+44
|
* Huge refacoring of the settings stuff. Provides automated migration between ↵Felix (xq) Queißner2020-06-2823-259/+570
| | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file.
* Fixes #24, thanks @paolomiFelix (xq) Queißner2020-06-281-0/+7
|
* Fixes #25 and #23, starts to implement new config/cache directory system.Felix (xq) Queißner2020-06-285-2/+72
|
* Updated info for Arch linuxryliejamesthomas2020-06-281-1/+2
| | | `qt5-svg` added per this comment: https://aur.archlinux.org/packages/kristall/#comment-753212
* Implements Ctrl-F search, fully featured (F3, Shift-F3, Ctrl-F, Escape)Felix (xq) Queißner2020-06-2711-4/+208
|
* Fixes typo, adds middle-click to open link in new tab.Felix (xq) Queißner2020-06-277-7/+65
|
* Allows middle-clicking to close tabs.Felix (xq) Queißner2020-06-277-17/+102
|
* Adds favourite completions in the toolbar. This was waaaay easier than planned.Felix (xq) Queißner2020-06-263-2/+13
|
* Fixes tab orderFelix (xq) Queißner2020-06-235-20/+91
|
* Adds link coloring for markdown.Felix (xq) Queißner2020-06-231-2/+26
|
* Further improves markdown rendering.Felix (xq) Queißner2020-06-235-49/+94
|
* Starts to implement new markdown renderingFelix (xq) Queißner2020-06-237-52/+373
|
* Restructures the project source and cleans up a bitFelix (xq) Queißner2020-06-2252-95/+174
|
* Removes 'cruft' from cmark. We only care for the source anyways.Felix (xq) Queißner2020-06-2264-15240/+0
|
* Includes cmark into build.Felix (xq) Queißner2020-06-225-137/+206
|
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-06-221-2/+3
|\
| * Update BUILDING.mdmakeworld2020-06-221-2/+3
| |
* | Introduces light and dark icon themes.Felix (xq) Queißner2020-06-2273-164/+354
|/
* Adds link to changelog.Felix (xq) Queißner2020-06-211-0/+4
|
* Some more manualFelix (xq) Queißner2020-06-211-8/+18
|
* Adds bugreport.Felix (xq) Queißner2020-06-212-0/+5
|
* Continues to improve Makefile. Thanks styanFelix (xq) Queißner2020-06-211-4/+4
|
* Fixes pre-selection of light themeFelix (xq) Queißner2020-06-211-6/+7
|