5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
Added the missing changes on cantor.kcfg from the previous commit. More... over 2 years ago
New option to decide whether the user should be asked for confirmation when an entry is being deleted. More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
GIT_SILENT Update Appstream for new release More... over 2 years ago
Support different plot file formats (PDF, SVG and PNG) also for Maxima and removed the JPEG option for Octave since the quality is very bad. More... over 2 years ago
In the context menu of result items keep only those entries that are relevant for the results (save result, etc.) and not all entries that are relevant for the actual command. More... over 2 years ago
Render SVG output in image results. More... over 2 years ago
[octave] allow to specify the default size of the integrated plots in the settings. More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
SVN_SILENT made messages (.desktop file) - always resolve ours More... over 2 years ago
GIT_SILENT made messages (after extraction) More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
Minor code cleanup. More... over 2 years ago
Initial code for the support of the pdf format for plot results: * render PDF content to QImage via poppler in ImageResult * when saving the plot images, allow to save in the original format only (pdf should be stored as pdf, etc.) * added pdf to the list of supported extensions for Octave, further backends will follow. More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
[octave] simplified the printing of plot images and use the same default size of the plot as in maxima - 500x340 pixels (will be made configurable soon). More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
Removed some debug output in TextResult having toHtml() call that can become very expensive for bigger outputs. More... over 2 years ago
Moved the implementation of interrupt() to the base class Expression. More... over 2 years ago
In 304763632fa6fea01fb4dae40899f7fc8b185a25 the call of updateGraphicPackagesFromSettings() was removed. This solved some issues but has broken the embedded plots. Restoring the old and working logic in Octave code that we had before that "graphics packages" code was merged. More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago
Show the dimensions of a variable (number of rows and columns) in the variable panel, implemented to Octave first. More... over 2 years ago
Better handling of very big variable values: * partially restored the previous logic in DefaultVariableModel - show the abbrivation of the value (first 100 characters) if its size exceeds 100 characters. * reduce the debug output in the console to 200 characters if the size of Octave's output exceeds this limit - this needs to be done for other backends, too. More... over 2 years ago
GIT_SILENT Sync po/docbooks with svn More... over 2 years ago