Feed Advanced Search

Aug 23 2018

sirgienko added a comment to D12504: Fix problem with first entry for scilab backend.

@sirgienko thanks, it fix the current problem with Scilab backend (I could to reproduce it). I think while we don't implement T5382, we need to fix the problem with this backend.

Aug 23 2018, 11:53 AM · KDE Edu, Cantor
filipesaraiva accepted D12504: Fix problem with first entry for scilab backend.

@sirgienko thanks, it fix the current problem with Scilab backend (I could to reproduce it). I think while we don't implement T5382, we need to fix the problem with this backend.

Aug 23 2018, 11:45 AM · KDE Edu, Cantor
filipesaraiva added a project to D15012: Change the evaluate worksheet icon at worksheet entry from view-refresh to system-run: Cantor.
Aug 23 2018, 12:22 AM · Cantor, KDE Edu
filipesaraiva added a project to T9475: Improve the handling of extenal packages in plot2d and plot3d extensions.: Cantor.
Aug 23 2018, 12:07 AM · Cantor

Aug 22 2018

filipesaraiva added a project to D14935: Support julia>=0.7: Cantor.
Aug 22 2018, 10:59 PM · Cantor, KDE Edu
filipesaraiva added a project to D14945: Fix sagemath backend with sagemath 8.3: Cantor.
Aug 22 2018, 10:58 PM · Cantor, KDE Edu
filipesaraiva added a project to D14962: Fix build with julia 1.0: Cantor.
Aug 22 2018, 10:58 PM · Cantor, KDE Edu
filipesaraiva accepted D15004: Bump up Julia recommended version to 1.0.0.

+1

Aug 22 2018, 10:48 PM · Cantor, KDE Edu
asemke added a comment to D15004: Bump up Julia recommended version to 1.0.0.

Given that v1.0 was released recently with a lot of advertisement around this and that we support this version without any know issues, I'm fine with this. But maybe somebody else has some concerns here.

Aug 22 2018, 8:30 PM · Cantor, KDE Edu
sirgienko requested review of D15004: Bump up Julia recommended version to 1.0.0.
Aug 22 2018, 7:53 PM · Cantor, KDE Edu
asemke closed T5701: Allow to move worksheet entries with the mouse as Invalid.

Seems to be possible in the current code already. Closing this task

Aug 22 2018, 5:08 PM · Cantor

Aug 14 2018

filipesaraiva added a revision to T9108: Add support for markdown: D14738: Add the markdown entry.
Aug 14 2018, 10:12 AM · Cantor
filipesaraiva assigned T9108: Add support for markdown to kqwyf.

Review in progress at D14738.

Aug 14 2018, 9:35 AM · Cantor
filipesaraiva moved T9108: Add support for markdown from Backlog to Work in Progress on the Cantor board.
Aug 14 2018, 9:34 AM · Cantor
filipesaraiva abandoned D14780: Fix Julia backend build for Julia minor version > 5.

@filipesaraiva, after 90b001d1b01556cc5d5b60791e9b43e6dfcff0b4, do you still have build errors?

Aug 14 2018, 9:30 AM · Cantor, KDE Edu

Aug 13 2018

sirgienko added a comment to D14780: Fix Julia backend build for Julia minor version > 5.

@filipesaraiva, after 90b001d1b01556cc5d5b60791e9b43e6dfcff0b4, do you still have build errors?

Aug 13 2018, 4:53 PM · Cantor, KDE Edu
sirgienko added a comment to D14780: Fix Julia backend build for Julia minor version > 5.

There is no jl_string_ptr in Julia 0.4.7. Are you using older includes with newer libraries?

Maybe it is a very old piece of code. I am using 0.6.4 version. Before my change, the code was using jl_string_ptr if minor version > 5, but this function doesn't exist for that version. Which version are you using?

Aug 13 2018, 4:37 PM · Cantor, KDE Edu
filipesaraiva added a comment to D14780: Fix Julia backend build for Julia minor version > 5.

