]> git.lyx.org Git - lyx.git/history - src/frontends/qt/GuiApplication.cpp
Attempt to fix bug #13017.
[lyx.git] / src / frontends / qt / GuiApplication.cpp
2023-12-21 Richard Kimberly... Attempt to fix bug #13017. bugs/13017
2023-11-10 Jean-Marc LasgouttesMove LYX_(BEGIN|END)_MUTE_GCC_WARNING macros to their...
2023-10-15 Juergen SpitzmuellerSimplify
2023-10-15 Eugene ChornyiImplement ui style selection dialog 12832 attempt 2
2023-10-11 Eugene ChornyiRevert 072ba7bd and f1deb1c6
2023-10-11 Eugene ChornyiImplement ui style selection dialog 12832
2023-09-08 Juergen SpitzmuellerOnly create a new view for lyxfiles-open if no view...
2023-09-08 Juergen SpitzmuellerRevert "No need (any longer?) to create a new view...
2023-09-08 Juergen SpitzmuellerNo need (any longer?) to create a new view for lyxfiles...
2023-08-28 Enrico ForestieriFix detection of xcb during configure
2023-08-18 Juergen SpitzmuellerRemove Qt < 5.2 conditionals and special code
2023-05-17 Juergen SpitzmuellerReplace deprecated function
2023-05-12 Juergen SpitzmuellerDo not attempt to read bitmap icon with svg renderer
2023-04-28 Enrico ForestieriRe-enable QWindowsMimeMetafile with Qt6
2023-03-11 Juergen SpitzmuellerTwo more icon scale fixes
2023-03-11 Juergen SpitzmuellerProperly scale some icons for HiDPI (#12695)
2023-03-10 Yuriy SkalkoInclude QScreen header to fix compilation with Qt 5.14
2023-03-05 Jean-Marc LasgouttesQDesktopWidget is not required in Qt5, the Qt6 code...
2023-03-03 Jean-Marc LasgouttesRemove use of QRegExp
2023-01-09 Daniel RamoellerAllow multiple selections in the file open dialog
2022-12-12 Richard Kimberly... Fix bug #12609
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-19 Jean-Marc LasgouttesRemove all uses of Q_WS_* macros
2022-11-18 Jean-Marc LasgouttesGet rid of Qt4 code in src/
2022-10-26 Juergen SpitzmuellerSync with master
2022-08-30 Jean-Marc LasgouttesUse auto const & when possible to avoid copies
2022-07-13 Jean-Marc LasgouttesFixup 95da2707: document getAlias.
2022-07-12 Scott KostyshakStyle
2022-07-12 Daniel RamoellerCheck for icon aliases
2022-02-20 Stephan Witt#9287 query Standard User Defaults on mac and adjust...
2022-01-05 Stephan Witt#12451 Adjust color cache on change of dark/light mode
2021-12-17 Jean-Marc LasgouttesAdd lyxrc option to force the use of backing store
2021-12-07 Stephan WittRestore correct version check for AA_UseHighDpiPixmaps...
2021-12-07 Stephan WittQt6 pixmaps are always HiDPI - avoid deprecate warning...
2021-10-17 Enrico ForestieriEnable QWindowsMimeMetafile with Qt6
2021-09-28 Jean-Marc Lasgouttestypo
2021-09-28 Kornel BenkoFix crash
2021-07-22 Pavel SandaGive the user visible feedback when reconfiguring.
2021-06-08 Jean-Marc LasgouttesFixup f3a0e8ff: forgot to test in main dispatch
2021-04-03 Enrico ForestieriUse font metrics for computing the size of math decorations
2021-03-26 Jean-Marc LasgouttesProduce an error on bad debug level values
2021-03-26 Kornel BenkoCmake build with qt6 on MAC
2021-03-21 Juergen SpitzmuellerAddress Qt6 deprecation warning (QLibraryInfo::location())
2021-03-15 Enrico ForestieriAllow compiling with Qt6
2021-03-12 Juergen SpitzmuellerFix deprecation warning (from|toTime_t)
2021-03-12 Juergen SpitzmuellerAddress another deprecation warning.
2021-03-09 Jean-Marc LasgouttesFix debug output of FunCode
2021-03-02 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2021-03-02 Jean-Marc LasgouttesCleanup High DPI support
2021-02-26 Jean-Marc LasgouttesDisplay bookmarks in the workarea (take 2).
2021-02-26 Jean-Marc LasgouttesRevert "Display bookmarks in the workarea."
2021-02-26 Richard Kimberly... Allow to call cap::switchBetweenClasses without an...
2021-02-25 Jean-Marc LasgouttesImprove HiDpi handling
2021-02-15 Enrico ForestieriAccount for true dpi
2021-02-12 Juergen SpitzmuellerUse dialog-show in icon names
2021-02-10 Juergen SpitzmuellerAdd LFUN_LYXFILES_OPEN
2021-02-09 Juergen SpitzmuellerUse SVG icons in itemize bullet selector
2021-02-08 Stephan Witt#11682 amend change 4d4dc96b06 - check Qt version for...
2021-02-07 Stephan Witt#11682 open new window on Mac if there is none and...
2021-02-03 Pavel SandaAttempt on #12066.
2021-02-03 Jean-Marc LasgouttesForce redraw of all bufferviews after zoom in/out
2021-01-24 Juergen SpitzmuellerLFUN_FILE_OPEN: Strip quotes from argument (#12091)
2021-01-19 Juergen SpitzmuellerAdd method to check whether LyX runs in dark mode
2021-01-10 Richard Kimberly... Fix bug #5972: Count words in citations (approximately).
2021-01-06 Jean-Marc LasgouttesDisplay bookmarks in the workarea.
2021-01-06 Jean-Marc LasgouttesFix use of BookmarkSection::size()
2021-01-04 Richard Kimberly... nullptr
2020-12-12 Juergen SpitzmuellerUse semantic latex and math colors for dark theme icon...
2020-12-12 Juergen SpitzmuellerAdd dark theme colors to semantic colors (#8325)
2020-12-11 Juergen SpitzmuellerAdapt math and IPA panels to dark theme (#5636)
2020-12-10 Juergen SpitzmuellerSearch ipa image dir befor top dir
2020-11-21 Yuriy SkalkoRefactor checksum calculation
2020-11-21 Yuriy SkalkoRemove unused headers
2020-11-14 Jean-Marc LasgouttesStore correctly the window position with Wayland
2020-11-01 Yuriy SkalkoUse const references
2020-10-19 Yuriy SkalkoRemove duplicate and unused header includes in .cpp...
2020-10-16 Yuriy SkalkoMove Cursor.h from Clipboard.h
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-05 Yuriy SkalkoRefactoring
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-08-30 Stephan Witt#11756 cleanup the view menu on Mac
2020-08-30 Stephan Witt#11756 hide additional menu items in edit menu on Mac
2020-08-03 Juergen SpitzmuellerUse hexnames only for x11 colors
2020-07-11 Jean-Marc LasgouttesSet desktop name for Wayland
2020-06-25 Jean-Marc LasgouttesRun codespell on src/frontends
2020-06-06 Jean-Marc LasgouttesGet rid of Qt resources
2020-06-05 Jean-Marc LasgouttesAllow to provide explicit icons for things like command...
2020-04-16 Jean-Marc LasgouttesSimplify code for bidi icons
2020-04-14 Jean-Marc LasgouttesReimplement properly bidi icons
2020-04-14 Jean-Marc LasgouttesRevert "Add mechanism to change icons in RTL mode"
2020-02-25 Enrico ForestieriCleaner fix to ensure 32-bit XCB events
2020-02-25 Enrico ForestieriRevert "Fix write to uninitialized bytes for XCB event"
2020-02-19 Scott KostyshakFix write to uninitialized bytes for XCB event
2020-01-12 Jean-Marc LasgouttesRevert "Automatically show the review toolbar if the...
2020-01-02 Juergen SpitzmuellerNew helper lfun ifrelatives
2019-07-22 Jean-Marc LasgouttesAdd mechanism to change icons in RTL mode
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt