]> git.lyx.org Git - lyx.git/log
lyx.git
11 years agoCmake build: Use the timestamp of last commit (iff possible)
Kornel Benko [Sun, 14 Oct 2012 19:55:42 +0000 (21:55 +0200)]
Cmake build: Use the timestamp of last commit (iff possible)
while idetifying the lyx-version.

11 years agoMenuTranslator::translate() should be const
Stephan Witt [Sun, 14 Oct 2012 12:36:18 +0000 (14:36 +0200)]
MenuTranslator::translate() should be const

11 years agoInset::setMouseHover() is const - InsetExternal::setMouseHover should be const too
Stephan Witt [Sun, 14 Oct 2012 12:34:46 +0000 (14:34 +0200)]
Inset::setMouseHover() is const - InsetExternal::setMouseHover should be const too

11 years agocorrect format for unsigned long argument, remoteCloseLink is oneway void
Stephan Witt [Sun, 14 Oct 2012 12:30:47 +0000 (14:30 +0200)]
correct format for unsigned long argument, remoteCloseLink is oneway void

11 years agoadd missing argument for log message
Stephan Witt [Sun, 14 Oct 2012 12:29:01 +0000 (14:29 +0200)]
add missing argument for log message

11 years agocorrect unsigned integer compare operations
Stephan Witt [Sun, 14 Oct 2012 12:28:19 +0000 (14:28 +0200)]
correct unsigned integer compare operations

11 years agoPatch from Benjamin Piwowarski
Kornel Benko [Sat, 13 Oct 2012 07:53:20 +0000 (09:53 +0200)]
Patch from Benjamin Piwowarski
Just some comments on the patch:

- The executable name has to match the information in Info.plist (development/MacOSX/Info.plist.in and CMakeLists.txt).  The autoconf config/lyxinclude.m4 file has been modified to make it work with autotools.

- The process to build OS X bundle is to first add all the files to be included to the bundle when calling add_executable (src/CMakeLists.txt) and then by calling setting the source file property of each of these files (development/cmake/Install.cmake, l.14) so that the files are properly located into the bundle. This is also why Install.cmake has to be included two times in src/CMakeLists.txt (once to build the list of files, once to set the location of the list of files).

- in CMakeLists.txt there is a line
install(CODE "set(BU_CHMOD_BUNDLE_ITEMS 1)")
What it does is to fix the owner permissions within the bundle - this is necessary because some libraries are copied within the bundle and might be owned by root

- An empty qt.conf is included in the bundle so that QT does not try to link to other QT libraries (which will not be included in the bundle)

- In development/cmake/Install.cmake, some OS X specific files (*.sdef, qt.conf, *.icns) have to be included in the bundle

Benjamin

11 years agoAdvanced find autotests now working again.
Tommaso Cucinotta [Fri, 12 Oct 2012 23:47:06 +0000 (00:47 +0100)]
Advanced find autotests now working again.

Make autotests work again on Ubuntu 12.04 (when launched from English language).
Add extra check and notification if wmctrl is missing.

11 years agoDisambiguate std::bind, boost::bind, std::ref, boost::ref (2)
Vincent van Ravesteijn [Mon, 8 Oct 2012 19:28:55 +0000 (21:28 +0200)]
Disambiguate std::bind, boost::bind, std::ref, boost::ref (2)

This fixes compilation with MSVC2012.

See also [2b0a7a5e/lyxgit].

11 years agosupport/tests: Fix compilation on Windows
Vincent van Ravesteijn [Fri, 12 Oct 2012 19:24:03 +0000 (21:24 +0200)]
support/tests: Fix compilation on Windows

11 years agoAdd comment.
Richard Heck [Fri, 12 Oct 2012 13:54:49 +0000 (09:54 -0400)]
Add comment.

11 years agoFix layout2layout conversion for format 40. This is a big ugly,
Richard Heck [Fri, 12 Oct 2012 13:49:10 +0000 (09:49 -0400)]
Fix layout2layout conversion for format 40. This is a big ugly,
I'm afraid, but it's going to be. We skip all comment lines at
the start of the script, but what we want to convert here is in
those comment lines. My previous attempt to deal with this issue
produced an invalid file.

