]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
I assume this was a c&p error
[lyx.git] / src / frontends / qt4 / GuiView.cpp
2010-10-18 Peter KümmelI assume this was a c&p error
2010-10-18 Peter Kümmelprepare splitting out c&p code
2010-10-17 Peter KümmelUse DispatchResult also in GuiView::dispatchVC to handl...
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-10-08 Stephan Wittcorrect typo of button link init of open-from-template...
2010-10-08 Stephan Wittadd some tests for LFUN_VC_REVERT and LFUN_VC_REPO_UPDATE
2010-09-29 Richard HeckRemove the magic boolean in getChildren() from the...
2010-09-29 Richard HeckI prefer this style....
2010-09-29 Richard HeckIntroduce a typedef for vector<Buffer *>. No change...
2010-09-07 Pavel SandaFix whitespace bug reported by Bennett
2010-09-07 Abdelrazak YounesMigrate GuiLine to InsetParamsWidget.
2010-09-07 Abdelrazak Youneswhitespace
2010-09-07 Pavel SandaUi glitches
2010-09-07 Pavel SandaBetter debugging
2010-09-07 Pavel SandaFinish VC_COMPARE, connect to compare dialog and run...
2010-09-07 Pavel SandaAdd decent UI for VC_COMPARE
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
2010-07-17 Peter KümmelUNDO: enc
2010-07-17 Peter Kümmeladd first version of .lyx file encryption. It's disable...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-06-17 Vincent van RavesteijnBetter fix for bug #5942: proper multi-window usage...
2010-06-07 Vincent van RavesteijnConstify GuiView::busy().
2010-06-07 Vincent van RavesteijnFix the storage of the last opened files list when...
2010-06-07 Vincent van RavesteijnFix part of bug #5942:
2010-06-04 Vincent van RavesteijnFix bug #6606: Crash when reverting a document with...
2010-05-15 Uwe Stöhr- BufferParams.cpp: change string to make it more clear...
2010-04-30 Enrico ForestieriThere is no reason for inhibiting the symbols dialog...
2010-04-28 Enrico ForestieriThe character dialog was disabled in r30810 for solving...
2010-04-28 Vincent van RavesteijnFix bug #6614: Preview Other Format Button Greys Out...
2010-04-26 Vincent van RavesteijnTweak for X11.
2010-04-26 Vincent van RavesteijnFix bug #3871: Shortcut to switch from TOC to text...
2010-04-26 Vincent van RavesteijnFix bug #6451 (last part): Crash when interacting with...
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaBuffer::getAutosaveFilename -> Buffer::getAutosaveFileName
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-18 Enrico ForestieriIn the meantime that we decide whether to introduce...
2010-04-16 Pavel SandaBetter debug ouput
2010-04-16 Pavel SandaDont wait for forward search call
2010-04-16 Vincent van Ravesteijn* GuiView.cpp: Simplify.
2010-04-16 Vincent van RavesteijnRemove the unclear FuncStatus::operator|=. Without...
2010-04-16 Vincent van Ravesteijn* FuncStatus: unify naming of functions.
2010-04-16 Pavel SandaAdd status message.
2010-04-16 Pavel SandaGuify forward search.
2010-04-15 Enrico ForestieriModify the forward-search lfun such that no argument...
2010-04-15 Pavel SandaFix #94 - LYX forward DVI search
2010-04-09 Richard HeckFix bug #6645.
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-04-05 Peter Kümmelfix typo, tabs for indentation
2010-04-05 Abdelrazak YounesFix instant preview for split views showing the same...
2010-04-05 Peter Kümmeldon't allow closing a buffer when it is used by a thread
2010-03-26 Pavel SandaFix part of 6587 - make backup more safe and delete...
2010-03-17 Tommaso CucinottaNo more auto math toolbars while in regexp mode (addres...
2010-03-15 Pavel SandaParametrize position of version string
2010-03-15 Pavel SandaHonour lyxrc.show_banner again
2010-03-13 Pavel SandaFix Error dialog. Patch from Richard and Abdel.
2010-03-10 Vincent van RavesteijnFix bug #6488: Avoid a null pointer when accessing...
2010-03-09 Richard HeckCheap fix for #6554. When we save a Buffer to a new...
2010-03-05 Peter Kümmelfix bug 6578, use tabs
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-26 Vincent van RavesteijnFix bug #6464: Crash when exiting LyX from second windo...
2010-02-24 Vincent van RavesteijnFix bug #6556: Exporting .lyx to .lyx15 or lyx16 report...
2010-02-23 Abdelrazak YounesMigrate GuiBibitem to InsetParamsWidget.
2010-02-23 Pavel SandaRevert r33533.
2010-02-22 Uwe StöhrGuiView.cpp: fix compilation after r33533
2010-02-22 Pavel SandaAt least basic capability for VC comparison.
2010-02-21 Abdelrazak YounesMigrate GuiHSPace to InsetParamsDialog.
2010-02-19 Abdelrazak YounesMigrate Branch dialog to InsetParamsWidget
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-02-15 Abdelrazak YounesAttempt to simplify as much as possible Inset parameter...
2010-02-15 Pavel SandaGlitch in LFUN
2010-02-15 Pavel SandaAllow revision to be string.
2010-02-12 Pavel SandaPrepare VCS part for comparison.
2010-02-12 Pavel SandaKill locker() API in VCS
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-30 Vincent van RavesteijnMove the message() function from lfunUiToggle to GuiVie...
2010-01-30 Vincent van RavesteijnDo not set the statusbar message in GuiView::toolbar...
2010-01-30 Vincent van RavesteijnUse the DispatchResult also for LFUN_MESSAGE and LFUN_B...
2010-01-30 Peter KümmelCMake: fix merged build, seems GCC could not handle...
2010-01-29 Jean-Marc Lasgouttesadd a dispatchresult parameter to lyxview::dispatch
2010-01-29 Jürgen Spitzmüller* 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...
next