Plasma/GSoC/2012: Difference between revisions

From KDE Community Wiki
< Plasma‎ | GSoC
Line 3: Line 3:
'''Problem 1'''
'''Problem 1'''


Right now plasmate doesn't support all the debugging tools which we offer. Those debugging
Plasmate's editor doesn't support actions.(Like undo/redo,etc)
tools live under kde-workspace/plasma/generic/tools.


'''Solution 1'''
'''Solution 1'''


* Move all the debugging tools from kde-workspace/plasma/generic/tools and kde-runtime/plasma/tools into plasmate's repository(maybe we should rename the repository to Plasma SDK)
Make plasmate support those.


* make plasmate use those tools.
'''Expected time: approximately 1 week'''
 
'''Priority:1'''
 
our debugging tools will still live as standalone applications and also us plasmate's plugins.
Some of our devs doesn't like plasmate and we shouldn't force them to use it. So having
our debugging tools both as standalone application and as plasmate's plugins solves the issue.
Regarding the build system I can add the debugging tools and plasmate as option in order not to
force some developer to build the entire repository.
 
'''Expected time: Approximately one week'''
 
'''Priority: this is the last one(7)'''


===Task 2===
===Task 2===
'''Problem 2'''
'''Problem 2'''


Plasmate and plasmoidviewer have duplicate code.  Also plasma-previewer(the plasmate's code
There is no way to install remotely a plasmoid package
for plasmoid debugging) is more modular than the plasmoidviewer's code.
Plasma-previewer is more modular but plasmoidviewer has more features than the plasma-previewer.


'''Solution 2'''
'''Solution2'''


Replace plasma-previewer's code with plasmoidviewer's and make plasmoidviewer's code more modular
Create a remote installer, so that you can push a button which copies
in order to be reused by plasmate.
your plasmoid package onto a device running Plasma (Active) and runs it, so
Also a side note here
you can try it on a touch screen. That could be done with scp, for example.
both plasma components for desktop and for active live with the same names. So in order to use the
plasma components for active the developer has to change an environment variable. Plasmoidviewer
should provide an option for that (I will add this option).


'''Expected time: Approximately one week'''
'''Expected time: 2/3 weeks'''


'''Priority: pre-last one(6)'''
'''Priority: 2'''


===Task 3===
===Task 3===
'''Problem 3'''
'''Problem 3'''


There is no plasma tool for us to open our svg images add see the available layers.
If the user is using plasmate there is no way to see the output of print/console.log
Since we want to offer a nice sdk our users should be able to browse our svgs easier.


'''Solution 3'''
'''Solution3'''


Sreich's svgviewer solves the half of the problem(thank you Sreich) the other half(there is no way to
Add a console in plasmate which will contain the output from the debugger like
see the available layers of each svg). I will implement this option.
plasmoidviewer.


'''Expected time: approximately one week'''
'''Expected time: 2 weeks'''


'''Priority:5'''
'''Priority:3'''


===Task 4===
===Task 4===
Line 75: Line 58:
'''Problem 5'''
'''Problem 5'''


Plasmate's editor doesn't support actions.(Like undo/redo,etc)
There is no plasma tool for us to open our svg images add see the available layers.
Since we want to offer a nice sdk our users should be able to browse our svgs easier.


'''Solution 5'''
'''Solution 5'''


Make plasmate support those.
Sreich's svgviewer solves the half of the problem(thank you Sreich) the other half(there is no way to
see the available layers of each svg). I will implement this option.


'''Expected time: approximately 1 week'''
'''Expected time: approximately one week'''


'''Priority: 1'''
'''Priority:5'''


===Task 6===
===Task 6===
'''Problem 6'''
'''Problem 6'''


There is no way to install remotely a plasmoid package
Plasmate and plasmoidviewer have duplicate code.  Also plasma-previewer(the plasmate's code
for plasmoid debugging) is more modular than the plasmoidviewer's code.
Plasma-previewer is more modular but plasmoidviewer has more features than the plasma-previewer.


'''Solution6'''
'''Solution 6'''


Create a remote installer, so that you can push a button which copies
Replace plasma-previewer's code with plasmoidviewer's and make plasmoidviewer's code more modular
your plasmoid package onto a device running Plasma (Active) and runs it, so
in order to be reused by plasmate.
you can try it on a touch screen. That could be done with scp, for example.
Also a side note here
both plasma components for desktop and for active live with the same names. So in order to use the
plasma components for active the developer has to change an environment variable. Plasmoidviewer
should provide an option for that (I will add this option).


