]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
#1720 disable document buffer related LFUNs in GUI view if the work area has no focus
[lyx.git] / src / frontends / qt4 / GuiView.cpp
2011-10-27 Vincent van RavesteijnSimplify the public interface of Buffer::doExport
2011-10-23 Abdelrazak YounesFirst step towards a little bit more independence of...
2011-10-15 Tommaso CucinottaMake trunk compile again after recent switch to QString...
2011-10-07 Tommaso CucinottaPresenting prettyname of formats in filedialog filter...
2011-10-06 Tommaso CucinottaAdded Export As... dialog, exploiting the new destinati...
2011-09-17 Vincent van RavesteijnRevert unintended part of r39694.
2011-09-17 Vincent van RavesteijnUpdate the toolbars when the GuiView is shown
2011-09-13 Julien RiouxShow .htm files in HTML import file dialog (#6340).
2011-09-13 Julien RiouxAllow to assign several extension to a given file forma...
2011-06-12 Richard HeckModify r38980 in response to Vincent's comments.
2011-06-08 Richard HeckFix bug #7622. We have to show the error list after...
2011-06-08 Richard HeckFix problem with static error list.
2011-06-07 Richard HeckRevert previous commit, which committed too much.
2011-06-07 Richard HeckFix problem with static error list.
2011-05-31 Pavel SandaAnother glitch ;)
2011-05-29 Richard HeckFix string format to match others in this file.
2011-05-27 Richard HeckSome cleanup and a fix for a potential crash while...
2011-05-26 Richard HeckFix problem first reported by Diego: If you try to...
2011-05-25 Enrico ForestieriThe time_t type seems to be an unsigned type when compi...
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
2011-04-14 Tommaso CucinottaAvoid useless double dispatch of cmd to same buffer...
2011-03-29 Enrico ForestieriThe original icon set was thought for a normal size...
2011-03-28 Enrico ForestieriSmash compiler warning.
2011-03-27 Enrico ForestieriAutomatically set the normal icon size on restart if...
2011-03-25 Enrico ForestieriInfrastructure for choosing different icon sets. This...
2011-03-22 Enrico ForestieriLet the icon set decide what the normal size is, but...
2011-03-19 Vincent van RavesteijnFix bug #7314: Workareas not redrawn. This is caused...
2011-03-03 Enrico ForestieriFix bug #7330 (No error notification with 'View master...
2011-03-01 Pavel SandaFix #7311. And all my fun is gone...
2011-02-28 Enrico ForestieriInitializing the gui_ member of the cloned buffer has...
2011-02-22 Enrico ForestieriIncrease normal toolbar icon size to 16x16 pixels,...
2011-02-18 Joost Verburgincrease normal toolbar icon size to 22x22 pixels
2011-02-15 Peter Kümmeltry a autosave next time even when currently no buffer...
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).
next