There is no jl_string_ptr in Julia 0.4.7. Are you using older includes with newer libraries?

Aug 13 2018, 10:11 AM · Cantor, KDE Edu
asemke added a comment to D14780: Fix Julia backend build for Julia minor version > 5.

There is no jl_string_ptr in Julia 0.4.7. Are you using older includes with newer libraries?

Aug 13 2018, 9:51 AM · Cantor, KDE Edu
filipesaraiva added a reviewer for D14780: Fix Julia backend build for Julia minor version > 5: sirgienko.
Aug 13 2018, 9:07 AM · Cantor, KDE Edu
filipesaraiva added a project to D14780: Fix Julia backend build for Julia minor version > 5: Cantor.
Aug 13 2018, 9:06 AM · Cantor, KDE Edu
asemke updated the task description for T9108: Add support for markdown.
Aug 13 2018, 8:33 AM · Cantor

Aug 11 2018

sirgienko closed D14680: Rewrite Python2 to dbus server.
Aug 11 2018, 7:53 PM · KDE Edu, Cantor
asemke accepted D14680: Rewrite Python2 to dbus server.
Aug 11 2018, 12:23 PM · KDE Edu, Cantor
sirgienko updated the diff for D14680: Rewrite Python2 to dbus server.

Add forgotten changes and fix build error

Aug 11 2018, 10:35 AM · KDE Edu, Cantor
asemke added a comment to D14680: Rewrite Python2 to dbus server.

@sirgienko can we completely get rid of Python3Session and Python2Session and use one single class PythonSession only? We can have PythonSession with an additional parameter for python version and depending on this parameter we'll start the proper python_server.

Aug 11 2018, 10:01 AM · KDE Edu, Cantor
asemke closed T4539: Extend formatting and highlighting possibilities in the cells as Resolved.
Aug 11 2018, 9:31 AM · Cantor

Aug 10 2018

filipesaraiva added a comment to D14680: Rewrite Python2 to dbus server.

Hi @filipesaraiva, in this moment Python 3 use dbus for communication with server. And Python 2 don't use server, so we have bug 363606. In this commit I apply python server code from Python 3 also for Python 2. In future we plan remove dbus code and use QProcess (or KProcess) for this.

Aug 10 2018, 8:06 PM · KDE Edu, Cantor
sirgienko added a comment to D14680: Rewrite Python2 to dbus server.

Hi @sirgienko, what about the support for this backend in other OS? In past we throught about drop dbus because it is unfortunately not supported in Windows and OS X.

Aug 10 2018, 7:56 PM · KDE Edu, Cantor
filipesaraiva added a comment to D14680: Rewrite Python2 to dbus server.

Hi @sirgienko, what about the support for this backend in other OS? In past we throught about drop dbus because it is unfortunately not supported in Windows and OS X.

Aug 10 2018, 7:47 PM · KDE Edu, Cantor
sirgienko updated the diff for D14680: Rewrite Python2 to dbus server.

Merge PythonDbusSession to PythonSession

Aug 10 2018, 5:30 PM · KDE Edu, Cantor

Aug 8 2018

asemke claimed T4539: Extend formatting and highlighting possibilities in the cells.
Aug 8 2018, 7:54 PM · Cantor

Aug 7 2018

sirgienko requested review of D14680: Rewrite Python2 to dbus server.
Aug 7 2018, 8:58 PM · KDE Edu, Cantor

Aug 6 2018

sirgienko closed T4540: Adding new expressions with the mouse cursor as Resolved.

Merge work branch realise-T4540 in master

Aug 6 2018, 8:41 PM · Cantor

Jul 21 2018

sirgienko closed D14132: Improve Julia login time.
Jul 21 2018, 6:43 PM · Cantor, KDE Edu
asemke accepted D14132: Improve Julia login time.
Jul 21 2018, 6:00 PM · Cantor, KDE Edu
sirgienko updated the diff for D14132: Improve Julia login time.