'''Expected time: 2/3 weeks'''
'''Expected time: Approximately one week'''


'''Priority: 2'''
'''Priority: pre-last one(6)'''


===Task 7===
===Task 7===
'''Problem 7'''
'''Problem 7'''


If the user is using plasmate there is no way to see the output of print/console.log
Right now plasmate doesn't support all the debugging tools which we offer. Those debugging
tools live under kde-workspace/plasma/generic/tools.
 
'''Solution 7'''
 
* Move all the debugging tools from kde-workspace/plasma/generic/tools and kde-runtime/plasma/tools into plasmate's repository(maybe we should rename the repository to Plasma SDK)
 
* make plasmate use those tools.


'''Solution7'''


Add a console in plasmate which will contain the output from the debugger like
our debugging tools will still live as standalone applications and also us plasmate's plugins.
plasmoidviewer.
Some of our devs doesn't like plasmate and we shouldn't force them to use it. So having
our debugging tools both as standalone application and as plasmate's plugins solves the issue.
Regarding the build system I can add the debugging tools and plasmate as option in order not to
force some developer to build the entire repository.  


'''Expected time: 2 weeks'''
'''Expected time: Approximately one week'''


'''Priority:3'''
'''Priority: this is the last one(7)'''

Revision as of 16:11, 15 March 2012

Plasmate

Task 1

Problem 1

Plasmate's editor doesn't support actions.(Like undo/redo,etc)

Solution 1

Make plasmate support those.

Expected time: approximately 1 week Priority:1

Task 2

Problem 2

There is no way to install remotely a plasmoid package

Solution2

Create a remote installer, so that you can push a button which copies your plasmoid package onto a device running Plasma (Active) and runs it, so you can try it on a touch screen. That could be done with scp, for example.

Expected time: 2/3 weeks

Priority: 2

Task 3

Problem 3

If the user is using plasmate there is no way to see the output of print/console.log

Solution3

Add a console in plasmate which will contain the output from the debugger like plasmoidviewer.

Expected time: 2 weeks

Priority:3

Task 4

Problem 4

KConfigXT editor isn't finished. There is still some code which has to be written.

Solution 4

Finish the KConfigXT editor and also make it available as a standalone application. All of our debugging tools shouldn't force our developers to use plasmate.

Expected time: approximately 2/3 weeks

Priority:4

Task 5

Problem 5

There is no plasma tool for us to open our svg images add see the available layers. Since we want to offer a nice sdk our users should be able to browse our svgs easier.

Solution 5

Sreich's svgviewer solves the half of the problem(thank you Sreich) the other half(there is no way to see the available layers of each svg). I will implement this option.

Expected time: approximately one week

Priority:5

Task 6

Problem 6

Plasmate and plasmoidviewer have duplicate code. Also plasma-previewer(the plasmate's code for plasmoid debugging) is more modular than the plasmoidviewer's code. Plasma-previewer is more modular but plasmoidviewer has more features than the plasma-previewer.

Solution 6

Replace plasma-previewer's code with plasmoidviewer's and make plasmoidviewer's code more modular in order to be reused by plasmate. Also a side note here both plasma components for desktop and for active live with the same names. So in order to use the plasma components for active the developer has to change an environment variable. Plasmoidviewer should provide an option for that (I will add this option).

Expected time: Approximately one week

Priority: pre-last one(6)

Task 7

Problem 7

Right now plasmate doesn't support all the debugging tools which we offer. Those debugging tools live under kde-workspace/plasma/generic/tools.

Solution 7

  • Move all the debugging tools from kde-workspace/plasma/generic/tools and kde-runtime/plasma/tools into plasmate's repository(maybe we should rename the repository to Plasma SDK)
  • make plasmate use those tools.


our debugging tools will still live as standalone applications and also us plasmate's plugins. Some of our devs doesn't like plasmate and we shouldn't force them to use it. So having our debugging tools both as standalone application and as plasmate's plugins solves the issue. Regarding the build system I can add the debugging tools and plasmate as option in order not to force some developer to build the entire repository.

Expected time: Approximately one week

Priority: this is the last one(7)