]> git.lyx.org Git - features.git/commit
Ease the pain with unknown branches:
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 9 Jul 2009 09:48:34 +0000 (09:48 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 9 Jul 2009 09:48:34 +0000 (09:48 +0000)
commit17986e7509f05a79446423a9a32c762cb19a3429
treeede426d6ef7309ad4176e5a3c707e64e489627b2
parent93feef62b83b3bfdb882c9ff778d8cb20cbb1c6d
Ease the pain with unknown branches:
* on paste, ask if unknown branches shall be added to the branch list
  (entails new LFUN_BRANCH_ADD)
* add a list of undefined branches to the buffer and the GUI

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30419 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
development/scons/scons_manifest.py
src/Buffer.cpp
src/Buffer.h
src/CutAndPaste.cpp
src/FuncCode.h
src/LyXAction.cpp
src/frontends/qt4/GuiBranches.cpp
src/frontends/qt4/GuiBranches.h
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiDocument.h
src/frontends/qt4/Makefile.am
src/frontends/qt4/ui/BranchesUi.ui
src/frontends/qt4/ui/BranchesUnknownUi.ui [new file with mode: 0644]
src/frontends/qt4/ui/DocumentUi.ui
src/insets/InsetBranch.h