]> git.lyx.org Git - lyx.git/history - src/frontends/qt2
Joao latest bits
[lyx.git] / src / frontends / qt2 /
2003-11-05 Alfredo BraunsteinJoao latest bits
2003-11-05 Alfredo Braunsteinbring lyxsocket to qt
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-01 Jürgen SpitzmüllerQParagraph: remove lines & pagebreaks
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-27 Jürgen Spitzmüllerqt branches: color fixes
2003-10-23 Jürgen Spitzmüllerqt branch support
2003-10-22 Angus LeemingGive InsetExternal the ability to preview its contents.
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-14 Angus Leeming(Jo�o Assirati): add the ability to inverse-search...
2003-10-13 Angus LeemingJo�o Assirati's lyxsocket patch.
2003-10-13 Lars Gullik BjønnesGet rid of LyXFunc::dispatch that takes a string.
2003-10-08 Jean-Marc Lasgouttessmall osx-related bits
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-07 Angus LeemingAdd transformations to InsetExternal.
2003-10-07 Angus Leeming* Rename InsetExternal::Params as InsetExternalParams...
2003-10-07 Angus LeemingSelf-consistent header files.
2003-10-06 Angus LeemingQt compilation fixes.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-01 Angus LeemingEnable the file dialog to open files with non-latin...
2003-10-01 Angus LeemingIntroduce namespace lyx::external.
2003-09-29 Lars Gullik BjønnesFix compilaton issues by including debug.h first.
2003-09-25 Angus LeemingRe-add the RasterImage template.
2003-09-21 Lars Gullik Bjønnesmore action work
2003-09-21 Lars Gullik BjønnesGet rid of Pseudo Actions
2003-09-21 Lars Gullik Bjønnessome configure output changes, fix a new bug
2003-09-19 Angus LeemingFix InsetInclude properly. Data is now stored in an...
2003-09-18 Angus LeemingGet rid of the InsetInclude::Params::flag variable.
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-16 Angus LeemingSeparate interface from implementation; make GraphicsIm...
2003-09-16 Angus Leeminglyxfont.h no longer #includes LColor.h.
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-15 Angus LeemingCompilation fixes (remove STRCONV).
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingGet rid of trailing whitespace 'noise' in future patche...
2003-09-09 Angus LeemingBOOST_ASSERT compile fixes.
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-08 Jean-Marc Lasgouttessome includes needed to build on gcc-2.96 + qt-2.3
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-07 Angus LeemingFinish the task of removing all cruft from the header...
2003-09-07 Angus LeemingRemove unnecessary using std::endl directive that is...
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-06 Angus LeemingForward declare LatexRunParams in converter.h.
2003-09-06 Angus LeemingDon't #include ParameterStruct.h in ParagraphParameters.h.
2003-09-06 Angus Leeminglyxfunc.h #included frontends/LyXKeySym.h for a typedef...
2003-09-06 Angus LeemingPress the 'Save' button before committing, Angus.
2003-09-06 Angus LeemingA few more compilation fixes.
2003-09-06 Angus Leeming(Kornel Benko): re-add <map> header file.
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingAll .C files should #include there own .h file I guess ;-)
2003-09-05 Angus LeemingEnsure that the header files can be compiled stand...
2003-09-05 Angus LeemingStrip out another 350 redundant #includes.
2003-09-04 Angus LeemingMove #includes out of header files.
2003-09-03 Angus LeemingRevert, revert, revert. Sorry about that, y'all.
2003-09-03 Angus Leemingsrc/support/ChangeLog
2003-09-03 Jürgen Spitzmüllerfix typo in tooltip
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-18 John Levonadd eqref entry: patch from Bas Zoetekouw
2003-08-18 André Pönitzdrop a few fitCursor() and draw() calls
2003-08-15 André Pönitzbetter fix for anchorrow problem
2003-08-15 André Pönitzdraw a bit more than strictly necessary.....
2003-08-14 John LevonMichael's UI patch v2
2003-08-05 Jean-Marc Lasgouttesimplement basic drag-and-drop support in qt
2003-08-03 Jean-Marc Lasgouttescompilation fix
2003-08-02 Jean-Marc Lasgouttesallow to compile several frontends at once (and produce...
2003-08-02 Jean-Marc Lasgouttesfix layout combox update bug
2003-07-30 Jürgen Spitzmüllerqnote dialog: consistent terminology (bug 1270)
2003-07-30 Jürgen Spitzmüllertrivial fix for qcitation dialog (bug 1284)
2003-07-29 Jean-Marc Lasgouttescompile fix for gcc 2.95.3
2003-07-27 John Levoncompile fix
2003-07-26 Jean-Marc Lasgouttesmove reading of bind files from lyxrc.C to kbmap.C...
2003-07-25 Jean-Marc Lasgouttestowards saner frontends (?). Part II: the menubar ...
2003-07-25 Jean-Marc Lasgouttestowards saner frontends. Part I: the toolbar
2003-07-23 John Levonfix bug 1285 (selecting font properly in the prefs...
2003-07-23 Angus LeemingUse a FileName variable in the external inset too.
2003-07-22 Angus LeemingA new FileName class + use by the graphics inset.
2003-07-21 Angus LeemingFinish the migration from namespace grfx to lyx::graphics.
2003-07-21 Jürgen SpitzmüllerQBibtex/QCitation ui fixes (bug 1146)
2003-07-19 John Levonrestrict tab create dialog to a reasonable size (bug...
2003-07-18 Lars Gullik Bjønnesmake lyx compile with gcc 3.4. remove some warnings.
2003-07-15 Jürgen SpitzmüllerQTabularDialog: fix width input (bug 1156)
2003-07-15 John LevonFix for changed Qt behaviour
2003-07-15 Jürgen SpitzmüllerThe QNote dialog
2003-07-10 Jean-Marc Lasgouttesspecial menu hack for qt/mac
2003-07-10 André PönitzSTRCONV()
2003-07-10 André PönitzFix compilation qt + included string by getting rid...
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-07-03 John LevonEnable View properly.
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-27 Alfredo BraunsteinFix two loading-related bugs reported by Kayvan
2003-06-23 Jean-Marc Lasgouttesdo not add non-exisitent icons in toolbar (qt); honor...
2003-06-21 Alfredo BraunsteinThe error boxes are no more! See also Bug: 192, Bug...
2003-06-20 Alfredo Braunsteinadded a parseError signal to Buffer and use it
2003-06-20 Angus LeemingFix the texinfo dialog and associated cleanup.
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...
next