Commits · 41be08eb298910dc991edca45b4cc98398d12140
- May 28, 2020
-
-
Mathias Bavay authored
-
- May 27, 2020
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- May 26, 2020
-
-
Mathias Bavay authored
-
- May 22, 2020
-
-
Mathias Bavay authored
-
- May 19, 2020
-
-
Mathias Bavay authored
-
- May 15, 2020
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- May 14, 2020
-
-
Mathias Bavay authored
-
- May 13, 2020
-
-
Mathias Bavay authored
-
- May 12, 2020
-
-
Mathias Bavay authored
-
- May 11, 2020
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- May 07, 2020
-
-
Mathias Bavay authored
-
- May 04, 2020
-
- May 01, 2020
-
-
Mathias Bavay authored
-
- Apr 28, 2020
-
-
Mathias Bavay authored
-
- Apr 27, 2020
-
-
Mathias Bavay authored
-
- Apr 24, 2020
-
-
Mathias Bavay authored
-
- Apr 23, 2020
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Apr 16, 2020
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- Apr 05, 2020
-
-
Michael Reisecker authored
-
- Apr 01, 2020
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Mar 31, 2020
-
-
Mathias Bavay authored
-
- Mar 26, 2020
-
-
Mathias Bavay authored
-
- Mar 24, 2020
-
-
Mathias Bavay authored
-
- Mar 21, 2020
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
- Mar 20, 2020
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Mar 20, 2020
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
Use recommended call for text width. I looked this up a while ago for the Alternative width calculation. This way we stay happy with the default Qt 5.9 and don't require 5.11 just for this call. (Ok I admit - I don't want to update Qt myself. But luckily it is the correct call.)
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
The fonts are now setup in the constructor. An unnecessary script has been deleted.
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
Implement mechanism to translate custom syntax to tinyexpr before styling (so e. g. hardcoded substitutions are allowed exactly like in some filters)
-
Mathias Bavay authored
-
Michael Reisecker authored
Since we now do not "allow" free text anymore and request SLF expression syntax, a few other things will need to be considered (but in the end it'll be tied together more tightly).
-
Michael Reisecker authored
The static function felt like bad design ever since the Textfield started using it...
-
Michael Reisecker authored
-Move setting to 'preview' XML section because it exists from another setting now -Remove obsolete documentation -Clear status on TerminalView clear ("Process terminated" etc.) -Remove useless _ from regex (it is checked by \w) -Extend INIParser unit test with *::EXCLUDE example key -Cosmetics (Might want to clear settings with ./inishell -ce) -
Mathias Bavay authored
And a minor visual tweak to the line numbering
-
Mathias Bavay authored
(it is licensed under BSD instead of GPL)
-
Mathias Bavay authored
Now the line numbering can be considered ready to go
-
Mathias Bavay authored
This addresses issue 827
-
Mathias Bavay authored
Since we will never use images, etc in this editor...
-
- Mar 19, 2020
-
-
Mathias Bavay authored
Stealing code from MeteoIO, the copyright notice now shows the user name and domain name (if available)
-
Mathias Bavay authored
This fixes issue 829 with MeteoIO's "*::EXCLUDE" kind of keys. Moreover, the new option for MeteoIO's deGrass filter has been included in the xml file.
-
- Mar 18, 2020
-
-
Mathias Bavay authored
Also fixed a wrongly defined boldface in the terminalview and an invalid icon format in the .desktop file
-
- Mar 17, 2020
-
-
Michael Reisecker authored
Allow : and _ in INI key names for preview syntax highlighting (not perfect but better). Set tooltip for Number panel when an expression is used.
-
Michael Reisecker authored
Noteworthy: Removed fixed shortcut in doc because it is OS-dependent.
-
- Mar 13, 2020
-
-
Michael Reisecker authored
(quick work - if ever used it could all be revised)
-
Michael Reisecker authored
-
- Mar 11, 2020
-
-
Michael Reisecker authored
User settings are case-sensitive (tiny performance edge in INIParser), this was not matching the settings page. Clear a warning.
-
Mathias Bavay authored
-
Mathias Bavay authored
A small inconsistency has been fixed in Number.cc (now using the background color instead of hard-coded white). The PATH is now expanded to include the directory where inishell is (this will be convenient for packaging with small applications). The NSIS templates for Windows have been copied, but there is still work to do before it can be useful.
-
- Mar 10, 2020
-
-
Michael Reisecker authored
font size properly... so now they are built more cleanly and do that. This mechanisms of keeping things left-aligned is a little tedious, but it looks like this should be done throughout INIshell's panels at some point... would get rid of the spacer and some (hypothetical) problems.
-
Michael Reisecker authored
Erase 'close settings' menu. There is now a very visible tab close button and no other program has this. ESC still works.
-
Michael Reisecker authored
Thanks to the bold items I see that the preview toolbar was not being disabled together with the menu. Thanks to the Preview editor I see that loading the settings would cause the application name to change.
-
Mathias Bavay authored
-
Mathias Bavay authored
Otherwise, the coordinates provided to the geoservice were wrong...
-
Mathias Bavay authored
-
Mathias Bavay authored
As well as a minot tweak in the project file
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Michael Reisecker authored
-
Mathias Bavay authored
-
Loading