cutter/src/common
Itay Cohen 1af9195e21
Replace red syntax highlighting with blueish color (#1261)
* remove bolding
* change highlight color from red to blueish
2019-03-10 15:09:02 +02:00
..
AnalTask.cpp Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
AnalTask.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
AsyncTask.cpp Fixed some tr call messages to ease translation (#886) 2018-10-30 08:42:43 +01:00
AsyncTask.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
BasicBlockHighlighter.cpp Modified documentation format (#1240) 2019-03-06 21:30:39 +01:00
BasicBlockHighlighter.h Added a BasicBlock highlighting API 2019-02-21 22:57:26 +01:00
CachedFontMetrics.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
Colors.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
Colors.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
ColorSchemeFileSaver.cpp Add configurable graph overview node color (#1259) 2019-03-10 09:53:06 +02:00
ColorSchemeFileSaver.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
CommandTask.cpp Enable colors for ConsoleWidget (#823) 2018-10-21 16:53:38 +02:00
CommandTask.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
Configuration.cpp Auto update check (#1235) 2019-03-09 14:11:39 +01:00
Configuration.h Auto update check (#1235) 2019-03-09 14:11:39 +01:00
CutterSeekable.cpp Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
CutterSeekable.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
FunctionsTask.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
Helpers.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
Helpers.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
HexAsciiHighlighter.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
HexAsciiHighlighter.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
HexHighlighter.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
HexHighlighter.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
Highlighter.cpp Replace red syntax highlighting with blueish color (#1261) 2019-03-10 15:09:02 +02:00
Highlighter.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
InitialOptions.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
Json.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
JsonModel.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
JsonModel.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
JsonTreeItem.cpp [WIP] Some cleanup (#958) 2018-11-27 00:34:34 +02:00
JsonTreeItem.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
JupyterConnection.cpp Fix Segfault when jupyter is not installed 2019-02-21 22:57:26 +01:00
JupyterConnection.h Move everything Jupyter related out of PythonManager 2019-02-21 22:57:26 +01:00
MdHighlighter.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
MdHighlighter.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
NestedIPyKernel.cpp Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
NestedIPyKernel.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
ProgressIndicator.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
ProgressIndicator.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
PythonAPI.cpp Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
PythonAPI.h Generate Bindings for CutterCore in CMake 2019-02-21 22:57:26 +01:00
PythonManager.cpp Include and meson fixes 2019-02-21 22:57:26 +01:00
PythonManager.h Modified documentation format (#1240) 2019-03-06 21:30:39 +01:00
QtResImporter.cpp Fix Jupyter (#1223) 2019-02-27 14:54:47 +01:00
QtResImporter.h Generate Bindings for CutterCore in CMake 2019-02-21 22:57:26 +01:00
R2Task.cpp Properly handle Task Deletion #703 2018-11-12 16:37:33 +01:00
R2Task.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
RefreshDeferrer.cpp Readded SectionWidget with RefreshDeferrer 2019-01-14 18:50:20 +01:00
RefreshDeferrer.h Modified documentation format (#1240) 2019-03-06 21:30:39 +01:00
RichTextPainter.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
RichTextPainter.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
RunScriptTask.cpp Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
RunScriptTask.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
StringsTask.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
SvgIconEngine.cpp Add Icons to ClassWidget 2019-02-02 15:17:50 +01:00
SvgIconEngine.h Add Icons to ClassWidget 2019-02-02 15:17:50 +01:00
SyntaxHighlighter.cpp Replace red syntax highlighting with blueish color (#1261) 2019-03-10 15:09:02 +02:00
SyntaxHighlighter.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
TempConfig.cpp Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
TempConfig.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
UpdateWorker.cpp Auto update check (#1235) 2019-03-09 14:11:39 +01:00
UpdateWorker.h Auto update check (#1235) 2019-03-09 14:11:39 +01:00