Add compatibility for julia 0.4.7

Jul 21 2018, 2:02 PM · Cantor, KDE Edu
asemke added a comment to D14132: Improve Julia login time.

This doesn't compile with julia 0.4.7

Jul 21 2018, 7:29 AM · Cantor, KDE Edu

Jul 18 2018

kqwyf removed a watcher for Cantor: kqwyf.
Jul 18 2018, 11:58 PM

Jul 16 2018

sirgienko updated the diff for D14132: Improve Julia login time.

Add @asemke suggesteons.

Jul 16 2018, 3:39 PM · Cantor, KDE Edu
kqwyf added a watcher for Cantor: kqwyf.
Jul 16 2018, 10:40 AM
asemke added inline comments to D14132: Improve Julia login time.
Jul 16 2018, 6:30 AM · Cantor, KDE Edu

Jul 15 2018

sirgienko requested review of D14132: Improve Julia login time.
Jul 15 2018, 12:11 PM · Cantor, KDE Edu

Jul 8 2018

sirgienko closed T7963: Merge qprocess_port branch to master as Invalid.

Close as outdated without merging.

Jul 8 2018, 5:08 PM · Cantor
sirgienko closed T1028: Fix R backend as Resolved.
Jul 8 2018, 4:54 PM · Cantor

Jul 7 2018

sirgienko closed D13890: Add variable manager and fix some unicode errors for R backend.
Jul 7 2018, 6:55 PM · KDE Edu, Cantor
asemke accepted D13890: Add variable manager and fix some unicode errors for R backend.
Jul 7 2018, 4:24 PM · KDE Edu, Cantor
sirgienko updated the diff for D13890: Add variable manager and fix some unicode errors for R backend.

Update

Jul 7 2018, 8:24 AM · KDE Edu, Cantor
asemke added inline comments to D13890: Add variable manager and fix some unicode errors for R backend.
Jul 7 2018, 6:05 AM · KDE Edu, Cantor

Jul 4 2018

sirgienko updated the task description for T9024: Improve Cantor worksheet in terms of usability.
Jul 4 2018, 8:50 PM · Cantor
asemke claimed T5382: Port worksheet syntax highlighting to KSyntaxHighlighting.
Jul 4 2018, 8:29 PM · Cantor
sirgienko requested review of D13890: Add variable manager and fix some unicode errors for R backend.
Jul 4 2018, 8:16 PM · KDE Edu, Cantor

Jul 2 2018

sirgienko closed D13688: Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet.
Jul 2 2018, 7:34 PM · KDE Edu, Cantor
asemke accepted D13688: Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet.
Jul 2 2018, 7:31 PM · KDE Edu, Cantor
sirgienko updated the diff for D13688: Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet.

Update

Jul 2 2018, 7:05 PM · KDE Edu, Cantor
asemke added inline comments to D13688: Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet.
Jul 2 2018, 10:04 AM · KDE Edu, Cantor
sirgienko added inline comments to D13688: Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet.
Jul 2 2018, 7:17 AM · KDE Edu, Cantor
asemke added inline comments to D13688: Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet.
Jul 2 2018, 5:49 AM · KDE Edu, Cantor

Jul 1 2018

sirgienko updated the diff for D13688: Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet.

Change store code

Jul 1 2018, 9:17 PM · KDE Edu, Cantor
asemke added a comment to D13688: Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet.

This code works, but there are two problems

  1. I can't save, what right tab was choosen before user changes worksheet
  2. This code not good integrate in existing code @asemke, I hope, you could help with second problem.
Jul 1 2018, 7:38 PM · KDE Edu, Cantor

Jun 30 2018

sirgienko triaged T9109: Add common code editors's features in command entry as Normal priority.
Jun 30 2018, 10:00 AM · Cantor
sirgienko added a comment to T1028: Fix R backend.

