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