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