[LyX/master] Fix Indonesian User Guide bib paths

2013-06-02 Thread Scott Kostyshak
commit f259a0f59160a155c4479e30cb3567a794e5bf6f Author: Scott Kostyshak Date: Mon Jun 3 02:26:43 2013 -0400 Fix Indonesian User Guide bib paths diff --git a/lib/doc/id/UserGuide.lyx b/lib/doc/id/UserGuide.lyx index 182f2c9..b9f4ad2 100644 --- a/lib/doc/id/UserGuide.lyx +++ b/lib/doc/id/Use

[LyX/master] typo

2013-06-02 Thread Juergen Spitzmueller
commit cdc639d27a3b9f5ca16505e9a91f0a303173c351 Author: Juergen Spitzmueller Date: Mon Jun 3 08:17:44 2013 +0200 typo diff --git a/lib/examples/beamerposter.lyx b/lib/examples/beamerposter.lyx index 872424a..f6e980f 100644 --- a/lib/examples/beamerposter.lyx +++ b/lib/examples/beamerposter

[LyX/master] PrefsUi: Remove unneeded widths

2013-06-02 Thread Vincent van Ravesteijn
commit 83399dcb7a83d79cddba505ab71388c0737228c6 Author: Vincent van Ravesteijn Date: Sun Jun 2 23:30:06 2013 +0200 PrefsUi: Remove unneeded widths diff --git a/src/frontends/qt4/ui/PrefCompletionUi.ui b/src/frontends/qt4/ui/PrefCompletionUi.ui index e0bb2f0..010b308 100644 --- a/src/front

[LyX/master] cmake: Make really sure, also the first po-file will be processed, if it is not "ALL" We cannot overwrite tha params given to a macro. Instead use an own variable.

2013-06-02 Thread Kornel Benko
commit b810c5744f8581d86a5d7d19142b6b1a87f5552a Author: Kornel Benko Date: Sun Jun 2 17:52:40 2013 +0200 cmake: Make really sure, also the first po-file will be processed, if it is not "ALL" We cannot overwrite tha params given to a macro. Instead use an own variable. diff --gi

[LyX GSoC/testing] Test.

2013-06-02 Thread Richard Heck
The branch, testing, has been updated. - Log - commit 8831d96dcc7d1b3d5989c68defc28442320ed769 Author: Richard Heck Date: Sun Jun 2 11:52:07 2013 -0400 Test. diff --git a/NEWS b/NEWS index 96c855d..b0026f6 100644 --- a/NEWS

[LyX GSoC/testing] Enumerate isn't always defined when the case stuff is included.

2013-06-02 Thread Richard Heck
The branch, testing, has been created. at 246b3d79e676481d0b56eb051757763260648c5c (commit) - Log - --- hooks/post-receive -- Repositories for GSOC work

[LyX/master] INSTALL.Win32: correct a path

2013-06-02 Thread Uwe Stöhr
commit eeb0148694f2f763e9eac786790f8bce81117b51 Author: Uwe Stöhr Date: Sun Jun 2 17:14:42 2013 +0200 INSTALL.Win32: correct a path diff --git a/INSTALL.Win32 b/INSTALL.Win32 index cef5af8..bba8c04 100644 --- a/INSTALL.Win32 +++ b/INSTALL.Win32 @@ -53,7 +53,7 @@ Compiling with Microsoft Vi

Re: [LyX/master] INSTALL.Win32: updates for lyX 2.1

2013-06-02 Thread Vincent van Ravesteijn
Op 2-6-2013 17:00, Uwe Stöhr schreef: commit 54e37ebc9935f2f5f053fc51d2f1e85678340806 Author: Uwe Stöhr Date: Sun Jun 2 17:00:16 2013 +0200 INSTALL.Win32: updates for lyX 2.1 - fix a link and ad info for the installer - add the 3 required DLLs for the installer

[LyX/master] INSTALL.Win32: updates for lyX 2.1

2013-06-02 Thread Uwe Stöhr
commit 54e37ebc9935f2f5f053fc51d2f1e85678340806 Author: Uwe Stöhr Date: Sun Jun 2 17:00:16 2013 +0200 INSTALL.Win32: updates for lyX 2.1 - fix a link and ad info for the installer - add the 3 required DLLs for the installer diff --git a/INSTALL.Win32 b/INSTALL.Win32 index e33f

[LyX/master] Initialize initial_value_.

