]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiViewSource.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiViewSource.cpp
2009-04-01 Vincent van RavesteijnGuiViewsource:
2009-03-31 Vincent van RavesteijnFix bug that the view source window remains disabled...
2009-01-24 Jürgen Spitzmüller* GuiViewSource.cpp:
2008-11-17 Pavel Sanda#4430 still not fixed. try better one.
2008-11-15 André Pönitzfix #4430 . initial size of the "view source" window...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-10-18 Abdelrazak YounesFix part of http://bugzilla.lyx.org/show_bug.cgi?id...
2008-10-18 Jürgen Spitzmüllercompile fix 2
2008-10-18 Abdelrazak YounesFirst part of http://bugzilla.lyx.org/show_bug.cgi...
2008-10-18 Abdelrazak YounesCode shuffling in order to fix http://bugzilla.lyx...
2008-10-03 Abdelrazak YounesWe don't want to restore geometry session for dock...
2008-09-29 Abdelrazak YounesDialogs: discourage non const access to buffer() and...
2008-06-01 Bo PengFix manual update of the viewsource dialog, set default...
2008-05-14 Abdelrazak YounesAdd session to view-source dialog.
2008-05-13 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4860
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André Pönitzno need for pointers, not even leaking ones...
2007-11-29 André Pönitzuse structure with named members instead of pair<int...
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-18 Abdelrazak YounesSpoiling some fun from Andre': put Application on a...
2007-11-05 Abdelrazak YounesRename GuiViewBase to GuiView.
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-09 Abdelrazak Younes* GuiViewSource: port back to DockView.
2007-10-06 André Pönitzmove LaTeXHighlighte
2007-10-06 André Pönitzonly a partial patch. will rework immediately.
2007-09-09 Edwin Leuvenconnect to the right slots...
2007-09-08 Bo Pengadd missing header file
2007-09-08 Abdelrazak Younesheader cleanup.
2007-09-08 Abdelrazak Younesoups...
2007-09-08 Abdelrazak Younesfix view source window title.
2007-09-08 Abdelrazak YounesRestore docked View source widget.
2007-09-05 André Pönitzthe fun begins....
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...
2007-08-31 André Pönitzmove our stuff off the Q* namespace