]> git.lyx.org Git - lyx.git/history - src/frontends/qt/GuiView.cpp
Implement sane UI for switching tristate toolbars (#6364)
[lyx.git] / src / frontends / qt / GuiView.cpp
2020-12-17 Juergen SpitzmuellerImplement sane UI for switching tristate toolbars ...
2020-12-07 Jean-Marc LasgouttesMake spellchecker work in read-only document
2020-12-06 Yuriy SkalkoImplement proper Dialog factory instead of implicit...
2020-11-25 Yuriy SkalkoFix loop variable, amend d8e8a93a58
2020-11-21 Pavel SandaErase white frame in fullscreen mode.
2020-11-20 Kornel BenkoMissing '{'
2020-11-20 Jean-Marc LasgouttesUse range-based loops in GuiView
2020-11-14 Jean-Marc LasgouttesStore correctly the window position with Wayland
2020-10-24 Jean-Marc LasgouttesReplace QFontMetrics::width() by horizontalAdvance...
2020-10-19 Yuriy SkalkoReduce includes in header files (2)
2020-10-19 Yuriy SkalkoRemove duplicate and unused header includes in .cpp...
2020-10-12 Thibaut CuvelierFix compilation on Visual C++.
2020-10-12 Yuriy SkalkoRight exception rethrowing
2020-10-05 Yuriy SkalkoRefactoring
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-09-16 Jean-Marc LasgouttesRevert "Show toolbar context menu only when clicking...
2020-09-16 Daniel RamoellerShow toolbar context menu only when clicking on the...
2020-08-29 Juergen SpitzmuellerLocalize format prettyName in some more places (#11954)
2020-08-27 Juergen SpitzmuellerMake paper search function accessible and customizable
2020-08-24 Jean-Marc LasgouttesForgotten break in switch found by coverity scan.
2020-08-20 Pavel SandaAllow LyX to find pdfs and urls of citation references...
2020-08-07 Stephan WittAmend commit 3af8ff39fc - make it work with Qt 4.x...
2020-08-07 Stephan WittForce a uniform style for group boxes, on Mac non-flat...
2020-08-04 Stephan Witt#10571 improved handling of WM's signal when switching...
2020-05-18 Richard Kimberly... Fix bug #11456.
2020-05-18 Richard Kimberly... Fix bug #11405.
2020-05-01 Richard Kimberly... GUI for new counter inset.
2020-04-21 Enrico ForestieriRaise the window in single-instance mode
2020-03-31 Juergen SpitzmuellerImplement buffer-write force
2020-03-06 Scott KostyshakFix Qt deprecation warn for getContentsMargins()
2020-03-03 Richard Kimberly... Send a DispatchResult object with dispatch requests...
2020-02-28 Richard Kimberly... Fix a bunch of warnings.
2020-02-22 Stephan WittUse real path names for buffer lookup by name of tempor...
2020-02-17 Stephan WittRemove unnecessary assertion after explicit buffer...
2020-02-17 Stephan WittAvoid potential crashes with missing document buffer...
2020-02-15 Pavel SandaUnify handling in dispatchVC.
2020-01-02 Juergen SpitzmuellerFurther improve status check of master-buffer-forall
2019-12-31 Juergen SpitzmuellerSlightly better status of master-buffer-forall
2019-12-31 Juergen SpitzmuellerImplement master-buffer-forall
2019-12-27 Juergen SpitzmuellerIntroduce buffer-reset-export
2019-10-26 Jean-Marc LasgouttesRemove some useless expressions
2019-07-25 Kornel BenkoFix forward search
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt