- 10 May, 2020 1 commit
-
-
Nikita Sirgienko authored
-
- 07 May, 2020 1 commit
-
-
Nikita Sirgienko authored
-
- 04 May, 2020 1 commit
-
-
Nikita Sirgienko authored
Fix problem with inconveniences values in menus (always "default colour" chosen) after loaded command entries with formatting
-
- 29 Apr, 2020 1 commit
-
-
Nikita Sirgienko authored
Fix bug with missing default values of format parameters in Command Entry, which made it impossible to reset formating parameters. Also, fix bug with save/load text color parameter, with saving forward and backward compability.
-
- 28 Apr, 2020 1 commit
-
-
Nikita Sirgienko authored
[Octave] Fix bug, when Cantor ignore the plot integration setting and still try to catch images from Octave
-
- 15 Apr, 2020 2 commits
-
-
Christoph Feck authored
-
Christoph Feck authored
-
- 01 Apr, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 28 Mar, 2020 1 commit
-
-
Christoph Feck authored
-
- 21 Mar, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 15 Mar, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 09 Mar, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 03 Mar, 2020 1 commit
-
-
Nikita Sirgienko authored
-
- 01 Mar, 2020 5 commits
-
-
Nikita Sirgienko authored
[Python Backend] Port QRegExp to QRegularExpression See merge request kde/cantor!7
-
Nikita Sirgienko authored
-
Christoph Feck authored
-
Pino Toscano authored
-
Pino Toscano authored
- use https - use canonical docs.kde.org help location
-
- 29 Feb, 2020 1 commit
-
-
Christoph Feck authored
-
- 27 Feb, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 23 Feb, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 21 Feb, 2020 8 commits
-
-
Ahmad Samir authored
PythonHighlighter::highlightBlock(): Make the regex's static const to improve performance, assuming this is a high traffic code path. Also use QVector instead of QList. All unit tests pass except for testlua (fails the same way on master); and testworksheet which hangs (on master too). A quick test with a pythong session in cantor shows that syntax highlighting still works.
-
Nikita Sirgienko authored
-
Nikita Sirgienko authored
-
Nikita Sirgienko authored
-
Nikita Sirgienko authored
[Octave Backend] Port QRegExp to QRegularExpression See merge request kde/cantor!6
-
Ahmad Samir authored
Port QRegExp::exactMatch() by making the QRegularExpression pattern anchored. testoctave unit test still passes.
-
Nikita Sirgienko authored
[Qalculate Backend] Port QRegExp to QRegularExpression See merge request kde/cantor!9
-
Ahmad Samir authored
Port QRegExp::exactMatch() by anchoring the pattern, with ^ and $, with QRegularExpression. Tweak the QRegularExpression pattern used with "currentCmd". Declare variables right before they're used.
-
- 19 Feb, 2020 10 commits
-
-
Nikita Sirgienko authored
[Julia backend] Port QRegExp to QRegularExpression See merge request kde/cantor!5
-
Nikita Sirgienko authored
[Sage Backend] Port QRegExp to QRegularExpression See merge request kde/cantor!8
-
Ahmad Samir authored
To match a backspace char with PCRE/QRegularExpression we have to use \b inside []. Use QStringLiteral with QRegularExpression ctor, as it doesn't have a QLatin1String overload and will convert the to QString anyway. All unittests pass except for: - testlua (unrelated, fails on master too) - testworksheet (hangs, here and on master too) - testsage, fails to pass here and on master
-
Nikita Sirgienko authored
[SciLab Backend] Port QRegExp to QRegularExpression See merge request kde/cantor!10
-
Ahmad Samir authored
All unit tests pass, and highlighting seemed to work when I started a SciLab session in cantor.
-
Nikita Sirgienko authored
[Maxima backend] Port QRegExp to QRegularExpression See merge request kde/cantor!11
-
Nikita Sirgienko authored
-
Nikita Sirgienko authored
-
Nikita Sirgienko authored
BUG: 415893 FIXED-IN: 19.12.3
-
Nikita Sirgienko authored
Port QRegExp to QRegularExpression, pass 2 See merge request kde/cantor!4
-