2013-06-02 Thread Richard Heck
commit bbce65b68ea69deaf99c2ac26d4f2ef5670c92f2 Author: Richard Heck Date: Sun Jun 2 09:40:44 2013 -0400 Initialize initial_value_. diff --git a/src/Counters.cpp b/src/Counters.cpp index 917044a..5a6b922 100644 --- a/src/Counters.cpp +++ b/src/Counters.cpp @@ -33,6 +33,7 @@ namespace lyx {

[LyX/master] CMake: Make sure the first po file is also processed

2013-06-02 Thread Vincent van Ravesteijn
commit 90610dbc0d33e32f5ae888681dad9eabe79d1303 Author: Vincent van Ravesteijn Date: Sun Jun 2 15:07:50 2013 +0200 CMake: Make sure the first po file is also processed diff --git a/development/cmake/modules/FindLyXGettext.cmake b/development/cmake/modules/FindLyXGettext.cmake index 210506

[LyX/master] Fix language code for Traditional Chinese

2013-06-02 Thread Vincent van Ravesteijn
commit daed22c4d6558661b74e4aa005fd9f5ba784e9eb Author: Vincent van Ravesteijn Date: Sun Jun 2 15:31:16 2013 +0200 Fix language code for Traditional Chinese diff --git a/lib/languages b/lib/languages index 740341d..3ce6239 100644 --- a/lib/languages +++ b/lib/languages @@ -308,7 +308,7 @@

[LyX/master] Correctly find the gmo files in build dir

2013-06-02 Thread Vincent van Ravesteijn
commit 129d43c5c90c20d2b25d915e0db767ee98ba7655 Author: Vincent van Ravesteijn Date: Sun Jun 2 15:11:37 2013 +0200 Correctly find the gmo files in build dir The path to the lyx binary is either /bin (CMake) or /src (autotools). This means the po directory can be found one d

[LyX/master] modernCV.lyx: don't require the latest modernCV version to compile

2013-06-02 Thread Uwe Stöhr
commit 6314c7294d2b0e10b36c7e976a773777a09e7359 Author: Uwe Stöhr Date: Sun Jun 2 14:31:33 2013 +0200 modernCV.lyx: don't require the latest modernCV version to compile diff --git a/lib/examples/modernCV.lyx b/lib/examples/modernCV.lyx index 4696290..43f7a93 100644 --- a/lib/examples/moder

[LyX/master] beamerposter example: document the use of multiple columns within a block

2013-06-02 Thread Juergen Spitzmueller
commit 45f6c06956f1405a4c74415dc2c1c62572d8e6ce Author: Juergen Spitzmueller Date: Sun Jun 2 13:21:34 2013 +0200 beamerposter example: document the use of multiple columns within a block diff --git a/lib/examples/beamerposter.lyx b/lib/examples/beamerposter.lyx index f5bb3e5..872424a 10064

[LyX/master] Bump RC format for commit 8f287f5ffaff3d0306aae8e042e4e042a38b8614

2013-06-02 Thread Juergen Spitzmueller
commit c9ea13ee992a6cc89c7d6065bcebff757d8ddb27 Author: Juergen Spitzmueller Date: Sun Jun 2 12:06:01 2013 +0200 Bump RC format for commit 8f287f5ffaff3d0306aae8e042e4e042a38b8614 diff --git a/lib/scripts/prefs2prefs_prefs.py b/lib/scripts/prefs2prefs_prefs.py index a3d4c43..1bbe22e 100644

[LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools. Running lyx from the build-directory now searches for the gmo-files first in the build dir and then in source dir

2013-06-02 Thread Kornel Benko
commit 22d52f5f08cba82c85019634420f4204da56ec6b Author: Kornel Benko Date: Sun Jun 2 11:38:27 2013 +0200 cmake: Use provided gmo-files if platform lacks python or gettext tools. Running lyx from the build-directory now searches for the gmo-files first in the build dir and then in so

[LyX/master] Added .gmo-files to sources

2013-06-02 Thread Kornel Benko
commit c3796d8b88bef65e7754c8f207afd22ccb2ef4a8 Author: Kornel Benko Date: Sun Jun 2 11:34:15 2013 +0200 Added .gmo-files to sources diff --git a/po/ar.gmo b/po/ar.gmo new file mode 100644 index 000..fa2177a Binary files /dev/null and b/po/ar.gmo differ diff --git a/po/ca.gmo b/po/ca.g