1.3.x Roadmap: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
(Archived)
 
(242 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Archive}}
=== The Scribus 1.3.x Roadmap ===
=== The Scribus 1.3.x Roadmap ===


Roadmap preamble. This document forms the basis of our work on Scribus 1.3.x/1.4. As you will see, some of the work has been done already. This document will change over time based on the possibilities to achieve these goals in the versions set out below. There is a [[1.3.x Roadmap Extras]] document which accompanies this one that lists the outstanding bugs or feature requests from the 1.1.x/1.2 series that we aim to fix in the 1.3.x development series. Please place your comments and suggestions on the [[Roadmap Suggestions]] page.
This document forms the basis of our work on Scribus 1.3.x/1.4. As you will see, some of the work has been done already. This document will change over time based on the possibilities to achieve these goals in the versions set out below. There is a [[1.3.x Roadmap Extras]] document which accompanies this one that lists the outstanding bugs or feature requests from the 1.1.x/1.2 series that we aim to fix in the 1.3.x development series. Please place your comments and suggestions on the [[Roadmap Suggestions]] page. The best way to ensure your feature requests are seen by the development team is to file a [http://bugs.scribus.net bug] and use <b>severity</b> of "feature". Screenshots or mock-ups are very helpful. Before filing please search to avoid duplicates.


=== 1.3.0 ===
=== 1.3.0 ===
* Give access to the Scribus and document preferences at the same time so they are clearly separated. - DONE
* Give access to the Scribus and document preferences at the same time so they are clearly separated. - DONE
* File verifier to test file properties for print readiness - DONE
* File verifier to test file properties for print readiness - DONE
Line 17: Line 19:
* Arrowhead ability on lines - DONE
* Arrowhead ability on lines - DONE
* Basic undo/redo framework - DONE for 1.3.0  
* Basic undo/redo framework - DONE for 1.3.0  
* [http://bugs.scribus.net/view.php?id=633 633]!  Drop caps not reaching to the top, and other issues  - DONE
* Undo/Redo rewrite with actions based steps like Gimp has, down to level of per character in text frames, node edits, etc. See [http://bugs.scribus.net/bug_view_advanced_page.php?bug_id=0000023 bug 23] for 1.3.0  
* Undo/Redo rewrite with actions based steps like Gimp has, down to level of per character in text frames, node edits, etc. See [http://bugs.scribus.net/bug_view_advanced_page.php?bug_id=0000023 bug 23] for 1.3.0  
* Start separating GUI code from internal structures and the canvas - DONE for 1.3.0  
* Start separating GUI code from internal structures and the canvas - DONE for 1.3.0  
Line 30: Line 33:
* Ability to change GUI language on the fly [http://bugs.scribus.net/view.php?id=1175 #1175] - DONE
* Ability to change GUI language on the fly [http://bugs.scribus.net/view.php?id=1175 #1175] - DONE
* Write a new align/distribute palette - DONE
* Write a new align/distribute palette - DONE
* Implement a color eyedropper - DONE
* Implement a color eyedropper - [http://bugs.scribus.net/view.php?id=1602 1602] insert a color picker to pick colors from pictures etc - DONE
 
* Make Story Editor non modal giving easier access to editing text - DONE
* Make Story Editor non modal giving easier access to editing text - DONE
* Initial native release on Mac OSX - DONE
* Initial native release on Mac OSX - DONE
Line 38: Line 42:
* Preflight tool to verify file correctness for printing/exporting with profiles for various export/print options. - DONE  
* Preflight tool to verify file correctness for printing/exporting with profiles for various export/print options. - DONE  
* Ability to have different margins on each page - DONE
* Ability to have different margins on each page - DONE
* [http://bugs.scribus.net/view.php?id=237 237] Enable Toggling low-res / high - res display of picture on the canvas - DONE
* [http://bugs.scribus.net/view.php?id=1033 1033]?  TIFF not found in non-US path - DONE
* [http://bugs.scribus.net/view.php?id=651 651]  Enhancements to the Help Browser - DONE
* [http://bugs.scribus.net/view.php?id=1534 1534] PATCH: Informative user feedback when PDF/X3 and colour management - DONE
* [http://bugs.scribus.net/view.php?id=1552 1552] Smallest word in Hyphenator Settings falls short by one letter - DONE
* [http://bugs.scribus.net/view.php?id=1558 1558]  Item > Distribue/Align, should be ever present and a toolbar - DONE
* [http://bugs.scribus.net/view.php?id=1572 1572] Text flows around frame does not work correct in page templates - DONE
* [http://bugs.scribus.net/view.php?id=1574 1574] Story Editor: Deleting words with CTRL+Backspace/CTRL+DEL - DONE
* [http://bugs.scribus.net/view.php?id=1595 1595] insert page number- Menu Item - DONE
* [http://bugs.scribus.net/view.php?id=1594 1594] inserting a page number, by the documented cntrl + # , does not work - DONE
* [http://bugs.scribus.net/view.php?id=1633 1633]-assigned plugins manager - DONE
* [http://bugs.scribus.net/view.php?id=1681 1681] - setBookmarks in scripter - DONE
* [http://bugs.scribus.net/view.php?id=1730 1730] - Distribute/Align doesn't correctly distribute space - DONE
* [http://bugs.scribus.net/view.php?id=1674 1674] - assigned - DONE
* [http://bugs.scribus.net/view.php?id=1670 1670] multipled tab spaces in story editor are ignored in text-frame - DONE
* [http://bugs.scribus.net/view.php?id=1661 1661] Selecting multiple paras and changing style only affects one para - DONE
* [http://bugs.scribus.net/view.php?id=1677 1677] Change "Kerning" to "Tracking" in UI to more accurately reflect function - DONE


=== 1.3.1 ===
=== 1.3.1 ===
* Start to break up pageitem.cpp into multiple classes, partly based on previous test work - IN PROGRESS FROM 1.3.0
* Continue separating GUI code from internal structures and the canvas - IN PROGRESS FROM 1.3.0
* New file open and save dialog class to handle multiple file location options, eg local, NFS, kio, WebDAV. These would be used in import and export plugins, SLA open/save, get/save text functions. They would pass a stream pointer/filename etc to the resulting plugin for the operation. [http://bugs.scribus.net/view.php?id=1693 #1693]
* Add margin 'skipping' support for facing pages
* Code cleanup - IN PROGRESS FROM 1.3.0
* Tweak linked frame markers for size and colour - DONE
* Continue to rename all variables to English ones (partly done) [http://bugs.scribus.net/view.php?id=1688 #1688] - IN PROGRESS FROM 1.3.0
* Set font picker, style picker, etc to display "<multiple>" rather than incorrect info
* New font selection capability based on gtfonts and Tsoots gettext code [http://bugs.scribus.net/view.php?id=1692 #1692] IN PROGRESS FROM 1.3.0
* Convert important structs (StVorL, etc) into proper classes with sensible defaults and set methods that sanity-check input [http://bugs.scribus.net/view.php?id=1703 #1703] IN PROGRESS FROM 1.3.0
* Move Load and Save functions into a "master/slave" plugin (like GetText is) to easily support loading of various formats (new, old, complete oo.o, etc). [http://bugs.scribus.net/view.php?id=1702 #1702]
* RGB profiled export for bubblejets (Note: CMYK for PDF-X/3 only!) [http://bugs.scribus.net/view.php?id=1697 #1697], 1271
* Enhance EPS importer to support raster graphics [http://bugs.scribus.net/view.php?id=1698 #1698]
* PDF-in-PDF embedding of placed PDFs on PDF export (works only in PDF-1.4 and above FS) [http://bugs.scribus.net/view.php?id=1699 #1699] see also [http://bugs.scribus.net/view.php?id=1179 #1179]
* Warning on missing fonts in placed/imported EPS/PDF files [http://bugs.scribus.net/view.php?id=1700 #1700]
* Option to print PostScript errors [http://bugs.scribus.net/view.php?id=1441 #1441]
* Responsiveness during long operations. Separate UI thread, progress bars? [http://bugs.scribus.net/view.php?id=722 #722], 726, 1036


* "Zoom to 100%"/"Zoom to default" button on 'mountain zoom' bar see also [http://bugs.scribus.net/view.php?id=315 #315]
* Rewrite the plugin API and implement an about system for plugins - DONE
* Release procedure documentation
* Implement a new startup dialog with more options for opening recent and existing documents - DONE
* Enhancements to Undo/Redo - IN PROGRESS FROM 1.3.0
* Some means of handling spot colours. GS 8.5x has loads of improvements there [http://bugs.scribus.net/view.php?id=2167 #2167] - DONE
* Fix the file dialog for [http://bugs.scribus.net/view.php?id=1913 #1913]
* [http://bugs.scribus.net/view.php?id=405 405] Drag rulers to measure things - DONE
* Enable knowing the GS version in About [http://bugs.scribus.net/view.php?id=2230 #2230]
* Enable knowing the GS version in About [http://bugs.scribus.net/view.php?id=2230 #2230] - DONE
* Add autoresizing of the canvas when a user drags an item to the edge - DONE
* Implement a page relative and absolute measurement mode for the rulers - DONE
* Convert Regular Pages to Master Pages [http://bugs.scribus.net/view.php?id=2523 2523] - DONE
* Enable changing pages to be a different page size and orientation [http://bugs.scribus.net/view.php?id=81 81]- DONE
* Implement page layout options for 1,2,3,4 pages wide for folding documents, - DONE
* [http://bugs.scribus.net/view.php?id=1099 1099]  Inline graphics - DONE
* [http://bugs.scribus.net/view.php?id=1358 1358]  Ability to apply a template to all odd (or even) pages to a range of pages in Page>Apply template - DONE
* [http://bugs.scribus.net/view.php?id=1223 1223] Make non-printable "characters" visible - DONE
* New font selection capability based on gtfonts and Tsoots gettext code [http://bugs.scribus.net/view.php?id=1692 #1692] - DONE
* [http://bugs.scribus.net/view.php?id=1488 1488] Being able to resize a straight line or change its angle from any end-points - DONE
* "Zoom to 100%" button on view status bar see also [http://bugs.scribus.net/view.php?id=315 #315] - DONE
* Include additional code, patches and fixes for Win32 and Mac OSX compatibility - DONE
* Work on CMYK images and profiles - DONE
* Enable embedded ICC Profiles for .jpg, .psd and .tif images in the PDF export - DONE
* Enable the use of the tiffsep device of Ghostscript 8.51 for Print Preview and enable plate preview - DONE
* Enable conversion of spot colours to process colours at export - DONE
* Implement a calendar wizard script - DONE
* Enable optional building with cairo rendering support instead of libart_lgpl - DONE
* Major internal work in: (DONE)
**Separating the base classes of Scribus (ScribusApp, PageItem, ScribusView, ScribusDoc)
**Separating GUI code from internal
**Cleaning code
**Variable renaming
**Run KDE code testing scripts and clean/fix as appropriate
**Conversion of various code and structures into own classes.
**Implement a preferences manager class and move code there as appropriate


=== 1.3.2 ===
=== 1.3.2 ===
* SVG Layer support [http://bugs.scribus.net/view.php?id=1700 #1700]
* New file format and DTD, 100% XML compliant [http://bugs.scribus.net/view.php?id=111 #111] assigned to malex
* New Colour Storage Format with various options eg, index, name, number, rgba, cmyk, spots, etc. See [[New Colours Format]] [http://bugs.scribus.net/view.php?id=379 #379] [http://bugs.scribus.net/view.php?id=716 #716]
* Enhancements to canvas (text frames show column markers, better frame control options)
* Enhance Qt pixmap image support (ie, the pixmap based formats Qt doesnt currently support) IN PROGRESS
* Move vector import to master/slave plugin format (EPS/SVG/etc)
* New Start-up Dialog for new users on launch. [http://bugs.scribus.net/view.php?id=1709 #1709]


* Implement environment based dialog button order [http://bugs.scribus.net/view.php?id=709 #709] - DONE
* Start to break up pageitem.cpp into multiple classes, partly based on previous test work - DONE FOR 1.3.2
* Continue separating GUI code from internal structures and the canvas - DONE FOR 1.3.2
* Code cleanup - DONE FOR 1.3.2
* Continue to rename all variables to English ones (partly done) [http://bugs.scribus.net/view.php?id=1688 #1688] - DONE FOR 1.3.2
* Convert important structs (StVorL, etc) into proper classes with sensible defaults and set methods that sanity-check input [http://bugs.scribus.net/view.php?id=1703 #1703] DONE FOR 1.3.2
* Tweak linked frame markers for size and colour [http://bugs.scribus.net/view.php?id=2702 #2702] - DONE
* Set font picker, style picker, etc to display "<multiple>" rather than incorrect info DONE FOR 1.3.2
* Move Load and Save functions into a "master/slave" plugin (like GetText is) to easily support loading of various formats (new, old, complete oo.o, etc). [http://bugs.scribus.net/view.php?id=1702 #1702] - DONE FOR 1.3.2[http://bugs.scribus.net/view.php?id=722 #722], 726, 1036 - DONE FOR 1.3.2
* Enhancements to Undo/Redo - DONE FOR 1.3.2
* Fix the file dialog for [http://bugs.scribus.net/view.php?id=1913 #1913] DONE
* Color Wheel [http://bugs.scribus.net/view.php?id=379 #379][http://bugs.scribus.net/view.php?id=716 #716] DONE
* Add EXIF support and use thumbnails in file dialog. DONE
* Section based page numbering [http://bugs.scribus.net/view.php?id=2778 #2778] - MOSTLY DONE
* Adjustable Font Size for Palette. [http://bugs.scribus.net/view.php?id=1083 #1083] DONE


=== 1.3.3 ===
=== 1.3.3 ===
* Non latin support [http://bugs.scribus.net/view.php?id=1547 #1547], [http://bugs.scribus.net/view.php?id=1079 #1079] IN PROGRESS
* OO Draw v2 document support [http://bugs.scribus.net/view.php?id=3218 #3218] - DONE, TESTING
* Support for OpenType alternate glyphs [http://bugs.scribus.net/view.php?id=1413 #1413]
* Add in ability to import printer margins to the prefs/document [http://bugs.scribus.net/view.php?id=3147 #3147] - DONE
* Cursor placement fixes (so cursors know more about tabs, columns, alignment etc)
* Indicate font type in font selectors [http://bugs.scribus.net/view.php?id=3142 #3142] - DONE
* Selection improvements: [http://bugs.scribus.net/bug_view_advanced_page.php?bug_id=0000502 Multiselection in items Overview ], [http://bugs.scribus.net/bug_view_advanced_page.php?bug_id=0000505 Object selection with Ctrl], [http://bugs.scribus.net/bug_view_advanced_page.php?bug_id=0000506 Un-prompted object resizing], [http://bugs.scribus.net/bug_view_advanced_page.php?bug_id=0000390 Object creation and resize with aspect/angle constraint].
* Allow drag'n'drop of documents to Scribus window to open [http://bugs.scribus.net/view.php?id=3132 #3132] - DONE
* performance with large amounts of text present
* Add insert special characters into the story editor [http://bugs.scribus.net/view.php?id=2081 #2081] - DONE
* make edit-in-frame more usable? I know, use SE - but that's not very useful when making hyphenation corrections etc.
* Add in ability to copy the contents of an image frame to another [http://bugs.scribus.net/view.php?id=3201 #3201] - DONE
* Ability to tweak leading on styled paragraphs -OR- disable leading field when working on styled pars where it won't work
* Make Scribus look for palettes installed by Create project [http://bugs.scribus.net/view.php?id=3225 #3225] - DONE
* Updatable Linked Text
* Allow showing and hiding of the rulers [http://bugs.scribus.net/view.php?id=3249 #3249] - DONE
* Add Microsoft Word text importer [http://bugs.scribus.net/view.php?id=3253 #3253] - DONE
* Barcode Generator - DONE
* Palm PDB file importer - DONE
* Scrapbook rewrite allowing multiple scrapbooks open at once - DONE
* Configurable multitab notebook for the Scrapbook, with tabs named by the user for various applications or their choice, eg one tab per doc. - DONE
* Scrapbook support for Kivio stencil files - DONE
* Optional constrain rotation of items and lines [http://bugs.scribus.net/view.php?id=250 #250] - DONE
* Creation and resize of items from all item handles in any direction [http://bugs.scribus.net/view.php?id=316 #316] - DONE
* Enhancements to the PostScript Importer
** Improving coordinate resolution with TextAlphaBits/GraphicsAlphaBits=4 - DONE
** Use kerning information for text - DONE
** Import of raster images [http://bugs.scribus.net/view.php?id=1698 #1698] - DONE
** Honour fill rule for Polygon fill - DONE
* Allow undo/redo for more operations and fix some areas - DONE
* Preparation for new text system with some API changes - DONE


=== 1.3.4 ===
=== 1.3.4 ===
* Text refinements [http://bugs.scribus.net/view.php?id=415 #415]
* Migrate to a new build system - DONE (CMake, requires CMake CVS/2.4.3+)
* Typographic enhancements
** Will need updating for more systems but does certainly work
* Hyphenation improvements [http://bugs.scribus.net/view.php?id=417 #417]
** Currently both Autotools and CMake building should work. Autotools will be remove in the future
* Bullet support in paragraph styles [http://bugs.scribus.net/view.php?id=102 #102] Partly DONE
* Make optional dependencies such as TIFF and LittleCMS required as we depend too much on them to enhance Scribus. - DONE
* Inheritable paragraph styles [http://bugs.scribus.net/view.php?id=363 #363]
* Option to draw text frame margin and column markers [http://bugs.scribus.net/view.php?id=305 #305] - DONE
* Related to above: [http://bugs.scribus.net/bug_view_advanced_page.php?bug_id=0000363 limited styles], presumably with a 'next-style' attribute. Think 'first paragraph' styles, etc.
* Move Load and Save functions into a "master/slave" plugin (like GetText is) to easily support loading of various formats (new, old, complete oo.o, etc). [http://bugs.scribus.net/view.php?id=1702 #1702] - DONE (FROM 1.3.2)
* Updated undo engine - TESTING
* New non modal Style Manager dialog - IN PROGRESS
* New non modal Guides Manager dialog - IN TESTING
* Ability to tweak leading on styled paragraphs -OR- disable leading field when working on styled pars where it won't work  - DONE
* Optical Margins - now, who sneaked that one in? ;-)  - DONE
* non-paragraph-terminating newline char (CTL-enter?)  - DONE (space+nl gives old behaviour)
* Tracking adjustment (ie inter-word spacing) See [http://bugs.scribus.net/bug_view_advanced_page.php?bug_id=0000418 bug 418]
* Manual tracking (tweaking inter-word spacing) - DONE
* min/norm word spacing and glyph extension for justification - DONE
* General improvements to text frames with muliple styles - DONE
* Character based styles [http://bugs.scribus.net/view.php?id=002 #002], 1076/1077 - DONE
* Warning on missing fonts in placed/imported EPS files [http://bugs.scribus.net/view.php?id=1700 #1700] DONE
* Crop, fold, registration capability [http://bugs.scribus.net/view.php?id=194 #194],1113,1116  DONE
* Bleed capability [http://bugs.scribus.net/view.php?id=129 #129], 1041 DONE
* Finer than 0.1pt control over leading, kerning, type size  
* Finer than 0.1pt control over leading, kerning, type size  
* Finer than 1% control over text width adjustment (DONE in 1.3.0 to 0.1%)
* Finer than 1% control over text width adjustment (DONE in 1.3.0 to 0.1%)
* Tracking adjustment (ie inter-word spacing) See [http://bugs.scribus.net/bug_view_advanced_page.php?bug_id=0000418 bug 418]
* Inheritable paragraph styles [http://bugs.scribus.net/view.php?id=363 #363] - DONE
* Manual tracking (tweaking inter-word spacing)?
* Maximum inter-word spacing control, or "willingness to hyphenate" control
* non-paragraph-terminating newline char (CTL-enter?)
* General improvements to text frames with muliple styles
* Control hyphenation as part of para style?
* Character based styles [http://bugs.scribus.net/view.php?id=002 #002], 1076/1077
* Working PyQT for Scripter (see [[Using QT from the Python interface]]) IN PROGRESS
* Scripter functions enhancements (hangs together with "Scribus Objects via Scripter" IN PROGRESS
* Asynchronous or indepently threaded Python execution (qt will provide a lot of this for free without requiring real threads ... if it can be made to work) (see patches in [[Using QT from the Python interface]]) IN PROGRESS
* Access to the Scribus core from python outside of Scribus GUI/scripter. (DCOP? CORBA/XML-RPC?) [http://bugs.scribus.net/view.php?id=1675 #1675]
 
=== 1.3.5 ===
* Transparency flattener [http://bugs.scribus.net/view.php?id=876 #876], 377
* Ability to clone frames like Inkscape can, allowing, for example, text frames on various layers to have the same size and attributes, except different content (eg layers for various translations of a doc). When one is moved, they all move, when one is resized they all resize etc. .."Linked Layer Objects" ? [http://bugs.scribus.net/view.php?id=1704 #1704]
* Boolean Object methods (like Inkscape etc)
* More Text Import slave plugins: XML/HTML/(XHTML+CSS)/OO.org Calc/Kword/Kspread
 
=== 1.3.6 ===
* Crop, fold, registration capability [http://bugs.scribus.net/view.php?id=194 #194],1113,1116
* Bleed capability [http://bugs.scribus.net/view.php?id=129 #129], 1041
* Transparency enhancements
* Some means of handling spot colours. GS 8.5x has loads of improvements there


=== 1.3.7 ===
=== 1.3.5 <font color=red>'''<-- We are now here '''</font>===
* Tables rewrite/feature enhancement
* Qt4 Migration DONE
* New dialog class for standard look and feel
* Move to SVN from CVS DONE
* Configurable multitab notebook for the Scrapbook, with tabs named by the user for various applications or their choice, eg one tab per doc.
* Deprecate autotools build system DONE
* Multiple scrapbooks open at once
* Deprecate libart, potentially remove its support altogether. Depends on speed increases in cairo 1.2.5+ DONE*
* Improvements to OS/X integration DONE for 1.3.5
* Integration of GSoC projects DONE
* AI Importer DONE for 1.3.5
* WMF Importer DONE for 1.3.5
* Xfig Importer DONE
* Spellchecker based on aspell DONE for 1.3.5
* Boolean Object methods (like Inkscape etc) DONE FOR 1.3.5
* More arrowheads for lines DONE
* More line patterns DONE
* More shapes DONE
* Line pattern editor DONE
* Enhancements to the Glyph dialog DONE
* Add links to online documentation sources to the Help menu DONE
* Allow text to be attached to multiple paths 4709 DONE FOR 1.3.5
* Add variable for the number of pages (similar to the page number) 1044 DONE
* Enable the use of EPS and AI files as swatch files 6889 DONE
* Enable the use of colour swatches from other programs DONE FOR 1.3.5
* Improvements to the file saving code 6655 DONE FOR 1.3.5
* Enable dragʼnʼdrop for text and image frames 6030 DONE
* Improvements to the PS/EPS import dialogs 6039 DONE
* Enable support of PDF 1.5 presentation effects 6904 DONE FOR 1.3.5
* Enhancements to object selection 4570 DONE
* Enhancements to the Font Preview 6825 DONE
* Deprecate GDI+ and use Cairo for printing on Windows instead DONE
* Object transformations DONE - EXPERIMENTAL
* Lens effects for vector items DONE - EXPERIMENTAL
* Create path from stroke DONE - EXPERIMENTAL
* Replace colours in a document DONE
* Import filters for vector patterns DONE
* Mesh distortion for shapes and vector items DONE - EXPERIMENTAL
* Path on path effect DONE - EXPERIMENTAL
* Cut polygon using a path DONE - EXPERIMENTAL
* <font color=red>Fix bugs from #5693 and http://bugs.scribus.net/roadmap_page.php (avox, with assistance from the rest of the team)</font> - DONE
* Rewrite file saver with QXmlStreamWriter - DONE
* Require Qt4.4+ - DONE
* Require CMake 2.6+


=== 1.3.8 ===
===Backports from 1.5svn after the release of 1.3.5 to be included in 1.4===
* Shortcut profiles, eg "for adobe users", "for xpress users" IN PROGRESS
* Ability to create TOC and Indexes, footnotes etc 1371 IN PROGRESS
* LaTeX support of some sort
* Formula import/input via LaTeX or MathML [http://bugs.scribus.net/view.php?id=1030 #1030]
* Mail merge
* Spellchecker based on Enchant, aspell, or ispell (like it's done in KDE?)


=== 1.3.9 ===
*[http://bugs.scribus.net/view.php?id=8091 8091]
* OpenClipArt Integration [http://bugs.scribus.net/view.php?id=1263 #1263] IN PROGRESS
*[http://bugs.scribus.net/view.php?id=5582 5582]
* Font Finder. As manually run item, or when a font is missing in a document, we can provide a method for a user to download and install a font from ANY of the free distro font repositories. Requires: List of fonts and repositories (and the code of course)
*[http://bugs.scribus.net/view.php?id=6781 6781]
*[http://bugs.scribus.net/view.php?id=7765 7765]


=== 1.3.10 ===
'''Optional'''
*[http://bugs.scribus.net/view.php?id=8064 8064]
*[http://bugs.scribus.net/view.php?id=6050 6050]

Latest revision as of 12:38, 19 March 2016

Archive icon.png
This article is ARCHIVED. It is a part of the Scribus Community's history and is kept here for reference and as a representation of the contributed efforts. It is protected from editing, but its source can be copied.

The Scribus 1.3.x Roadmap

This document forms the basis of our work on Scribus 1.3.x/1.4. As you will see, some of the work has been done already. This document will change over time based on the possibilities to achieve these goals in the versions set out below. There is a 1.3.x Roadmap Extras document which accompanies this one that lists the outstanding bugs or feature requests from the 1.1.x/1.2 series that we aim to fix in the 1.3.x development series. Please place your comments and suggestions on the Roadmap Suggestions page. The best way to ensure your feature requests are seen by the development team is to file a bug and use severity of "feature". Screenshots or mock-ups are very helpful. Before filing please search to avoid duplicates.

1.3.0

  • Give access to the Scribus and document preferences at the same time so they are clearly separated. - DONE
  • File verifier to test file properties for print readiness - DONE
  • Enhancements to canvas - linked frame markers - DONE
  • Some performance improvement with large amounts of text present - DONE for 1.3.0
  • Code cleanup - DONE for 1.3.0
  • Rename all variables to English ones (partly done) #1688 - DONE for 1.3.0
  • Move all measurement calculations to units.cpp/.h. #1689 - DONE
  • Move all constants such as AppMode and page sizes etc to be defined for multiple use. - DONE for 1.3.0
  • Options for performance (eg, DPI view in image frames, currently 72) low, med, hi, 72, 144, 300 ? #1691 - DONE
  • Export text as outlines in PDF exporter. - DONE
  • True facing pages - DONE
  • Arrowhead ability on lines - DONE
  • Basic undo/redo framework - DONE for 1.3.0
  • 633! Drop caps not reaching to the top, and other issues - DONE
  • Undo/Redo rewrite with actions based steps like Gimp has, down to level of per character in text frames, node edits, etc. See bug 23 for 1.3.0
  • Start separating GUI code from internal structures and the canvas - DONE for 1.3.0
  • Add Graphical Import: CMYK-TIFF, CMYK-JPG - DONE
  • Add Graphical Import: PSD #114 - DONE
  • Keyboard Shortcut Manager (loading, import/export of shortcut sets) #1690 DONE - also see:Inkscape_Interoperation Inkscape and Scribus and Harmonizing_Scribus/Inkscape_Keyboard_Shortcuts and see public wiki
  • Suppport more page measure units (Centimeter, Cicero) - DONE
  • Text on path issues #171 - DONE
  • More Text Import slave plugins: OASIS - DONE
  • Extra attributes (RDF and custom) on frames and documents (eg Author tag on a particular frame, or source tag on a frame, or 'DBID' on a doc) - DONE
  • Implement PDF 1.5 support for layers - DONE
  • 1362 admin/CVS directory must be removed on "make dist" - DONE
  • Ability to change GUI language on the fly #1175 - DONE
  • Write a new align/distribute palette - DONE
  • Implement a color eyedropper - 1602 insert a color picker to pick colors from pictures etc - DONE
  • Make Story Editor non modal giving easier access to editing text - DONE
  • Initial native release on Mac OSX - DONE
  • Option for linespacing to be based on font's line spacing, user setting or baseline - DONE
  • Enable access to DFONT font files and TTC font collections #1816 - DONE
  • More control over character offsets to baseline, underline, strikethrough positioning, font vertical scaling - DONE
  • Preflight tool to verify file correctness for printing/exporting with profiles for various export/print options. - DONE
  • Ability to have different margins on each page - DONE
  • 237 Enable Toggling low-res / high - res display of picture on the canvas - DONE
  • 1033? TIFF not found in non-US path - DONE
  • 651 Enhancements to the Help Browser - DONE
  • 1534 PATCH: Informative user feedback when PDF/X3 and colour management - DONE
  • 1552 Smallest word in Hyphenator Settings falls short by one letter - DONE
  • 1558 Item > Distribue/Align, should be ever present and a toolbar - DONE
  • 1572 Text flows around frame does not work correct in page templates - DONE
  • 1574 Story Editor: Deleting words with CTRL+Backspace/CTRL+DEL - DONE
  • 1595 insert page number- Menu Item - DONE
  • 1594 inserting a page number, by the documented cntrl + # , does not work - DONE
  • 1633-assigned plugins manager - DONE
  • 1681 - setBookmarks in scripter - DONE
  • 1730 - Distribute/Align doesn't correctly distribute space - DONE
  • 1674 - assigned - DONE
  • 1670 multipled tab spaces in story editor are ignored in text-frame - DONE
  • 1661 Selecting multiple paras and changing style only affects one para - DONE
  • 1677 Change "Kerning" to "Tracking" in UI to more accurately reflect function - DONE

1.3.1

  • Rewrite the plugin API and implement an about system for plugins - DONE
  • Implement a new startup dialog with more options for opening recent and existing documents - DONE
  • Some means of handling spot colours. GS 8.5x has loads of improvements there #2167 - DONE
  • 405 Drag rulers to measure things - DONE
  • Enable knowing the GS version in About #2230 - DONE
  • Add autoresizing of the canvas when a user drags an item to the edge - DONE
  • Implement a page relative and absolute measurement mode for the rulers - DONE
  • Convert Regular Pages to Master Pages 2523 - DONE
  • Enable changing pages to be a different page size and orientation 81- DONE
  • Implement page layout options for 1,2,3,4 pages wide for folding documents, - DONE
  • 1099 Inline graphics - DONE
  • 1358 Ability to apply a template to all odd (or even) pages to a range of pages in Page>Apply template - DONE
  • 1223 Make non-printable "characters" visible - DONE
  • New font selection capability based on gtfonts and Tsoots gettext code #1692 - DONE
  • 1488 Being able to resize a straight line or change its angle from any end-points - DONE
  • "Zoom to 100%" button on view status bar see also #315 - DONE
  • Include additional code, patches and fixes for Win32 and Mac OSX compatibility - DONE
  • Work on CMYK images and profiles - DONE
  • Enable embedded ICC Profiles for .jpg, .psd and .tif images in the PDF export - DONE
  • Enable the use of the tiffsep device of Ghostscript 8.51 for Print Preview and enable plate preview - DONE
  • Enable conversion of spot colours to process colours at export - DONE
  • Implement a calendar wizard script - DONE
  • Enable optional building with cairo rendering support instead of libart_lgpl - DONE
  • Major internal work in: (DONE)
    • Separating the base classes of Scribus (ScribusApp, PageItem, ScribusView, ScribusDoc)
    • Separating GUI code from internal
    • Cleaning code
    • Variable renaming
    • Run KDE code testing scripts and clean/fix as appropriate
    • Conversion of various code and structures into own classes.
    • Implement a preferences manager class and move code there as appropriate

1.3.2

  • Implement environment based dialog button order #709 - DONE
  • Start to break up pageitem.cpp into multiple classes, partly based on previous test work - DONE FOR 1.3.2
  • Continue separating GUI code from internal structures and the canvas - DONE FOR 1.3.2
  • Code cleanup - DONE FOR 1.3.2
  • Continue to rename all variables to English ones (partly done) #1688 - DONE FOR 1.3.2
  • Convert important structs (StVorL, etc) into proper classes with sensible defaults and set methods that sanity-check input #1703 DONE FOR 1.3.2
  • Tweak linked frame markers for size and colour #2702 - DONE
  • Set font picker, style picker, etc to display "<multiple>" rather than incorrect info DONE FOR 1.3.2
  • Move Load and Save functions into a "master/slave" plugin (like GetText is) to easily support loading of various formats (new, old, complete oo.o, etc). #1702 - DONE FOR 1.3.2#722, 726, 1036 - DONE FOR 1.3.2
  • Enhancements to Undo/Redo - DONE FOR 1.3.2
  • Fix the file dialog for #1913 DONE
  • Color Wheel #379#716 DONE
  • Add EXIF support and use thumbnails in file dialog. DONE
  • Section based page numbering #2778 - MOSTLY DONE
  • Adjustable Font Size for Palette. #1083 DONE

1.3.3

  • OO Draw v2 document support #3218 - DONE, TESTING
  • Add in ability to import printer margins to the prefs/document #3147 - DONE
  • Indicate font type in font selectors #3142 - DONE
  • Allow drag'n'drop of documents to Scribus window to open #3132 - DONE
  • Add insert special characters into the story editor #2081 - DONE
  • Add in ability to copy the contents of an image frame to another #3201 - DONE
  • Make Scribus look for palettes installed by Create project #3225 - DONE
  • Allow showing and hiding of the rulers #3249 - DONE
  • Add Microsoft Word text importer #3253 - DONE
  • Barcode Generator - DONE
  • Palm PDB file importer - DONE
  • Scrapbook rewrite allowing multiple scrapbooks open at once - DONE
  • Configurable multitab notebook for the Scrapbook, with tabs named by the user for various applications or their choice, eg one tab per doc. - DONE
  • Scrapbook support for Kivio stencil files - DONE
  • Optional constrain rotation of items and lines #250 - DONE
  • Creation and resize of items from all item handles in any direction #316 - DONE
  • Enhancements to the PostScript Importer
    • Improving coordinate resolution with TextAlphaBits/GraphicsAlphaBits=4 - DONE
    • Use kerning information for text - DONE
    • Import of raster images #1698 - DONE
    • Honour fill rule for Polygon fill - DONE
  • Allow undo/redo for more operations and fix some areas - DONE
  • Preparation for new text system with some API changes - DONE

1.3.4

  • Migrate to a new build system - DONE (CMake, requires CMake CVS/2.4.3+)
    • Will need updating for more systems but does certainly work
    • Currently both Autotools and CMake building should work. Autotools will be remove in the future
  • Make optional dependencies such as TIFF and LittleCMS required as we depend too much on them to enhance Scribus. - DONE
  • Option to draw text frame margin and column markers #305 - DONE
  • Move Load and Save functions into a "master/slave" plugin (like GetText is) to easily support loading of various formats (new, old, complete oo.o, etc). #1702 - DONE (FROM 1.3.2)
  • Updated undo engine - TESTING
  • New non modal Style Manager dialog - IN PROGRESS
  • New non modal Guides Manager dialog - IN TESTING
  • Ability to tweak leading on styled paragraphs -OR- disable leading field when working on styled pars where it won't work - DONE
  • Optical Margins - now, who sneaked that one in? ;-) - DONE
  • non-paragraph-terminating newline char (CTL-enter?) - DONE (space+nl gives old behaviour)
  • Tracking adjustment (ie inter-word spacing) See bug 418
  • Manual tracking (tweaking inter-word spacing) - DONE
  • min/norm word spacing and glyph extension for justification - DONE
  • General improvements to text frames with muliple styles - DONE
  • Character based styles #002, 1076/1077 - DONE
  • Warning on missing fonts in placed/imported EPS files #1700 DONE
  • Crop, fold, registration capability #194,1113,1116 DONE
  • Bleed capability #129, 1041 DONE
  • Finer than 0.1pt control over leading, kerning, type size
  • Finer than 1% control over text width adjustment (DONE in 1.3.0 to 0.1%)
  • Inheritable paragraph styles #363 - DONE

1.3.5 <-- We are now here

  • Qt4 Migration DONE
  • Move to SVN from CVS DONE
  • Deprecate autotools build system DONE
  • Deprecate libart, potentially remove its support altogether. Depends on speed increases in cairo 1.2.5+ DONE*
  • Improvements to OS/X integration DONE for 1.3.5
  • Integration of GSoC projects DONE
  • AI Importer DONE for 1.3.5
  • WMF Importer DONE for 1.3.5
  • Xfig Importer DONE
  • Spellchecker based on aspell DONE for 1.3.5
  • Boolean Object methods (like Inkscape etc) DONE FOR 1.3.5
  • More arrowheads for lines DONE
  • More line patterns DONE
  • More shapes DONE
  • Line pattern editor DONE
  • Enhancements to the Glyph dialog DONE
  • Add links to online documentation sources to the Help menu DONE
  • Allow text to be attached to multiple paths 4709 DONE FOR 1.3.5
  • Add variable for the number of pages (similar to the page number) 1044 DONE
  • Enable the use of EPS and AI files as swatch files 6889 DONE
  • Enable the use of colour swatches from other programs DONE FOR 1.3.5
  • Improvements to the file saving code 6655 DONE FOR 1.3.5
  • Enable dragʼnʼdrop for text and image frames 6030 DONE
  • Improvements to the PS/EPS import dialogs 6039 DONE
  • Enable support of PDF 1.5 presentation effects 6904 DONE FOR 1.3.5
  • Enhancements to object selection 4570 DONE
  • Enhancements to the Font Preview 6825 DONE
  • Deprecate GDI+ and use Cairo for printing on Windows instead DONE
  • Object transformations DONE - EXPERIMENTAL
  • Lens effects for vector items DONE - EXPERIMENTAL
  • Create path from stroke DONE - EXPERIMENTAL
  • Replace colours in a document DONE
  • Import filters for vector patterns DONE
  • Mesh distortion for shapes and vector items DONE - EXPERIMENTAL
  • Path on path effect DONE - EXPERIMENTAL
  • Cut polygon using a path DONE - EXPERIMENTAL
  • Fix bugs from #5693 and http://bugs.scribus.net/roadmap_page.php (avox, with assistance from the rest of the team) - DONE
  • Rewrite file saver with QXmlStreamWriter - DONE
  • Require Qt4.4+ - DONE
  • Require CMake 2.6+

Backports from 1.5svn after the release of 1.3.5 to be included in 1.4

Optional