]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
GuiView: Small simplification.
[lyx.git] / src / frontends / qt4 / GuiView.cpp
2011-02-13 Vincent van RavesteijnGuiView: Small simplification.
2011-02-12 Enrico ForestieriFix bug #7186 (Forward Search not working for Child...
2011-01-26 Tommaso CucinottaFixes this issue:
2011-01-26 Jean-Marc LasgouttesUnify handling of pass thru insets and paragraphs by...
2011-01-24 Peter Kümmelfix c&p bug
2011-01-24 Peter Kümmelremove obsolete code: we have now a animation to indica...
2011-01-23 Edwin Leuvenadd busy spinner to status bar when threads are running...
2011-01-06 Vincent van RavesteijnLyX remembers the state and geometry of the advanced...
2011-01-03 Vincent van RavesteijnFix bug #5082: Outline visibility not remembered.
2011-01-03 Vincent van RavesteijnFix bug #7099: Fix bug #7099: Math toolbars don't autoshow.
2010-12-09 Georg Baumimprove fix for #6303 as suggested by Richard
2010-12-09 Richard HeckThis routine does not need to take a pointer to a WorkA...
2010-12-09 Georg Baumfix another crash like bug #6303
2010-12-08 Richard HeckCommitted wrong thing.
2010-12-08 Richard HeckAt least prevent the crash in #7152. Patch by John...
2010-12-07 Georg BaumFix bug #6603.
2010-12-07 Pavel SandaReplay r36745
2010-12-07 Pavel SandaRevert commits from 36745
2010-12-06 Peter Kümmeldon't show errors when auto saving, #7132
2010-12-05 Abdelrazak YounesMove buffer dispatching code from GuiView::dispatchToBu...
2010-12-05 Abdelrazak Younes GuiView::dispatchToBufferView(): simplify code and...
2010-12-04 Abdelrazak Younesrevert r36721, this was not needed after all... chasing...
2010-12-04 Abdelrazak YounesMove code from GuiApplication::dispatch() to GuiView...
2010-11-30 Vincent van RavesteijnFix bug #6263: Order of Tabs in Menu and used in Ctrl...
2010-11-18 Richard HeckLine length, better grammar.
2010-11-18 Pavel Sandatypo
2010-11-17 Vincent van RavesteijnCorrect bug number and typo.
2010-11-17 Vincent van RavesteijnReset the autosave timers also for the threaded case...
2010-11-17 Vincent van RavesteijnLet GuiViewPrivate::autosaveAndDestroy use Buffer:...
2010-11-17 Vincent van RavesteijnGeneralize Buffer::autoSave() for both the threaded...
2010-11-17 Vincent van RavesteijnRename GuiViewPrivate::saveAndDestroy to autosaveAndDes...
2010-11-13 Jürgen Spitzmüller* GuiView: puzzle-constructions like this will make...
2010-11-10 Enrico ForestieriFix the 100% cpu load problem when previewing with...
2010-11-10 Enrico ForestieriCorrect style and squash compiler warnings.
2010-11-10 Enrico ForestieriFix export for Qt < 4.4.0.
2010-11-08 Peter Kümmeldon't eat a CPU core when using Qt < 4.4 or EXPORT_in_T...
2010-11-08 Peter Kümmelfix linker errors when using Qt 4.2
2010-11-07 Vincent van RavesteijnMove the buffer related part from GuiView::renameBuffer...
2010-11-06 Stephan Wittcheck for user cancel or errors on vcs revert before...
2010-11-05 Vincent van RavesteijnAllow for nested setBusy calls.
2010-11-02 Richard HeckFix the following sort of crash, reported on the list...
2010-11-01 Richard HeckRevert unintentional commit.
2010-11-01 Richard HeckFix bug #6888.
2010-10-30 Abdelrazak YounesMigrate GuiPrintNomencl to InsetParamsDialog.
2010-10-29 Vincent van RavesteijnAll occurrences of buf->errors("Parse") in GuiApplicati...
2010-10-29 Vincent van RavesteijnPass the Buffer to GuiView::reloadBuffer. We always...
2010-10-29 Vincent van RavesteijnMove the call to Buffer::errors("Parse") from BufferVie...
2010-10-29 Vincent van RavesteijnRelay the ReadStatus all the way up to the GUI also...
2010-10-28 Richard HeckMove saveCheckSum() call to Buffer::readFile(). Also...
2010-10-27 Abdelrazak YounesMigrate GuiNomencl to InsetParamsDialog.
2010-10-27 Abdelrazak YounesMigrate GuiLabel to InsetParamsDialog.
2010-10-27 Abdelrazak YounesMigrate GuiHyperlink to InsetParamsDialog.
2010-10-26 Vincent van RavesteijnAdjust comments to the truth.
2010-10-25 Vincent van RavesteijnFix bug #6550: "Any Changes will be lost" even when...
2010-10-24 Vincent van RavesteijnFix bug #5878: Cursor position not restored in hidden...
2010-10-24 Stephan Wittvalidate version control status after buffer save-as...
2010-10-23 Stephan Wittvalidate version control status after buffer save or...
2010-10-23 Peter Kümmelswitch mouse to busy symbol every 3 seconds and then...
2010-10-22 Vincent van RavesteijnRestructure processFuncRequest* function family:
2010-10-22 Jürgen SpitzmüllerFix bug 6944: crash on drag and drop multiple files
2010-10-21 Richard HeckFix bug #6964. Problem was that we always saw the first...
2010-10-20 Peter Kümmeluse bind, is this really better?
2010-10-19 Richard HeckCut and paste solution to get export working. The issue...
2010-10-19 Richard HeckRevert r35715. Didn't mean to commit both.
2010-10-19 Richard HeckCut and paste solution to get export working. The issue...
2010-10-19 Vincent van RavesteijnFix bug #6950: Cursor remains in waiting state after...
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-10-18 Vincent van RavesteijnLet asyncBufferProcessing return a value also if EXPORT...
2010-10-18 Peter Kümmelfix formatting
2010-10-18 Peter Kümmelfix comment:
2010-10-18 Peter KümmelFor testing: export asynchronous, #412
2010-10-18 Peter Kümmelalso use update_unincluded for preview,
2010-10-18 Peter Kümmelsplit out common async code
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...
next