]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/Menus.cpp
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / Menus.cpp
2014-05-23 Richard HeckFix bug #9131 for development branch. There are two...
2014-05-22 Georg BaumFix another crash similar to #9030
2014-05-18 Juergen SpitzmuellerFix crash when right-clicking into an inset with more...
2014-03-08 Stephan Witt* fix bug 8925: create a temporary action to avoid...
2014-02-06 Juergen SpitzmuellerFix crash
2014-02-06 Juergen SpitzmuellerFix assertion in editing math (bug #8946)
2014-01-27 Juergen SpitzmuellerHarmonize naming
2014-01-27 Juergen SpitzmuellerWhitespace
2014-01-27 Juergen SpitzmuellerExtend environment-split to an 'outer' split function
2013-05-13 Vincent van RavesteijnRemove the 'running' booleans quit and optional
2013-05-02 Jean-Marc LasgouttesEven more llvm/clang warnings
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-03-24 Vincent van RavesteijnDo not sort formats in BufferParams::exportableFormats
2013-03-22 Georg BaumSupport \caption* (bug #3209)
2013-02-03 Stephan WittPrepare LyX code to compile and link with Qt5:
2013-01-05 Kornel BenkoMerge branch 'master' of git.lyx.org:lyx
2013-01-05 Juergen Spitzmuellerdo not try to expand arguments in mathed (bug #8482)
2012-12-31 Juergen SpitzmuellerRemove redundant 'Caption' string
2012-12-30 Juergen SpitzmuellerFix the 'caption inset mess' (bug #4647)
2012-12-28 Juergen SpitzmuellerSupport for command argument placement after the workar...
2012-12-17 Vincent van RavesteijnIntroduce Layout::args() and simplify code
2012-12-09 Juergen SpitzmuellerAllow to separate menu string from label string for...
2012-11-29 Juergen SpitzmuellerSupport for \item arguments
2012-11-23 Juergen SpitzmuellerDo not separate the shortcut from the label string
2012-11-23 Juergen SpitzmuellerContext menu for InsetArgument
2012-11-23 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' into features/latexargs
2012-11-19 Juergen SpitzmuellerInsetArgument revision, first working version
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-10-03 Juergen SpitzmuellerRonen's patch for lfun language set
2012-09-23 Stephan Wittmoving Reconfigure to LyX menu does not work
2012-07-26 Stephan WittFix bug #8238: correct the forward argument of replace2...
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-03-01 Julien RiouxMove the citation engine machinery to layouts.
2012-02-22 Pavel SandaGreetings to Lars from Scott Kostyshak, cf r40585.
2012-01-09 Julien RiouxBuffer param \cite_engine_type (authoryear|numerical).
2012-01-07 Lars Gullik BjønnesChange to avoid having different types in ?: operator
2012-01-04 Stephan Witt#7884 add check for missing dictionaries when spell...
2011-12-03 Julien RiouxRemove extra whitespace.
2011-10-30 Richard HeckFix the outstanding part of #7764, which involves sorti...
2011-08-02 Stephan Wittcorrect mac specific menu code for Cocoa based Qt build
2011-07-14 Abdelrazak YounesFix memory leak: submenus were never deleted because...
2011-06-07 Richard HeckCleanup in expandFormats().
2011-05-19 Stephan Witt#7564 move the text cursor to the end of the word after...
2011-05-18 Stephan Witt#7564 make the move forward to next match after text...
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
2011-04-13 Peter Kümmel#7452, no spellcheck menu needed when no text is below...
2011-03-19 Jürgen Spitzmüller* Menus.cpp: fix accelerator
2011-03-19 Vincent van RavesteijnAdd mnemonic.
2011-03-19 Vincent van RavesteijnFix bug #7275: Overcrowding of context menus.
2011-02-16 Jürgen SpitzmüllerMenus.cpp: use proper ifdefs.
2011-02-16 Jürgen SpitzmüllerMenus.cpp: QProyStyle was introduced in Qt 4.6.
2011-02-15 Vincent van RavesteijnSqueeze warning.
2011-02-15 Vincent van RavesteijnFix bug #5414: Show context menu accelerators when...
2011-02-13 Jürgen SpitzmüllerIntroduce new file format flag "menu=export" to define...
2011-02-09 Jürgen Spitzmüller* Menus.cpp: fix comment.
2011-02-02 Richard HeckFinally, disentangle IsPredefined and UsesFloatPkg...
2011-02-02 Richard HeckFix bug #7224. This allows two different floats to...
2011-01-27 Jean-Marc LasgouttesFor the default View and Update actions of the View...
2011-01-03 Vincent van RavesteijnFix part 2 of bug #7182: LyX truncates file names to...
2010-12-20 Stephan Wittlittle optimization: avoid a duplicate cursor get from...
2010-12-17 Stephan Wittfix compiler warnings in pedantic mode: remove trailing...
2010-12-11 Stephan Witt#7084 provide spelling suggestions only when replacemen...
2010-12-01 Vincent van RavesteijnFix crash when apply Preferences. This was introduced...
2010-11-30 Vincent van RavesteijnFix bug #6263: Order of Tabs in Menu and used in Ctrl...
2010-11-29 Vincent van RavesteijnImplement the possibility of concatenating (context...
2010-11-27 Stephan Witt#7082 add submenu for suggestions only when not empty
2010-11-02 Richard HeckImprove display of index names under Insert>Lists/TOC.
2010-11-02 Richard HeckUse bformat so we get RTL etc correct here.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-28 Richard HeckRename invisible buffers to hidden ones, thanks to...
2010-10-12 Richard HeckGet rid of "CharStyle:", "Custom:", and "Element:"...
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-09-06 Stephan Wittcorrect short-cut conflict
2010-08-05 Jean-Marc LasgouttesImplement LFUN_SPELLING_REMOVE (patch from switt)
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-29 Vincent van RavesteijnFix bug #2009:'|'-character in headings confuses TOC...
2010-03-04 Richard HeckSome cleanup for the Floating class.
2010-02-28 Jürgen Spitzmüller* Menus.cpp: add accelerator to "More Languages ..."
2010-02-28 Jürgen Spitzmüller" Menus.cpp: sort languages. Based on a patch by John...
2010-02-26 Jean-Marc LasgouttesFix compilation with qt 4.2: QString::operator[] return...
2010-02-25 Jürgen SpitzmüllerMenus.cpp: priorize capitals as language accelerators.
2010-02-25 Jürgen Spitzmüller* Menus.cpp: hide Language item if only one language...
2010-02-24 Jürgen Spitzmüller* Menus.cpp:
2010-02-24 Jürgen Spitzmüller* Menus.cpp:
2010-02-12 Jean-Marc LasgouttesDo not show spelling suggestions in contextual menu...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-09 Jürgen Spitzmüller* store the full Language in WordLangTuple.
2010-02-08 Jürgen SpitzmüllerAllow to switch buffer languages via the menu.
2010-01-30 Jürgen SpitzmüllerAdd search and grouping facility to Crossref dialog...
2010-01-19 Jürgen Spitzmüller* ADD LFUN_SPELLING_ADD and LFUN_SPELLING_IGNORE (bug...
2010-01-11 Jean-Marc Lasgouttesget rid of next-inset-modify ; inset-modify does the...
2009-09-30 Abdelrazak YounesFix crash noticed by Bennett:
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
next