mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 10:40:48 +00:00
6af5ac769a
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5127 a592a061-630c-0410-9148-cb99ea01b6c8
1481 lines
33 KiB
Plaintext
1481 lines
33 KiB
Plaintext
2002-08-25 Rob Lahaye <lahaye@snu.ac.kr>
|
||
|
||
* QLImage.C: replace redundant xoffset_l and yoffset_t
|
||
calculation by something better.
|
||
|
||
2002-08-25 John Levon <levon@movementarian.org>
|
||
|
||
* FileDialog.C:
|
||
* FileDialog_private.h:
|
||
* FileDialog_private.C: disable non-sync code due
|
||
to Qt bug. Add support for buttons
|
||
|
||
2002-08-25 John Levon <levon@movementarian.org>
|
||
|
||
* QLPopupMenu.C: implement optional() support
|
||
|
||
* TODO: update
|
||
|
||
2002-08-25 John Levon <levon@movementarian.org>
|
||
|
||
* Makefile.am:
|
||
* Menubar_pimpl.h:
|
||
* Menubar_pimpl.C:
|
||
* QLPopupMenu.h:
|
||
* QLPopupMenu.C: Populate menus upon open
|
||
|
||
2002-08-25 John Levon <levon@movementarian.org>
|
||
|
||
* qlkey.h: add A-Z into string_to_qkey
|
||
|
||
* QLyXKeySym.h:
|
||
* QLyXKeySym.C: remove crap again
|
||
|
||
2002-08-25 John Levon <levon@movementarian.org>
|
||
|
||
* QLyXKeySym.h:
|
||
* QLyXKeySym.C:
|
||
* QContentPane.C: revert some wrong direction stuff and try
|
||
again. STILL BROKEN :(
|
||
|
||
2002-08-25 John Levon <levon@movementarian.org>
|
||
|
||
* QGraphics.C:
|
||
* ui/QGraphicsDialog.ui: update, and some UI improvements
|
||
|
||
2002-08-23 Rob Lahaye <lahaye@snu.ac.kr>
|
||
|
||
* lengthcombo.C: apply changes to "enum UNIT" in src/lyxlength.h
|
||
|
||
* QLImage.C:
|
||
* QGraphics.C: Implement changes for new xforms graphics dialog
|
||
(NB: Qt Graphics dialog itself is NOT YET updated!).
|
||
|
||
2002-08-15 Angus Leeming <leeming@lyx.org>
|
||
|
||
* lyx_gui.C (hexname): enable previews to work!
|
||
|
||
2002-08-15 Angus Leeming <leeming@lyx.org>
|
||
|
||
* Dialogs.C:
|
||
* Dialogs2.C
|
||
* Dialogs_impl.h: the brave new world of Dialog creation.
|
||
|
||
* guiapi.C: discard.
|
||
|
||
* Makefile.am: add new files Dialogs2.C Dialogs_impl.h and
|
||
remove guiapi.C.
|
||
|
||
2002-08-14 John Levon <levon@movementarian.org>
|
||
|
||
* Alert_pimpl.C: remove xforms header
|
||
|
||
* Toolbar_pimpl.C: build fix
|
||
|
||
2002-08-13 Angus Leeming <leeming@lyx.org>
|
||
|
||
* Qt2Base.h: compile fix isReadonly -> bufferIsReadonly.
|
||
|
||
* FileDialog_private.C:
|
||
* Menubar_pimpl.C:
|
||
* Toolbar_pimpl.C:
|
||
* QtView.C:
|
||
* lyx_gui.C:
|
||
changes due to the changed LyXView interface that now returns references
|
||
to member variables not pointers.
|
||
|
||
2002-08-12 Angus Leeming <leeming@lyx.org>
|
||
|
||
* Menubar_pimpl.C: no need to #include "Dialogs.h". Remove semi-colon
|
||
from namespace closing delimiter.
|
||
|
||
* Menubar_pimpl.h: remove MenuItemInfo:: prefix from c-tor declaration.
|
||
|
||
* QAbout.[Ch]:
|
||
* QBibitem.[Ch]:
|
||
* QBibtex.[Ch]:
|
||
* QCharacter.[Ch]:
|
||
* QCitation.[Ch]:
|
||
* QERT.[Ch]:
|
||
* QError.[Ch]:
|
||
* QExternal.[Ch]:
|
||
* QFloat.[Ch]:
|
||
* QGraphics.[Ch]:
|
||
* QInclude.[Ch]:
|
||
* QIndex.[Ch]:
|
||
* QLog.[Ch]:
|
||
* QMinipage.[Ch]:
|
||
* QParagraph.[Ch]:
|
||
* QPreamble.[Ch]:
|
||
* QPrint.[Ch]:
|
||
* QRef.[Ch]:
|
||
* QSearch.[Ch]:
|
||
* QShowFile.[Ch]:
|
||
* QSpellchecker.[Ch]:
|
||
* QTabularCreate.[Ch]:
|
||
* QTexinfo.[Ch]:
|
||
* QThesaurus.[Ch]:
|
||
* QToc.[Ch]:
|
||
* QURL.[Ch]:
|
||
* QVCLog.[Ch]:
|
||
No longer pass Controller or Dialogs to the c-tor.
|
||
No longer forward-declare Dialogs.
|
||
|
||
* Qt2Base.[Ch]: derives from ViewBase directly.
|
||
No longer passed ControlButtons & or Dialogs &.
|
||
(bc): new method, enabling the daughter classes to access the
|
||
ButtonController.
|
||
(slotWMHide):
|
||
(slotApply):
|
||
(slotOK):
|
||
(slotClose):
|
||
(slotRestore): changes due to a change in the ViewBase class.
|
||
|
||
* QtView.C (c-tor): no longer pass Dialogs & to the Toolbar.
|
||
|
||
* Toolbar_pimpl.[Ch] (c-tor): no longer passed a Dialogs &.
|
||
|
||
* guiapi.C: access the controller methods by explicit invocation of the
|
||
controller.
|
||
|
||
2002-08-09 John Levon <levon@movementarian.org>
|
||
|
||
* Toolbar_pimpl.C: add missing header
|
||
|
||
2002-08-08 John Levon <levon@movementarian.org>
|
||
|
||
* Toolbar_pimpl.C:
|
||
* Menubar_pimpl.C: lyxaction cleanup
|
||
|
||
2002-08-08 John Levon <levon@movementarian.org>
|
||
|
||
* QGraphicsDialog.C: enable rotate
|
||
|
||
* ui/QGraphicsDialog.ui: trigger changed on
|
||
activated() not highlighted()
|
||
|
||
2002-08-08 John Levon <levon@movementarian.org>
|
||
|
||
* QGraphics.C:
|
||
* ui/QGraphicsDialog.ui: lots of fixes and cleanup
|
||
|
||
* ui/QRefDialog.ui: geometry cleanup
|
||
|
||
2002-08-07 John Levon <levon@movementarian.org>
|
||
|
||
* Menubar_pimpl.C: fix compile for gcc 3.1
|
||
|
||
2002-08-06 John Levon <levon@movementarian.org>
|
||
|
||
* ui/QSpellcheckerDialogBase.ui:
|
||
* QSpellcheckerDialog.h:
|
||
* QSpellchecker.h:
|
||
* QSpellchecker.C: remove options()
|
||
|
||
* QtView.C: fix build
|
||
|
||
2002-07-31 John Levon <levon@movementarian.org>
|
||
|
||
* io_callback.h: make a more proper class
|
||
|
||
* lyx_gui.C: implement removal of I/O callbacks
|
||
|
||
2002-07-30 John Levon <levon@movementarian.org>
|
||
|
||
* qlkey.h:
|
||
* QLyXKeySym.h:
|
||
* QLyXKeySym.C: do our own getISOEncoded() mapping
|
||
because Qt can't handle it
|
||
|
||
2002-07-29 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
|
||
|
||
* several file: strip,frontStrip -> trim,ltrim,rtrim
|
||
|
||
2002-07-25 John Levon <levon@movementarian.org>
|
||
|
||
* Toolbar_pimpl.C: fix tooltips
|
||
|
||
2002-07-25 John Levon <levon@movementarian.org>
|
||
|
||
* QCommandEdit.C:
|
||
* Toolbar_pimpl.C: make Tab work in the content pane
|
||
|
||
2002-07-25 John Levon <levon@movementarian.org>
|
||
|
||
* Menubar_pimpl.C: split create/fill of menus into
|
||
two functions
|
||
|
||
2002-07-25 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Menubar_pimpl.C: make it compile again
|
||
|
||
2002-07-24 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Menubar_pimpl.C: make it compile again
|
||
|
||
2002-07-24 Angus Leeming <leeming@lyx.org>
|
||
|
||
* FileDialog_private.C (done): add a false to the arguments passed to
|
||
getLyXFunc.
|
||
|
||
* QBibtex.C:
|
||
* QCommandBuffer.C: add a using std::vector directive.
|
||
|
||
* QBibtexDialog.C: s/<vector.h>/<vector>/
|
||
|
||
* QCommandBuffer.C: remove trailing semi-colon at the end of the
|
||
namespace scope.
|
||
|
||
* QTexinfo.h: s/vector<string>/std::vector<string>/
|
||
|
||
2002-07-23 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* QBibtex.C: syle combobox instead of listbox
|
||
* QBibtexDialog.C:
|
||
* ui/QBibtexDialog.ui
|
||
* QTexinfo.C: Repair view without path/selection
|
||
* QTexinfo.h
|
||
* QTexinfoDialog.C
|
||
* QTexinfoDialog.h
|
||
* ui/QTexinfoDialog.ui
|
||
* ui/QCitationDialog.ui: layout fix
|
||
* ui/QExternalDialog.ui: idem
|
||
* TODO: update
|
||
|
||
2002-07-23 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QCommandBuffer.C: real compile fix
|
||
|
||
2002-07-22 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QLyXKeySym.C: return 0 when text_ is empty
|
||
for getISOEncoded()
|
||
|
||
2002-07-22 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QCommandBuffer.C: probably compile fix
|
||
|
||
* QtView.C:
|
||
* Toolbar_pimpl.h:
|
||
* Toolbar_pimpl.C: remove dead code
|
||
|
||
2002-07-22 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* lyx_gui.C: add exit() so we don't busy loop !
|
||
|
||
2002-07-22 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QCommandEdit.C: complete if right at end of line
|
||
|
||
* QLyXKeySym.C: cleanup comments
|
||
|
||
* QtView.C: prefer const int
|
||
|
||
* qlkey.h: fix some transliteration errors...
|
||
|
||
2002-07-22 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Toolbar_pimpl.h:
|
||
* Toolbar_pimpl.C: remove ->push()
|
||
|
||
2002-07-22 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* QCitationDialog.C: fix loop search and info update after selecting
|
||
* TODO: remove this is issue
|
||
|
||
2002-07-22 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* ui/QBibtexDialog.ui: style browser
|
||
* QBibtex.C: idem
|
||
* QBibtexDialog.C: idem
|
||
|
||
* ui/QRefDialog.ui: document combo
|
||
* QRef.C: idem
|
||
|
||
* QInclude.C: new layout
|
||
* ui/QIncludeDialog.ui: new layout
|
||
|
||
* ui/QCitationDialog.ui: new layout
|
||
|
||
* ui/QExternalDialog.ui: new layout
|
||
|
||
* QGraphics.C: Compile fix
|
||
|
||
* TODO:
|
||
|
||
2002-07-22 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Menubar_pimpl.h:
|
||
* Menubar_pimpl.C: implement check/disable, submenus
|
||
|
||
2002-07-22 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Toolbar_pimpl.h:
|
||
* Toolbar_pimpl.C: implement getLayoutList()
|
||
|
||
2002-07-21 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||
|
||
* Toolbar_pimpl.C: use BufferParams::getLyXTextClass
|
||
|
||
2002-07-21 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QToc.h:
|
||
* QToc.C: compile fixes, default to depth_(1)
|
||
|
||
2002-07-21 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Menubar_pimpl.C: change for removed menubar stuff
|
||
|
||
2002-07-21 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QtView.C: reset idle timer on message()
|
||
|
||
2002-07-20 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QLImage.C: various fixes
|
||
|
||
* QWorkArea.C: set focus proxy
|
||
|
||
* qscreen.C: don't show cursor when in command buffer
|
||
|
||
* Makefile.am:
|
||
* moc/Makefile.am:
|
||
* QMiniBuffer.h:
|
||
* QMiniBuffer.C:
|
||
* QCommandBuffer.h:
|
||
* QCommandBuffer.C:
|
||
* QCommandEdit.h:
|
||
* QCommandEdit.C:
|
||
* QtView.h:
|
||
* QtView.C: Rudimentary command buffer
|
||
|
||
2002-07-19 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QWorkArea.C: remove unnecessary include
|
||
|
||
2002-07-18 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QtView.C:
|
||
* Toolbar_pimpl.C:
|
||
* lyx_gui.C: verboseDispatch() is now dispatch()
|
||
|
||
2002-07-07 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* QParagraph.[Ch]: Add paragraph dialog
|
||
* QParagraphDialog.[Ch]:
|
||
* ui/QParagraphDialog.[Ch]:
|
||
* Makefile.am:
|
||
* Makefile.dialogs:
|
||
* guiapi.C:
|
||
|
||
2002-07-17 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QtView.C: basic statusbar show
|
||
|
||
2002-07-17 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QLImage.C: add using std
|
||
|
||
2002-07-15 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QLImage.h:
|
||
* QLImage.C: remove getPixmap() add isDrawable()
|
||
|
||
2002-07-14 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* io_callback.h:
|
||
* lyx_gui.C: make set_read_callback() work
|
||
|
||
2002-07-14 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* lyx_gui.C: add set_read_callback()
|
||
|
||
* Makefile.am:
|
||
* xforms/*: remove
|
||
|
||
2002-07-13 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QtView.C: add a status bar
|
||
|
||
* Toolbar_pimpl.C: minor fixes
|
||
|
||
* lyx_gui.C: implement hexname()
|
||
|
||
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* lyx_gui.C: move init_graphics() to parse_init()
|
||
|
||
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Toolbar_pimpl.h:
|
||
* Toolbar_pimpl.C: remove unused (de)activate()
|
||
|
||
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* lyx_gui.C: implement update_fonts(), font_available()
|
||
|
||
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* lyx_gui.C: add un-needed update_color()
|
||
|
||
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QtView.h:
|
||
* QtView.C: remove unused methods
|
||
|
||
2002-07-12 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am:
|
||
* QLImage.h:
|
||
* QLImage.C: initial image loader
|
||
|
||
* lyx_gui.C: initialise graphics
|
||
|
||
* QLPainter.C: draw images
|
||
|
||
* QWorkArea.C: implement clipboard as much as possible
|
||
|
||
2002-07-11 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* dialog files: add unused Dialogs paramater to allow compile
|
||
|
||
* QtView.C:
|
||
* QMiniBuffer.h:
|
||
* QMiniBuffer.C:
|
||
* Makefile.am: add QMiniBuffer (placeholder)
|
||
|
||
* TODO: add
|
||
|
||
* Toolbar_pimpl.h:
|
||
* Toolbar_pimpl.C: compile fix
|
||
|
||
* lyx_gui.C: add hexname() place holder
|
||
|
||
2002-07-04 Andr<64> P<>nitz <poenitz@lyx.org>
|
||
|
||
* xforms/Makefile.am: replace XFORMSGIMAGE by XFORMSIMAGE
|
||
|
||
2002-06-28 Angus Leeming <leeming@lyx.org>
|
||
|
||
* QLPainter.[Ch]: changes associated with the name change
|
||
grfx::GImage -> grfx::Image.
|
||
|
||
2002-06-21 Angus Leeming <leeming@lyx.org>
|
||
|
||
* Menubar_pimpl.C (c-tor): rename MenuBackend const & mb argument to
|
||
avoid name clash with MenuBackend::const_iterator mb.
|
||
|
||
* QContentPane.C:
|
||
* QLPainter.C:
|
||
* qscreen.C: add using std::endl directive.
|
||
|
||
* QLPainter.C (lines, fillPolygon) : wrap QCOORD points inside a
|
||
scoped_array as np is not known at compile time and my compiler barfs.
|
||
|
||
* Toolbar_pimpl.h: forward declare class ToolbarProxy.
|
||
|
||
* qfont_loader.h: don't #include "font_loader.h".
|
||
|
||
* qfont_metrics.C: remove trailing ';' from namespace anon scope.
|
||
|
||
2002-06-21 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* qfont_metrics.C: fix variable names
|
||
|
||
2002-06-21 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QWorkArea.C: remove dead splash code
|
||
|
||
2002-06-21 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QContentPane.C: restore calls to workAreaResize()
|
||
|
||
* QLyXKeySym.h: tidy
|
||
|
||
* QWorkArea.h: remove redraw()
|
||
|
||
* QWorkArea.C: remove resize()
|
||
|
||
2002-06-20 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* guiapi.C: createIndex() changed
|
||
|
||
2002-06-20 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QWorkArea.h: remove unused resize(...)
|
||
|
||
2002-06-20 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QWorkArea.h: remove unused stuff
|
||
|
||
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QContentPane.h:
|
||
* QContentPane.C: remove focus/unfocus events
|
||
|
||
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QWorkArea.h: remove unused methods
|
||
|
||
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* LyXKeySymFactory.C: add
|
||
|
||
* Makefile.am:
|
||
* QContentPane.C:
|
||
* qlkey.h:
|
||
* QLyXKeySym.h:
|
||
* QLyXKeySym.C: get keyboard partly working
|
||
|
||
* qfont_metrics.C: fix compile
|
||
|
||
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am: add the new files ...
|
||
|
||
* Dialogs.C:
|
||
* guiapi.C:
|
||
* all dialogs: implement new dialog stuff, fix compile
|
||
|
||
* FileDialog_private.h:
|
||
|
||
* GUIRunTime.C:
|
||
* lyx_gui.C: update for lyx_gui namespace
|
||
|
||
* LyXScreenFactory.C: add
|
||
|
||
* QContentPane.h:
|
||
* QContentPane.C: new widget for containing a lyx document
|
||
|
||
* QLPainter.h:
|
||
* QLPainter.C: qt painter object
|
||
|
||
* QWorkArea.h:
|
||
* QWorkArea.C: Qt version of the work area
|
||
|
||
* QtView.h:
|
||
* QtView.C: Qt version of LyXView
|
||
|
||
* Toolbar_pimpl.h:
|
||
* Toolbar_pimpl.C:
|
||
* Menubar_pimpl.h:
|
||
* Menubar_pimpl.C: initial Qt versions
|
||
|
||
* WorkAreaFactory.C: generate a QWorkArea
|
||
|
||
* emptytable.C: add a resize grippie
|
||
|
||
* qfont_loader.h:
|
||
* qfont_loader.C: font loader for Qt
|
||
|
||
* qfont_metrics.h:
|
||
* qfont_metrics.C: font metrics for Qt
|
||
|
||
* qlkey.h: convert Qt key symbol into a name
|
||
|
||
* qscreen.h:
|
||
* qscreen.C: Qt version of screen
|
||
|
||
* moc/Makefile.am: add new files
|
||
|
||
* xforms/Makefile.am: remove all xforms dialogs
|
||
|
||
2002-06-10 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
||
|
||
* Qt2BC.C: do not include ButtonController.tmpl
|
||
|
||
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QtLyXView.h: moved into frontends/
|
||
|
||
2002-05-22 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
||
|
||
* QDocument.h: use more specific smart_ptr header.
|
||
* Qt2Base.h: ditto
|
||
|
||
2002-04-30 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QCharacter.h:
|
||
* QCharacter.C: update for language i18n change
|
||
|
||
2002-04-16 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C: add tooltipsEnabled()
|
||
|
||
* QTeXInfo.C: include right header
|
||
|
||
* moc/Makefile.am: add back missing moc files
|
||
|
||
* xforms/Makefile.am: add missing FeedbackController
|
||
|
||
2002-04-08 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
||
|
||
* xforms/Makefile.am (link_files): use correct _SOURCES variable.
|
||
|
||
* ui/moc/Makefile.am: move include to top
|
||
(DISTCLEANFILES): take the UIMOCDIALOGS variable instead
|
||
|
||
* ui/Makefile.am: ws change
|
||
|
||
* moc/Makefile.am: move include to top
|
||
|
||
* Makefile.am (EXTRA_DIST): some file taken from...
|
||
* Makefile.dialogs (DIALOGSOURCES):here
|
||
|
||
* xforms/Makefile.am (EXTRA_DIST): delete
|
||
(libqt2xforms_la_SOURCES): change to...
|
||
(nodist_libqt2xforms_la_SOURCES): this
|
||
|
||
* ui/moc/Makefile.am (libqt2uimoc_la_SOURCES): change to...
|
||
(nodist_libqt2uimoc_la_SOURCES): this
|
||
|
||
* ui/Makefile.am (libqt2ui_la_SOURCES): change to...
|
||
(nodist_libqt2ui_la_SOURCES): this
|
||
|
||
* moc/Makefile.am (libqtmoc_la_SOURCES): comment out
|
||
(nodist_libqt2moc_la_SOURCES): new
|
||
|
||
* Makefile.dialogs (DIALOGSOURCES): add QParagraph,
|
||
QParagraphDialog, QDocument, QDocumentDialog
|
||
|
||
* Makefile.am (DISTCLEANFILES): delete
|
||
(EXTRA_DIST): add with Makefile.dialogs
|
||
|
||
2002-04-02 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* ui/QParagraphDialog.ui: fix a couple of typos for
|
||
the translators
|
||
|
||
2002-03-25 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* xforms/Makefile.am (link_files): whitespace.
|
||
|
||
2002-03-22 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* xforms/Makefile.am (libqt2xforms.la): it should depend on
|
||
libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
|
||
|
||
2002-03-21 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
||
|
||
* most files: ws cleanup
|
||
|
||
2002-03-11 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
||
|
||
* docygen fixes.
|
||
|
||
2002-03-05 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* GUIRunTime.C (initialiseGraphics): use the xforms image loader if
|
||
your version of the xforms libraries is up to the task.
|
||
|
||
* xforms/Makefile.am: link in the xforms image loader if so configured.
|
||
|
||
2002-03-04 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
|
||
|
||
* Dialogs.C:
|
||
* GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
|
||
|
||
2002-03-02 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
||
|
||
* Makefile.am: get rid of LYX_LIBS
|
||
|
||
* QDocument.C (class_update): layout as string
|
||
|
||
2002-03-01 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am:
|
||
* moc/Makefile.am:
|
||
* ui/Makefile.am:
|
||
* ui/moc/Makefile.am: fix compile
|
||
|
||
* xforms/: compile the necessary files via symlinks
|
||
|
||
* QPreambleDialog.C: new systemcall interface
|
||
|
||
* Timeout_pimpl.h:
|
||
* Timeout_pimpl.C: add running()
|
||
|
||
* Dialogs.C: add init graphics, and doc/par xforms forms
|
||
|
||
2002-02-06 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QToc.C: fix crash
|
||
|
||
2002-02-06 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* QGraphics.C: compilation fix
|
||
* QTexinfoDialog.C:
|
||
* QTexinfoDialog.h:
|
||
* ui/QTexinfoDialog.ui: remove help button
|
||
|
||
2002-01-31 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* qt2/QGraphics.C:
|
||
* qt2/QGraphics.h:
|
||
* qt2/QGraphicsDialog.C:
|
||
* qt2/QGraphicsDialog.h:
|
||
* qt2/lengthcombo.C:
|
||
* qt2/ui/QGraphicsDialog.ui: new dialog
|
||
* qt2/QAbout.C:
|
||
* qt2/ui/QAboutDialog.ui: reduce size
|
||
* qt2/ui/QFloatDialog.ui: update dialog
|
||
|
||
2002-01-29 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* Makefile.am:
|
||
* Dialogs.C:
|
||
* Makefile.dialogs:
|
||
* QShowFile.h:
|
||
* QShowFile.C:
|
||
* QShowFileDialog.h:
|
||
* QShowFileDialog.C:
|
||
* ui/QShowFileDialog.ui: add showfile dialog
|
||
* ui/QCitationDialog.ui: minor layout tweaks
|
||
|
||
2002-01-25 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* Dialogs.C: removed now redundant #include "QParagraph.h".
|
||
|
||
* QSearchDialog.h (remember): removed unnecessary
|
||
QSearchDialog qualifier.
|
||
|
||
* QTexinfo.C:
|
||
* QToc.C: added various using std::xyz directives.
|
||
|
||
2002-01-25 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* Makefile.am:
|
||
* Dialogs.C:
|
||
* Makefile.dialogs:
|
||
* QFloat.h:
|
||
* QFloat.C:
|
||
* QFloatDialog.h:
|
||
* QFloatDialog.C:
|
||
* ui/QFloatDialog.ui: add float dialog
|
||
|
||
2002-01-25 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am:
|
||
* Makefile.dialogs: don't compile QPar/Doc
|
||
for now, as they cause problems
|
||
|
||
2002-01-20 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am:
|
||
* Dialogs.C:
|
||
* QToc.h:
|
||
* QToc.C:
|
||
* QTocDialog.h:
|
||
* QTocDialog.C:
|
||
* ui/QTocDialog.ui: resuscitate TOC dialog
|
||
|
||
2002-01-20 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QCitation.h:
|
||
* QCitation.C:
|
||
* QCitationDialog.h:
|
||
* QCitationDialog.C:
|
||
* ui/QCitationDialog.ui: natbib fixes
|
||
|
||
2002-01-19 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* QTexinfo.[Ch]: added
|
||
* QTexinfoDialog.[Ch]: added
|
||
* ui/QTexinfoDialog.ui: added
|
||
* Dialogs.C: add dialog
|
||
* Makefile.dialogs: idem
|
||
|
||
2002-01-18 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* QMinipage.C: compiles fixes (lyxlength related)
|
||
|
||
2002-01-15 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am:
|
||
* FileDialog_private.h: fix compile
|
||
|
||
* QThesaurus.h:
|
||
* QThesaurus.C:
|
||
* QThesaurusDialog.h:
|
||
* QThesaurusDialog.C:
|
||
* ui/QThesaurusDialog.ui: new thesaurus code
|
||
|
||
2002-01-14 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* QMinipage.C (apply, update_contents): MinipageParams::width renamed
|
||
as MinipageParams::pageWidth.
|
||
|
||
2002-01-04 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QParagraph.C: add needed include
|
||
|
||
2001-12-08 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am:
|
||
* Dialogs.C: bring back unconverted dialogs
|
||
|
||
2001-12-05 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QParagraph.C:
|
||
* QParagraphDialog.h:
|
||
* QParagraphDialog.C: use new vspace API
|
||
|
||
* QTocDialog.C: silence warnings
|
||
|
||
2001-12-05 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
||
|
||
* qttableview.C: change "while(" to "while ("
|
||
|
||
2001-12-05 Allan Rae <rae@lyx.org>
|
||
|
||
* QParagraph.C (apply):
|
||
(update): Use the right LyXText -- extending John's fix
|
||
|
||
2001-12-01 Maks Orlovich <mo002j@mail.rochester.edu>
|
||
|
||
* moc/Makefile.am:
|
||
* Makefile.am:
|
||
* QBibtexDialog.C:
|
||
* QExternalDialog.C:
|
||
* QParagraphDialog.h:
|
||
* QPreambleDialog.C:
|
||
* emptytable.C:
|
||
* qttableview.C:
|
||
* qttableview.C:
|
||
* qttableview.h: fixes for Qt3
|
||
|
||
2001-12-01 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am: add Alert_pimpl.lo
|
||
|
||
2001-11-06 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am: link in new DropDown.lo
|
||
|
||
* QSpellcheckerDialog.C: fix warning
|
||
|
||
* ui/moc/Makefile.am: remove dead thing
|
||
|
||
2001-10-17 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||
|
||
* ui/moc/Makefile.am: remove unportable # at beginning of
|
||
declaration.
|
||
|
||
* ui/Makefile.am:
|
||
* Makefile.am: remove extra DISTCLEANFILES declaration
|
||
|
||
2001-10-07 Adrien Rebollo <adrien.rebollo@gmx.fr>
|
||
|
||
* ui/QDocumentDialog.ui:
|
||
* QDocument.C (build_dialog): support latin4
|
||
|
||
2001-10-05 Adrien Rebollo <adrien.rebollo@gmx.fr>
|
||
|
||
* ui/QDocumentDialog.ui:
|
||
* QDocument.C (build_dialog): support latin3
|
||
|
||
2001-09-27 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* Dialogs.C: remove splash dialog code.
|
||
|
||
* QSplash.[Ch]:
|
||
* QSplashDialog.[Ch]: removed.
|
||
|
||
* Makefile.dialogs: remove splash dialog files.
|
||
|
||
2001-09-18 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QRef.C: fix compile
|
||
|
||
* README: update
|
||
|
||
2001-09-09 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
||
|
||
* Makefile.am (libqt2_la_LIBADD): rename from OBJADD, depend on
|
||
gui libs
|
||
|
||
2001-09-06 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* ui/QMinipageDialog.ui: fix layout, remove old slot
|
||
|
||
* QRefDialog.C: fix warning
|
||
|
||
2001-09-02 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* ui/QSpellcheckerDialog.ui: reworded layout
|
||
|
||
2001-09-02 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* QMinipage.C: remove radiobutton add combox
|
||
* ui/QMinipageDialog.ui: + buttons at bottom
|
||
|
||
2001-09-01 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.dialogs:
|
||
* Dialogs.C:
|
||
* QSpellchecker.[Ch]:
|
||
* QSpellcheckerDialog.[Ch]:
|
||
* ui/QSpellcheckerDialog.ui: add spellchecker dialog
|
||
|
||
2001-08-31 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* ui/QMinipageDialog.ui: layout tweak again (but it's getting better)
|
||
|
||
2001-08-31 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* ui/QGraphicsDialog.ui : minor layout tweak
|
||
* ui/QIncludeDialog.ui : idem
|
||
* ui/QMinipageDialog.ui: idem
|
||
* ui/QURLDialog.ui: idem
|
||
|
||
2001-08-31 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* ui/QRefDialog.ui : minor layout tweak
|
||
* Qref.C: idem
|
||
|
||
2001-08-31 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QTabularCreateDialog.C: fix warnings
|
||
|
||
* emptytable.h:
|
||
* emptytable.C:
|
||
* ui/QTabularCreateDialog.ui: fix layout
|
||
when table size is changed
|
||
|
||
2001-08-31 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* QSearch.[Ch]:
|
||
* QSearchDialog.[Ch]:
|
||
* ui/QSearchDialog.ui: add search back
|
||
|
||
2001-08-29 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* QPrint.[Ch]:
|
||
* QPrintDialog.[Ch]:
|
||
* ui/QPrintDialog.ui: add print dialog back
|
||
|
||
2001-08-29 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am:
|
||
* moc/Makefile.am:
|
||
* ui/Makefile.am:
|
||
* ui/moc/Makefile.am: use AM_CXXFLAGS to add defines
|
||
|
||
2001-08-29 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* QAbout.C: added a using std::getline directive.
|
||
|
||
* QCitationDialog.C (doFind): removed const from argument to make it
|
||
consistent with the header file.
|
||
|
||
* QDocument.[Ch] (c-tor): moved declaration of into .C file. Compilation
|
||
was failing with "incomplete type is not allowed" in instantiation
|
||
of boost::scoped_ptr<QDocumentDialog> dialog_.
|
||
|
||
* QLog.C: added a couple of using std::xyz directives.
|
||
|
||
* QPreambleDialog.C: added a using std::getline directive.
|
||
|
||
* QToc.C: using SigC::slot directive.
|
||
|
||
2001-08-29 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* ui/QURLDialog.ui : minor layout tweak
|
||
|
||
2001-08-29 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QPreamble.[Ch]:
|
||
* QPreambleDialog.[Ch]:
|
||
* ui/QPreambleDialog.ui:
|
||
* Makefile.am:
|
||
* Makefile.dialogs:
|
||
* Dialogs.C: add pre-amble dialog
|
||
|
||
2001-08-29 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* ui/QIndexDialog.ui:
|
||
* QIndexDialog.C: add QWhatsThis in C source
|
||
|
||
* README: document this restriction
|
||
|
||
2001-08-29 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QMinipage.[Ch]:
|
||
* QMinipageDialog.[Ch]:
|
||
* ui/QMinipageDialog.ui:
|
||
* lengthcombo.[Ch]:
|
||
* Makefile.am:
|
||
* moc/Makefile.am:
|
||
* Makefile.dialogs:
|
||
* Dialogs.C: add minipage and prototype length combo widget
|
||
|
||
2001-08-29 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QLog.[Ch]:
|
||
* QLogDialog.[Ch]:
|
||
* ui/QLogDialog.ui:
|
||
* QVCLog.[Ch]:
|
||
* QVCLogDialog.[Ch]:
|
||
* ui/QVCLogDialog.ui:
|
||
* Dialogs.C:
|
||
* Makefile.am:
|
||
* Makefile.dialogs: add log and vclog dialogs
|
||
|
||
2001-08-28 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* QTabularCreate.[Ch]:
|
||
* QTabularCreate.h:
|
||
* QTabularCreateDialog.C:
|
||
* QTabularCreateDialog.h:
|
||
* ui/Makefile.am:
|
||
* ui/QTabularCreateDialog.ui: bring back
|
||
tabcreate
|
||
|
||
2001-08-28 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* ui/QCharacterDialog.ui:
|
||
* ui/QThesaurusDialog.ui: fix tab order
|
||
|
||
* QGraphics.[Ch]:
|
||
* QGraphicsDialog.[Ch]:
|
||
* ui/QGraphicsDialog.ui:
|
||
* Makefile.am:
|
||
* Makefile.dialogs:
|
||
* Dialogs.C: add graphics dialog
|
||
|
||
2001-08-28 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QThesaurus.C: clear selection on update
|
||
|
||
* QInclude.[Ch]:
|
||
* QincludeDialog.[Ch]:
|
||
* ui/QincludeDialog.ui:
|
||
* Makefile.am:
|
||
* Makefile.dialogs:
|
||
* Dialogs.C: add Include dialog
|
||
|
||
* README: add note about crashes
|
||
|
||
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QThesaurusDialog.C: whoops, forgot to clear before update
|
||
|
||
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* QBibtex.C:
|
||
* QBibtexDialog.h:
|
||
* QBibtexDialog.C:
|
||
* ui/QBibtexDialog.ui: fix some things, add
|
||
delete button
|
||
|
||
* QExternalDialog.C: fix file dialog thing
|
||
|
||
* QThesaurus.h:
|
||
* QThesaurus.C:
|
||
* QThesaurusDialog.h:
|
||
* QThesaurusDialog.C:
|
||
* ui/QThesaurusDialog.ui: fix compile, get working
|
||
|
||
* moc/Makefile.am: fix builddir != srcdir
|
||
|
||
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* GUIRunTime.C: fix argc handling
|
||
|
||
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* ui/*.ui:
|
||
* ui/Makefile.am: add some sed magic to replace tr() with _()
|
||
|
||
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Makefile.am: remove accidentally committed xforms file
|
||
|
||
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* Makefile.dialogs:
|
||
* QThesaurus.[Ch]:
|
||
* QThesaurusDialog.[Ch]:
|
||
* ui/QThesaurusDialog.ui: add thesaurus dialog
|
||
|
||
2001-08-27 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* Makefile.am:
|
||
* Makefile.dialogs:
|
||
* QExternal.[Ch]:
|
||
* QExternalDialog.[Ch]:
|
||
* ui/QExternalDialog.ui: add external dialog
|
||
|
||
2001-08-26 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* Makefile.dialogs:
|
||
* QERT.[Ch]:
|
||
* QERTDialog.[Ch]:
|
||
* ui/QERTDialog.ui: add ERT dialog
|
||
|
||
2001-08-26 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* Makefile.am:
|
||
* Makefile.dialogs:
|
||
* QError.[Ch]:
|
||
* QErrorDialog.[Ch]:
|
||
* ui/QErrorDialog.ui: add LaTeX error dialog
|
||
|
||
2001-08-26 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* QCharacter.[Ch]:
|
||
* QCharacterDialog.[Ch]:
|
||
* ui/QcharacterDialog.ui: make work again,
|
||
add auto-apply feature
|
||
|
||
2001-08-26 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* Makefile.am:
|
||
* Makefile.dialogs:
|
||
* QBibitem.[Ch]:
|
||
* QBibitemDialog.[Ch]:
|
||
* ui/QBibitemDialog.ui: add Bibitem dialog
|
||
|
||
2001-08-26 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* Makefile.dialogs:
|
||
* QBibtex.[Ch]:
|
||
* QBibtexDialog.[Ch]:
|
||
* ui/QBibtexDialog.ui: added BibTeX dialog.
|
||
|
||
* README: update
|
||
|
||
2001-08-26 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Qt2BC.C: whoops, reversed sense of setReadOnly()
|
||
|
||
2001-08-26 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* QRef.[Ch]:
|
||
* ui/QRefDialog.ui: add Ref dialog back
|
||
|
||
* QAbout.[Ch]:
|
||
* QCitation.[Ch]:
|
||
* QDocument.[Ch]:
|
||
* QIndex.[Ch]:
|
||
* QURL.[Ch]:
|
||
* Qt2Base.h: protect build() with updating_ too
|
||
|
||
* QCitationDialog.C: use Qt2Base::readOnly
|
||
|
||
* README: update
|
||
|
||
2001-08-25 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C: add URL
|
||
|
||
* QAbout.h:
|
||
* QCitation.h:
|
||
* QDocument.h:
|
||
* QIndex.C:
|
||
* Qt2Base.h:
|
||
* Qt2Base.C: add an updating_ variable to prevent
|
||
bc() breakage.
|
||
|
||
* QURL.h:
|
||
* QURL.C:
|
||
* QURLDialog.h:
|
||
* QURLDialog.C:
|
||
* ui/QURLDialog.ui: make alive again
|
||
|
||
* Qt2BC.C: make lineedits ReadOnly not disabled
|
||
|
||
* README: update
|
||
|
||
* ui/QCitationDialog.ui: small cleanups
|
||
|
||
* ui/QIndexDialog.ui: add a what's this
|
||
|
||
2001-08-24 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C: include the right files
|
||
|
||
* QCitation.C: closePB not cancelPB
|
||
|
||
* QCitationDialog.C:
|
||
* QCitationDialog.h:
|
||
* ui/QCitationDialog.ui: small fixes
|
||
|
||
* QIndex.h:
|
||
* QIndex.C:
|
||
* QIndexDialog.C:
|
||
* QIndexDialog.h:
|
||
* ui/QIndexDialog.ui: more fixes
|
||
|
||
* Qt2Base.h:
|
||
* Qt2Base.C: add reset() to workaround problem.
|
||
|
||
* README: update
|
||
|
||
* Makefile.am:
|
||
* Timeout_pimpl.h:
|
||
* Timeout_pimpl.C: add the timer
|
||
|
||
2001-08-23 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C:
|
||
* Makefile.am:
|
||
* Qt2BC.h:
|
||
* Qt2BC.C:
|
||
* QAbout.C:
|
||
* QCitation.C:
|
||
* QDocument.h:
|
||
* Qt2Base.C:
|
||
* Qt2Base.h: rename qt2BC -> Qt2BC, set focus for widget enable
|
||
|
||
* QIndex.h:
|
||
* QIndex.C:
|
||
* ui/QIndexDialog.ui: use the BC properly
|
||
|
||
* Qt2Base.h:
|
||
* Qt2Base.C: add a virtual isValid(), and predicate what changed()
|
||
tells the BC on the return value
|
||
|
||
* README: update
|
||
|
||
2001-08-21 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* Dialogs.C: add QIndex
|
||
|
||
* ui/Makefile.am:
|
||
* Makefile.am: fix build
|
||
|
||
* ui/QAboutDialog.ui:
|
||
* QAbout.C: finish dialog
|
||
|
||
* ui/QCitationDialog.ui:
|
||
* QCitationDialog.C: BC fixes
|
||
|
||
* ui/QIndexDialog.ui:
|
||
* QIndex.h:
|
||
* QIndex.C:
|
||
* QIndexDialog.h:
|
||
* QIndexDialog.C: got index dialog working
|
||
|
||
2001-08-19 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* all files: enormous naming re-jig and tidy
|
||
|
||
2001-07-13 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
Consistent use of Lsstream.h:
|
||
* FormCredits.C (build): std::stringstream -> stringstream.
|
||
|
||
2001-06-17 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* FormCitation.C (build): removed bc().refresh() call as the controller
|
||
should take care of this.
|
||
(update): removed noKeys stuff as you don't use it.
|
||
|
||
* FormCitationDialogImpl.C (slotBibSelected): Can't select bibkeys[-1]!
|
||
We were being bit by the xforms browser returns the browser line number
|
||
in Fortran style, but Qt uses C-style.
|
||
|
||
2001-06-16 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* FormCitationDialogImpl.C: added using directive.
|
||
|
||
* qt2BC.[Ch]: qt2BC now derives from GuiBC<QButton, QWidget>.
|
||
No idea why this wasn't done ages ago!
|
||
|
||
2001-06-15 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* FormCharacter.C:
|
||
* FormParagraph.C (c-tor): cosmetic name change of signal.
|
||
|
||
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* FormCitation.C:
|
||
* Qt2Base.C: removed // -*- C++ -*- as first line.
|
||
|
||
* FileDialog_private.h:
|
||
* FormCopyright.h:
|
||
* FormCredits.h:
|
||
* FormIndex.h:
|
||
* FormParagraph.h:
|
||
* FormPrint.h:
|
||
* FormRef.h:
|
||
* FormSearch.h:
|
||
* FormSplash.h:
|
||
* FormTabularCreate.h:
|
||
* FormToc.h:
|
||
* FormUrl.h:
|
||
* QtLyXView.h: added // -*- C++ -*- as first line.
|
||
|
||
2001-06-02 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* <various>: fix random space pepper to use
|
||
hard tabs. Also add <config.h> where necessitated
|
||
by using LString.h
|
||
|
||
2001-05-22 Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
|
||
|
||
* FormDocument.C (build): add iso8859-15 support.
|
||
|
||
2001-05-17 Allan Rae <rae@lyx.org>
|
||
|
||
* FormCharacter.C:
|
||
* FormCopyright.C:
|
||
* FormCredits.C:
|
||
* FormSearch.C: gettext went missing but is back gain now _().
|
||
|
||
* Makefile.am: ButtonController is now ButtonControllerBase.
|
||
It now compiles but it won't link lyx on my system. Complaints about
|
||
not being able to link in libraries lib{GL,GLU,Xft,Xext,Xmu} which
|
||
are all present and accounted for by ldconfig. YMMV.
|
||
|
||
2001-05-09 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
||
|
||
* FormParagraph.C: remove !NEW_INSETS and !NO_PEXTRA cruft
|
||
|
||
2001-04-03 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* FormCharacter.C:
|
||
* FormDocument.h:
|
||
* FormSearch.C:
|
||
* Dialogs.C: s/popup/dialog/
|
||
|
||
* qt2BC.h:
|
||
* qt2BC.C:
|
||
* FormCitation.C:
|
||
* FormDocument.C: s/UndoAll/Restore/
|
||
|
||
* Qt2Base.h:
|
||
* Qt2Base.C: s/ControlButton/ControlButtons/
|
||
|
||
|
||
2001-04-02 Kalle Dalheimer <kalle@klaralvdalens-datakonsult.se>
|
||
|
||
* Makefile.am: Simplified Makefile.am
|
||
|
||
2001-03-31 Kalle Dalheimer <kalle@klaralvdalens-datakonsult.se>
|
||
|
||
* FormCitationDialogImpl.C (doPreviousNext): Propagated search
|
||
fixes from XForms
|
||
* several files: MVC for citation dialog
|
||
|
||
2001-03-30 Angus Leeming <a.leeming@ic.ac.uk>
|
||
|
||
* Qt2Base.[Ch]: changed ControlBase to ControlButton.
|
||
|
||
2001-03-19 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* qt2 compiles again:
|
||
* Makefile.am: added missing xform dialogs
|
||
* FormParagraph.C: only extra setting if wanted
|
||
* FormParagraph.h: add namespace to connection
|
||
|
||
2001-03-16 Kalle Dalheimer <kalle@klaralvdalens-datakonsult.se>
|
||
|
||
* FormParagraph.C (apply): Only call SetParagraphExtraOpt() when
|
||
NO_PEXTRA is not defined (in line with XForms frontend)
|
||
|
||
* Dialogs.C: Adapted to backend changes
|
||
|
||
* Makefile.am: updated citation dialog
|
||
* Citation dialog added: FormCitation.{C,h},
|
||
* FormCitationDialog.ui, FormCitationDialogImpl.{C,h}
|
||
|
||
2001-03-15 Lars Gullik Bj<42>nnes <larsbj@trylle.birdstep.com>
|
||
|
||
* several files: remove CXX_WORKING_NAMESPACES
|
||
|
||
2001-03-15 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* Added splash screen
|
||
* Makefile.am: updated
|
||
* FormSplash.[Ch]: added
|
||
* FormSplashImpl.[Ch]: added
|
||
|
||
2001-03-09 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* Makefile.am: updated
|
||
* paragraphdlg.ui: manually enabled items in minipage settings
|
||
* paragraphdlgimpl.C: tweak enable code on extra page
|
||
* Stuff sent in by Denis Perchine <dyp@perchine.com> to compile again:
|
||
* FileDialog_private.[Ch]: added
|
||
* FileDialog.C: added
|
||
* FormParagraph.C: params settings updated
|
||
|
||
2001-03-06 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* Search dialog added:
|
||
* FormSearch.[Ch]
|
||
* searchdlg.ui
|
||
* searchdlg.[Ch]
|
||
* searchdlgimpl.[Ch]
|
||
|
||
2001-02-16 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
* remove inheritance from noncopyable in Form*.h
|
||
* Character dialog added:
|
||
* FormCharacter.[Ch]
|
||
* chardlg.ui
|
||
* chardlg.[Ch]
|
||
* chardlgimpl.[Ch]
|
||
|
||
2001-02-16 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* FormParagraph.C: fix bview->update()
|
||
|
||
2001-01-24 Edwin Leuven <leuven@fee.uva.nl>
|
||
|
||
*FormParagraph.C:
|
||
*FormParagraph.h:
|
||
*FormPrint.C:
|
||
*FormPrint.h:
|
||
*FormTabularCreate.C:
|
||
*FormTabularCreate.h:
|
||
*QtLyXView.h:
|
||
*emptytable.C:
|
||
*emptytable.h:
|
||
*paragraphdlg.C:
|
||
*paragraphdlg.h:
|
||
*paragraphdlg.ui:
|
||
*paragraphdlgimpl.C:
|
||
*paragraphdlgimpl.h:
|
||
*printdlg.C:
|
||
*printdlg.h:
|
||
*printdlg.ui:
|
||
*printdlgimpl.C:
|
||
*printdlgimpl.h:
|
||
*tabularcreatedlg.C:
|
||
*tabularcreatedlg.h:
|
||
*tabularcreatedlg.ui:
|
||
*tabularcreatedlgimpl.C:
|
||
*tabularcreatedlgimpl.h:
|
||
*Makefile.am: added paragraph/print/tabular create dialogs
|
||
|
||
2001-01-24 John Levon <moz@compsoc.man.ac.uk>
|
||
|
||
* src/frontends/qt2/.cvsignore:
|
||
* Dialogs.C:
|
||
* FormCopyright.C:
|
||
* FormCopyright.h:
|
||
* FormCopyrightDialog.C:
|
||
* FormCopyrightDialog.h:
|
||
* FormCopyrightDialogBase.C:
|
||
* FormCopyrightDialogBase.h:
|
||
* FormCopyrightDialogBase.ui:
|
||
* GUIRunTime.C:
|
||
* Makefile.am: start frontend with the Copyright
|
||
dialog
|