]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
Let the tag affect other sides too
[lyx.git] / src / frontends / qt4 / GuiView.cpp
2010-01-27 Pavel SandaLet the tag affect other sides too
2010-01-27 Pavel SandaIntroduce "samerow" toolbar tag and let View/Update...
2010-01-13 Vincent van RavesteijnFix (partly?) bug #6451: Crash when interacting with...
2010-01-10 Tommaso CucinottaFixed #6335.
2010-01-10 Pavel SandaThis patch from Richard was correct.
2010-01-10 Jürgen SpitzmüllerAdd an option to assure that all aux files are maintain...
2010-01-08 Richard HeckRevert r32881.
2010-01-08 Vincent van RavesteijnLet the background widget also dispatch the keypresses...
2010-01-08 Richard HeckDo not reload on check-in if check-in is cancelled.
2010-01-08 Tommaso CucinottaLet the LyX logo show up when closing last document...
2010-01-08 Vincent van RavesteijnMove reloadBuffer from GuiView to Buffer.
2010-01-07 Tommaso CucinottaPrevent display of meaningless internal buffer title...
2010-01-07 Vincent van RavesteijnCorrect ugly/wrong code introduced in r32738. parent...
2010-01-07 Jean-Marc Lasgouttesavoid a few warnings on qt<=4.4
2010-01-06 Vincent van RavesteijnFix bug #6433: read-only status is not refreshed when...
2010-01-05 Abdelrazak YounesAsynchronous preview: cancel too close preview or updat...
2010-01-01 Tommaso CucinottaNo need for the new LyXView::selectDocumentBuffer(...
2010-01-01 Vincent van RavesteijnWhen reloading a child document, reset the parent of...
2009-12-30 Tommaso CucinottaImplemented the "Current Buffer" & "Current (Master...
2009-12-28 Pavel SandaSession info for debug window
2009-12-27 Peter Kümmelsome cleanup
2009-12-27 Peter Kümmelno duplicated success messages: one connection is enough
2009-12-26 Vincent van RavesteijnUpdate the status bar when starting LyX (creating a...
2009-12-25 Vincent van RavesteijnFix the display of messages in the status bar. This...
2009-12-23 Pavel SandaReorder a bit status messages, but they are still clear...
2009-12-23 Pavel SandaisExternallyModified needs file existence.
2009-12-22 Enrico ForestieriAllow spaces in path names for LFUN_SERVER_GOTO_FILE_ROW.
2009-12-22 Peter Kümmelalso build with older Qt versions
2009-12-22 Peter Kümmelupdate other build systems, cleanup progress output
2009-12-22 Peter Kümmelre-add view for progress, cleanup follows
2009-12-22 Peter Kümmelalso build with older Qt versions
2009-12-21 Vincent van RavesteijnAnother compile fix. (I hope this is sufficient now)
2009-12-21 Peter Kümmelmove calls to Buffer::errors and Buffer::message to...
2009-12-21 Peter Kümmel- Show progress information in status bar.
2009-12-20 Abdelrazak YounesDisallow multiple concurrent previews as we are not...
2009-12-20 Vincent van RavesteijnRemove superfluous std::.
2009-12-20 Peter Kümmeladd progress widget
2009-12-19 Peter Kümmelformat is a std::string, bformat doesn't take a std...
2009-12-19 Peter Kümmelpass format as argument
2009-12-19 Vincent van RavesteijnFix the threaded preview and reenable it.
2009-12-19 Abdelrazak Younesdisable preview in thread for now as it doesn't work...
2009-12-19 Abdelrazak YounesGuiView: reconnect the QFutureWatcher each time the...
2009-12-18 Abdelrazak YounesDetach Buffer preview and update preview in a new threa...
2009-12-13 Abdelrazak YounesFor Qt4.4 and up: Detach Buffer autosave into a new...
2009-12-12 Vincent van RavesteijnFix bug #2948: Drag and drop support for all importable...
2009-11-24 Pavel SandaFix #5211 - Check documents for changes after svn update.
2009-11-23 Vincent van RavesteijnDo not save an emergency file after choosing to revert...
2009-10-29 Vincent van RavesteijnFix part of bug #6251: When closing a buffer, only...
2009-10-29 Vincent van RavesteijnDissect closeWorkArea and closeBuffer.
2009-10-24 Vincent van RavesteijnAdds the user interface for the new Comparison feature.
2009-10-24 Vincent van RavesteijnChanges in buffer_funcs.cpp::newUnnamedFile():
2009-10-14 Pavel SandaMake updating less dangerous, see comments in #6255.
2009-10-06 Pavel SandaBug #6255 - Update linked files with version control
2009-10-04 Abdelrazak Younessmall LFUN status cleanups.
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-10-04 Jürgen Spitzmüller* GuiView.cpp (reloadBuffer):
2009-10-04 Jürgen Spitzmüller* GuiView.cpp (reloadBuffer):
2009-09-30 Abdelrazak Younesremove indirection from LyXView::viewStatusMessage().
2009-09-27 Abdelrazak Younes* Remove GuiView->BufferView->GuiView indirection.
2009-09-27 Abdelrazak YounesTransfer LFUN_INSET_APPLY from GuiView to BufferView.
2009-09-24 Abdelrazak YounesKornel's gcc compil fix.
2009-09-23 Abdelrazak Younes* Transfer LFUN_SERVER_GOTO_FILE_ROW to GuiView and...
2009-09-23 Abdelrazak YounesGet rid of LyXView::hasFocus().
2009-09-23 Abdelrazak YounesTransfer special getStatus() code from LyXFunc to Buffe...
2009-09-23 Abdelrazak YounesFix crash when switching window when previous window...
2009-09-22 Abdelrazak YounesMove LFUN_BUFFER_WRITE_ALL status to GuiView with a...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-09-21 Abdelrazak YounesFix gcc warning.
2009-09-19 Abdelrazak Younes* Move LFUN_BUFFER_CHILD_OPEN to GuiView.
2009-09-19 Abdelrazak Younes* Move LFUN_BUFFER_CLOSE and LFUN_BUFFER_CLOSE_ALL...
2009-09-19 Abdelrazak Younes* Move Buffer specific LFUNs to Buffer::dispatch()...
2009-09-19 Abdelrazak YounesTransfer completely LFUN_COMMAND_EXECUTE and LFUN_MESSA...
2009-09-12 Abdelrazak YounesMove LFUN status check to where they belong.
2009-09-12 Abdelrazak Younessome more buffer -> document buffer fixes.
2009-09-12 Abdelrazak YounesMove LFUN_BUFFER_RELOAD and LFUN_VC_* to GuiView. Try...
2009-09-09 Vincent van RavesteijnMove LFUN_BUFFER_SWITCH from LyXFunc::getStatus to...
2009-09-05 Abdelrazak Younes* GuiView: get rid of Buffer() and documentBuffer(...
2009-09-05 Abdelrazak Younes* LyXView:
2009-08-22 Tommaso CucinottaAdded at the LyXView level distinction among currently...
2009-08-21 Vincent van RavesteijnSome necessary cleanup, noticed by Pavel.
2009-08-21 Pavel SandaSquash warning.
2009-08-19 Vincent van RavesteijnForgot this. This is no longer necessary as we write...
2009-08-19 Vincent van RavesteijnFile->Close All now really closes all buffers. That...
2009-08-19 Vincent van RavesteijnFix bug #6162: Crash after close window with master...
2009-08-19 Vincent van RavesteijnMake new function writeSession(). Now it's no longer...
2009-08-18 Vincent van RavesteijnIf we are in a close_event all children will be closed...
2009-08-18 Vincent van Ravesteijn- Ditch the in_close_event parameter, as we can use...
2009-08-18 Vincent van RavesteijnIf we are in a closeEvent, we don't want to close all...
2009-08-18 Vincent van RavesteijnRename closeBufferAll to closeWorkAreaAll (because...
2009-08-18 Vincent van RavesteijnFix bug #5893: LyX closes hidden dirty buffers without...
2009-08-18 Vincent van RavesteijnDissect closeBufferAll and closeTabWorkArea. Unfortunat...
2009-08-18 Vincent van RavesteijnDon't close the buffer when it is a child.
2009-08-17 Vincent van RavesteijnClose the correct tab when clicking one while the activ...
2009-08-17 Vincent van RavesteijnSimplify the code, and rename tolastopened to in_close_...
2009-08-17 Vincent van RavesteijnClosing the children of a master can be done in closeWo...
2009-08-16 Vincent van RavesteijnMark a buffer as clean when the user chose to discard...
2009-08-16 Vincent van RavesteijnFix a crash when closing LyX while a master and a dirty...
2009-08-15 Vincent van RavesteijnIf we are hiding a buffer _and_ the buffer is visible...
2009-08-15 Vincent van RavesteijnLet's get rid of this strange Buffer * construction...
2009-08-15 Vincent van RavesteijnRename closeBuffer to closeWorkArea, because we'll...
next