]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiView.cpp
Now LyX closes the current document WA only by default (other WAs remain open).
[lyx.git] / src / frontends / qt4 / GuiView.cpp
2012-09-28 Tommaso CucinottaNow LyX closes the current document WA only by default...
2012-09-11 Scott KostyshakGet rid of a Qt-generated stderr message
2012-08-26 Juergen SpitzmuellerFix forward search with okular
2012-08-21 Juergen SpitzmuellerAn IPA toolbar
2012-07-18 Jean-Marc LasgouttesDo not kill the undo stack when doing a Save As...
2012-07-15 Richard HeckLFUN_CLOSE_TAB_GROUP does exactly the same thing as
2012-05-23 Richard HeckStyle.
2012-05-14 Vincent van RavesteijnAllow an unnamed buffer to be saved with the same name
2012-01-22 Vincent van RavesteijnWhitespace.
2012-01-20 Jürgen SpitzmüllerFix crash due to the attempt to access paragraph()...
2012-01-13 Richard Heck Fix crash reported on list when renaming a child...
2012-01-12 Richard HeckBe a bit more careful here. In weird cases, this can...
2011-12-31 Stephan Witt#5585 disable spell checker dialog for empty documents
2011-12-13 Richard HeckFix issue noted by Julien: With new files especially...
2011-12-07 Richard HeckFix bug #7921. We should not allow the user to save...
2011-12-07 Pavel Sanda- Add scalable icon into tarball
2011-12-05 Vincent van RavesteijnCleanup r40377
2011-12-05 Vincent van RavesteijnFix bug #7916: Undo warning message when inserting...
2011-12-03 Richard HeckFix #7923: Don't clone all the children on autosave.
2011-11-16 Richard HeckClarify by renaming some arguments.
2011-10-30 Vincent van RavesteijnFix the messaging after an autosave
2011-10-30 Vincent van RavesteijnUse the format's pretty name in the statusmessages
2011-10-30 Vincent van RavesteijnCorrectly message that the export is cancelled
2011-10-30 Vincent van RavesteijnFix the warning about the unused msg parameter
2011-10-29 Vincent van RavesteijnFix the synchronous export functionality
2011-10-27 Vincent van RavesteijnReturn ExportStatus from Buffer to GuiView
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...
next