Hi, @filipesaraiva, currect master branch have all this features (there are some bugs, but not critical, I think we fix it coming soon).
So, I think, this task is done.
We still use dbus in R backend, but we can changes it later.
So, I will close this task as done on 7 July, if you don't reply until this date.

Jun 30 2018, 9:40 AM · Cantor
sirgienko added a comment to T7963: Merge qprocess_port branch to master.

Hi, @filipesaraiva, @rishabhg, as I see qprocess_port branch isn't finished and was in a worse state than currect master branch.
On master branch we have working plots and correct highlighting and I see, that qprocess_port haven't these features, so merging qprocess_port with master will be regression.
That more important, last commit in this branch was 14 Feb 2018, so, as I see, developing on this branch stopped.
So, I will close this task as outdated on 7 July, if you don't reply until this date.

Jun 30 2018, 9:28 AM · Cantor
asemke created T9108: Add support for markdown.
Jun 30 2018, 8:05 AM · Cantor
asemke triaged T9107: Add the possibility to convert the cells from one type to another. as Normal priority.
Jun 30 2018, 7:55 AM · Cantor
asemke triaged T9106: Load and save projects in Jupiter notebook format as High priority.
Jun 30 2018, 7:51 AM · Cantor

Jun 27 2018

lbeltrame added inline comments to D13675: Fix sage backend for Sage 8.1 and 8.2.
Jun 27 2018, 9:13 PM · KDE Edu, Cantor
sirgienko added inline comments to D13675: Fix sage backend for Sage 8.1 and 8.2.
Jun 27 2018, 3:42 PM · KDE Edu, Cantor
lbeltrame added inline comments to D13675: Fix sage backend for Sage 8.1 and 8.2.
Jun 27 2018, 3:40 PM · KDE Edu, Cantor
sirgienko added inline comments to D13675: Fix sage backend for Sage 8.1 and 8.2.
Jun 27 2018, 3:33 PM · KDE Edu, Cantor
sirgienko added inline comments to D13675: Fix sage backend for Sage 8.1 and 8.2.
Jun 27 2018, 3:20 PM · KDE Edu, Cantor
lbeltrame added inline comments to D13675: Fix sage backend for Sage 8.1 and 8.2.
Jun 27 2018, 9:05 AM · KDE Edu, Cantor

Jun 23 2018

sirgienko closed D13675: Fix sage backend for Sage 8.1 and 8.2.
Jun 23 2018, 8:31 AM · KDE Edu, Cantor
sirgienko added a comment to D13688: Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet.

This code works, but there are two problems

  1. I can't save, what right tab was choosen before user changes worksheet
  2. This code not good integrate in existing code

@asemke, I hope, you could help with second problem.

Jun 23 2018, 8:29 AM · KDE Edu, Cantor
sirgienko requested review of D13688: Store visibility of right panels ("Variables", "Help", etc) separately for each worksheet.
Jun 23 2018, 8:26 AM · KDE Edu, Cantor
asemke accepted D13675: Fix sage backend for Sage 8.1 and 8.2.
Jun 23 2018, 7:47 AM · KDE Edu, Cantor
sirgienko updated the diff for D13675: Fix sage backend for Sage 8.1 and 8.2.

Update comments

Jun 23 2018, 7:36 AM · KDE Edu, Cantor
sirgienko updated the diff for D13675: Fix sage backend for Sage 8.1 and 8.2.

Update error message

Jun 23 2018, 7:16 AM · KDE Edu, Cantor
sirgienko updated the diff for D13675: Fix sage backend for Sage 8.1 and 8.2.

Set versions 8.1 and 8.2 as recommends

Jun 23 2018, 7:13 AM · KDE Edu, Cantor

Jun 22 2018

sirgienko requested review of D13675: Fix sage backend for Sage 8.1 and 8.2.
Jun 22 2018, 9:35 AM · KDE Edu, Cantor

Jun 21 2018

filipesaraiva added a comment to T9024: Improve Cantor worksheet in terms of usability.

