]> git.lyx.org Git - features.git/log
features.git
11 years agoMerge branch 'enable-cxx11'
Lars Gullik Bjønnes [Wed, 24 Oct 2012 22:45:20 +0000 (00:45 +0200)]
Merge branch 'enable-cxx11'

11 years agoconfig/lyxinclude.m4: add support for --enable-cxx11
Lars Gullik Bjønnes [Wed, 24 Oct 2012 01:05:14 +0000 (03:05 +0200)]
config/lyxinclude.m4: add support for --enable-cxx11

Using --enable-cxx11 turns on C++11 mode in gcc.

11 years agosupport/Messages.cpp: add space to not be taken as user defined literal
Lars Gullik Bjønnes [Wed, 24 Oct 2012 01:04:06 +0000 (03:04 +0200)]
support/Messages.cpp: add space to not be taken as user defined literal

In C++11 you are not allowed to have non-literal specifiers right
after a string literal.

11 years agoFix test targets for some build trees
Georg Baum [Wed, 24 Oct 2012 20:11:05 +0000 (22:11 +0200)]
Fix test targets for some build trees

The old targets only worked if the build tree was below the source tree.

11 years agoupdate TODO
Juergen Spitzmueller [Wed, 24 Oct 2012 18:21:09 +0000 (20:21 +0200)]
update TODO

11 years agoCmake build:
Kornel Benko [Wed, 24 Oct 2012 09:36:54 +0000 (11:36 +0200)]
Cmake build:
Add option LYX_ENABLE_CXX11 to enable C++11 mode for gnu CXX compiler

11 years agoCmake build:
Kornel Benko [Wed, 24 Oct 2012 08:24:59 +0000 (10:24 +0200)]
Cmake build:
Do not recreate Resources.qrc at build-time for WIN32.
(For some yet unknown reason it does not work)

11 years agodocumentation: remove duplicated words
Uwe Stöhr [Tue, 23 Oct 2012 22:40:28 +0000 (00:40 +0200)]
documentation: remove duplicated words

- also use a better regexp to find duplicated words

11 years agosrc/lyxfind.cpp: use local typedef to simplify
Lars Gullik Bjønnes [Tue, 23 Oct 2012 21:01:18 +0000 (23:01 +0200)]
src/lyxfind.cpp: use local typedef to simplify

Use a local typedef pair<string, string> P to avoid having to repeat
that multiple times.

11 years agosrc/lyxfind.cpp: use make_pair
Lars Gullik Bjønnes [Tue, 23 Oct 2012 21:00:13 +0000 (23:00 +0200)]
src/lyxfind.cpp: use make_pair

Use make_pair(...) instead of pair<T, U>(...).

11 years agosrc/lyxfind.cpp: cleanup formatting
Lars Gullik Bjønnes [Tue, 23 Oct 2012 20:58:10 +0000 (22:58 +0200)]
src/lyxfind.cpp: cleanup formatting

Remove some eol space
re-indent where required
make some ?: constructs a bit easier to read.

11 years agosrc/Format.cpp: use make_pair
Lars Gullik Bjønnes [Tue, 23 Oct 2012 20:38:20 +0000 (22:38 +0200)]
src/Format.cpp: use make_pair

Use make_pair(...) instead of pair<T, U>(...).

11 years agoAdd xfig import test
Georg Baum [Tue, 23 Oct 2012 20:08:57 +0000 (22:08 +0200)]
Add xfig import test

11 years agoFrench Math.lyx: translations by Jean-Pierre
Uwe Stöhr [Tue, 23 Oct 2012 19:47:29 +0000 (21:47 +0200)]
French Math.lyx: translations by Jean-Pierre

11 years agoUserGuide.lyx: final update for advanced search
Uwe Stöhr [Tue, 23 Oct 2012 19:46:42 +0000 (21:46 +0200)]
UserGuide.lyx: final update for advanced search

- German UserGuide.lyx: translations
- other UserGuide.lyx: simplifications and formatting adaptions

