2003-02-22 18:01:16 +00:00
|
|
|
|
2003-02-21 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* Timeout.[Ch]: define a Timeout::Impl abstract base class from
|
|
|
|
|
which the GUIs will derive their implementations. Means that
|
|
|
|
|
we no longer have to look into the GUIs to write the class.
|
|
|
|
|
Store the implementation in a boost::scoped_ptr, not a raw pointer.
|
|
|
|
|
|
2003-02-21 09:20:18 +00:00
|
|
|
|
2003-02-21 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: remove forward declarations of InsetBibKey, InsetBibtex.
|
|
|
|
|
|
2003-02-21 12:22:25 +00:00
|
|
|
|
* FileDialog.h: don't pass LyXView to the c-tor.
|
|
|
|
|
Don't store a LyXView &.
|
|
|
|
|
|
2003-02-14 14:49:51 +00:00
|
|
|
|
2003-02-14 John Levon <levon@movementarian.org>
|
|
|
|
|
|
|
|
|
|
* LyXView.h: prohibit/allowInput() -> busy(bool)
|
|
|
|
|
|
2003-02-08 19:18:01 +00:00
|
|
|
|
2003-02-08 John Levon <levon@movementarian.org>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: add showMergeChanges()
|
|
|
|
|
|
2003-01-14 21:51:34 +00:00
|
|
|
|
2003-01-11 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
|
|
|
|
|
|
|
|
|
* FileDialog.h: implement opendir (browse directory) [bug 824]
|
|
|
|
|
|
2003-01-12 22:24:47 +00:00
|
|
|
|
2003-01-12 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (LIBS): delete
|
|
|
|
|
(libfrontends_la_LDFLAGS): add with same as LIBS
|
|
|
|
|
|
2003-01-12 19:35:40 +00:00
|
|
|
|
2003-01-11 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* screen.C (SplashScreen): load up banner.ppm rather than banner.xpm.
|
|
|
|
|
|
2003-01-05 22:38:42 +00:00
|
|
|
|
2003-01-05 John Levon <levon@movementarian.org>
|
|
|
|
|
|
|
|
|
|
* LyXKeySym.h: pass Encoding to getISOEncoded
|
|
|
|
|
|
2002-12-18 14:24:32 +00:00
|
|
|
|
2002-12-17 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.h: add new function lyx_gui::getStatus, which can be
|
|
|
|
|
used by a frontend to indicate that some lfun is not implemented.
|
|
|
|
|
|
2002-12-12 13:46:06 +00:00
|
|
|
|
2002-12-12 John Levon <levon@movementarian.org>
|
|
|
|
|
|
|
|
|
|
* LyXKeySym.h: add isText()
|
2003-01-12 22:24:47 +00:00
|
|
|
|
|
2002-12-03 18:28:17 +00:00
|
|
|
|
2002-12-03 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* screen.C (fitCursor): remove usleep thingie
|
|
|
|
|
(fitManualCursor): ditto
|
|
|
|
|
|
2002-12-03 09:57:59 +00:00
|
|
|
|
2002-12-03 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
|
|
|
|
|
|
|
|
|
|
* screen.C (fitManualCursor): add delay if we have a selection
|
2002-12-03 18:28:17 +00:00
|
|
|
|
going
|
2002-12-03 09:57:59 +00:00
|
|
|
|
(fitCursor): ditto
|
|
|
|
|
|
2002-12-01 22:59:25 +00:00
|
|
|
|
2002-12-01 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
|
|
|
|
|
|
|
|
|
|
* several files: ws changes
|
|
|
|
|
|
2002-11-17 08:32:09 +00:00
|
|
|
|
2002-11-17 John Levon <levon@movementarian.org>
|
|
|
|
|
|
|
|
|
|
* FileDialog.h: split Select() into open()/save() for
|
|
|
|
|
benefit of Qt
|
2002-12-01 22:59:25 +00:00
|
|
|
|
|
2002-11-07 00:21:28 +00:00
|
|
|
|
2002-11-01 Herbert Voss <voss@perce.de>
|
2002-12-01 22:59:25 +00:00
|
|
|
|
|
|
|
|
|
* ControlGraphics.C: "Default" is now a part of the rotate-list
|
|
|
|
|
|
2002-11-04 02:12:42 +00:00
|
|
|
|
2002-11-04 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.h: do not use std:: on string
|
|
|
|
|
|
2002-11-04 00:15:56 +00:00
|
|
|
|
2002-11-04 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.h: reindent a bit, change signeture on lyx_gui::start.
|
|
|
|
|
|
2002-10-25 09:16:22 +00:00
|
|
|
|
2002-10-24 Rob Lahaye <lahaye@snu.ac.kr>
|
|
|
|
|
|
|
|
|
|
* PrinterParams.h (to): default value changed to 0 (from 1).
|
|
|
|
|
|
|
|
|
|
* Liason.[Ch]: removed. Code moved into ControlPrint.[Ch].
|
|
|
|
|
|
|
|
|
|
* makefile.am: remove Liason.[Ch].
|
|
|
|
|
|
2002-10-21 14:58:58 +00:00
|
|
|
|
2002-10-21 Angus Leeming <aleem@pneumon.bg.ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* LyXKeySym.h (operator==): compilation fix. The two args should have
|
|
|
|
|
different names...
|
|
|
|
|
|
2002-10-20 01:48:28 +00:00
|
|
|
|
2002-10-20 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
|
|
|
|
|
|
|
|
|
|
* LyXKeySym.h: move operator== out of class. Separate
|
|
|
|
|
implementations for xforms and qt.
|
|
|
|
|
|
|
|
|
|
* Liason.[Ch]: get rid of setMinibuffer, where used call message
|
|
|
|
|
directly through LyXView::message instead.
|
|
|
|
|
|
2002-09-26 08:57:43 +00:00
|
|
|
|
2002-09-25 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* Dialogs.C: doxygen fix.
|
|
|
|
|
|
2002-09-24 18:22:50 +00:00
|
|
|
|
2002-09-24 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (INCLUDES): loose SIGC_INCLUDES
|
|
|
|
|
|
2002-09-11 18:48:20 +00:00
|
|
|
|
2002-09-12 Rob Lahaye <lahaye@snu.ac.kr>
|
2002-09-24 18:22:50 +00:00
|
|
|
|
|
|
|
|
|
* Liason.C: implement new printer parameters with new xforms dialog
|
|
|
|
|
|
2002-09-11 18:05:42 +00:00
|
|
|
|
2002-09-11 Rob Lahaye <lahaye@snu.ac.kr>
|
|
|
|
|
|
|
|
|
|
* LyXView.C (LyXView::updateWindowTitle): change the minimised icon
|
|
|
|
|
to show an asterix if the buffer has changed.
|
|
|
|
|
|
2002-09-11 03:02:02 +00:00
|
|
|
|
2002-09-11 John Levon <levon@movementarian.org>
|
|
|
|
|
|
|
|
|
|
* Painter.C: draw frame after background. This is needed
|
|
|
|
|
on Qt but not xforms ??
|
2002-09-24 18:22:50 +00:00
|
|
|
|
|
2002-09-05 14:10:50 +00:00
|
|
|
|
2002-09-05 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* all files: modify the headers as discussed on the list.
|
2002-08-28 08:30:27 +00:00
|
|
|
|
|
|
|
|
|
2002-08-28 Andr<64> P<>nitz <poenitz@gmx.net>
|
|
|
|
|
|
|
|
|
|
* WorkArea.h: replace bunch of mouse event handler by 'dispatch' handler
|
|
|
|
|
|
2002-08-20 19:41:13 +00:00
|
|
|
|
2002-08-20 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h (noncopyable): ws changes only
|
|
|
|
|
|
2002-08-16 13:43:03 +00:00
|
|
|
|
2002-08-16 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: use $(variables) instead of @substitutions@
|
|
|
|
|
|
2002-08-15 17:48:53 +00:00
|
|
|
|
2002-08-15 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* Dialogs.[Ch]:
|
|
|
|
|
* guiapi.[Ch]: the brave new world of Dialog creation.
|
|
|
|
|
|
|
|
|
|
* LyXView.C: associated change.
|
|
|
|
|
|
|
|
|
|
* Makefile.am: add new file guiapi.C.
|
|
|
|
|
|
2002-08-14 19:19:47 +00:00
|
|
|
|
2002-08-13 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* DialogBase.h: removed.
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: rearrange #includes, forward declarations and some
|
|
|
|
|
functions. Remove commented out, historical code.
|
|
|
|
|
|
|
|
|
|
* Dialogs.[Ch] (showInfo): removed.
|
|
|
|
|
|
|
|
|
|
* guiapi.h (gui_ShowInfo): removed.
|
2002-08-13 17:43:40 +00:00
|
|
|
|
|
|
|
|
|
2002-08-13 Andr<64> P<>nitz <poenitz@gmx.net>
|
|
|
|
|
|
|
|
|
|
* LyXView.[Ch]: new member dispatch();
|
|
|
|
|
|
2002-08-13 14:40:38 +00:00
|
|
|
|
2002-08-13 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* LyXView.[Ch]:
|
|
|
|
|
(getLyXFunc, getToolbar, getMenubar, getDialogs, getIntl): all now
|
|
|
|
|
return a reference not a pointer.
|
|
|
|
|
(controlcommand_, intl_, autosave_timeout_): employ the
|
|
|
|
|
const scoped_ptr idiom.
|
|
|
|
|
|
2002-08-12 14:28:43 +00:00
|
|
|
|
2002-08-12 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* DialogBase.h: no longer derive from boost::signals::trackable.
|
|
|
|
|
|
|
|
|
|
* Toolbar.[Ch] (c-tor): no londer passed a Dialogs &.
|
|
|
|
|
|
2002-08-08 22:03:30 +00:00
|
|
|
|
2002-08-08 John Levon <levon@movementarian.org>
|
|
|
|
|
|
|
|
|
|
* Toolbar.C:
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-08-13 17:43:40 +00:00
|
|
|
|
2002-08-06 Andr<64> Poenitz <poenitz@gmx.net>
|
2002-08-06 13:00:50 +00:00
|
|
|
|
|
|
|
|
|
* Screen.C: Honor \show_banner lyxrc setting
|
|
|
|
|
|
2002-08-04 23:11:50 +00:00
|
|
|
|
2002-08-04 John Levon <levon@movementarian.org>
|
|
|
|
|
|
|
|
|
|
* LyXView.C: isLyxClean->isClean
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-08-02 12:28:59 +00:00
|
|
|
|
2002-08-02 Edwin Leuven <leuven@fee.uva.nl>
|
|
|
|
|
|
|
|
|
|
* Dialogs.[Ch] (updateParagraph): converted back to a signal again.
|
|
|
|
|
|
2002-08-02 09:21:50 +00:00
|
|
|
|
2002-08-02 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* LyXView.[Ch] (view): now returns shared_ptr<BufferView> const &
|
|
|
|
|
so that anything wanting to cache the buffer view can do so safely
|
|
|
|
|
using a boost::weak_ptr.
|
|
|
|
|
|
|
|
|
|
* LyXView.h: store bufferview_ as a shared_ptr, not as a scoped_ptr.
|
|
|
|
|
Spell Bj<42>nnes correctly.
|
|
|
|
|
|
2002-08-01 03:08:01 +00:00
|
|
|
|
2002-08-01 John Levon <levon@movementarian.org>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h:
|
|
|
|
|
* Dialogs.C:
|
|
|
|
|
* guiapi.h: remove options from spell dialog
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-30 22:35:43 +00:00
|
|
|
|
2002-07-30 John Levon <levon@movementarian.org>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.h: add remove_read_callback()
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-22 18:56:04 +00:00
|
|
|
|
2002-07-22 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.h: add exit()
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-22 20:52:40 +00:00
|
|
|
|
2002-07-22 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Toolbar.h:
|
|
|
|
|
* Toolbar.C: remove other unused code
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-22 16:05:17 +00:00
|
|
|
|
2002-07-22 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Toolbar.h:
|
|
|
|
|
* Toolbar.C: remove ->push()
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-21 21:21:06 +00:00
|
|
|
|
2002-07-21 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
|
|
|
|
|
|
|
|
|
* LyXView.C: use BufferParams::getLyXTextClass
|
|
|
|
|
|
2002-07-21 01:38:24 +00:00
|
|
|
|
2002-07-21 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* LyXView.C: move autosave connect here
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-20 21:50:05 +00:00
|
|
|
|
2002-07-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
|
|
|
|
|
2002-08-20 19:41:13 +00:00
|
|
|
|
* LyXView.C (updateMenubar): remove code to set different menubars
|
2002-07-20 21:50:05 +00:00
|
|
|
|
|
|
|
|
|
* Menubar.C (set): remove
|
|
|
|
|
|
2002-07-19 20:56:31 +00:00
|
|
|
|
2002-07-19 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* LyXView.h:
|
|
|
|
|
* LyXView.C: use ControlCommandBuffer, related
|
|
|
|
|
cleanup
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-19 20:56:31 +00:00
|
|
|
|
* MiniBuffer.h:
|
|
|
|
|
* MiniBuffer.C: remove
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-18 20:15:29 +00:00
|
|
|
|
2002-07-18 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* LyXView.h:
|
|
|
|
|
* LyXView.C:
|
|
|
|
|
* MiniBuffer.h:
|
|
|
|
|
* MiniBuffer.C: remove messagePush/Pop, addSet
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-17 04:13:41 +00:00
|
|
|
|
2002-07-17 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* LyXView.h:
|
|
|
|
|
* LyXView.C: change showState to view_state_changed signal
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-14 01:44:15 +00:00
|
|
|
|
2002-07-14 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.h: add set_read_callback()
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-12 16:26:25 +00:00
|
|
|
|
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.h: remove init_graphics()
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-12 03:17:31 +00:00
|
|
|
|
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Toolbar.h:
|
|
|
|
|
* Toolbar.C: remove unused (de)activate()
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-12 03:05:13 +00:00
|
|
|
|
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
|
* font_loader.h: remove
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-12 03:05:13 +00:00
|
|
|
|
* lyx_gui.h: add update_fonts(), font_available()
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-12 02:27:42 +00:00
|
|
|
|
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.h: add update_color
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-09 16:23:20 +00:00
|
|
|
|
2002-07-09 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Painter.C:
|
|
|
|
|
* Painter.h: make frame/background painting optional
|
|
|
|
|
for rectText
|
2002-08-20 19:41:13 +00:00
|
|
|
|
|
2002-07-05 21:24:15 +00:00
|
|
|
|
2002-07-05 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.h (hexname): new function.
|
|
|
|
|
|
2002-07-04 17:45:35 +00:00
|
|
|
|
2002-07-04 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* screen.C (SplashScreen): we change
|
|
|
|
|
(topCursorVisible): ws change
|
|
|
|
|
(greyOut): divide by 2 instead of multiplying with 0.5
|
|
|
|
|
|
2002-07-02 19:23:10 +00:00
|
|
|
|
2002-07-02 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: remove static from redrawGUI and
|
|
|
|
|
toggleTooltips.
|
|
|
|
|
|
2002-06-28 11:22:56 +00:00
|
|
|
|
2002-06-28 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* Painter.h:
|
|
|
|
|
* screen.C: changes associated with the name change grfx::GImage ->
|
|
|
|
|
grfx::Image.
|
|
|
|
|
|
2002-06-26 14:15:08 +00:00
|
|
|
|
2002-06-26 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* screen.C: moved the image loading stuff into a new class grfx::Loader.
|
|
|
|
|
Simplifies this file enormously.
|
|
|
|
|
|
2002-06-25 16:09:09 +00:00
|
|
|
|
2002-06-25 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* screen.C: add a SplashScreen class to load up the pixmap once again.
|
|
|
|
|
|
2002-06-24 20:28:12 +00:00
|
|
|
|
2002-06-24 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* LyXView.C: layout as layout
|
|
|
|
|
|
2002-06-21 04:40:40 +00:00
|
|
|
|
2002-06-21 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* screen.C: add FIXME
|
2002-06-24 20:28:12 +00:00
|
|
|
|
|
2002-06-21 02:22:13 +00:00
|
|
|
|
2002-06-21 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* WorkArea.h: remove redraw()
|
2002-06-24 20:28:12 +00:00
|
|
|
|
|
2002-06-20 23:01:16 +00:00
|
|
|
|
2002-06-20 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* guiapi.h:
|
|
|
|
|
* Dialogs.h:
|
|
|
|
|
* Dialogs.C: createIndex() doesn't take string
|
2002-06-24 20:28:12 +00:00
|
|
|
|
|
2002-06-20 20:37:42 +00:00
|
|
|
|
2002-06-20 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* WorkArea.h: remove unused resize(..) and change name
|
2002-06-24 20:28:12 +00:00
|
|
|
|
|
2002-06-19 23:55:55 +00:00
|
|
|
|
2002-06-20 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* LyXKeySym.h:
|
|
|
|
|
* LyXKeySym.C: remove un-needed file
|
2002-06-24 20:28:12 +00:00
|
|
|
|
|
2002-06-19 23:55:55 +00:00
|
|
|
|
* WorkArea.h:
|
|
|
|
|
* WorkArea.C: remove un-needed file. Add back
|
|
|
|
|
comments. Remove focus management, greyOut()
|
2002-06-24 20:28:12 +00:00
|
|
|
|
|
2002-06-19 22:11:20 +00:00
|
|
|
|
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* WorkArea.h: remove focus/unfocus events
|
2002-06-24 20:28:12 +00:00
|
|
|
|
|
2002-06-19 18:29:07 +00:00
|
|
|
|
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* WorkArea.h: remove unused methods
|
2002-06-24 20:28:12 +00:00
|
|
|
|
|
2002-06-19 03:54:18 +00:00
|
|
|
|
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Toolbar.C: add missing header
|
2002-06-24 20:28:12 +00:00
|
|
|
|
|
2002-06-19 03:16:15 +00:00
|
|
|
|
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* WorkArea.h: remove unused method width()
|
2002-06-24 20:28:12 +00:00
|
|
|
|
|
2002-06-18 15:44:30 +00:00
|
|
|
|
2002-06-16 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* add a nother layer of inderection for calling gui specific
|
|
|
|
|
methods.
|
|
|
|
|
* guiapi.h: new file
|
|
|
|
|
|
|
|
|
|
2002-06-16 <alstrup@diku.dk>
|
|
|
|
|
|
|
|
|
|
* WorkArea.C: New file for GUII.
|
|
|
|
|
|
|
|
|
|
* WorkAreaFactory.h: New file for GUII.
|
|
|
|
|
|
|
|
|
|
* WorkArea.h: GUII stuff.
|
|
|
|
|
|
|
|
|
|
2002-06-15 Lyx Development team <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* LyXKeySymFactory.h: Added GUII factory for LyXKeySyms.
|
|
|
|
|
|
|
|
|
|
* LyXKeySym.[Ch]: Made the LyXKeySym class GUII.
|
|
|
|
|
|
|
|
|
|
* LyXKeySym.[Ch]: new LyXKeySym class for representing a
|
|
|
|
|
keypress. For now, X11 dependent.
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Added LyXKeySym.
|
|
|
|
|
|
|
|
|
|
2002-06-14 Lyx Development team <lyx@electronia>
|
|
|
|
|
|
|
|
|
|
* LyXScreenFactory.h: New factory for creating the screen
|
|
|
|
|
object in the super GUII way.
|
|
|
|
|
|
|
|
|
|
* screen.h: Made LyXScreen an abstract base class for the
|
|
|
|
|
screen object.
|
|
|
|
|
|
|
|
|
|
* LyXView.h: Moved last_textclass_ member to Toolbar.C where it
|
|
|
|
|
belongs.
|
|
|
|
|
|
2002-06-12 15:01:32 +00:00
|
|
|
|
2002-06-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Painter.h:
|
|
|
|
|
* Painter.C: s/PainterBase/Painter, remove dead code
|
2002-06-18 15:44:30 +00:00
|
|
|
|
|
2002-06-12 14:43:09 +00:00
|
|
|
|
2002-06-12 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
2002-06-18 15:44:30 +00:00
|
|
|
|
* lyx_gui.h: remove trailing semi-colon after the brace closing
|
2002-06-12 14:43:09 +00:00
|
|
|
|
the namespace.
|
|
|
|
|
|
2002-06-12 11:34:13 +00:00
|
|
|
|
2002-06-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* LyXView.h: cleanup
|
|
|
|
|
|
|
|
|
|
* LyXView.C: move init() here from xforms/
|
2002-06-18 15:44:30 +00:00
|
|
|
|
|
2002-06-12 10:31:34 +00:00
|
|
|
|
2002-06-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* screen.h:
|
|
|
|
|
* screen.C: change topCursorVisible() prototype
|
2002-06-18 15:44:30 +00:00
|
|
|
|
|
2002-06-12 09:16:03 +00:00
|
|
|
|
2002-06-12 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
2002-06-18 15:44:30 +00:00
|
|
|
|
* font_metrics.h: remove trailing semi-colon after the brace closing
|
2002-06-12 09:16:03 +00:00
|
|
|
|
the namespace.
|
|
|
|
|
|
2002-06-12 09:47:10 +00:00
|
|
|
|
2002-06-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* GUIRunTime.h: remove in favour of ...
|
|
|
|
|
|
|
|
|
|
* Makefile.am:
|
2002-06-18 15:44:30 +00:00
|
|
|
|
* lyx_gui.h: ... namespace for GUI start up
|
|
|
|
|
|
|
|
|
|
* LyXView.h: remove init(),show(),setPosition()
|
|
|
|
|
|
2002-06-12 02:54:19 +00:00
|
|
|
|
2002-06-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Menubar.C:
|
|
|
|
|
* Timeout.h:
|
|
|
|
|
* Toolbar.C:
|
|
|
|
|
* LyXView.h:
|
2002-06-18 15:44:30 +00:00
|
|
|
|
* LyXView.C: some cleanup, prefer scoped_ptr
|
|
|
|
|
|
2002-06-12 00:51:45 +00:00
|
|
|
|
2002-06-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* screen.C:
|
|
|
|
|
* Painter.C: use workHeight()
|
|
|
|
|
|
|
|
|
|
* WorkArea.h: remove confusing duplicate unused code
|
2002-06-18 15:44:30 +00:00
|
|
|
|
|
2002-06-11 23:47:58 +00:00
|
|
|
|
2002-06-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* screen.h:
|
|
|
|
|
* screen.C: rename, add reset()
|
2002-06-18 15:44:30 +00:00
|
|
|
|
|
2002-06-11 21:44:00 +00:00
|
|
|
|
2002-06-11 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* font_metrics.h: move X-specific stuff out of namespace
|
2002-06-18 15:44:30 +00:00
|
|
|
|
|
2002-06-10 07:57:39 +00:00
|
|
|
|
2002-06-07 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
Fixes needed to compile with Compaq cxx 6.5.
|
|
|
|
|
* Alert.C: all c-library variables have been moved into namespace std.
|
|
|
|
|
Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
|
|
|
|
|
|
|
|
|
|
* Toolbar.h (Pimpl): type definition made public.
|
|
|
|
|
|
2002-05-31 01:13:36 +00:00
|
|
|
|
2002-05-31 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Alert.h: better variable name
|
2002-06-18 15:44:30 +00:00
|
|
|
|
|
2002-05-29 16:21:03 +00:00
|
|
|
|
2002-05-29 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* switch from SigC signals to boost::signals
|
|
|
|
|
|
2002-05-26 18:30:34 +00:00
|
|
|
|
2002-05-26 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
|
* WorkArea.h:
|
|
|
|
|
* WorkArea.C: move to xforms/ for better diff
|
2002-05-29 16:21:03 +00:00
|
|
|
|
|
2002-05-26 17:33:14 +00:00
|
|
|
|
2002-05-26 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* key_state.h:
|
|
|
|
|
* mouse_state.h: add
|
|
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
|
* WorkArea.h:
|
|
|
|
|
* WorkArea.C: use above
|
2002-05-29 16:21:03 +00:00
|
|
|
|
|
2002-05-24 18:24:14 +00:00
|
|
|
|
2002-05-24 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
|
* font_loader.h: placeholder
|
2002-05-29 16:21:03 +00:00
|
|
|
|
|
2002-05-24 18:24:14 +00:00
|
|
|
|
* screen.C: use placeholder
|
2002-05-29 16:21:03 +00:00
|
|
|
|
|
2002-05-24 14:34:32 +00:00
|
|
|
|
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
|
* font_metrics.h: add placeholder
|
2002-05-29 16:21:03 +00:00
|
|
|
|
|
2002-05-24 14:34:32 +00:00
|
|
|
|
* Painter.C:
|
|
|
|
|
* screen.C: use placeholder
|
2002-05-29 16:21:03 +00:00
|
|
|
|
|
2002-05-23 15:43:25 +00:00
|
|
|
|
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* WorkArea.h:
|
|
|
|
|
* WorkArea.C:
|
|
|
|
|
* Makefile.am: move here
|
2002-05-29 16:21:03 +00:00
|
|
|
|
|
2002-05-23 15:43:25 +00:00
|
|
|
|
* screen.h:
|
|
|
|
|
* screen.C: move here
|
2002-05-29 16:21:03 +00:00
|
|
|
|
|
2002-05-23 12:08:47 +00:00
|
|
|
|
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Liason.C:
|
2002-05-29 16:21:03 +00:00
|
|
|
|
* LyXView.h:
|
2002-05-23 12:08:47 +00:00
|
|
|
|
* LyXView.C:
|
|
|
|
|
* Makefile.am: move LyXView here
|
|
|
|
|
|
2002-05-23 09:21:32 +00:00
|
|
|
|
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
|
* Painter.h:
|
|
|
|
|
* Painter.C: add PainterBase here
|
2002-05-29 16:21:03 +00:00
|
|
|
|
|
2002-05-22 01:16:37 +00:00
|
|
|
|
2002-05-22 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: use more specific smart_ptr header
|
|
|
|
|
|
2002-04-08 09:42:58 +00:00
|
|
|
|
2002-04-08 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST
|
|
|
|
|
(EXTRA_DIST): delete
|
|
|
|
|
(dist-hook): delete
|
|
|
|
|
(distclean-local): delete
|
2002-04-08 17:55:47 +00:00
|
|
|
|
|
2002-04-06 13:15:10 +00:00
|
|
|
|
2002-04-06 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: make distcheck work
|
2002-04-07 15:31:50 +00:00
|
|
|
|
(distclean-local): handle distclean of non-built frontends better.
|
2002-04-06 13:15:10 +00:00
|
|
|
|
|
2002-03-21 16:49:07 +00:00
|
|
|
|
2002-03-21 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
2002-03-21 21:21:28 +00:00
|
|
|
|
* most files: ws cleanup
|
|
|
|
|
|
2002-03-21 16:49:07 +00:00
|
|
|
|
* Makefile.am: remove ld -r stuff
|
|
|
|
|
|
2002-03-20 19:06:32 +00:00
|
|
|
|
2002-03-20 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: special rules if partial linking
|
|
|
|
|
|
2002-03-11 22:47:41 +00:00
|
|
|
|
2002-03-11 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* doxygen fixes.
|
|
|
|
|
|
2002-03-11 09:54:42 +00:00
|
|
|
|
2002-03-08 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.[Ch]: add static signal toggleTooltips and
|
|
|
|
|
static method tooltipsEnabled.
|
|
|
|
|
|
2002-03-04 10:51:40 +00:00
|
|
|
|
2002-03-04 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h:
|
|
|
|
|
* GUIRunTime.h (initialiseGraphics): moved to GUIRunTime.
|
|
|
|
|
|
2002-03-02 16:39:54 +00:00
|
|
|
|
2002-03-02 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* Toolbar.[Ch] (setLayout): layout as string
|
|
|
|
|
|
2002-02-28 15:37:52 +00:00
|
|
|
|
2002-02-28 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h (initialiseGraphics): a new static method.
|
|
|
|
|
|
2002-02-27 12:17:58 +00:00
|
|
|
|
2002-02-27 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: don't compile support as LyXImage is now dead.
|
|
|
|
|
|
2002-02-20 22:04:47 +00:00
|
|
|
|
2002-02-20 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: better dep. tracking from controllers and xforms
|
|
|
|
|
|
2002-02-18 19:13:48 +00:00
|
|
|
|
2002-02-18 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Liason.C: Changes due to the renaming of support/syscall.[Ch] as
|
|
|
|
|
support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
|
|
|
|
|
Rearrange #includes in Lars' approved fashion.
|
|
|
|
|
|
|
|
|
|
* Timeout.[Ch] (running): new method.
|
|
|
|
|
(default c-tor): removed.
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: added a new signal, showForks.
|
|
|
|
|
|
2002-02-16 12:39:47 +00:00
|
|
|
|
2002-02-16 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Liason.C:
|
|
|
|
|
change Systemcalls::System to Systemcalls::Wait and
|
|
|
|
|
change Systemcalls::SystemDontWait to Systemcalls::DontWait.
|
|
|
|
|
No change of functionality, just reflects the stripped down Systemcalls
|
|
|
|
|
class.
|
|
|
|
|
|
2002-01-14 23:31:23 +00:00
|
|
|
|
2002-01-14 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
|
|
|
|
|
|
|
|
|
* Liason.C (printBuffer): use Buffer::filePath
|
|
|
|
|
|
2001-12-20 15:11:51 +00:00
|
|
|
|
2001-12-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
|
|
|
|
|
2002-03-21 21:21:28 +00:00
|
|
|
|
* Timeout.h:
|
2001-12-20 15:11:51 +00:00
|
|
|
|
* FileDialog.h: do not include <config.h> in header files.
|
|
|
|
|
|
2001-12-10 15:59:20 +00:00
|
|
|
|
2001-12-12 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
2001-12-20 15:11:51 +00:00
|
|
|
|
* Alert.h: remove spurious semi-colon at the end of the namespace
|
2002-03-21 21:21:28 +00:00
|
|
|
|
scope.
|
2001-12-10 15:59:20 +00:00
|
|
|
|
|
2001-11-26 10:19:58 +00:00
|
|
|
|
2001-11-22 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
2002-03-21 21:21:28 +00:00
|
|
|
|
* Makefile.am:
|
2001-11-26 10:19:58 +00:00
|
|
|
|
* Alert.h:
|
|
|
|
|
* Alert.C:
|
|
|
|
|
* Alert_pimpl.h: alerts etc.
|
|
|
|
|
|
2001-10-09 15:20:10 +00:00
|
|
|
|
2001-10-09 Herbert Voss <voss@perce.de>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: added showFile and showTexinfo signals.
|
|
|
|
|
|
2001-09-27 09:45:57 +00:00
|
|
|
|
2001-09-27 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h (showSplash, destroySplash, splash_): removed.
|
|
|
|
|
|
|
|
|
|
* Dialogs.C (destroySplash): removed.
|
|
|
|
|
|
2001-09-02 11:40:33 +00:00
|
|
|
|
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
2002-03-21 21:21:28 +00:00
|
|
|
|
* GUIRunTime.h: initApplication() should take a & to argc
|
|
|
|
|
|
2001-08-01 10:08:53 +00:00
|
|
|
|
2001-08-01 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Liason.C: IsDirWriteable changed
|
2002-03-21 21:21:28 +00:00
|
|
|
|
|
2001-07-30 10:50:37 +00:00
|
|
|
|
2001-07-30 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* Liason.C: #include LAssert.h
|
|
|
|
|
|
2001-07-29 10:42:11 +00:00
|
|
|
|
2001-07-24 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: add showThesaurus
|
2002-03-21 21:21:28 +00:00
|
|
|
|
|
2001-07-13 14:03:48 +00:00
|
|
|
|
2001-07-13 Edwin Leuven <leuven@fee.uva.nl>
|
2002-03-21 21:21:28 +00:00
|
|
|
|
|
2001-07-13 14:03:48 +00:00
|
|
|
|
* Dialogs.h: add showAboutlyx and remove showCredits and Copyright
|
|
|
|
|
|
2001-07-13 11:50:39 +00:00
|
|
|
|
2001-07-13 Edwin Leuven <leuven@fee.uva.nl>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: added showSpellchecker
|
2002-03-21 21:21:28 +00:00
|
|
|
|
|
2001-07-03 16:13:01 +00:00
|
|
|
|
2001-07-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
2002-03-21 21:21:28 +00:00
|
|
|
|
* GUIRunTime.h: (x11Display):
|
|
|
|
|
(x11Screen):
|
|
|
|
|
(x11Colormap):
|
2001-07-03 16:13:01 +00:00
|
|
|
|
(x11VisualDepth): new methods
|
|
|
|
|
|
2001-07-03 15:19:04 +00:00
|
|
|
|
2001-07-03 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* GUIRunTime.h: add createMainView
|
|
|
|
|
|
2001-06-28 13:02:03 +00:00
|
|
|
|
2001-06-27 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: add showSpellcheckerPreferences
|
|
|
|
|
|
2001-06-25 00:06:33 +00:00
|
|
|
|
2001-06-22 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: remove kde frontend
|
2002-03-21 21:21:28 +00:00
|
|
|
|
|
2001-06-15 16:18:43 +00:00
|
|
|
|
2001-06-15 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: removed unused signal showCharacter.
|
|
|
|
|
Renamed signals showLayoutDocument -> showDocument,
|
|
|
|
|
showLayoutParagraph -> showParagraph,
|
|
|
|
|
showLayoutCharacter -> showCharacter.
|
|
|
|
|
Added signal updateParagraph.
|
|
|
|
|
Rearranged signals in some sort of alphabetical order again.
|
|
|
|
|
|
2001-06-14 08:20:41 +00:00
|
|
|
|
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* FileDialog.h:
|
|
|
|
|
* Timeout.h: added // -*- C++ -*- as first line.
|
|
|
|
|
|
2001-06-11 17:20:17 +00:00
|
|
|
|
2001-06-11 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: make the dependencies work for the sub libs.
|
|
|
|
|
|
2001-05-31 13:07:02 +00:00
|
|
|
|
2001-05-31 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
|
|
|
|
|
libs here.
|
|
|
|
|
|
2001-04-26 18:58:49 +00:00
|
|
|
|
2001-04-26 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: make controllers subdir before xforms.
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
|
|
|
|
|
|
|
|
|
|
* Dialogs.C: new file, instantiating the add, destroySplash methods.
|
|
|
|
|
|
2001-04-17 14:02:45 +00:00
|
|
|
|
2001-04-17 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* Liason.[Ch] (setMinibuffer): change second arg to string
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: inherit privately from noncopyable
|
|
|
|
|
|
2001-04-03 14:30:58 +00:00
|
|
|
|
2001-04-03 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: s/popup/dialog/
|
|
|
|
|
|
2001-03-23 15:16:03 +00:00
|
|
|
|
2001-03-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* Liason.C (printBuffer): do not forget file name
|
|
|
|
|
when printing with empty print_spool_command.
|
|
|
|
|
|
2001-03-20 10:14:03 +00:00
|
|
|
|
2001-03-20 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* ButtonPolicies.[Ch]: removed (thought I did this before?). The files
|
|
|
|
|
are now stored in the controllers dir.
|
|
|
|
|
|
2001-03-16 15:15:32 +00:00
|
|
|
|
2001-03-16 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h (noncopyable): added minipage signals.
|
|
|
|
|
|
2001-03-15 16:04:46 +00:00
|
|
|
|
2001-03-15 Lars Gullik Bj<42>nnes <larsbj@trylle.birdstep.com>
|
|
|
|
|
|
2001-03-15 18:21:56 +00:00
|
|
|
|
* several files: remove CXX_WORKING_NAMESPACES
|
|
|
|
|
|
2001-03-15 16:04:46 +00:00
|
|
|
|
* ButtonPolicies.h: noncopyable is in namespace boost
|
|
|
|
|
* Dialogs.h (noncopyable): ditto
|
|
|
|
|
* DialogBase.h (noncopyable): ditto
|
|
|
|
|
|
2001-03-15 13:37:04 +00:00
|
|
|
|
2001-03-14 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Merging changes from BRANCH_MVC back into HEAD.
|
|
|
|
|
|
|
|
|
|
* Makefile.am: added controllers to SUBDIRS.
|
|
|
|
|
removed ButtonPolicies.[Ch]. Now in controllers.
|
|
|
|
|
|
|
|
|
|
* DialogBase.h: commented out abstract method show().
|
|
|
|
|
|
2002-03-21 21:21:28 +00:00
|
|
|
|
* Dialogs.h: The dialogs are now stored as a
|
2001-03-15 13:37:04 +00:00
|
|
|
|
std::vector<boost::shared_ptr<DialogBase> >.
|
|
|
|
|
Removed using directives.
|
|
|
|
|
(d-tor) removed.
|
|
|
|
|
(add): new helper method. Makes code in c-tor a little tidier.
|
|
|
|
|
(destroySplash): Moved out of xforms implementation.
|
|
|
|
|
|
|
|
|
|
* ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
|
|
|
|
|
|
2001-03-16 12:08:14 +00:00
|
|
|
|
2001-03-13 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: add showMathPanel signal
|
|
|
|
|
|
2001-03-12 11:22:26 +00:00
|
|
|
|
2001-03-09 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: add showExternal signal
|
|
|
|
|
|
2001-03-12 12:44:56 +00:00
|
|
|
|
2001-03-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: add pointer to splash form
|
|
|
|
|
|
|
|
|
|
* GUIRunTime.h: minor cleanup
|
|
|
|
|
|
2001-03-14 10:57:39 +00:00
|
|
|
|
2001-03-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: remove createInclude
|
|
|
|
|
|
2001-03-07 14:25:31 +00:00
|
|
|
|
2001-02-26 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Makefile.am
|
|
|
|
|
* FileDialog.h: new GUII FileDialog
|
|
|
|
|
|
2001-02-26 15:17:19 +00:00
|
|
|
|
2001-02-23 Edwin Leuven <leuven@fee.uva.nl)
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: setUserFreeFont, showLayoutCharacter
|
|
|
|
|
|
2001-02-19 16:46:01 +00:00
|
|
|
|
2001-02-19 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* DialogBase.h: derived from noncopyable, rather than deriving
|
|
|
|
|
xforms/FormBase from it.
|
|
|
|
|
|
2001-02-12 14:09:09 +00:00
|
|
|
|
2001-02-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* DialogBase.C: add close(), non-pure. This is
|
|
|
|
|
useful for logdlg.C in the KDE frontend.
|
|
|
|
|
|
|
|
|
|
* Dialogs.h: splash, include, and bib forms
|
|
|
|
|
|
2001-02-07 16:44:49 +00:00
|
|
|
|
2001-02-07 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* ButtonPolicies.C:
|
|
|
|
|
* ButtonPolicies.h: and remove OkViewPolicy,
|
|
|
|
|
it's a duplicate of IgnorantPolicy
|
|
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
|
* Timeout.C:
|
|
|
|
|
* Timeout.h: add GUI-I Timeout class
|
|
|
|
|
|
2001-02-06 17:41:42 +00:00
|
|
|
|
2001-02-06 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* ButtonPolicies.C:
|
|
|
|
|
* ButtonPolicies.h: add OkViewPolicy
|
|
|
|
|
|
|
|
|
|
* src/frontends/Dialogs.h: add showVCLogFile signal
|
|
|
|
|
|
2001-01-26 10:16:05 +00:00
|
|
|
|
2001-01-24 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: add qt2 frontend
|