]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiDocument.cpp
** fix bug 2114. Fileformat change.
[lyx.git] / src / frontends / qt4 / GuiDocument.cpp
2008-10-12 Jürgen Spitzmüller** fix bug 2114. Fileformat change.
2008-10-07 Richard HeckThe default modules should be kept in order.
2008-09-29 Uwe StöhrGuiDocument.cpp, BufferParams.cpp: fix http://bugzilla...
2008-09-29 Abdelrazak YounesDialogs: discourage non const access to buffer() and...
2008-09-21 André Pönitzcosmetics
2008-09-20 André Pönitzcosmetics. remoe strange dependency of GuiDocument.h
2008-09-20 André Pönitzsave a few cycles
2008-09-20 André Pönitzcosmetics
2008-09-20 André Pönitzcosmetics
2008-09-20 André Pönitzcosmetics;
2008-09-08 Pavel SandaCoding style
2008-09-01 Jürgen Spitzmüllerbetter naming for encoding default, as discussed in...
2008-08-04 Uwe StöhrGuiDocument.cpp: revert r26041
2008-08-03 Uwe StöhrGuiDocument.cpp: fix two cases of bug 5112
2008-07-27 Richard HeckSupport for removing "default" modules.
2008-07-25 Richard HeckMove the default module loading from makeDocumentClass...
2008-07-11 Jürgen Spitzmüller*** Implement GUI names for encodings (part of bug...
2008-07-11 Bo PengImprove the local layout feature by better handling...
2008-07-05 Jürgen Spitzmüller* src/frontends/qt4/GuiDocument.cpp:
2008-06-09 Jürgen Spitzmüllerproper fix for bug 4936.
2008-06-09 Jürgen Spitzmüllerbrute fix weird bug 4936.
2008-06-05 Jürgen Spitzmüller** support for CJK font argument. File Format change **
2008-05-15 Abdelrazak Younesrework a bit the document dialog so that it works more...
2008-05-14 Abdelrazak YounesHopefully fix locale aware language sorting in document...
2008-05-08 Stefan Schimanski* no .h for Qt headers
2008-05-08 Stefan Schimanski* For gcc to know about QStandardItemModel < QAbstractI...
2008-05-08 Abdelrazak Younesuse GuiApplication::languageModel() in GuiDocument.cpp
2008-05-07 Abdelrazak Younesmove languageData() out of qt_helpers.cpp
2008-05-07 Abdelrazak YounesRevamp of the character dialog:
2008-05-04 Abdelrazak YounesWe don't want the document dialog to be reset for each...
2008-04-28 Jürgen Spitzmüllersupport for default master document.
2008-04-21 André Pönitzcompile fix
2008-04-20 André Pönitzcosmetics
2008-04-20 André Pönitzmove the filefilter stuff closer to the only place...
2008-04-20 André Pönitzmove citation enums into header of their own
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-19 Richard HeckRemove embedding stuff from Document>Settings.
2008-04-17 Richard HeckGive us some useful tooltips for modules.
2008-04-16 Peter Kümmelcleanup namespace
2008-03-24 Richard HeckAdd support for document-local layout information....
2008-03-15 André Pönitzs/kb_action/FuncCode/g
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-11 Bo PengEmbed: allow the use of embedded layout and class ...
2008-03-11 Bo Pengrefine browseRelFile in function addExtraEmbeddedFile
2008-03-10 Bo PengAllow selection of a local layout file from the documen...
2008-03-10 Abdelrazak YounesMSVC warning
2008-03-09 Bo PengEmbedding: add option \extra_embedded_files to buffer...
2008-03-09 Uwe StöhrGuiDocument.cpp: fix linebreak
2008-03-08 André Pönitzless string conversions as long as we stay in the frontend
2008-03-07 Richard HeckBaseClassList --> LayoutFileList
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-06 Richard HeckKill indexing into the list of layouts.
2008-03-05 André Pönitzextend the idea of the previous patch a bit...
2008-03-05 Pavel Sanda* hyperref: add check for newline chars in user input.
2008-03-02 Uwe StöhrGuiDocument.cpp: add linebreaks to error messages
2008-03-01 Richard HeckFix bug 4594.
2008-03-01 Richard HeckImprove handling of local layout files. There are two...
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2008-02-28 Richard HeckMore work towards type safety regarding TextClass's...
2008-02-28 Richard Heckbaseclasslist --> BaseClassList singleton. Prep for...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-24 Richard HeckMore cleanup from Andre.
2008-02-24 Richard HeckAndre's s/getBaseClass/baseClass/ cleanup.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-19 Richard HeckDisable colsep box when single column.
2008-02-19 Richard HeckAdd support for column separation in page margins....
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak YounesFactorize closeEvent() for GuiDialog based dialogs.
2008-02-15 Jürgen SpitzmüllerFix a crash following the input of an invalid paragraph...
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2008-01-15 Jürgen Spitzmüller* src/frontends/GuiDocument.{cpp,h}:
2008-01-14 Richard HeckI18n for modules. This would seem to complete the modul...
2008-01-14 Peter Kümmelremove duplicated code, (fix cmake merge)
2008-01-12 Richard HeckThis commit changes the way individual LyXModule's...
2008-01-10 Richard HeckWe do not need to update just because the class has...
2008-01-10 Richard HeckAdditional UI logic related to module requires and...
2008-01-09 Richard HeckThis commit adds some new functionality to the modules...
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: simplify the interface of EmbeddedFiles...
2008-01-06 Richard HeckCrash fix.
2008-01-05 Richard HeckRationalize the handling of makeTextClass().
2008-01-05 Richard HeckImplement checks for available modules both in BufferPa...
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-08 Abdelrazak YounesRevert 22023 and really fix bug 4410 (http://bugzilla...
2007-12-08 Abdelrazak YounesFix bug 4410 (http://bugzilla.lyx.org/show_bug.cgi...
2007-12-05 Abdelrazak YounesHeader cleanup.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-13 Abdelrazak YounesPush latest Andre's changes toward their true direction:
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-05 André Pönitzmerge helper files;
2007-11-02 André Pönitzpimpl not needed here
2007-10-30 Bo PengDocument->settings: update embedded file list properly
next