11 years agoCorrectly initialize bool. Thanks, Pavel.
Juergen Spitzmueller [Thu, 11 Oct 2012 10:55:43 +0000 (12:55 +0200)]
Correctly initialize bool. Thanks, Pavel.

11 years agosk.po: entries containing the word 'selection' unified
Kornel Benko [Thu, 11 Oct 2012 09:41:29 +0000 (11:41 +0200)]
sk.po: entries containing the word 'selection' unified

11 years agoShow keyboard binding when a layout selection is done in LayoutBox
Jean-Marc Lasgouttes [Wed, 10 Oct 2012 22:21:38 +0000 (00:21 +0200)]
Show keyboard binding when a layout selection is done in LayoutBox

The obnoxious messages in Private::setFilter cover any message set by lyx::dispatch. The solution I chose is to return early when the filter is not changed.

If this makes sense, then the same optimization should be added to CategorizedCombo, IMO.

11 years agoConvert old pre-category layouts to new categorized layouts.
Richard Heck [Wed, 10 Oct 2012 17:54:26 +0000 (13:54 -0400)]
Convert old pre-category layouts to new categorized layouts.
Unfortunately, this doesn't quite work the way one might like. It
is fine for manually converting one's own layouts to the new format,
but it doesn't work if you just start LyX, since the category info
is written at configuration time, not at run time, and chkconfig.ltx
does not run layout2layout.

11 years agoUpdate all layouts to format 40.
Richard Heck [Wed, 10 Oct 2012 17:24:02 +0000 (13:24 -0400)]
Update all layouts to format 40.

11 years agoBump layout format to 40, in preparation for conversion of layout
Richard Heck [Wed, 10 Oct 2012 17:22:54 +0000 (13:22 -0400)]
Bump layout format to 40, in preparation for conversion of layout
categories.

11 years agoIgnore *.old files generated by updatelayouts script.
Richard Heck [Wed, 10 Oct 2012 17:22:34 +0000 (13:22 -0400)]
Ignore *.old files generated by updatelayouts script.

11 years agoCmake build: Define for 'DEVEL_VERSION' already done in development/cmake/config...
Kornel Benko [Tue, 9 Oct 2012 20:45:12 +0000 (22:45 +0200)]
Cmake build: Define for 'DEVEL_VERSION' already done in development/cmake/config.h.cmake

11 years agoCmake build: Define for 'DEVEL_VERSION' already done in development/cmake/config...
Kornel Benko [Tue, 9 Oct 2012 20:43:24 +0000 (22:43 +0200)]
Cmake build: Define for 'DEVEL_VERSION' already done in development/cmake/config.h.cmake

11 years agoCmake build: Define for 'USE_ENCHANT' already done in development/cmake/config.h...
Kornel Benko [Tue, 9 Oct 2012 20:42:06 +0000 (22:42 +0200)]
Cmake build: Define for 'USE_ENCHANT' already done in development/cmake/config.h.cmake

11 years agoCmake build:
Kornel Benko [Tue, 9 Oct 2012 19:52:17 +0000 (21:52 +0200)]
Cmake build:
Handle option "LYX_DEVEL_VERSION" to add the preprocesor definition of DEVEL_VERSION
The effect should be alike the configure parameter "--enable-build-type=dev"

11 years ago* sk.po
Kornel Benko [Tue, 9 Oct 2012 14:29:13 +0000 (16:29 +0200)]
* sk.po

11 years agode.po: update
Juergen Spitzmueller [Tue, 9 Oct 2012 14:13:52 +0000 (16:13 +0200)]
de.po: update