11 years agoImplement tex2lyx -m switch (bug #8393)
Georg Baum [Tue, 23 Oct 2012 18:45:21 +0000 (20:45 +0200)]
Implement tex2lyx -m switch (bug #8393)

With this new command line switch a list of modules can be loaded
unconditionally. This seems to be needed for the literate programming formats,
and it is useful to work around bug #5702 as well.

11 years agoCmake build:
Kornel Benko [Tue, 23 Oct 2012 11:23:07 +0000 (13:23 +0200)]
Cmake build:
Modifications needed to work also if the path to build-dir
contains spaces. (Tested on linux)

11 years agoFrench: UserGuide.lyx: translations by Jean-Pierre
Uwe Stöhr [Mon, 22 Oct 2012 23:15:11 +0000 (01:15 +0200)]
French: UserGuide.lyx: translations by Jean-Pierre

11 years agoUpdate tex2lyx manpage
Georg Baum [Mon, 22 Oct 2012 19:31:26 +0000 (21:31 +0200)]
Update tex2lyx manpage

Add forgotten options and remove a commented paragraph that is no longer
needed since bug #5907 is closed as WONTFIX.

11 years ago* sk.po
Kornel Benko [Mon, 22 Oct 2012 09:02:19 +0000 (11:02 +0200)]
* sk.po

11 years agode.po
Juergen Spitzmueller [Mon, 22 Oct 2012 06:34:23 +0000 (08:34 +0200)]
de.po

11 years agoFixed bug in escape sequence, showing up with ignore format off (addressing #8380).
Tommaso Cucinotta [Mon, 22 Oct 2012 00:03:44 +0000 (01:03 +0100)]
Fixed bug in escape sequence, showing up with ignore format off (addressing #8380).

11 years agouk.po: updates for trunk by Yuri
Uwe Stöhr [Sun, 21 Oct 2012 23:46:13 +0000 (01:46 +0200)]
uk.po: updates for trunk by Yuri

11 years agoUserGuide.lyx: next update for advanced search
Uwe Stöhr [Sun, 21 Oct 2012 23:06:06 +0000 (01:06 +0200)]
UserGuide.lyx: next update for advanced search

- German UserGuide.lyx: translations
- other UserGuide.lyx: some simplifications, clarifications and formatting adaptions

11 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Sun, 21 Oct 2012 17:20:04 +0000 (19:20 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agoCmake build:
Kornel Benko [Sun, 21 Oct 2012 17:16:37 +0000 (19:16 +0200)]
Cmake build:
Recreate Resources.qrc at build-time if needed. (E.g. after `make clean')

11 years agoAdd support for the URW Classico (Optima) LaTeX font
Juergen Spitzmueller [Sun, 21 Oct 2012 16:55:24 +0000 (18:55 +0200)]
Add support for the URW Classico (Optima) LaTeX font

Patch by Liviu Andronic

11 years agoCmake build:
Kornel Benko [Sun, 21 Oct 2012 14:58:45 +0000 (16:58 +0200)]
Cmake build:
Added dependencies to target `test'. Now all the needed executables
are recreated prior to running tests if not already existant.

11 years agoCmake tests:
Kornel Benko [Sun, 21 Oct 2012 10:05:50 +0000 (12:05 +0200)]
Cmake tests:
Add tests the cmake-way. Now there is only _one_ target `test'

11 years agoUserGuide.lyx: update for advanced search
Uwe Stöhr [Sun, 21 Oct 2012 01:21:31 +0000 (03:21 +0200)]
UserGuide.lyx: update for advanced search

- German UserGuide.lyx: translations
- English UserGuide.lyx: some simplifications and clarifications

11 years agoUpdate it.po
Enrico Forestieri [Sat, 20 Oct 2012 21:48:16 +0000 (23:48 +0200)]
Update it.po

11 years agoFix bug #8379: LyX Archive fails to include BibTeX files
Enrico Forestieri [Sat, 20 Oct 2012 16:27:35 +0000 (18:27 +0200)]
Fix bug #8379: LyX Archive fails to include BibTeX files

11 years agoCmake build:
Kornel Benko [Sat, 20 Oct 2012 13:27:30 +0000 (15:27 +0200)]
Cmake build:
  Supply the correct path to created executable (use ${CMAKE_CFG_INTDIR})

11 years agosigplanconf.layout: correct InTitle tag, fixes bug #8378
Uwe Stöhr [Thu, 18 Oct 2012 22:53:25 +0000 (00:53 +0200)]
sigplanconf.layout: correct InTitle tag, fixes bug #8378

11 years agoAdd -skipchildren command line switch (bug #4435)
Georg Baum [Thu, 18 Oct 2012 20:01:32 +0000 (22:01 +0200)]
Add -skipchildren command line switch (bug #4435)

This allows to skip generated files, e.g. an alternative xfig export which
we do not understand, as mentioned in bug #4435.

11 years agoForgot to remove obsolete comment
Georg Baum [Thu, 18 Oct 2012 18:57:03 +0000 (20:57 +0200)]
Forgot to remove obsolete comment

11 years agoAdd automatic color package loading for listings
Georg Baum [Thu, 18 Oct 2012 18:41:23 +0000 (20:41 +0200)]
Add automatic color package loading for listings

The listings inset does automatically load the color package if any parameter
contains \color. As mentioned in bug #8066 tex2lyx needs to be aware of this,
so the \usepckage{color} is automatically skipped in these cases.

11 years agoAdditional.lyx: references to knitr & Sweave doc
Scott Kostyshak [Thu, 18 Oct 2012 00:45:09 +0000 (20:45 -0400)]
Additional.lyx: references to knitr & Sweave doc

Add references to the knitr.lyx example file and to the Sweave manual.
Also correct a couple of typos.

11 years agoUserGuide.lyx: remove description of removed LFUN break-paragraph-keep-layout
Uwe Stöhr [Wed, 17 Oct 2012 23:52:53 +0000 (01:52 +0200)]
UserGuide.lyx: remove description of removed LFUN break-paragraph-keep-layout

Furthermore update the description to current state

11 years agoCall a LyX note as a LyX note consistently in the toolbar and menus.
Tommaso Cucinotta [Wed, 17 Oct 2012 21:57:43 +0000 (22:57 +0100)]
Call a LyX note as a LyX note consistently in the toolbar and menus.

The term "LyX note" seems somewhat confusing, but until someone comes
up with a better name, at least it's consistently referred to as a LyX note.

11 years agoRemove the "pleonastic" View word from View menu entries.
Tommaso Cucinotta [Tue, 16 Oct 2012 23:24:33 +0000 (00:24 +0100)]
Remove the "pleonastic" View word from View menu entries.

Adding the "pane" term to those entries seems also a nice thing,
at least according to the New Oxf. Dict. :-).
See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg175453.html

11 years agoLaTeXConfig.lyx: detection of document class g-brief, spotted by Max Funk
Uwe Stöhr [Tue, 16 Oct 2012 22:42:08 +0000 (00:42 +0200)]
LaTeXConfig.lyx: detection of document class g-brief, spotted by Max Funk

11 years agoMath.lyx: add info about character ^ in chemical formulas
Uwe Stöhr [Tue, 16 Oct 2012 21:54:24 +0000 (23:54 +0200)]
Math.lyx: add info about character ^ in chemical formulas

11 years agoadd QT_QTGUI_LIBRARY to link libraries of check programs to get access to QDesktopSer...
Stephan Witt [Tue, 16 Oct 2012 20:36:23 +0000 (22:36 +0200)]
add QT_QTGUI_LIBRARY to link libraries of check programs to get access to QDesktopServices on Mac OS X

11 years agoCmake build: support tests
Kornel Benko [Tue, 16 Oct 2012 14:35:28 +0000 (16:35 +0200)]
Cmake build: support tests
Next try to make it to work on APPLE (and maybe on WIN32)
a.) Create the needed data-dir at configure time
b.) Use different target names for executable and data created with them

11 years agode.po
Juergen Spitzmueller [Tue, 16 Oct 2012 08:13:55 +0000 (10:13 +0200)]
de.po

11 years agoUserGuide.lyx: Add info how to handle special characters in nomenclatures
Uwe Stöhr [Tue, 16 Oct 2012 00:32:05 +0000 (02:32 +0200)]
UserGuide.lyx: Add info how to handle special characters in nomenclatures

Fixes bug 8366.

11 years agoExtended list of cmake-files
Kornel Benko [Mon, 15 Oct 2012 21:27:36 +0000 (23:27 +0200)]
Extended list of cmake-files

11 years ago*sk.po
Kornel Benko [Mon, 15 Oct 2012 20:59:36 +0000 (22:59 +0200)]
*sk.po

11 years agoMerge branch 'master' of git.lyx.org:lyx
Kornel Benko [Mon, 15 Oct 2012 20:53:25 +0000 (22:53 +0200)]
Merge branch 'master' of git.lyx.org:lyx

11 years agofix bundle executable name
Stephan Witt [Mon, 15 Oct 2012 20:52:12 +0000 (22:52 +0200)]
fix bundle executable name

11 years agoCmake build:
Kornel Benko [Mon, 15 Oct 2012 20:50:39 +0000 (22:50 +0200)]
Cmake build:
Creating LYX_DATE dynamically at configure-time caused unwanted recompilation
of the whole directories (src + src/tex2lyx) because all the relevant objects
were dependent of a common file (flags.make in case of "Unix makefiles") which changed
accordingly.
There is now a new include (lyx_date.h, with only one definition)

Nothing changes for automake, since in this case LYX_DATE is defined in config.h

11 years agoMoved Outline to View menu, and rendering options (dvi,pdf,...) to Document menu.
Tommaso Cucinotta [Sat, 13 Oct 2012 18:34:16 +0000 (19:34 +0100)]
Moved Outline to View menu, and rendering options (dvi,pdf,...) to Document menu.

11 years ago* sk.po
Kornel Benko [Mon, 15 Oct 2012 15:55:09 +0000 (17:55 +0200)]
* sk.po

11 years agoCmake build:
Kornel Benko [Mon, 15 Oct 2012 15:53:17 +0000 (17:53 +0200)]
Cmake build:
Use ISO 8601 format for LYX_DATE, this makes it translated

11 years agoSimplify LFUN_BUFFER_FORALL
Scott Kostyshak [Mon, 15 Oct 2012 14:05:20 +0000 (10:05 -0400)]
Simplify LFUN_BUFFER_FORALL

buffer-forall only takes one parameter now, which is the LFUN to
dispatch on all non-hidden buffers. A hidden buffer is defined as being
internally open in LyX, but not visible in any window (view).

Thanks, JMarc.

11 years agoSorry, this line disappeared unintentionally in previous commit
Kornel Benko [Mon, 15 Oct 2012 11:30:19 +0000 (13:30 +0200)]
Sorry, this line disappeared unintentionally in previous commit

11 years agoCmake build:
Kornel Benko [Mon, 15 Oct 2012 11:16:08 +0000 (13:16 +0200)]
Cmake build:
Partially revert 75d63ad1f2b5f29ededc128f169e8e11b5825b55
It caused recompiling everything at each commit.
Now use definition of LYX_DATE only when compiling version.cpp

11 years agoDo not inherit Provides from beamer
Juergen Spitzmueller [Mon, 15 Oct 2012 06:33:36 +0000 (08:33 +0200)]
Do not inherit Provides from beamer

Also branch candidate.

11 years agoMakefile.am: forgot to update this file in previous commit
Uwe Stöhr [Sun, 14 Oct 2012 23:41:20 +0000 (01:41 +0200)]
Makefile.am: forgot to update this file in previous commit

11 years agoarmenian-article.lyx: remove this residual since support for ArmTeX has gone and...
Uwe Stöhr [Sun, 14 Oct 2012 23:39:28 +0000 (01:39 +0200)]
armenian-article.lyx: remove this residual since support for ArmTeX has gone and Armenian can now be used like any other language

11 years agounicodesymbols: revert because this was accidentally committed in the last commit
Uwe Stöhr [Sun, 14 Oct 2012 23:31:21 +0000 (01:31 +0200)]
unicodesymbols: revert because this was accidentally committed in the last commit

11 years agog-brief layouts: remove the dependency on europs.sty as this package is an optional...
Uwe Stöhr [Sun, 14 Oct 2012 23:26:35 +0000 (01:26 +0200)]
g-brief layouts: remove the dependency on europs.sty as this package is an optional one and add info to the template file

11 years agoapa.lyx: fixed weblink
Uwe Stöhr [Sun, 14 Oct 2012 22:49:40 +0000 (00:49 +0200)]
apa.lyx: fixed weblink

11 years agoRELEASE-NOTES: add info about ArmTeX support removal
Uwe Stöhr [Sun, 14 Oct 2012 22:22:11 +0000 (00:22 +0200)]
RELEASE-NOTES: add info about ArmTeX support removal

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