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