11 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Tue, 9 Oct 2012 14:13:00 +0000 (16:13 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoStick to bformat
Juergen Spitzmueller [Tue, 9 Oct 2012 14:12:32 +0000 (16:12 +0200)]
Stick to bformat

11 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Tue, 9 Oct 2012 11:24:39 +0000 (13:24 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years ago* sk.po
Kornel Benko [Tue, 9 Oct 2012 11:24:09 +0000 (13:24 +0200)]
* sk.po

11 years agoDouble Thinko :-/
Juergen Spitzmueller [Tue, 9 Oct 2012 09:14:13 +0000 (11:14 +0200)]
Double Thinko :-/

11 years agoThinko
Juergen Spitzmueller [Tue, 9 Oct 2012 09:12:54 +0000 (11:12 +0200)]
Thinko

11 years agoCategorize Linguistics paragraph styles
Juergen Spitzmueller [Tue, 9 Oct 2012 08:59:19 +0000 (10:59 +0200)]
Categorize Linguistics paragraph styles

Should go to branch as well (after 2.0.5)

11 years agoFix widget relation
Juergen Spitzmueller [Tue, 9 Oct 2012 08:16:38 +0000 (10:16 +0200)]
Fix widget relation

11 years agoDocument textclass categorization
Juergen Spitzmueller [Tue, 9 Oct 2012 07:29:02 +0000 (09:29 +0200)]
Document textclass categorization

11 years agoReally put uncategorized items at the end if sortCats is true
Juergen Spitzmueller [Tue, 9 Oct 2012 06:51:39 +0000 (08:51 +0200)]
Really put uncategorized items at the end if sortCats is true

11 years agode.po: update
Juergen Spitzmueller [Tue, 9 Oct 2012 06:38:24 +0000 (08:38 +0200)]
de.po: update

11 years agoBeamer provides [x]color (#8103)
Juergen Spitzmueller [Tue, 9 Oct 2012 05:59:43 +0000 (07:59 +0200)]
Beamer provides [x]color (#8103)

11 years agoremove unneeded header and declaration
Juergen Spitzmueller [Tue, 9 Oct 2012 05:36:17 +0000 (07:36 +0200)]
remove unneeded header and declaration

11 years agoMake textclass categories and descriptions translatable
Juergen Spitzmueller [Tue, 9 Oct 2012 05:25:35 +0000 (07:25 +0200)]
Make textclass categories and descriptions translatable

11 years agoCategorize existing layouts
Juergen Spitzmueller [Tue, 9 Oct 2012 05:24:32 +0000 (07:24 +0200)]
Categorize existing layouts

* Add \DeclareCategory statement
* Rewrite descriptions

11 years agoGUI for categorized text classes
Juergen Spitzmueller [Tue, 9 Oct 2012 05:22:48 +0000 (07:22 +0200)]
GUI for categorized text classes

11 years agoAdd new CategorizedCombo widget
Juergen Spitzmueller [Tue, 9 Oct 2012 05:19:55 +0000 (07:19 +0200)]
Add new CategorizedCombo widget

This is a combo box that provides categorization and on-the fly filtering.

Heavily derived from LayoutBox (same look and feel).

11 years agoIntroduce textclass categories
Juergen Spitzmueller [Tue, 9 Oct 2012 05:17:36 +0000 (07:17 +0200)]
Introduce textclass categories

The categories are ascribed by \DeclareCategory{<category>} in the layout file header.
UI follows.

11 years agoDisambiguate std::bind, boost::bind, std::ref, boost::ref
Vincent van Ravesteijn [Mon, 8 Oct 2012 19:28:55 +0000 (21:28 +0200)]
Disambiguate std::bind, boost::bind, std::ref, boost::ref

This fixes compilation with MSVC2012.

11 years agoDo not rely on make_pair converting string to FileName
Vincent van Ravesteijn [Mon, 8 Oct 2012 19:26:17 +0000 (21:26 +0200)]
Do not rely on make_pair converting string to FileName

This fixes compilation with MSVC2012.

11 years agoMake tex2lyx tests almost compilable
Georg Baum [Mon, 8 Oct 2012 19:23:11 +0000 (21:23 +0200)]
Make tex2lyx tests almost compilable

If the original tests cannot ve compiled with latex/pdflatex/xelatex it is
difficult to compare the visual output.

11 years ago* sk.po
Kornel Benko [Mon, 8 Oct 2012 17:47:17 +0000 (19:47 +0200)]
* sk.po

11 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Mon, 8 Oct 2012 15:04:34 +0000 (17:04 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoProper string translation
Juergen Spitzmueller [Mon, 8 Oct 2012 15:02:10 +0000 (17:02 +0200)]
Proper string translation

11 years agoFix detection of system boost
Jean-Marc Lasgouttes [Mon, 8 Oct 2012 08:58:45 +0000 (10:58 +0200)]
Fix detection of system boost

Using LDFLAGS is not a good idea since it is not at the end of the link command. LIBS is better.

Some additional cleanup.

11 years agoUserGuide.lyx: fix a typo spotted on the docs list
Uwe Stöhr [Sun, 7 Oct 2012 23:24:17 +0000 (01:24 +0200)]
UserGuide.lyx: fix a typo spotted on the docs list

11 years agoUpdate it.po
Enrico Forestieri [Sun, 7 Oct 2012 20:49:24 +0000 (22:49 +0200)]
Update it.po

11 years ago* sk.po
Kornel Benko [Sun, 7 Oct 2012 17:18:29 +0000 (19:18 +0200)]
* sk.po

11 years agoAdd tab with build information to Help > About LyX
Scott Kostyshak [Sun, 7 Oct 2012 15:27:07 +0000 (11:27 -0400)]
Add tab with build information to Help > About LyX

The tab displays the same information as the 'lyx --version' command.

11 years ago* sk.po
Kornel Benko [Sun, 7 Oct 2012 14:39:45 +0000 (16:39 +0200)]
* sk.po

11 years agoMore elegant knitr support and bug fix
Scott Kostyshak [Sun, 7 Oct 2012 01:01:34 +0000 (21:01 -0400)]
More elegant knitr support and bug fix

Implement a more simple and elegant integration of the R package knitr. Now,
lyxknitr.R does not need to move or copy files at all.

This also fixes a bug: when /tmp was on a different file system (e.g.
encrypted home), lyxknitr.R failed to move files to /tmp because it relied on
R's 'file.rename' function, which in turn relied on the rename function in
<stdio.h>, which was failing with the EXDEV errno.

Patch from Yihui Xie.

11 years agoDo not check for LaTeX fonts if we use nonTeXFont
Juergen Spitzmueller [Sat, 6 Oct 2012 13:51:35 +0000 (15:51 +0200)]
Do not check for LaTeX fonts if we use nonTeXFont

11 years agoFix wrong parsing of \framebox[3in][s]{...}
Georg Baum [Sat, 6 Oct 2012 13:23:36 +0000 (15:23 +0200)]
Fix wrong parsing of \framebox[3in][s]{...}

s is a valid horizontal position for framebox (as well as for makebox, which
was already parsed correctly). There was even a test case, but with a wrong
reference.

11 years agoRefine tex2lyx -copyfiles logic.
Georg Baum [Sat, 6 Oct 2012 11:55:25 +0000 (13:55 +0200)]
Refine tex2lyx -copyfiles logic.

Now all files are copied if the resulting path is valid.
Before the regressions tests would fail depending on the build directory
location.

11 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Sat, 6 Oct 2012 10:10:39 +0000 (12:10 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agode.po: update
Juergen Spitzmueller [Sat, 6 Oct 2012 10:10:21 +0000 (12:10 +0200)]
de.po: update

11 years agoSet CJK document language instead of adding a note.
Georg Baum [Sat, 6 Oct 2012 07:38:14 +0000 (09:38 +0200)]
Set CJK document language instead of adding a note.

Instead of annoying the user with an automatically created note in the output
document which she needs to delete manually, determine the document language
automatically for documents that use CJK. This is done using a heuristic which
roughly counts the number of characters in each language and sets the one that
is used most often. This is not perfect, but it works for the two major use
cases: A document with only some CJK parts (in this case the babel language is
used), and a document which is mainly written in one CJK language. It is only
a minor problem if the heuristic is wrong, since the TeX export is still
correct, and there is no spell checking support for CJK anyway.
Now all regression tests do pass except for some relative path issues
depending on the location of the build directory.

11 years agoReally output file format 444
Georg Baum [Fri, 5 Oct 2012 22:29:16 +0000 (00:29 +0200)]
Really output file format 444

The previous output was read correctly by LyX as well, but the new version is
more similar to the files written by LyX. Also update TODO with recent file
format changes.

11 years agoAcknowledge additional \lang command
Georg Baum [Fri, 5 Oct 2012 21:58:16 +0000 (23:58 +0200)]
Acknowledge additional \lang command

11 years agoUpdate file format of test references
Georg Baum [Fri, 5 Oct 2012 21:50:28 +0000 (23:50 +0200)]
Update file format of test references

11 years agoFix typo
Georg Baum [Fri, 5 Oct 2012 21:44:21 +0000 (23:44 +0200)]
Fix typo

11 years agoFix regression introduced in commit 7cfac95
Georg Baum [Fri, 5 Oct 2012 20:16:46 +0000 (22:16 +0200)]
Fix regression introduced in commit 7cfac95

Commit 7cfac95 got rid of empty lines that were created by removing \usepackage
statements. However, it added an additional newline in case the \usepackage
was not at the end of the line. This is now fixed.

11 years agoRestore buffer parenthood if we exit already after the preamble
Juergen Spitzmueller [Fri, 5 Oct 2012 17:26:07 +0000 (19:26 +0200)]
Restore buffer parenthood if we exit already after the preamble

11 years agoPrevent the PreviewLoader from orphaning children
Juergen Spitzmueller [Fri, 5 Oct 2012 16:28:38 +0000 (18:28 +0200)]
Prevent the PreviewLoader from orphaning children

11 years agoAdded check for support tests in cmake build.
Kornel Benko [Fri, 5 Oct 2012 14:56:29 +0000 (16:56 +0200)]
Added check for support tests in cmake build.
New target: checkregfiles
This will create the regfiles and compare with the data in source.

11 years agoRescan TeX Files on reconfigure
Juergen Spitzmueller [Fri, 5 Oct 2012 13:05:01 +0000 (15:05 +0200)]
Rescan TeX Files on reconfigure

11 years ago* sk.po
Kornel Benko [Fri, 5 Oct 2012 12:58:10 +0000 (14:58 +0200)]
* sk.po

11 years agoAdd master's perspective in children's source preview
Juergen Spitzmueller [Fri, 5 Oct 2012 12:30:20 +0000 (14:30 +0200)]
Add master's perspective in children's source preview

11 years agoCmake build: No header files in po-dir, so no need to include in cc commands
Kornel Benko [Fri, 5 Oct 2012 10:27:15 +0000 (12:27 +0200)]
Cmake build: No header files in po-dir, so no need to include in cc commands

11 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Fri, 5 Oct 2012 08:00:13 +0000 (10:00 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoFix make check target
Jean-Marc Lasgouttes [Fri, 5 Oct 2012 09:55:23 +0000 (11:55 +0200)]
Fix make check target

A dummy getGuiMessages function was missing. Instead of adding it everywhere, a new file is created that contains all the dummy functions needed by the tests.

11 years agoDo not let the children's buffer params leak into the master (#5941)
Juergen Spitzmueller [Fri, 5 Oct 2012 07:59:44 +0000 (09:59 +0200)]
Do not let the children's buffer params leak into the master (#5941)

11 years agoReally fix bug #4468.
Georg Baum [Thu, 4 Oct 2012 22:12:18 +0000 (00:12 +0200)]
Really fix bug #4468.

The old fix was incomplete (\verb~\~ was translated to \verb~~ in roundtrip).
The real cause for this bug (and also the mistranslation of \href{...}{\}})
was the misbehaviour of Token::character() (see comment in Parser.h): This
method even returns a character if the category is catEscape, and this is not
wanted in most (all?) cases.

11 years agoCompile tex2lyx before running tests
Georg Baum [Thu, 4 Oct 2012 20:29:43 +0000 (22:29 +0200)]
Compile tex2lyx before running tests

11 years agotex2lyx tests adapted to cmake build
Kornel Benko [Wed, 3 Oct 2012 15:04:00 +0000 (17:04 +0200)]
tex2lyx tests adapted to cmake build

11 years agoAdd make target to update tex2lyx test references
Georg Baum [Wed, 3 Oct 2012 13:23:09 +0000 (15:23 +0200)]
Add make target to update tex2lyx test references

Now "make check" does not overwrite the test references anymore, use the
updatetests target instead. "make check" now also recognizes test failures.

11 years agoAdd evaluation for tex2lyx regression tests
Georg Baum [Wed, 3 Oct 2012 13:01:54 +0000 (15:01 +0200)]
Add evaluation for tex2lyx regression tests

11 years agoSupport out of source tests in tex2lyx test runner
Georg Baum [Wed, 3 Oct 2012 11:59:20 +0000 (13:59 +0200)]
Support out of source tests in tex2lyx test runner

11 years agoAdd -copyfiles command line option to tex2lyx
Georg Baum [Wed, 3 Oct 2012 11:23:27 +0000 (13:23 +0200)]
Add -copyfiles command line option to tex2lyx

If this option is given, included files will be copied to the output directory.
Also -roundtrip is now allowed with given output file.
-copyfiles is useful if you want to ensure that no file (not even an included
one) is overwritten by a subsequent export from LyX. Both changes are needed
for unit tests that do not write to the source directory.

11 years agoDo not let the parent interfere when I child document is exported/view standalone...
Juergen Spitzmueller [Wed, 3 Oct 2012 08:41:07 +0000 (10:41 +0200)]
Do not let the parent interfere when I child document is exported/view standalone (#8100, #8101)

11 years agoRonen's patch for lfun language set
Juergen Spitzmueller [Wed, 3 Oct 2012 05:27:36 +0000 (07:27 +0200)]
Ronen's patch for lfun language set

This adds an optional 'set' argument to the language lfun and reintroduces toggling.

Additions by me reintroduce the possibility to reset to the document language via 'language reset' or just 'language'

11 years agoMake text selectable in Help > About LyX > Version
Scott Kostyshak [Tue, 2 Oct 2012 09:39:57 +0000 (05:39 -0400)]
Make text selectable in Help > About LyX > Version

This might encourage users to post this information when reporting bugs
and sometimes it's useful to be able to copy the paths of the Library
and User directories.

11 years agoAdding preferences format update as due to commit 4985015 (new close_buffer_with_last...
Tommaso Cucinotta [Sun, 30 Sep 2012 14:06:21 +0000 (15:06 +0100)]
Adding preferences format update as due to commit 4985015 (new close_buffer_with_last_view option).

11 years agoUpdate manuals for literate programming (esp. noweb).
Pavel Sanda [Mon, 1 Oct 2012 15:31:08 +0000 (17:31 +0200)]
Update manuals for literate programming (esp. noweb).

Patch from Kayvan Sylvan.

11 years agoMove layout editor zombie to attic.
Pavel Sanda [Mon, 1 Oct 2012 15:14:34 +0000 (17:14 +0200)]
Move layout editor zombie to attic.

11 years agoMove qmake to attic, long time unmaintained.
Pavel Sanda [Mon, 1 Oct 2012 15:10:59 +0000 (17:10 +0200)]
Move qmake to attic, long time unmaintained.

11 years ago* sk.po
Kornel Benko [Mon, 1 Oct 2012 11:50:05 +0000 (13:50 +0200)]
* sk.po

11 years agoMerge branch 'master' of git.lyx.org:lyx
Juergen Spitzmueller [Mon, 1 Oct 2012 10:37:33 +0000 (12:37 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoAsk for saving changes when branch state in child was altered
Juergen Spitzmueller [Mon, 1 Oct 2012 10:37:16 +0000 (12:37 +0200)]
Ask for saving changes when branch state in child was altered

11 years agoLeftover from the famous bundle flame.
Pavel Sanda [Mon, 1 Oct 2012 10:35:32 +0000 (12:35 +0200)]
Leftover from the famous bundle flame.

11 years agoMerge branch 'master' of git.lyx.org:lyx
Uwe Stöhr [Sun, 30 Sep 2012 23:43:06 +0000 (01:43 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoUserGuide.lyx: mention new feature "spell check of current selection"
Uwe Stöhr [Sun, 30 Sep 2012 23:42:56 +0000 (01:42 +0200)]
UserGuide.lyx: mention new feature "spell check of current selection"

the new feature: re35d7a0f

11 years agoTrigger preview when inserting preview inset on selection
Juergen Spitzmueller [Sun, 30 Sep 2012 16:36:22 +0000 (18:36 +0200)]
Trigger preview when inserting preview inset on selection

11 years agoContext menu item to add unknown branch (rest of #7643)
Juergen Spitzmueller [Sun, 30 Sep 2012 15:32:00 +0000 (17:32 +0200)]
Context menu item to add unknown branch (rest of #7643)

11 years agoWhitespace
Juergen Spitzmueller [Sun, 30 Sep 2012 14:27:11 +0000 (16:27 +0200)]
Whitespace