- 16 Oct, 2020 3 commits
-
-
- 11 Oct, 2020 1 commit
-
-
Gustavo Carneiro authored
-
- 07 Oct, 2020 2 commits
-
-
- 15 Sep, 2020 2 commits
-
-
This was harder than I tought. Because of the static initialization static linkage order, we ended up having two different values of a static variable on the code, that where supposedly only one. https://stackoverflow.com/questions/26547454/static-variable-is-initialized-twice The choosen change: Use OBJECT instead of STATIC for linking also made me fix a few other profile headers to use the correct folder.
-
The code that managed the profile model currently is done inside of the ProfileSettings, and thus unusable out of it. Since I want to make it easier to select a profile this needs to split. It's also a bad code style to mix interface and code
-
- 20 Aug, 2020 1 commit
-
-
Albert Astals Cid authored
Useful for stuff like flatpak that needs an icon to exist just by compiling the app
-
- 12 Aug, 2020 1 commit
-
-
Tomaz Canabrava authored
This path adds a new feature for konsole, in the form of URL Escaped Sequences. It allows programs to embbed URL's on texts much like the anchor tag in html does There's a allowed list of possible schemas for links, by default it only accepts http://, https:// and file:// but the user can add more if he wants. The maximum amount of URL's accepted is 200, to prevent OOM History is taken into account while scrooling
-
- 09 Aug, 2020 2 commits
-
-
Tomaz Canabrava authored
This reverts commit f4bf8a42.
-
Tomaz Canabrava authored
This reverts commit 4a0f1195.
-
- 06 Aug, 2020 1 commit
-
-
- 29 Jul, 2020 5 commits
-
-
Tomaz Canabrava authored
And fix build using OpenSUSE flags
-
Tomaz Canabrava authored
-
Tomaz Canabrava authored
-
Tomaz Canabrava authored
-
-
- 28 Jul, 2020 2 commits
-
-
- 27 Jul, 2020 3 commits
-
-
Tomaz Canabrava authored
Profile depends on nothign but libkonsole_core, so it can already be made a library with minimum effort
-
Tomaz Canabrava authored
This new cmake target will hold classes that do not depend on other konsole classes, so we can start to untangle the source code. next: export profile as a static library
-
Tomaz Canabrava authored
This also allowed me to remove a few includes of Profile.h around the codebase, that used Profile::Ptr. now the compilation is a bit faster and also does not recompile things as often.
-
- 24 Jul, 2020 3 commits
-
-
Gustavo Carneiro authored
-
Gustavo Carneiro authored
Move a FallbackKeyboardTranslator class to a new files, FallbackKeyboardTranslator.h and FallbackKeyboardTranslator.cpp Move a KeyboardTranslatorReader class to a new files, KeyboardTranslatorReader.h and KeyboardTranslatorReader.cpp Move a KeyboardTranslatorWriter class to a new files, KeyboardTranslatorWriter.h and KeyboardTranslatorWriter.cpp
-
-
- 23 Jul, 2020 2 commits
-
-
Gustavo Carneiro authored
-
-
- 22 Jul, 2020 6 commits
-
-
Gustavo Carneiro authored
-
Gustavo Carneiro authored
-
Gustavo Carneiro authored
-
Gustavo Carneiro authored
-
-
-
- 21 Jul, 2020 1 commit
-
-
Gustavo Carneiro authored
-
- 19 Jul, 2020 2 commits
-
-
Gustavo Carneiro authored
-
This reduces buildtime when touching on unrelated Filter classes.
-
- 18 Jul, 2020 1 commit
-
-
Gustavo Carneiro authored
-
- 17 Jul, 2020 2 commits
-
-
Gustavo Carneiro authored
-
Gustavo Carneiro authored
-