Rev 1072 | Rev 3012 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3002 | mrdocs | 1 | 20050813 v0.7.3tk |
2 | Fix typo in exception code. |
||
3 | Modified case of some script variables to make compatible with changes |
||
4 | in Scribus 1.3 scriptor. |
||
5 | Removed the reduntant "self.master.maxsize(1, 1)" from the application class. |
||
6 | |||
1072 | cbradney | 7 | 20050104 v0.7.2tk |
8 | More cleanups in font preview code. If a font cannot be displayed |
||
9 | then the preview panel is cleared. Removed many error messages returned |
||
10 | to the console. |
||
11 | |||
1066 | cbradney | 12 | 20050103 v0.7.1tk |
13 | Removed discontinued email address |
||
14 | |||
1048 | cbradney | 15 | 20041230 v0.7tk |
16 | Added a preview panel so user can see a sample of what a font may look like |
||
17 | before selecting it to use. |
||
18 | Detects failure of Python Imaging Library module to load and tests for the ability to |
||
19 | write to .scribus folder then disables preview if necessary. |
||
20 | Incorporated Craig Ringers boilerplate and Scribus function case changes. |
||
21 | Put labels on the left and right listboxes describing what they do. |
||
22 | Listboxes now get focus when selected with the mouse. This allows Up Down |
||
23 | keys to be used to scroll through font names. |
||
24 | When selecting a single item in a listbox, the font highlighted will be |
||
25 | displayed in a panel. |
||
26 | Some function names have changed and some docstrings added. |
||
27 | The main window should no longer be expandable. |
||
28 | |||
29 | 20040224 v0.6.1 |
||
30 | A bug fix was introduced to Scribus CVS on 20040223 that affected the text |
||
31 | frames. This version has an adjusted height and position of some text frames |
||
32 | to make the samples correctly fit inside them again. |
||
33 | |||
34 | 20040212 v0.6 final |
||
35 | Fixed bug that stopped multiple selection move from working properly. |
||
36 | More code cleanups. |
||
37 | Adjusted the button positions. |
||
38 | Added logic to gray out "item up" and "item down" buttons when not appropriate. |
||
39 | Enhanced the "move left" and "move right" button gray out code. |
||
40 | Fixed a problem when double clicking on a multiple selection of rows. |
||
41 | Small adjustments and fixes to the layouts. |
||
42 | |||
43 | 20030130 v0.6 preview 5 |
||
44 | Now contains a list of acceptable proportional and fixed width fonts that are needed for |
||
45 | the TOC and font sample labels. If a match is not found with the installed font list available to Scribus |
||
46 | then an error message is dumped to the console with a list of the required fonts for the user to get. The |
||
47 | script will continue to run with whatever font happens be be set as default in Scribus. |
||
48 | Fixed broken horizontal line drawing code. |
||
49 | Various size adjustments to text frames that were drawing outside of margin area. |
||
50 | |||
51 | 20030129 v0.6 preview 4 |
||
52 | Rewritten useSelection function. Now measures the available space left on page before placing the |
||
53 | sample block. It is now possible to select the sample lines to print by commenting out rows in |
||
54 | the drawSampleBlock() function and if there is space then more samples will be placed on the page. |
||
55 | Renamed some functions. |
||
56 | Made some small adjustments to the text frame dimensions. |
||
57 | |||
58 | 20040126 v0.6 preview 3 |
||
59 | Added double sided paper handling. |
||
60 | Added binding offsets. |
||
61 | Left hand pane allows multiple selection again. Shift and mouse drag will select a block, |
||
62 | hold Control plus click to highlight single items. Press '>' button to move the seelcted group to the |
||
63 | right hand pane. |
||
64 | More code cleanups. |
||
65 | removed pound sign from sample string. It was causing errors with Python V2.3 thanks MrB |
||
66 | Changed default sans font to "Nimbus Sans L Regular" instead of "Arial" |
||
67 | |||
68 | 20040123 v0.6 preview 2 |
||
69 | fixed the extra page bug introduced in v0.6 preview 1 |
||
70 | Changed the 36 point font to 32 point. this improves the layout of the samples. |
||
71 | |||
72 | 20040120 v0.6 preview 1 |
||
73 | Start adding optional page numbers. |
||
74 | Start adding optional table of contents. |
||
75 | Improve paper size variables format. |
||
76 | More code cleanups. |
||
77 | If a second (or more) font list was created with the script then it would be impossible to |
||
78 | view anything other than the most recent document in Scribus - fixed |
||
79 | |||
80 | 20040121 v0.5a |
||
81 | Small change to fix non display of earlier font sample documents still open in Scribus |
||
82 | if the script is run again. |
||
83 | |||
84 | 20040112 v0.5 |
||
85 | Added SetRedraw to speed up page generation. |
||
86 | Added status bar to display the quantity of fonts available, how many are selected |
||
87 | and how many pages will be needed. |
||
88 | Added a paper size selector. |
||
89 | |||
90 | 20040107 v0.4 |
||
91 | More cleanups in the main page generator loop |
||
92 | Added 6 point sample |
||
93 | Left list box now sorts correctly when moving individual items back to it |
||
94 | More adjustments to text layouts |
||
95 | |||
96 | 20040106 v0.3a |
||
97 | fixed page creep bug |
||
98 | |||
99 | 20040106 v0.3 |
||
100 | Put each text string into its own text frame and put in separator lines |
||
101 | Prints the font size as part of the test string |
||
102 | Can crudely set A4 or US Letter size paper by uncommenting the appropriate |
||
103 | 2 lines in useselection() |
||
104 | changing this just adjusts the position of the samples on the page for the change |
||
105 | in paper length. |
||
106 | Some code clean ups. |
||
107 | |||
108 | 20040105 v0.2 |
||
109 | Rearranged the buttons. Put in Franz's fix. Thanks Franz. |
||
110 | Put in some more sample lines including the standard alphabet characters. |
||
111 | |||
112 | 20040105 v0.1a |
||
113 | Added a double click to select font in font selector. |
||
114 | Fixes to some button logic. Gray out as required. |
||
115 | |||
116 | 20040104 v0.1 |
||
117 | First release |