mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
Pedantic change of email only.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4637 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c5e3aebca3
commit
a674f70d4a
@ -4,7 +4,7 @@
|
|||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Baruch Even <baruch.even@writeme.com>
|
* \author Baruch Even <baruch.even@writeme.com>
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Baruch Even <baruch.even@writeme.com>
|
* \author Baruch Even <baruch.even@writeme.com>
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*
|
*
|
||||||
* grfx::Cache is the manager of the image cache.
|
* grfx::Cache is the manager of the image cache.
|
||||||
* It is responsible for creating the grfx::CacheItem's and maintaining them.
|
* It is responsible for creating the grfx::CacheItem's and maintaining them.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* \author Baruch Even <baruch.even@writeme.com>
|
* \author Baruch Even <baruch.even@writeme.com>
|
||||||
* \author Herbert Voss <voss@lyx.org>
|
* \author Herbert Voss <voss@lyx.org>
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Baruch Even <baruch.even@writeme.com>
|
* \author Baruch Even <baruch.even@writeme.com>
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*
|
*
|
||||||
* The graphics cache is a container of grfx::CacheItems.
|
* The graphics cache is a container of grfx::CacheItems.
|
||||||
* Each grfx::CacheItem, definedhere represents a separate image file.
|
* Each grfx::CacheItem, definedhere represents a separate image file.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Copyright 2002 the LyX Team
|
* Copyright 2002 the LyX Team
|
||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright 2002 the LyX Team
|
* Copyright 2002 the LyX Team
|
||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*
|
*
|
||||||
* The controller of a conversion process from file AA of format A to
|
* The controller of a conversion process from file AA of format A to
|
||||||
* file BB of format B.
|
* file BB of format B.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Baruch Even <baruch.even@writeme.com>
|
* \author Baruch Even <baruch.even@writeme.com>
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Baruch Even <baruch.even@writeme.com>
|
* \author Baruch Even <baruch.even@writeme.com>
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*
|
*
|
||||||
* An abstract base class for the images themselves.
|
* An abstract base class for the images themselves.
|
||||||
* Allows the user to retrieve the pixmap, once loaded and to issue commands
|
* Allows the user to retrieve the pixmap, once loaded and to issue commands
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Baruch Even <baruch.even@writeme.com>
|
* \author Baruch Even <baruch.even@writeme.com>
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Baruch Even <baruch.even@writeme.com>
|
* \author Baruch Even <baruch.even@writeme.com>
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*
|
*
|
||||||
* An instantiation of Image that makes use of libXPM to load and store
|
* An instantiation of Image that makes use of libXPM to load and store
|
||||||
* the image in memory.
|
* the image in memory.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Copyright 2002 the LyX Team
|
* Copyright 2002 the LyX Team
|
||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright 2002 the LyX Team
|
* Copyright 2002 the LyX Team
|
||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*
|
*
|
||||||
* Used internally by the GraphicsCache.
|
* Used internally by the GraphicsCache.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright 2002 the LyX Team
|
* Copyright 2002 the LyX Team
|
||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*
|
*
|
||||||
* All that header files outside the graphics subdirectory should need to
|
* All that header files outside the graphics subdirectory should need to
|
||||||
* access.
|
* access.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright 2002 the LyX Team
|
* Copyright 2002 the LyX Team
|
||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*
|
*
|
||||||
* grfx::PreviewLoader collects latex snippets together. Then, on a
|
* grfx::PreviewLoader collects latex snippets together. Then, on a
|
||||||
* startLoading() call, these are dumped to file and processed, converting
|
* startLoading() call, these are dumped to file and processed, converting
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Copyright 2002 the LyX Team
|
* Copyright 2002 the LyX Team
|
||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright 2002 the LyX Team
|
* Copyright 2002 the LyX Team
|
||||||
* Read the file COPYING
|
* Read the file COPYING
|
||||||
*
|
*
|
||||||
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
* \author Angus Leeming <leeming@lyx.org>
|
||||||
*
|
*
|
||||||
* grfx::Previews is a singleton class that stores the grfx::PreviewLoader
|
* grfx::Previews is a singleton class that stores the grfx::PreviewLoader
|
||||||
* for each buffer requiring one.
|
* for each buffer requiring one.
|
||||||
|
Loading…
Reference in New Issue
Block a user