]> git.lyx.org Git - lyx.git/history - src/frontends/qt4
Embedding: add embedCB checkboxes to IncludeUi and ExternalUi
[lyx.git] / src / frontends / qt4 /
2008-01-07 Bo PengEmbedding: add embedCB checkboxes to IncludeUi and...
2008-01-07 Bo PengEmbedding: After another round of EmbeddedFiles changes...
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...
2008-01-05 Bo PengEmbedding: proper embedCB actions in the GuiGraphics...
2008-01-04 Jean-Marc Lasgouttesremove extra menu expansion which causes multiple warni...
2008-01-03 Jürgen Spitzmüller* src/frontends/qt4/GuiSendto.cpp:
2007-12-30 Enrico ForestieriUse a less verbose form for warnings in the view source...
2007-12-28 Jürgen SpitzmüllerSupport for \nocite* from Berhard Reiter. Increments...
2007-12-28 Jürgen SpitzmüllerFix multiple cell pasting on Windows and Mac (bug 4436):
2007-12-26 Abdelrazak Younesenable context menu for the vertical scrollbar.
2007-12-26 Abdelrazak Younesheader cleanup.
2007-12-26 Abdelrazak YounesAdd an RC setting to disable/enable the tooltips in...
2007-12-26 Stefan Schimanski* compile fix
2007-12-26 Stefan Schimanski* compile fix
2007-12-26 Abdelrazak Younes* GuiWorkArea::contextMenuEvent(): accept the event...
2007-12-26 Abdelrazak Younesinitial basic context menu support.
2007-12-26 Abdelrazak YounesSimplify MenuBackend and menubar interactions.
2007-12-26 Abdelrazak YounesTransfer global mac menu bar initialization to GuiAppli...
2007-12-26 Bo Pengadd missing header file
2007-12-25 Abdelrazak YounesDon't pretend we have multiple menu backends: transfer...
2007-12-25 Abdelrazak Younes* GuiMenuBar:
2007-12-25 Abdelrazak YounesFree GuiPopupMenu from GuiMenubar.
2007-12-25 Abdelrazak YounesPrepare the code for context menu support.
2007-12-25 Abdelrazak Younesremove debug code.
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-25 Abdelrazak YounesFix graphics file name. It is textrm_O.png, not textrm_...
2007-12-24 Jürgen Spitzmüller* src/Buffer.cpp:
2007-12-23 Stefan Schimanski* first clear the menubar, then fill it (with mac menu...
2007-12-23 Stefan Schimanski* cosmetic
2007-12-23 Stefan Schimanski* cosmetic
2007-12-23 Stefan Schimanski* math macro toolbar can be made automatic
2007-12-21 Abdelrazak YounesFix cursor positionning on new buffer.
2007-12-21 Abdelrazak Younesadd comments
2007-12-21 Abdelrazak YounesClose to perfect scrolling. Some bugs fixing and behavi...
2007-12-20 Richard HeckSupport for nocite, provided by Bernhard Reiter.
2007-12-19 Abdelrazak YounesFix some scrolling issues.
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesSanitize the way we use abort() and exit(). With this...
2007-12-14 Abdelrazak YounesSimplify bind directory creation.
2007-12-14 Abdelrazak YounesUse FileName::createDirectory() instead of support...
2007-12-12 André Pönitzcosmetics
2007-12-12 André Pönitzremove a few toutf8 conversion that are done by lyxerr...
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 lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younesuse QClipboard::selectionChanged() signal instead of...
2007-12-12 Enrico ForestieriRevert qprocess code. Revisions reverted: 22026, 22030...
2007-12-12 Abdelrazak Younescompil fix.
2007-12-12 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4421
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-11 Abdelrazak YounesGuiProgress is not Buffer dependent.
2007-12-11 Abdelrazak YounesChange GuiProgress identifier and description.
2007-12-11 Pavel SandaAdd selection dbg output.
2007-12-10 Abdelrazak Younesfix comment.
2007-12-10 Abdelrazak YounesAdd common session handling infrastructure for dialogs.
2007-12-10 Pavel SandaAdd cleanfiles for monolithic builds.
2007-12-10 Pavel SandaFix compilation error.
2007-12-09 Pavel SandaFix warning.
2007-12-09 Abdelrazak Younesfix copy&paste bug.
2007-12-09 Abdelrazak YounesFactorize general code out of GuiDialog and into the...
2007-12-09 Abdelrazak YounesFix Drag&Drop. LFUN_FILE_OPEN is not handled by GuiView...
2007-12-08 Peter Kümmeladd progress view of system calls
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-08 Abdelrazak YounesNo need to update the prefs dialog if it is not visible.
2007-12-08 Abdelrazak Younes* Dialog: name_ is const and is ascii.
2007-12-08 Abdelrazak YounesFix bug 4413 (http://bugzilla.lyx.org/show_bug.cgi...
2007-12-07 Abdelrazak YounesNew file is placed in current directory by default.
2007-12-07 Abdelrazak YounesSplit LyXFunc::menuNew() into LyXView::newDocument...
2007-12-05 Abdelrazak YounesHeader cleanup.
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-12-04 Jürgen Spitzmüller* src/frontends/qt4/ui/PrintUi.ui:
2007-12-04 Jürgen Spitzmüller* src/frontends/qt4/GuiBox.cpp:
2007-12-04 Jürgen Spitzmüllerframed.sty goes InsetBox:
2007-12-02 Pavel SandaFix typo
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Peter Kümmelfix memory leaks
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-12-02 Peter Kümmelalso compile without pchs
2007-12-02 Peter Kümmelfix memory leak. addMenu does not take ownership, a...
2007-11-30 Abdelrazak Younesfix crash.
2007-11-29 André Pönitzfive lines plain loop vs seven lines fancy boost...
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önitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-28 Abdelrazak Younes* FileName:
2007-11-27 Uwe StöhrGuiPrefs.cpp: fix copy/paste error from r21776
2007-11-27 André Pönitzcosmetics
2007-11-27 André Pönitzunneeded declaration
2007-11-27 Abdelrazak YounesMove inclusion of "frontends/Delegates.h" to qt4/GuiView.h
2007-11-26 André Pönitzno need to cast anymore
2007-11-26 André Pönitzmake dialog stay above the main window
next