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