]> git.lyx.org Git - features.git/blob - src/graphics/ChangeLog
773d00f63f3f5ab413f5559f069c257b3e0657ad
[features.git] / src / graphics / ChangeLog
1 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
2
3         * GraphicsTypes.C: include <string>
4
5 2003-11-20  Lars Gullik Bjonnes  <larsbj@gullik.net>
6
7         * Previews.C: include paragraph.h
8         * PreviewLoader.C: ditto
9
10 2003-11-05  José Matos  <jamatos@lyx.org>
11
12         * PreviewLoader.C (dumpPreamble): rename ascii to plaintext
13         and LatexRunParams to OutputParams.
14
15 2003-10-22  Angus Leeming  <leeming@lyx.org>
16
17         * PreviewImage.C (statusChanged): always pass on the signal, not just
18         when the preview is ready for display.
19
20 2003-10-22  Angus Leeming  <leeming@lyx.org>
21
22         * GraphicsConverter.C (Impl c-tor): add a warning message if the file
23         to contain the conversion script cannot be opened.
24
25 2003-10-22  Angus Leeming  <leeming@lyx.org>
26
27         * PreviewLoader.C (startLoading): do nothing if the buffer is not yet
28         loaded.
29
30 2003-10-13  Angus Leeming  <leeming@lyx.org>
31
32         * GraphicsTypes.[Ch] (setDisplayTranslator): removed.
33         Make displayTranslator a function,
34
35 2003-10-10  Angus Leeming  <leeming@lyx.org>
36
37         * PreviewedInset.[Ch]: removed.
38
39         * Makefile.am: remove PreviewedInset.[Ch].
40
41 2003-10-09  Angus Leeming  <leeming@lyx.org>
42
43         * PreviewedInset.[Ch] (previewReady): remove the side effects.
44         Now simply reports whether the preview is ready.
45
46 2003-10-09  Angus Leeming  <leeming@lyx.org>
47
48         * PreviewedInset.[Ch]: move PreviewedInset out of namespace lyx::graphics.
49         Remove the inset and view member functions.
50         Add a new connect member function and preview_ready_signal_ member
51         variable, to enable the class to tell an arbirary connectee that the
52         preview is ready.
53
54 2003-10-09  Angus Leeming  <leeming@lyx.org>
55
56         * PreviewedInset.[Ch] (removePreview, previewReady): these functions
57         are now passed a 'Buffer const &', eliminating most of the remaining
58         need for PreviewedInset to use a BufferView cache.
59
60 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
61
62         * GraphicsCache.h:
63         * PreviewImage.h: add <string> and other small fixes to make
64         Lars' std::string patch compile with STLport.
65
66 2003-09-29  Angus Leeming  <leeming@lyx.org>
67
68         * GraphicsParams.[Ch] (asString): removed. Replaced with
69         operator<<(std::ostream &, BoundingBox const &).
70
71 2003-09-25  Angus Leeming  <leeming@lyx.org>
72
73         * GraphicsParams.[Ch] (asString): new member function.
74
75 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
76
77         * Previews.C (Previews): fix new bug
78
79         * GraphicsCache.C (Cache): fix new bug
80
81 2003-09-19  Angus Leeming  <leeming@lyx.org>
82
83         * PreviewedInset.[Ch] (generatePreview, previewWanted): now passed
84         a 'Buffer const &' argument.
85
86 2003-09-18  Angus Leeming  <leeming@lyx.org>
87
88         * PreviewedInset.C (latexString): add a Buffer const & arg.
89         * PreviewedInset.C (addPreview): pass the buffer to latexString.
90
91 2003-09-16  Angus Leeming  <leeming@lyx.org>
92
93         * PreviewedInset.[Ch] (c-tor) move out of line.
94         (d-tor): make private.
95         (inset): return a const reference rather than a non-const pointer.
96
97 2003-09-16  Angus Leeming  <leeming@lyx.org>
98
99         * GraphicsImage.h: separate interface from implementation. Make all the
100         pure virtual functions private.
101
102 2003-09-16  Angus Leeming  <leeming@lyx.org>
103
104         * PreviewLoader.C: add #include "LColor.h".
105
106 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
107
108         * GraphicsConverter.C
109         * PreviewLoader.C: remove usage of STRCONV
110
111 2003-09-14  Angus Leeming  <leeming@lyx.org>
112
113         * PreviewLoader.C (remove): consider all InProgressProcesses when
114         ascertaining which ones to remove from the list, not every other one.
115
116 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
117
118         * GraphicsCacheItem.C: change Assert to BOOST_ASSERT
119         * Previews.C: ditto
120
121 2003-09-08  Angus Leeming  <leeming@lyx.org>
122
123         * GraphicsImage.C:
124         * GraphicsParams.C:
125         * PreviewLoader.C: remove redundant using directives.
126
127 2003-09-07  Angus Leeming  <leeming@lyx.org>
128
129         * GraphicsTypes.h:
130         * Previews.h: remove #include "support/std_string.h".
131
132 2003-09-06  Angus Leeming  <leeming@lyx.org>
133
134         * PreviewedInset.C: add #include "insets/inset.h"
135
136 2003-09-05  Angus Leeming  <leeming@lyx.org>
137
138         * *.C: strip out redundant #includes. (26 in total.)
139
140 2003-09-04  Angus Leeming  <leeming@lyx.org>
141
142         * LoaderQueue.C (get):
143
144 2003-09-04  Angus Leeming  <leeming@lyx.org>
145
146         * GraphicsCache.C:
147         * GraphicsCacheItem.C:
148         * GraphicsConverter.C:
149         * PreviewImage.C:
150         * PreviewLoader.C:
151         * PreviewedInset.C:
152         * Previews.C: 'namespace support = lyx::support' rather than
153         'using lyx::support'.
154
155         * Previews.h: cleaned up some comments.
156
157         * LoaderQueue.[Ch]: move #include "GraphicsCacheItem.h" into the .C file.
158
159 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
160
161         * GraphicsTypes.h: do not declare displayTranstor here (and remove
162         extra include)
163
164 2003-07-27  José Matos  <jamatos@fep.up.pt>
165
166         * PreviewLoader.C (Impl::dumpPreamble): comply with makeLaTeXFile
167         argument change.
168
169 2003-07-21  Angus Leeming  <leeming@lyx.org>
170
171         * GraphicsCache.h:
172         * GraphicsCacheItem.[Ch]:
173         * GraphicsParams.h:
174         * PreviewLoader.h:
175         * PreviewedInset.[Ch]:
176         * Previews.h: use namespace lyx::graphics rather than grfx shortcut.
177
178 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
179
180         * Change namespace grfx to lyx::graphics.
181
182 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
183
184         * introcude namespace lyx::support
185
186 2003-06-04  Angus Leeming  <leeming@lyx.org>
187
188         * GraphicsLoader.C (Loader copy c-tor): make it work as expected. ;-)
189         (operator=): if it has a copy c-tor, it should have this too.
190
191 2003-06-03  Angus Leeming  <leeming@lyx.org>
192
193         * GraphicsLoader.[Ch] (Loader): add copy constructor.
194
195 2003-05-23  Angus Leeming  <leeming@lyx.org>
196
197         * PreviewLoader.C (dumpPreamble): rename fragile as moving_arg.
198
199 2003-05-22  Angus Leeming  <leeming@lyx.org>
200
201         * PreviewLoader.C (dumpPreamble): no longer pass a free_spacing arg to
202         the inset::latex method.
203
204 2003-05-22  Angus Leeming  <leeming@lyx.org>
205
206         * PreviewLoader.C (dumpPreamble): no longer pass a fragile arg to
207         the inset::latex method.
208
209 2003-05-22  Angus Leeming  <leeming@lyx.org>
210
211         * PreviewLoader.C (dumpPreamble): the 'nice' param passed to
212         makeLaTeXFile is now encapsulated within runparams.
213
214 2003-05-22  Angus Leeming  <leeming@lyx.org>
215
216         * PreviewLoader.C (dumpPreamble):
217         pass around a LatexRunParams parameter.
218
219 2003-05-13 André Pönitz <poenitz@gmx.net>
220
221         * GraphicsConverter.C:
222         * PreviewLoader.C: use tostr from own header
223
224 2003-05-12 André Pönitz <poenitz@gmx.net>
225
226         * PreviewLoader.C:  boost::format -> bformat
227
228 2003-04-15  Angus Leeming  <leeming@lyx.org>
229
230         * GraphicsConverter.C: #include lstrings.h.
231
232 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
233
234         * GraphicsConverter.C
235         * PreviewLoader.C: added #include "format.h"
236
237 2003-02-26  Angus Leeming  <leeming@lyx.org>
238
239         * PreviewedInset.[Ch]: strip out the caching of the BufferView and
240         use the cache of the parent inset instead.
241
242         * PreviewLoader.C (startLoading): Prevent a crash if the user is
243         not using a tmp directory.
244
245 2003-02-26  Alfredo Braunstein  <abraunst@libero.it>
246
247         * GraphicsLoader.[Ch],
248         * PreviewImage.[Ch],
249         * PreviewedInset.C: Removed unneeded list of owner insets
250
251 2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
252
253         * GraphicsConverter (startConversion): add the call to
254         ForkedCallQueue::add
255
256         * GraphicsLoader.[Ch],
257         * PreviewImage.[Ch],
258         * PreviewedInset.C: Removed unneeded BufferView
259
260 2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
261
262         * LoaderQueue.[Ch]: a simplification of the code, eliminated
263         the unneeded input bucket.
264
265         * GraphicsCacheItem.C (imageConverted): move warning inside the
266         !success block.
267
268 2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
269
270         * PreviewLoader.C (FindFirst): use ==, not < with std::find.
271
272 2003-02-21  Alfredo Braunstein  <abraunst@libero.it>
273
274         * LoaderQueue.[Ch] (setPriority): added
275
276         * PreviewLoader.C (finishedGenerating): reversed the loading order so
277         first images get 'touched' last, and so load first.
278
279 2003-02-20  Alfredo Braunstein  <abraunst@libero.it>
280
281         * LoaderQueue.[Ch]: added. Implements a service queue that loads
282         images in background
283         * GraphicsSupport.[Ch]: removed
284         * Makefile.am: the changes above
285         * GraphicsLoader.C: use the loading queue
286
287 2003-01-21  Angus Leeming  <leeming@lyx.org>
288
289         * PreviewLoader.C (dumpPreamble): ensure that \lyxlock does not prevent
290         previews from being generated.
291
292 2003-01-13  Angus Leeming  <leeming@lyx.org>
293
294         * GraphicsCacheItem.C (findTargetFormat): define the default conversion
295         format to be PPM not XPM.
296
297 2002-12-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
298
299         * Makefile.am (EXTRA_DIST): remove variable
300
301 2002-12-13  Angus Leeming  <leeming@lyx.org>
302
303         * GraphicsImageXPM.[Ch]: removed.
304
305         * Makefile.am: associated change.
306
307 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
308
309         * several files: ws changes
310
311 2002-11-21  Angus Leeming  <leeming@lyx.org>
312
313         * GraphicsConverter.C (build_script, move_file):
314         Don't use "if [ $? -ne 0 ]; then..."
315
316 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
317
318         * PreviewLoader.C (IncrementedFileName): STRCONV
319         (startLoading): ditto
320
321         * GraphicsConverter.C (Impl): STRCONV
322         (move_file): ditto
323
324         * GraphicsTypes.C: include config.h
325
326 2002-10-25  Angus Leeming  <leeming@lyx.org>
327
328         * GraphicsConverter.C (Impl::converted)
329         * PreviewLoader.C (Impl::finishedGenerating): no longer receives a
330         string as first arg, reflecting change in ForkedCall interface.
331
332         * PreviewLoader.C: use pid rather than command as identifier in
333         InProgress map.
334
335 2002-10-18  Angus Leeming  <leeming@lyx.org>
336
337         * GraphicsCacheItem.C (findTargetFormat): add debug message.
338
339 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
340
341         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
342
343 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
344
345         * GraphicsConverter.C (build_script): do not use ChangeExtension
346         on a base name
347         (Impl): ditto
348
349 2002-09-05  Angus Leeming  <leeming@lyx.org>
350
351         * all files: modify the headers as discussed on the list.
352
353 2002-09-04  Angus Leeming  <leeming@lyx.org>
354
355         * PreviewLoader.C (startLoading): pass the desired output format to the
356         conversion script.
357
358 2002-09-04  Angus Leeming  <leeming@lyx.org>
359
360         * PreviewLoader.C: remove this ndigits stuff as an unnecessary extra.
361
362 2002-09-03  Angus Leeming  <leeming@lyx.org>
363
364         * PreviewLoader.C: fix crash reported by Norbert Koksch when
365         generating more than 999 preview snippets. Use filenames with 5 digit
366         numbers, not 3, in the first instance, although more general code is
367         commented out. I don't suppose /anyone/ has 100000 formulae in one
368         document...
369
370 2002-09-03  Angus Leeming  <leeming@lyx.org>
371
372         * PreviewLoader.C: activate #ifdef USING_NEW_PREVIEW_STY code.
373
374 2002-09-03  Angus Leeming  <leeming@lyx.org>
375
376         * GraphicsConverter.C (Impl c-tor): remove lyxpreview2xpm cruft.
377
378 2002-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
379
380         * GraphicsConverter.C (Impl c-tor): "hide" crash by prefixing
381         convertDefault command with "sh ".
382
383 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
384
385         * GraphicsImage.C: small style fix to width/height setting.
386
387         * GraphicsTypes.h: have a displayTranslator here.
388
389         * Makefile.am:
390         * GraphicsTypes.C: new file added for the setDisplayTranslator();
391
392 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
393
394         * GraphicsImage.C:
395         * GraphicsParams.[Ch]: remove keepLyXAspectRatio, width and height
396         because this input has gone from the graphics dialog.
397
398         * GraphicsTypes.h: add enum DisplayType DefaultDisplay
399
400 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
401
402         * GraphicsImageXPM.h: inlcude boost/shared_ptr.hpp, remove include
403         for support/smart_ptr.h, switch to boost smart ptr.
404
405         * GraphicsImageXPM.C: reorder includes, include boost/bind.hpp
406         (~Data): let the smart_ptr handle cleanup
407         (reset): use nifty 3rd arg
408         (resetData): ditto
409         (free_color_table): free the table manually
410
411 2002-08-09  Angus Leeming  <leeming@lyx.org>
412
413         * PreviewLoader.C (dumpPreamble): pass Buffer::filePath() to
414         Buffer::makeLaTeXFile() so that LaTeX can find \input files because
415         input@path is now set correctly.
416
417 2002-08-06  Angus Leeming  <leeming@lyx.org>
418
419         * PreviewLoader.C: add support for preview.sty 0.73 (currently
420         #ifdef-ed out, awaiting the formal release).
421
422         * PreviewedInset.[Ch] (removePreview): new method. Useful if previewing
423         the contents of a file that has changed.
424
425 2002-08-05  Angus Leeming  <leeming@lyx.org>
426
427         * PreviewLoader.C (dumpPreamble): add lyx to the list of options output
428         to preview.sty. Works only for versions of preview.sty > 0.72b but
429         doesn't hurt earlier versions. Allows me to test the new parsing of
430         LyX-specific data from the generated log file.
431
432 2002-08-02  Angus Leeming  <leeming@lyx.org>
433
434         * GraphicsLoader.C: cache the BufferView as a weak_ptr.
435
436         * PreviewLoader.[Ch] (buffer): new method, returning the owner.
437         (add): don't add empty snippets.
438
439         * PreviewedInset.[Ch]: cache the BufferView as a weak_ptr.
440         (view, setView): access to to the cache_.
441
442 2002-08-02  Angus Leeming  <leeming@lyx.org>
443
444         * PreviewedInset.[Ch]: cache the LaTeX snippet.
445
446 2002-08-01  Angus Leeming  <leeming@lyx.org>
447
448         * PreviewedInset.[Ch]: new files. An abstract base class that can help
449         insets to generate previews.
450         The daughter class must instantiate three small methods.
451         The Inset would own an instance of this daughter class and invoke it
452         as necessary. For example, mathd/formula.C gets previews at the cost
453         of 15 or so lines of code.
454
455         * Makefile.am: add PreviewedInset.[Ch].
456
457         * PreviewLoader.C (add): add debug message.
458
459         * Previews.C (generateBufferPreviews): remove if-block from loop.
460
461 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
462
463         * PreviewLoader.C (setFontScalingFactor): strip,frontStrip ->
464         trim,ltrim,rtrim
465         (setAscentFractions): ditto
466
467 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
468
469         * PreviewLoader.C (setAscentFractions): modify because of strip
470         changes
471
472 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
473
474         * GraphicsConverter.C (build_script): take a ostream as a more
475         general argument than ostringstream.
476
477 2002-07-22  Herbert Voss  <voss@lyx.org>
478
479         * GraphicsConverter.C: get the "default converter" run again
480
481 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
482
483         * PreviewLoader.C: use BufferParams::getLyXTextClass
484
485 2002-07-21  Herbert Voss  <voss@lyx.org>
486
487         * GraphicsImage.C: get the LyXAspectRatio run.
488
489         * GraphicsParams.[Ch]: add bool keepLyXXAspectRatio
490
491 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
492
493         * PreviewLoader.C (startLoading): pass an interger as resolution
494         to the lyxpreview converter
495
496         * GraphicsParams.C: include <cstdlib>
497
498 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
499
500         * PreviewLoader.C (startLoading): use LibScriptSearch to find the
501         preview converter script
502
503 2002-07-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
504
505         * GraphicsCacheItem.C (reset): use erase() instead of clear() for
506         strings
507
508 2002-07-18  Angus Leeming  <leeming@lyx.org>
509
510         * GraphicsCacheItem.[Ch]: add a FileMonitor variable to the the Impl
511         class.
512         (startMonitoring, monitoring, checksum): new methods to interact with
513         the FileMonitor.
514
515         * GraphicsLoader.[Ch] (startMonitoring, monitoring, checksum): new
516         methods invoking the CacheItem methods of the same name.
517         (resetFile): if monitoring and the file changes, start monitoring this
518         new file.
519
520 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
521
522         * Makefile.am: remove FileMonitor.[Ch]
523
524 2002-06-17  Herbert Voss  <voss@lyx.org>
525
526         * GraphicsCachItem.C (findTargetFormat): remove the speciell case
527         for old ps-files (Garst). It's now handled by defining a converter and
528         disabling the ps-support of xforms.
529
530 2002-07-17  Angus Leeming  <leeming@lyx.org>
531
532         Be true to the Pimpl idiom, moving all signals into the respective
533         Impl classes and defining methods to connect them to an outside slot.
534         Const-ify all visible class methods as they act only on a const pimpl_.
535
536         * GraphicsCache.[Ch] (add, remove): const-ify.
537
538         * GraphicsCacheItem.[Ch] (startLoading): const-ify.
539         (statusChanged): move the signal into the Impl class.
540         (connect): new method, enabling a listener to connect to this signal.
541
542         * GraphicsConverter.[Ch]: (startConversion): const-ify.
543         (finishedConversion): move the signal into the Impl class.
544         (connect): new method, enabling a listener to connect to this signal.
545
546         * GraphicsLoader.[Ch] (reset, startLoading): const-ify.
547         (statusChanged): move the signal into the Impl class.
548         (connect): new method, enabling a listener to connect to this signal.
549
550         * PreviewLoader.[Ch] (add, remove, startLoading): const-ify.
551         (imageReady): move the signal into the Impl class.
552         (connect): new method, enabling a listener to connect to this signal.
553         (emitSignal): new method, enabling PreviewImage to tell the outside
554         world that the file has been loaded into memory.
555
556         * Previews.[Ch] (loader, removeLoader, generateBufferPreviews):
557         const-ify.
558
559         * GraphicsCache.C:
560         * GraphicsCacheItem.C:
561         * GraphicsConverter.[Ch]:
562         * GraphicsImage.h:
563         * GraphicsImageXPM.C:
564         * GraphicsLoader.C:
565         * PreviewLoader.[Ch]: whitespace clean-up.
566
567 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
568
569         * PreviewLoader.C (setConverter): remove unused variable
570
571         * GraphicsImageXPM.C (isDrawable): implement
572         (setPixmap): the opaque color is black, not white
573
574 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
575
576         * GraphicsImageXPM.C (color_none_id):
577         (contains_color_none): use ascii_lowercase instead of lowercase
578
579 2002-07-16  Angus Leeming  <leeming@lyx.org>
580
581         * PreviewLoader.C: greater use of STL algorithms.
582
583         * Previews.[Ch]: use const in more places.
584         (generateBufferPreviews): now takes a Buffer const & argument, not a
585         pointer.
586
587 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
588
589         * GraphicsImage.h: remove getPixmap/X, add isDrawable()
590
591 2002-07-12  Angus Leeming  <leeming@lyx.org>
592
593         * GraphicsLoader.[Ch]: smart loading of images. Images are loaded only
594         if visible 2 secs after the call to load them is first made.
595
596         * GraphicsSupport.[Ch]: new files. isInsetVisible interrogates the
597         BufferView to ascertain whether the inset is visible or not.
598
599         * Makefile.am: added GraphicsSupport.[Ch].
600
601         * PreviewImage.[Ch]: use this smart loader.
602
603         * PreviewLoader.C: don't load generated image files indiscimminantly.
604         Instead emit the imageReady signal and allow the image owner to decide.
605
606 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
607
608         * GraphicsCache.C: remove init_graphics()
609
610 2002-07-09  Angus Leeming  <leeming@lyx.org>
611
612         * PreviewLoader.C (setAscentFractions): fix bug due to use of integer
613         arithmetic when it should be floating.
614
615 2002-07-09  Angus Leeming  <leeming@lyx.org>
616
617         * PreviewLoader.C (startLoading): prepend LaTeX file with "\batchmode".
618         Output equation labels as "(#)" if lyxrc preference is set.
619         (setFontScalingFactor): use lyxrc variable preview_scale_factor
620         rather than hard-coding this.
621
622 2002-07-09  Angus Leeming  <leeming@lyx.org>
623
624         * PreviewLoader.C: Further refactoring of the code. Should now be
625         pretty clean.
626
627         * PreviewMetrics.[Ch]: removed. Had a v. short shelf life and is now
628         past its sell-by date. The code to read the metrics file is now found
629         as a helper function in PreviewLoader.C.
630
631         * GraphicsImageXPM.C (scale): use boost::tie.
632
633 2002-07-08  Herbert Voss  <voss@lyx.org>
634
635         * PreviewLoader.C: use of preview_size_factor to get the right
636         font-size! 0.9 is the default.
637
638 2002-07-08  Angus Leeming  <leeming@lyx.org>
639
640         * PreviewLoader.C: Add "delayed" and "showlabels" options to the
641         invocation of preview.sty.
642         Perform something of an internal clean-up.
643
644 2002-07-06  Angus Leeming  <leeming@lyx.org>
645
646         * PreviewLoader.C: ensure that the metrics data is used by the
647         correct image!
648
649         * PreviewLoader.C:
650         * PreviewImage.C: (Impl d-tor): remove all generated files that still
651         exist (perhaps because the process was curtailed before the images
652         were loaded.)
653
654         * PreviewLoader.C (unique_filename): store the files in Buffer::tmppath.
655
656 2002-07-05  Angus Leeming  <leeming@lyx.org>
657
658         * PreviewImage.h:
659         * PreviewImage.C:
660         * PreviewLoader.h:
661         * PreviewLoader.C:
662         * PreviewMetrics.h:
663         * PreviewMetrics.C:
664         * Previews.h:
665         * Previews.C: new files. The previewed LaTeX snippet stuff.
666
667         * Makefile.am: add these files.
668
669 2002-07-05  Angus Leeming  <leeming@lyx.org>
670
671         * GraphicsLoader.h: whitespace.
672
673 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
674
675         * GraphicsImage.[Ch]: newImage and loadableFormats changed to
676         boost::function from boost::signal.
677
678 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
679
680         * GraphicsConverter.C (convert): do not use ChangeExtension
681         because to_file_base may contain a dot.
682
683 2002-06-28  Angus Leeming  <leeming@lyx.org>
684
685         * GraphicsCacheItem.[Ch]: refactor some of the more convoluted logic
686         by moving those SignalPtrs into the grfx::Image and grfx::Converter
687         classes where they really belong.
688         Use the Pimpl idiom to hide the class internals from public view.
689
690         * GraphicsTypes: remove the typedefs, leaving only the enums.
691
692         * GraphicsImage.h: now has a finishedLoading signal, as opposed to being
693         passed a reference to one in the load() method.
694
695         * GraphicsConverter.[Ch]: totally refactored. An instance of
696         grfx::Converter now represents a single conversion process.
697         Thus grfx::CachItem now has a grfx::Converter * that is set when the
698         conversion is initiated and destroyed on completion.
699
700         * GraphicsCache.[Ch]:
701         * GraphicsCacheItem.[Ch]:
702         * GraphicsConverter.[Ch]:
703         * GraphicsLoader.[Ch]: use the Pimpl idiom to hide the class internals
704         from public view.
705         Note that I have done this only after making the above changes,
706         so not only should we have a clean, minimal and well documented
707         interface to these classes in the header files, but the class internals
708         should be much clearer too.
709
710         * Renamed classes
711         grfx::GCache -> grfx::Cache,
712         grfx::GCacheItem -> grfx::CacheItem,
713         grfx::GConverter -> grfx::Converter,
714         grfx::GImage -> grfx::Image,
715         grfx::GImageXPM -> grfx::ImageXPM,
716         grfx::GParams -> grfx::Params.
717
718 2002-06-26  Angus Leeming  <leeming@lyx.org>
719
720         * GraphicsLoader.[Ch]: use boost::scoped_ptr in preference to
721         std::auto_ptr. Define an empty Loader d-tor out-of-line to ensure it
722         compiles.
723
724 2002-06-26  Angus Leeming  <leeming@lyx.org>
725
726         * GraphicsTypes.h: add "Ready" to the ImageStatus enum.
727         move the DisplayType enum out of grfx::GParams to here.
728
729         * GraphicsCacheItem.h: re-write preliminary description to reflect
730         current reality.
731
732         * GraphicsParams.[Ch]:
733         * GraphicsImageXPM.C (load, setPixmap): changes aassociated with moving
734         grfx::DisplayType out of grfx::GParams.
735
736         * GraphicsLoader.[Ch]: new files. Factor out the image loading stuff
737         that was in frontends/screen.C and insets/insetgraphics.C into a
738         single, easy-to-use class.
739
740         * Makefile.am: add these files.
741
742 2002-06-25  Angus Leeming  <leeming@lyx.org>
743
744         * GraphicsCache.[Ch]:
745         * GraphicsCacheItem.[Ch]:
746         * GraphicsTypes.h: rewrite the graphics cache to just load a graphics
747         file into memory. The cache no longer controls the generation of the
748         pixmap. Instead, it just emits a signal when the loading status of an
749         image changes.
750         The cache no longer stores InsetGraphics pointers and nor does it
751         assume responsibility for modifying an image (scaling, rotating etc).
752         Instead, that must now be performed elsewhere.
753
754 2002-06-19  Angus Leeming  <leeming@lyx.org>
755
756         * GraphicsConverter.C: add using std::endl directive.
757
758 2002-06-17  Herbert Voss  <voss@lyx.org>
759
760         * GraphicsCachItem.C: (findTargetFormat)return xpm-format as a
761         default when nothing different was found
762         (convertToDisplayFormat): handle zipped files in the right way and
763         choose always convert as a default converter when no other
764         userdefined was found
765
766         * GraphicsConverter.C: add more lyxerr comments and choose
767         convert when no other userdefined converter was found
768
769 2002-06-10  Herbert Voss  <voss@lyx.org>
770
771         * GraphicsImageXPM.C (convertTo7chars): get another special color
772         format from convert work in the right way
773
774 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
775
776         * GraphicsCache.C: use right colormap incantation
777
778 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
779
780         * GraphicsCache.C: use lyx_gui namespace
781
782         * GraphicsImageXPM.C: back down to using xforms
783           directly again
784
785 2002-06-07  Angus Leeming  <leeming@lyx.org>
786
787         Fixes needed to compile with Compaq cxx 6.5.
788         * GraphicsConverter.h: forward declare class ConvProcess.
789
790         * GraphicsImageXPM.C:
791         all c-library variables have been moved into namespace std.
792         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
793
794 2002-06-06  Angus Leeming  <a.leeming@ic.ac.uk>
795
796         * GraphicsImageXPM.C (rotate): rotate in the same sense as xdvi!
797
798 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
799
800         * GraphicsImageXPM.C: SigC to boot::signals changes.
801         (newImage): fix () bug when using new.
802
803 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
804
805         * switch from SigC signals to boost::signals.
806
807 2002-05-29  André Pönitz <poenitz@gmx.net>
808
809         * GraphicsParam.C: remove unneeded #include, move vomment
810
811 2002-05-28  André Pönitz <poenitz@gmx.net>
812
813         * GraphicsParam.[Ch]: move inset related stuff to inset/insetgraphics
814
815 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
816
817         * GraphicsImageXPM.C: ColorHandler moved
818
819 2002-05-24  Juergen Vigna  <jug@sad.it>
820
821         * GraphicsCache.h:
822         * GraphicsImage.h: include LString.h first.
823
824 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
825
826         * GraphicsCacheItem.h: use more specific smart_ptr header.
827         * GraphicsTypes.h: ditto
828         * GraphicsImage.h: ditto
829         * GraphicsConverter.h: ditto
830
831 2002-04-28  John Levon  <moz@compsoc.man.ac.uk>
832
833         * GraphicsImageXPM.C: understand convert's use of "opaque"
834           as a colour name
835
836 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
837
838         * GraphicsCache.[Ch] (loadableFormats): new method. A wrapper for
839         GImage::loadableFormats() that ensures that the signal is connected
840         to the derived class' method.
841
842 2002-04-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
843
844         * GraphicsImageXPM.C (convertTo7chars): drop all conversions and
845         only work on the string.
846
847 2002-04-17  Angus Leeming  <a.leeming@ic.ac.uk>
848
849         * GraphicsImageXPM.C (Data::reset): Fix the loading of xpm files by
850         the simple image loader when it encounters colour strings like
851         #rrrrggggbbbb.
852
853 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
854
855         * GraphicsCacheItem.C (convertToDisplayFormat):
856         * GraphicsConverter.C (build_script): remove the Alerts when things go
857         wrong as the inset displays the message anyway. Moreover, Alert seems
858         pretty temperamemtal at the moment.
859
860 2002-04-16  Rob Lahaye  <lahaye@users.sourceforge.net>
861
862         * GraphicsImageXPM.C: fix clipping for boundingbox y-coordinates
863
864 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
865
866         * GraphicsCacheItem.C (findTargetFormat): fix bug waiting to bite:
867         a reference to a temp object that's going out of scope...
868
869 2002-04-09  Herbert Voss  <voss@lyx.org>
870
871         * GraphicsParams.C (BoundingBox c-tor): fix rounding errors by using
872         LyXLength::inBP instead of inPixels.
873
874 2002-04-10  Herbert Voss  <voss@perce.de>
875
876         * GraphicsCache.[Ch]:
877         * GraphicsCacheItem.[Ch]: add width/height functions from Angus
878         to read the "Bounding Box" from non (e)ps files.
879
880 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
881
882         * GraphicsParams.C (c-tor): if clipping, then check the Bounding Box of
883         the EPS file too, to ensure that the clipped Bounding Box is relative
884         to the original. (From Herbert.)
885
886 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
887
888         * GraphicsParams.C (BoundingBox c-tor): ensure that the member
889         variables are initialised. Clean-up parsing of the string (with thanks
890         to Herbert.)
891
892 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
893
894         * GraphicsCacheItem.C (convertToDisplayFormat): don't launch that Alert
895         if the file can't be found.
896
897         * GraphicsParams.h (c-tor): remove string() as default argument.
898
899         * GraphicsCacheItem.C: a couple of changes as a result.
900
901 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
902
903         * GraphicsCache.[Ch] (update): now passed filepath to determine absolute
904         path to graphics file.
905
906         * GraphicsParams.[Ch] (c-tor): now passed filepath.
907
908 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
909
910         * most files: ws cleanup
911
912         * Makefile.am: remove ld -r stuff
913
914 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
915
916         * Makefile.am: special rules if partial linking
917
918 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
919
920         * GraphicsCache.C: use Lars' preferred idiom for a for-loop.
921
922 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
923
924         * GraphicsConverter.[Ch] (converted): make first arg const ref.
925
926         * GraphicsCacheItem.h: doxy change
927
928         * GraphicsCacheItem.C: ws change
929
930 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
931
932         * Makefile.am: if there is no image loading class leveraging the power
933         of the appropriate gui library, then compile the basic alternative
934         found in GraphicsImageXPM.[Ch].
935
936 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
937
938         * GraphicsCache.C: change associated with move of initialiseGraphics
939         to GUIRuntime.
940
941 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
942
943         * GraphicsParams.[Ch]:
944         * GraphicsImage.C:
945         * GraphicsImageXPM.C: properly resolve more warnings about comparison
946         between signed and unsigned integer expressions.
947
948         * Makefile.am: add GraphicsTypes.h which I'd carelessly left out.
949
950         * GraphicsCache.C: move connections to the GImage-derived classes to
951         the frontends.
952
953         * GraphicsImageXPM.C (copy c-tor): don't copy pixmap.
954
955         * GraphicsCacheItem.C (findTargetFormat): if we can load direct without
956         conversion, then do that.
957
958 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
959
960         * GraphicsCache.C: improve commentary to graphicsInit and where it
961         should really go.
962
963         * GraphicsImageXPM.C (~Data, free_color_table): resolve the crash
964         that became a memory leak properly. (Let the shared_c_ptr free the
965         color table.)
966         (reset, mapcolor): tidy up and introduce a work around for XPM files
967         with crappy color entries. Print out a nice friendly message on what's
968         gone wrong and how to resolve it properly.
969
970 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
971
972         * GraphicsImageXPM.[Ch]: more rigorous use of types (signed/unsigned).
973         (Data d-tor): introduce memory leak temporarily, to "fix" a crash
974         in free_color_table.
975         (unique_color_string): use the correct string c-tor.
976
977 2002-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
978
979         * ImageLoader.[Ch]:
980         * ImageLoaderXPM.[Ch]: removed.
981
982         * GraphicsConverter.[Ch]:
983         * GraphicsImage.[Ch]:
984         * GraphicsImageXPM.[Ch]:
985         * GraphicsParams.[Ch]:
986         * GraphicsTypes.h: new files.
987
988         * All files. A total re-write of the graphics cache. The cache now
989         supports asynchronous file conversion and file loading. Images
990         can be cropped, rotated and scaled for display on the LyX screen.
991         The old LyXImage and ImageLoader have been combined in a new class
992         GImage. Ditto, ImageLoaderXPM's functionality has been moved into
993         GImageXPM.
994
995 2002-02-07  Herbert Voss  <voss@lyx.org>
996
997         * GraphicsCacheItem.C: use unzipFile() from support/filetools
998
999 2002-01-31  Herbert Voss  <voss@lyx.org>
1000
1001         * GraphicsCacheItem.h: handle filetype without the file extension;
1002         getting type from contents; handle zipped files
1003
1004 2002-01-27  Herbert Voss  <voss@lyx.org>
1005
1006         * GraphicsCacheItem.h: added Converting to the ImageStatus enum.
1007
1008 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1009
1010         * ImageLoaderXPM.C: don't set XpmColorKey flag if we don't use it
1011
1012 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1013
1014         * GraphicsCacheItem.h: do not include <config.h> in header files
1015
1016 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
1017
1018         * ImageLoaderXPM.C (runImageLoader): If the pixmap contains a
1019         transparent colour, then set it to the colour of the background.
1020         Also take account of the monochrome, grayscale of color
1021         preferences option.
1022
1023 2001-09-20  Angus Leeming  <a.leeming@ic.ac.uk>
1024
1025         * GraphicsCacheItem.C (convertImage): only convert if "from" and "to"
1026         are different. Thus, don't delete the "to" if it's the original!
1027
1028 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
1029
1030         * ImageLoadXPM.C: remove setting of alloc colour mask,
1031           led to crash as we don't define a callback
1032
1033 2001-07-29  Baruch Even  <baruch@lyx.org>
1034
1035         * ImageLoaderXPM.C (runImageLoader): When loading agree to use non-exact
1036         colors with closeness of 10000.
1037
1038         * GraphicsCacheItem.C: Fixed a compilation bug introduced earlier.
1039
1040 2001-07-29  Baruch Even  <baruch@lyx.org>
1041
1042         * GraphicsCacheItem.C (findTargetFormat): Removed error dialog box,
1043         too annoying.
1044
1045 2001-07-23  Baruch Even  <baruch@lyx.org>
1046
1047         * GraphicsCacheItem.C (convertImage): Fixed a bug with regard to loading
1048         the image after conversion.
1049
1050 2001-07-17  Baruch Even  <baruch@lyx.org>
1051
1052         * GraphicsCacheItem.h:
1053         * GraphicsCacheItem.C: Shuffled things a bit to make it easier to switch
1054         from synchronous to asynchronous and to ease the coming changes.
1055
1056 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1057
1058         * ImageLoaderXPM.C (runImageLoader): get display information from
1059         GUIRunTime.
1060
1061 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1062
1063         * GraphicsCache.C:
1064         * GraphicsCacheItem.C:
1065         * ImageLoader.C:
1066         * ImageLoaderXPM.C: removed // -*- C++ -*- as first line.
1067
1068 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1069
1070         * GraphicsCache.h: inherit privately from noncopyable
1071         * ImageLoader.h: ditto
1072         * GraphicsCacheItem.h: ditto
1073
1074 2001-04-16  Allan Rae  <rae@lyx.org>
1075
1076         * ImageLoaderXPM.C (runImageLoader): #warning triggers an error on Sun
1077         CC 6.0 as an unrecognised preprocessor directive.  So ensure they're
1078         wrapped.
1079
1080 2001-04-02  Baruch Even  <baruch@lyx.org>
1081
1082         * GraphicsCacheItem.[Ch]: Changed to used the Converter class instead
1083         of hard coding ImageMagick.
1084
1085 2001-03-10  Baruch Even  <baruch@lyx.org>
1086
1087         * GraphicsCache.C: Style change from (*it).field to it->field
1088
1089 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1090
1091         * GraphicsCache.h: noncopyable is in namespace boost
1092         * ImageLoader.h: ditto
1093         * GraphicsCacheItem.h: ditto
1094
1095 2001-03-07  Baruch Even  <baruch@lyx.org>
1096
1097         * GraphicsCache.C (d-tor): Removed the assert, the assumption it carried
1098         was false and it's not needed anyhow since the shared_ptr's in the cache
1099         will destroy everything on exit.
1100
1101 2001-02-28  Baruch Even  <baruch@ev-en.org>
1102
1103         * GraphicsCache.h:
1104         * GraphicsCache.C: Changed the singleton pattern implementation, the
1105         former version "leaked" in the sense that it was not deallocated at
1106         program end.
1107
1108 2001-02-20  Baruch Even  <baruch@ev-en.org>
1109
1110         * GraphicsCache.C: Changed to use shared_ptr<GraphicsCacheItem>
1111         instead of a pure pointer.
1112
1113         * GraphicsCacheItem.[Ch]:
1114         * GraphicsCacheItem_pimpl.[Ch]: Collapsed them into GraphicsCacheItem,
1115         removed the reference counting that was inside. Also fixed a bug where
1116         a temporary file wouldn't get erased.
1117
1118         * ImageLoader.[Ch]: Changed the semantics of the image_ pointers usage.
1119         Ownership is now dropped when the caller requests the image_ pointer.
1120
1121 2001-02-20  Baruch Even  <baruch@ev-en.org>
1122
1123         * GraphicsCache.C: Cleared up the confusion on when and how it is
1124         emptied.
1125
1126         * GraphicsCacheItem.C: Indentation change.
1127
1128         * GraphicsCacheItem_pimpl.C: Fixed the loading logic so that it will
1129         figure correctly when the image has been loaded successfully.
1130
1131 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1132
1133         * ImageLoader.C: add a "using" directive.
1134
1135         * ImageLoader.h: remove extra comma at the end of enum; add an
1136         std:: qualifier for vector.
1137
1138 2001-01-21  Baruch Even  <baruch@ev-en.org>
1139
1140         * GraphicsCacheItem.[Ch]: Changes due to the storage of width and
1141         height in the image itself and minor cleanups.
1142
1143         * GraphicsCacheItem_impl.[Ch]: Changes due to the switch to use a
1144         new ImageLoader class instead of the older Renderer class. This
1145         means change of responsibilities.