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