]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/Menus.cpp
correct mac specific menu code for Cocoa based Qt build
[lyx.git] / src / frontends / qt4 / Menus.cpp
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...
2009-09-07 Jürgen Spitzmüller* Menus.cpp: Spelling.
2009-09-06 Jürgen Spitzmüller* Menus.cpp:
2009-09-06 Jürgen Spitzmüller* Menus.cpp:
2009-09-05 Abdelrazak Younes* LyXView:
2009-07-21 Jürgen Spitzmüller* Menus.cpp: casing fixes.
2009-06-23 Abdelrazak YounesParagraph::collectWords() and MenuDefinition::expandSpe...
2009-06-07 Vincent van RavesteijnFix bug #5980: 'Maximum last files' setting doesn't...
2009-05-06 Abdelrazak YounesSpellChecker context menu. Part of the continuous Spell...
2009-04-16 Jürgen SpitzmüllerIntroduce splitindex support. File format change.
2009-04-08 Vincent van RavesteijnTOC context menu (part 2)
2009-04-07 Jürgen Spitzmüller* First step towards default view format.
2009-03-27 Jürgen SpitzmüllerFix bug 5851: Branch definitions not shown in Insert...
2009-03-26 Richard HeckEnhance LyX by fixing bug 5872.
2009-01-16 Vincent van RavesteijnClean up the menus:
2009-01-07 Vincent van RavesteijnFix disabling of submenus that are empty.
2009-01-07 Vincent van RavesteijnFix disabling of submenus that have only disabled items.
2008-11-25 Jürgen Spitzmüller* Lexer.{cpp,h}:
2008-11-24 Richard HeckWrap flex-insert's argument in quotes, as it could...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-10-25 Richard HeckFix for another part of 5403, and related bugs, anyway...
2008-10-22 Stefan Schimanski* fix crashing special menu items on Mac after preferen...
2008-10-13 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5355
2008-10-12 Abdelrazak YounesMenuDefinition::expandFlexInsert(): simplify a tiny...
2008-10-12 Richard HeckWe don't always want that, just with custom insets.
2008-10-12 Richard HeckFix bug 5346.
2008-10-12 Richard HeckRevert.
2008-10-12 Richard HeckTypos.
2008-09-21 André Pönitzcosmetics
2008-08-15 Jean-Marc LasgouttesFix crash when the Gui Name of a toolbar is not plain...
2008-07-30 Abdelrazak YounesFix crash with Menu->Edit->Paste recent
2008-07-23 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=5073
2008-07-20 Abdelrazak Younesavoid that the internal Buffer used for cut&paste is...
2008-07-14 Abdelrazak YounesSanitize LyX singleton access by getting rid of ref...
2008-06-25 Abdelrazak YounesGuiApplication::resetGui(): reset as many things as...
2008-06-16 Jürgen Spitzmüller* src/frontends/qt4/Menus.cpp:
2008-06-02 Abdelrazak YounesMove secondary toolbars to View->Toolbars->Other Toolbars.
2008-06-02 Pavel SandaUnify LFUN naming.
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-27 Pavel SandaMove graphics code from class to namespace.
2008-05-27 Abdelrazak YounesRe-engineer the toolbar support code:
2008-05-26 Jean-Marc Lasgouttesmake display of group list only depend on existence...
2008-05-25 Abdelrazak Younesa bunch of toolbar related renaming.
next