GSoC 2012 Ideas: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
mNo edit summary
(delete "Inline frame cannot be selected nor edited" since it is work in progress in Scribus 1.5)
Line 10: Line 10:


Here are some of these :
Here are some of these :
* Correct width for masterpage import dialog (http://bugs.scribus.net/view.php?id=10263)
* Improve "pre press" pane in print options (http://bugs.scribus.net/view.php?id=10581).
* Improve "pre press" pane in print options (http://bugs.scribus.net/view.php?id=10581).
* Keep insertion mode active after inserting glyph so as to keep the typing flow (http://bugs.scribus.net/view.php?id=10584)


* Correct "modified flag" after changing "export to PDF" options (http://bugs.scribus.net/view.php?id=10582)
* Correct "modified flag" after changing "export to PDF" options (http://bugs.scribus.net/view.php?id=10582)


* Copy "Locked state" of objects in multiple copy action (http://bugs.scribus.net/view.php?id=10468)
* Copy "Locked state" of objects in multiple copy action (http://bugs.scribus.net/view.php?id=10468)
* Keep insertion mode active after inserting glyph so as to keep the typing flow (http://bugs.scribus.net/view.php?id=10584)


* Keep horizontal scroll bar (http://bugs.scribus.net/view.php?id=10213)
* Keep horizontal scroll bar (http://bugs.scribus.net/view.php?id=10213)
Line 37: Line 40:


* Selection and page move (http://bugs.scribus.net/view.php?id=10432)
* Selection and page move (http://bugs.scribus.net/view.php?id=10432)
* Correct width for masterpage import dialog (http://bugs.scribus.net/view.php?id=10263)


* Display of different spaces ( http://bugs.scribus.net/view.php?id=10301 and http://bugs.scribus.net/view.php?id=10280)
* Display of different spaces ( http://bugs.scribus.net/view.php?id=10301 and http://bugs.scribus.net/view.php?id=10280)
Line 49: Line 50:


* Place of "points" pane in PP for grouped objects ( http://bugs.scribus.net/view.php?id=10225 )
* Place of "points" pane in PP for grouped objects ( http://bugs.scribus.net/view.php?id=10225 )
* Inline frame cannot be selected nor edited ( http://bugs.scribus.net/view.php?id=10215 )


* Improve search : option to extand the search scope to the whole document, 3-state style filters, ...
* Improve search : option to extand the search scope to the whole document, 3-state style filters, ...
Line 63: Line 62:


There are probably a lot more of these little bugs and probably easy new possible features : please add the one you know or think of, specifically when related to usability and user friendliness.
There are probably a lot more of these little bugs and probably easy new possible features : please add the one you know or think of, specifically when related to usability and user friendliness.
Some of these points relating with masterpage dialogs might be coordinated with the following GSOC project idea about "project management".


==#2 - Project manager ==
==#2 - Project manager ==

Revision as of 23:59, 1 March 2012

Minimum Requirements * C++ * Scribus uses the Qt toolkit, so knowledge of it would be of significant advantage, but could be learnt. STL is not used much. * Python if you want to do any major scripting work * Visit GSoC_2012_Student_Requirements for others * Further questions can be posed to the team, please review GSoC_2012_Contact_Information. List ideas for prospective Google Summer of Code 2012 projects here... scribus-dev mailling list

Project ideas

#1 - Improve general usability and get rid of little bugs

The aim of this project would be to improve general Scribus usability and userfriendliness by tackling little possible improvements, improving curious behaviour or curing little bugs.

The bug tracker records enough such bugs and feature requests that AFAICT look easier to solve.

Here are some of these :

  • Improve search : option to extand the search scope to the whole document, 3-state style filters, ...
  • Add "vertical space before/after paragraph" input in the PP
  • last but not least, a specific time could be dedicated to improve undo, since undo is perfect for basic edit but still very hasardous for not so easy edits (see http://bugs.scribus.net/view.php?id=5745 metabug for a list of some undo related bugs)

Some of these might be more difficult than forthought : if you feel this is the case, please explain it, or take the request out of the list.

There are probably a lot more of these little bugs and probably easy new possible features : please add the one you know or think of, specifically when related to usability and user friendliness.

Some of these points relating with masterpage dialogs might be coordinated with the following GSOC project idea about "project management".

#2 - Project manager

A project manager enables to manage multiple file parts of a single large book or set of documents, sharing common attributes : masterpages, styles,...

The GSOC Project aims to define and implement a basic project manager that would enable to

  • define the scope of a project (list of files)
  • define shared objects : mainly styles and masterpages
  • synchronise the files using the most recent version of shared files
  • print or generate updated PDFs for whole project
  • optionnaly if time left : synchronise page numbers, indexes and other datas accross files of the project

#3 - TBD