Category:Project: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
Line 81: Line 81:
* It should be possible to select a guide without moving it (the mouse movement should be big enough to start moving the guide)
* It should be possible to select a guide without moving it (the mouse movement should be big enough to start moving the guide)
* Selecting a guide on canvas should select it in the manager, too
* Selecting a guide on canvas should select it in the manager, too
* [[zoom_and_fit_(project)|"Automatic" resizing / centering the view]]


= Palettes, Windows and Dialogs=
= Palettes, Windows and Dialogs=

Revision as of 16:57, 16 October 2011

This is a early work in progress.

We will try to list here, projects which have been defined for Scribus.

We are defining a template (a structure) for the Project descriptions.

Ping Ale, if you want to know more about it.

(Requirement document?)

Here a reference on how to create a template for mediawiki:
http://www.mediawiki.org/wiki/Help:Templates

  • create a priority tag...
17:06 < avox> prokoudine: get scripter2 working, reimplement StoryEditor as XML editor, improve UI (in 
              progress), new text engine (in progress), rework fonthandling to include lint from fontforge, 
              refactor ScPainter interface, new file format, more code documentation 
17:08 < avox> once the new text system is in place: tables (in progress), footnotes, index & TOC, database 
              connectivity, ...
17:11 < avox> also implement objects styles and generalize image effects to other object types

17:13 < avox> then there's community management, website improvement (in progress) and bug hunting

17:09 < avox> ScPainter is the interface which handles all rendering in Scribus. There's one implementation
for cairo and one for Qt4, and a few more on the windows platform. We need also
implementations for PS, PDF and SVG
17:10 < avox> I'm working on the PDF implementation, that could be a good template for PS and SVG
17:22 < prokoudine> that sounds a bit like reinventing Cairo to be, tbh
17:22 < prokoudine> to me
17:22 < prokoudine> which already has PS, PDf and SVG back-ends
17:22 < prokoudine> well, surfaces
17:22 < avox> for CMYK and tagged PDF?
17:23 < prokoudine> not that
17:23 < prokoudine> but IMO it's way better to fix Cairo
17:23 < prokoudine> that would help inkscape too

Dunno how this talk ended here, so just to clarify: the stuff I mentioned aren't good examples for GSoC projects --avox 19:37, 6 March 2011 (CET)

Core features

Tools

Content

Canvas

  • Option to select by touching objects (instead of fully including them in the rectangular area: how is it called? #5657)
  • Work on the resolution / sensibility of mouse / tablet movements
  • New cursors (always arrow on top, tool/action below)
  • Guides look strange, with an irregular dotting pattern. They should be solid.
  • The lines (edges) around selected items look too thick. Couldn't they be a little thinner? on the other side frame border can't be seen when they touch a guide
  • Panning with space bar should work like in inkscape
  • It should be possible to select a guide without moving it (the mouse movement should be big enough to start moving the guide)
  • Selecting a guide on canvas should select it in the manager, too
  • "Automatic" resizing / centering the view

Palettes, Windows and Dialogs

Varia

  • Option to set ctrl+p to "print" or "export to PDF"
  • When loading an image in a non empty image frame, the current offset and scaling should be kept (test it with a high/low res version of the same picture)

File formats

Scripting

Notes

pygmee:

i was planning to propose to my students to work on some of our projects. So
the question is :

- what is really on the way or not ?
- what can be done in python (they have some really basic knowledge in C,
and i guess nothing can be done in our timeframe unless in python)
- any other simple idea to implement ? i rather make them work on several
little projects than on a huge (it can be on the PP or any window redesign
too)

I'm actually not sure but it might happen from March to mid-april.
Actually, i don't know their programming level because i was not their
teacher for that, but as they did more than 120 hours actually, they must
have enough knowledge to do some things.