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