Hello @sirgienko and @asemke, thank you for all your work in order to improve Cantor. I am following the commits and reviews, please keep the good work and go ahead!

Jun 21 2018, 1:23 PM · Cantor

Jun 17 2018

sirgienko updated the task description for T9024: Improve Cantor worksheet in terms of usability.
Jun 17 2018, 7:38 PM · Cantor
sirgienko added a comment to T3872: Create unit tests for each backend.

After D13550(54f93b4b949e6b8e8222776f4681eb4bba3aa147) we can use Cantor without specify QT_PLUGIN_PATH.
But for tests it's not true, so for running tests we need use QT_PLUGIN_PATH.

Jun 17 2018, 12:14 PM · Cantor

Jun 16 2018

sirgienko updated the task description for T9024: Improve Cantor worksheet in terms of usability.
Jun 16 2018, 4:36 PM · Cantor
asemke updated the task description for T9024: Improve Cantor worksheet in terms of usability.
Jun 16 2018, 4:26 PM · Cantor
sirgienko closed D13563: Save and load latex entries render results into cws.
Jun 16 2018, 4:22 PM · KDE Edu, Cantor
asemke accepted D13563: Save and load latex entries render results into cws.
Jun 16 2018, 4:18 PM · KDE Edu, Cantor
sirgienko added inline comments to D13563: Save and load latex entries render results into cws.
Jun 16 2018, 12:44 PM · KDE Edu, Cantor
sirgienko updated the diff for D13563: Save and load latex entries render results into cws.

Add logic for situation, when tempory file don't exist

Jun 16 2018, 12:42 PM · KDE Edu, Cantor
asemke added inline comments to D13563: Save and load latex entries render results into cws.
Jun 16 2018, 10:01 AM · KDE Edu, Cantor

Jun 15 2018

sirgienko updated the diff for D13563: Save and load latex entries render results into cws.

Add const

Jun 15 2018, 9:24 PM · KDE Edu, Cantor
sirgienko requested review of D13563: Save and load latex entries render results into cws.
Jun 15 2018, 9:20 PM · KDE Edu, Cantor
sirgienko created T9024: Improve Cantor worksheet in terms of usability.
Jun 15 2018, 7:46 PM · Cantor
sirgienko closed D13550: Remove the need to configure QT_PLUGIN_PATH before running Cantor.
Jun 15 2018, 5:07 PM · KDE Edu, Cantor
asemke accepted D13550: Remove the need to configure QT_PLUGIN_PATH before running Cantor.
Jun 15 2018, 5:04 PM · KDE Edu, Cantor
sirgienko updated the diff for D13550: Remove the need to configure QT_PLUGIN_PATH before running Cantor.

Fix comment messages

Jun 15 2018, 12:16 PM · KDE Edu, Cantor
sirgienko updated the diff for D13550: Remove the need to configure QT_PLUGIN_PATH before running Cantor.

Move code from backend.cpp to main.cpp: it guaranteeses, that plugin path will be modified before using

Jun 15 2018, 11:27 AM · KDE Edu, Cantor

Jun 14 2018

sirgienko added a comment to D13550: Remove the need to configure QT_PLUGIN_PATH before running Cantor.

I have tested this changes with installation path, which contains utf8 symbols (I have used japan language). Also I checked installation in user directory (without sudo)
As I see, all works fine, but Cantor don't install correctly, if path to install is set: we loose Qalculate icon and buttons like "Worksheet evaluate", "Interapt Calculation", etc.
I think, I fix it soon.

Jun 14 2018, 10:04 PM · KDE Edu, Cantor
sirgienko requested review of D13550: Remove the need to configure QT_PLUGIN_PATH before running Cantor.
Jun 14 2018, 9:56 PM · KDE Edu, Cantor

Jun 4 2018

sirgienko closed D13341: Fix bug with file.show in R backend.
Jun 4 2018, 9:07 PM · Cantor, KDE Edu