Uwe Stöhr
98e55d0601
PDF-comment.lyx: reset style and some fixes
...
- the example was designed to follow the style of the other LyX documentation files, e.g. not to insert options as one big TeX-code inset.
- fix some typos
- (I cannot save files with LyX 2.2 atm due to bug #9234 )
2014-11-02 00:56:55 +01:00
Jean-Marc Lasgouttes
e52a385493
Reimplement inset-select-all in a generic way
...
There are 3 possible actions (in order)
* select current cell
* select all calls of inset
* select the inset from outside (in the containing inset)
This fixes completely #7727 .
2014-11-01 16:54:23 +01:00
Jean-Marc Lasgouttes
c559f85ccb
Fix wrong test: boolean variable is never negative
...
This has been spotted by clang++.
2014-11-01 16:06:08 +01:00
Kornel Benko
4436678c97
typo
2014-10-31 10:15:54 +01:00
Richard Heck
1f45e6527a
Do not truncate references in outline pane (bug 9312).
2014-10-30 18:39:58 -04:00
Kornel Benko
855449d563
* sk.po
2014-10-30 12:35:36 +01:00
Juergen Spitzmueller
2dff14d238
Fix the pdfcomment rewrite
2014-10-30 10:22:09 +01:00
Uwe Stöhr
0e755b86dd
PDF-comment.lyx: finish description
...
- describe PDF-square and PDF-reply
- tune some minor other things
2014-10-30 02:17:20 +01:00
Uwe Stöhr
81390dcac9
pdfcomment.module: some fine-tuning
...
- use \requirePackage instead of \Usepackage
- name category properly
- reorder definitions
2014-10-30 02:16:23 +01:00
Uwe Stöhr
637747c0c7
Makefile.am: add the new PDF-comment example file
...
damn Git. (should have been committed together with the example file)
2014-10-29 01:23:37 +01:00
Uwe Stöhr
e9b4de9000
pdfcomment.module: fix unnecessary options I just accidentally introduced
2014-10-29 01:20:22 +01:00
Uwe Stöhr
71ed64f4e8
PDF-comment.lyx: description of the pdfcomment module
...
almost ready, except of the description of 2 comment types (will add them later this week)
2014-10-29 01:05:55 +01:00
Uwe Stöhr
f256f8b7b0
pdfcomment.module: total revision
...
this module was not usable since the preamble stuff was missing and also almost all options. But many PDF-comment types are quite useless without options.
2014-10-29 01:02:13 +01:00
Uwe Stöhr
c663a1f50a
revtex4-1.lyx: simplifications and fixed typos
2014-10-28 02:36:58 +01:00
Richard Heck
07079e7da3
Improve debugging output.
2014-10-27 18:28:33 -04:00
Richard Heck
8ec3e3283a
If we successfully save a file but fail to move it to its proper location,
...
then, if we made a backup and the original file was not a symlink, we moved
that file, so it will look to the user as if it was deleted. This is bug
2014-10-27 11:26:58 -04:00
Richard Heck
8b57600a1c
Fix warnings.
2014-10-27 10:42:03 -04:00
Uwe Stöhr
a1add5e804
revtex4-1.layout: update to latest REVTeX 4.1
...
- added support for the command \onlinecite
- some style and whitespace issues
- revtex4-1.lyx: update accordingly
2014-10-27 01:39:18 +01:00
Richard Heck
f454bf931b
Whoops. Forgot to add before amending commit.
2014-10-26 13:02:49 -04:00
Richard Heck
452a7a500c
Make static variables used in DocBook output thread-safe.
2014-10-26 13:01:48 -04:00
Richard Heck
de3daf040b
Sort debug options in the message pane by string. This makes it
...
much easier to find what you need, especially when we're trying
to help users. Previously, they were sorted by their enum values.
2014-10-26 12:49:04 -04:00
Uwe Stöhr
206ffe03d4
revtex4-1: port changes from branch
...
also add the todo list to support all commands used in REVTeX's official sample document.
2014-10-26 17:20:21 +01:00
Uwe Stöhr
981389da3a
revtex4-1.layout: remove unnecessary preamble code
...
- \lovname was already added to REVTeX 4.1 in 2010
- REVTeX does purposely not allow to color text, see the discussion in bug #4625
2014-10-26 14:26:31 +01:00
Uwe Stöhr
e47ff20e1d
ja.po: update for master from Koji
2014-10-26 03:01:04 +01:00
Enrico Forestieri
498ab8ff23
Tweak the shape of the parbreak separator.
...
The shape of the parbreak separator is slightly changed in order to
better distinguish it from the forced newline. This allows using the
same color of the plain version without risk of confusion.
2014-10-25 23:38:52 +02:00
Juergen Spitzmueller
b2b71d97b5
Fix grammar error spotted by Sian Mountbatten
2014-10-25 13:52:19 +02:00
Juergen Spitzmueller
38644a5b26
Fix typo spotted by Hartmut.
2014-10-25 13:46:34 +02:00
Kornel Benko
ab4ad882fa
Cmake-gmo creation: Recreate ${_lyxname}.fmt.pot only if it really changes
2014-10-24 18:53:58 +02:00
Stephan Witt
0e4de64d5e
improved mount state check
2014-10-24 18:14:42 +02:00
Stephan Witt
ef51c22ddf
Add lyx_commit_hash.h.cmake to distribution tar ball
2014-10-24 18:13:27 +02:00
Stephan Witt
f8c964d080
Check the correct macro for conditional include of lyx_commit_hash.h
2014-10-24 18:12:58 +02:00
Kornel Benko
71088f5b1c
Forgot this file in the last commit
2014-10-24 17:29:12 +02:00
Kornel Benko
81afd10fc7
Cmake build: Moved creation of variable LYX_GIT_COMMIT_HASH to development/cmake/scripts/LyXGetVersion.cmake.
...
1.) The only file which needs this define is src/version.cpp. Our use in config.h
resulted in recompiling most of our sources.
With this change, only version.cpp needs to be recompiled.
2.) Without reconfiguring, the old commit hash was still valid. Now the
detection of commit hash is done at compile time.
2014-10-24 16:58:54 +02:00
Kornel Benko
61f0634abf
Cmake build: No need to recreate lyx.pot on every make call.
...
We can check if imput data for 'gettext' command has changed from previous call.
If not, there is no need to recreate lyx.pot, which we only differ in
"POT-Creation-Date: ...."
2014-10-23 16:49:41 +02:00
brokenclock
11e679f73e
Add LFUN_SERVER_GET_STATISTICS command
...
This function can be used with the LyX server to obtain the word, character or character+space count in the current document or selection.
2014-10-23 16:06:42 +02:00
Jean-Marc Lasgouttes
3706d90037
Add Stéphane Mourey as contributor
2014-10-23 15:59:30 +02:00
Juergen Spitzmueller
ecafeb8638
clean up SVGs with inkscape's --vacuum-defs and --export-plain-svg
2014-10-22 15:37:27 +02:00
Juergen Spitzmueller
7ae9a7608d
Remove iconsize.svgz
...
iconsize.png is just a helper bitmap to determine the icon size.
2014-10-22 11:58:15 +02:00
Juergen Spitzmueller
95d093496d
Add href icon
2014-10-22 09:56:55 +02:00
Juergen Spitzmueller
c6db18e21f
Add some SVG version for the current default set
...
These are SVGs from the Tango icon set as well as some theme-independent self-made icons. Many icons are missing. This set s a wild mixture of Tango, old KDE icons and some self-made icons drawing on (to me) unknown models.
I leave the task to finish this set (and thus the SVG icons generally) to others.
2014-10-21 20:09:39 +02:00
Kornel Benko
153086ac30
Cmake build: Omit also hidden header files from globbing
2014-10-21 15:04:48 +02:00
Kornel Benko
652835bdea
Cmake build: Omit files with names not starting with aplha character.
2014-10-21 14:50:44 +02:00
Stephan Witt
16e979298e
#9130 Text in main work area isn't rendered with high resolution
...
Constify splash image coordinates
2014-10-21 13:48:14 +02:00
Stephan Witt
84e6b98562
#9130 Text in main work area isn't rendered with high resolution
...
Draw version string to splash image with correct position and size
2014-10-20 17:37:12 +02:00
Stephan Witt
345ec48ed3
#9130 Text in main work area isn't rendered with high resolution
...
Search high resolution images only when application has detected high resolution screen
2014-10-20 17:15:23 +02:00
Stephan Witt
aabc20fde8
Repeat the Mac menu bar init for Qt5 only on Mac
2014-10-20 14:22:45 +02:00
Jean-Marc Lasgouttes
2737f82139
Fix bug #9288 : Cannot position cursor near the end of a line.
...
The problem was that some parts of the code assume that the right margin is part of the width of the row. This is not the case, only the left margin (Row::x) is counted.
The code has been fixed and documented to reflect this.
2014-10-19 15:38:38 +02:00
Kornel Benko
110f39482e
Cmake buid: Install the new svgz icons
2014-10-18 16:53:41 +02:00
Stephan Witt
a09eaf448c
Add Qt-version info to LyX version string when a git repository is present.
2014-10-18 16:06:33 +02:00
Stephan Witt
6fdb32958c
#9130 Text in main work area isn't rendered with high resolution
...
Add a LyX banner with double resolution for displays with high resolution.
2014-10-18 15:57:21 +02:00