home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / beeld / teken / scribus-1.3.3.9-win32-install.exe / share / scripts / ChangeLog < prev    next >
Text File  |  2006-10-22  |  8KB  |  182 lines

  1. 20061016 v 0.8.2tk
  2.     A one liner change by Jean Ghali to line #734 to add the extra parameter missing.
  3. 20051124 v0.8tk final:
  4.     Cleaned up the checkbox labels and layout.
  5.  
  6. 20051121 v0.8tk preview 3:
  7.     Calls the new Scribus zoomDocument() function to make the completed font
  8.     sample document fit in Scribus window.
  9.     
  10.     Grey out "Start page number count from first page" when "Print TOC" is
  11.     not checked as without a table of contents the first page would always 
  12.     start on the same page number making this option irrelevant.
  13.  
  14. 20051120 v0.8tk preview 2:
  15.     Replaced the newDoc() with newDocument(). Have not put any fallback code
  16.     for use with earlier Scribus versions.
  17.     
  18.     When using double sided option we now make use of Scribus ability to display
  19.     pages side by side as default. You may need to zoom out to view the
  20.     complete document width. This is because currently there is no way of setting
  21.     "Fit To Page" from the Scripter.
  22.  
  23. 20050902 v0.8tk preview 1:
  24.     Rearanged the initialisation. If no fonts are found for the Table of
  25.     Contents, page numbers and font sample labels, the script shows a
  26.     message box listing the problem and a possible solution as well as a message
  27.     to the console.
  28.     
  29.     A Scribus messagebox alerts the user if Tkinter is not found. Previously
  30.     this message was only printed to the console.
  31.     
  32.     Now able to do a dummy run to calculate and report the amount of samples
  33.     that will fit on a page. This enables the script to correctly calculate
  34.     how many sheets will be required. Previously it was always assumed that
  35.     there would be 3 sample blocks on a sheet. This is now not always the case.
  36.     
  37.     Added menu. Also added "about" and "settings" dialogs.
  38.     
  39.     Sample rows can be selected or unselected to save on paper. The settings are
  40.     automatically saved when changed and can be set as user defaults.
  41.     
  42.     User can choose to have page numbers count from first page of the toc instead
  43.     of the first page of samples. This can be helpful if wanting to quickly look
  44.     up a font in the toc and then using the Scribus page navigator dialog to go to
  45.     the actual page on the screen to view it without printing it out.
  46.     
  47.     Added initial support for a sample paragraph. The sample paragraph defaults
  48.     to "off" due to the amount of space it uses on the page.
  49.     
  50.     Some widgets read their defaults from a config dictionary.
  51.     
  52.     Many code cleanups. Classes used for settings storage have been replaced with
  53.     dictionaries to make it easier for users to customise.
  54.  
  55. ###################################################
  56.  
  57. 20050930 v0.7.5tk
  58.     Fixed bug in table of contents. TOC rows value was not being honoured.
  59.     Would create an unrequired blank headed toc page when the TOC rows count setting
  60.     matched the amount of samples selected.
  61.  
  62. 20050814 v0.7.4tk
  63.     Now updates the Scribus Progress Bar (one increment for each font drawn).
  64.  
  65. 20050813 v0.7.3tk
  66.     Fix typo in exception code.
  67.     Modified case of some script variables to make compatible with changes
  68.     in Scribus 1.3 scriptor.
  69.     Removed the reduntant "self.master.maxsize(1, 1)" from the application class.
  70.  
  71. 20050104 v0.7.2tk
  72.     More cleanups in font preview code. If a font cannot be displayed
  73.     then the preview panel is cleared. Removed many error messages returned
  74.     to the console.
  75.  
  76. 20050103 v0.7.1tk
  77.     Removed discontinued email address
  78.  
  79. 20041230 v0.7tk
  80.     Added a preview panel so user can see a sample of what a font may look like
  81.     before selecting it to use.
  82.     Detects failure of Python Imaging Library module to load and tests for the ability to 
  83.     write to .scribus folder then disables preview if necessary.
  84.     Incorporated Craig Ringers boilerplate and Scribus function case changes.
  85.     Put labels on the left and right listboxes describing what they do.
  86.     Listboxes now get focus when selected with the mouse. This allows Up Down
  87.     keys to be used to scroll through font names.
  88.     When selecting a single item in a listbox, the font highlighted will be
  89.     displayed in a panel.
  90.     Some function names have changed and some docstrings added.
  91.     The main window should no longer be expandable.
  92.  
  93. 20040224 v0.6.1
  94.     A bug fix was introduced to Scribus CVS on 20040223 that affected the text
  95.     frames. This version has an adjusted height and position of some text frames
  96.     to make the samples correctly fit inside them again.
  97.  
  98. 20040212 v0.6 final
  99.     Fixed bug that stopped multiple selection move from working properly.
  100.     More code cleanups.
  101.     Adjusted the button positions.
  102.     Added logic to gray out "item up" and "item down" buttons when not appropriate.
  103.     Enhanced the "move left" and "move right" button gray out code.
  104.     Fixed a problem when double clicking on a multiple selection of rows.
  105.     Small adjustments and fixes to the layouts.
  106.  
  107. 20030130 v0.6 preview 5
  108.     Now contains a list of acceptable proportional and fixed width fonts that are needed for
  109.     the TOC and font sample labels. If a match is not found with the installed font list available to Scribus
  110.     then an error message is dumped to the console with a list of the required fonts for the user to get. The
  111.     script will continue to run with whatever font happens be be set as default in Scribus.
  112.     Fixed broken horizontal line drawing code.
  113.     Various size adjustments to text frames that were drawing outside of margin area.
  114.  
  115. 20030129 v0.6 preview 4
  116.     Rewritten useSelection function. Now measures the available space left on page before placing the
  117.     sample block. It is now possible to select the sample lines to print by commenting out rows in
  118.     the drawSampleBlock() function and if there is space then more samples will be placed on the page.
  119.     Renamed some functions.
  120.     Made some small adjustments to the text frame dimensions.
  121.  
  122. 20040126 v0.6 preview 3
  123.     Added double sided paper handling.
  124.     Added binding offsets.
  125.     Left hand pane allows multiple selection again. Shift and mouse drag will select a block,
  126.     hold Control plus click to highlight single items. Press '>' button to move the seelcted group to the 
  127.     right hand pane.
  128.     More code cleanups.
  129.     removed pound sign from sample string. It was causing errors with Python V2.3 thanks MrB
  130.     Changed default sans font to "Nimbus Sans L Regular" instead of "Arial"
  131.  
  132. 20040123 v0.6 preview 2
  133.     fixed the extra page bug introduced in v0.6 preview 1
  134.     Changed the 36 point font to 32 point. this improves the layout of the samples.
  135.  
  136. 20040120 v0.6 preview 1
  137.     Start adding optional page numbers.
  138.     Start adding optional table of contents.
  139.     Improve paper size variables format.
  140.     More code cleanups.
  141.     If a second (or more) font list was created with the script then it would be impossible to
  142.     view anything other than the most recent document in Scribus - fixed
  143.  
  144. 20040121 v0.5a
  145.     Small change to fix non display of earlier font sample documents still open in Scribus
  146.     if the script is run again.
  147.  
  148. 20040112 v0.5
  149.     Added SetRedraw to speed up page generation.
  150.     Added status bar to display the quantity of fonts available, how many are selected
  151.     and how many pages will be needed.
  152.     Added a paper size selector.
  153.  
  154. 20040107 v0.4
  155.     More cleanups in the main page generator loop
  156.     Added 6 point sample
  157.     Left list box now sorts correctly when moving individual items back to it
  158.     More adjustments to text layouts
  159.  
  160. 20040106 v0.3a
  161.     fixed page creep bug
  162.  
  163. 20040106 v0.3
  164.     Put each text string into its own text frame and put in separator lines
  165.     Prints the font size as part of the test string
  166.     Can crudely set A4 or US Letter size paper by uncommenting the appropriate 
  167.     2 lines in useselection()
  168.     changing this just adjusts the position of the samples on the page for the change 
  169.     in paper length.
  170.     Some code clean ups.
  171.  
  172. 20040105 v0.2
  173.     Rearranged the buttons. Put in Franz's fix. Thanks Franz.
  174.     Put in some more sample lines including the standard alphabet characters.
  175.  
  176. 20040105 v0.1a
  177.     Added a double click to select font in font selector.
  178.     Fixes to some button logic. Gray out as required.
  179.  
  180. 20040104 v0.1
  181.     First release
  182.