Abdelrazak Younes
e9780fe317
Fix cursor movement inside insets within RTL mode.
...
* Bidi.{h,cpp}:
- isWithinRtlParagraph(): new helper function.
* Text2.cpp: use function above for cursor up and down instead of needReverseDirection() which is about cursor left and right.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18364 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-16 09:35:12 +00:00
Bo Peng
291b765a61
InsetListings: fix bug mouse symbol in the layout dialog, bug 3620
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18362 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-16 02:58:00 +00:00
Uwe Stöhr
f6017e7a50
chkconfig.ltx: sort fontnames
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18361 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-16 01:05:44 +00:00
Uwe Stöhr
b303cdd837
installer:
...
- updates again
- better merge of InstallActions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18360 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 23:37:34 +00:00
José Matox
59065c3dd5
Update po files due to the release preparation (last for 1.5.0 beta 3)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18359 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 23:32:46 +00:00
José Matox
04e3cd2297
Add file format change to support the standard font size for ext* family of textclasses
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18358 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 23:31:47 +00:00
Uwe Stöhr
975fca2f74
installer:
...
- infrastructures: merge the InstallActions file as requested by Christian
- updated documentation and structure graphic
- some more changes due to update to MiKTeX 2.6
- updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18357 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 22:43:05 +00:00
Peter Kümmel
daf8c932ce
bug 3203: try to load as local 8-bit encoded when it is not utf-8
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18356 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 18:45:23 +00:00
Abdelrazak Younes
ff19dcb49c
Fix assertion with LOF and LOT by transfering the test from TocWidget::select() to QToc::getCurrentIndex().
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18355 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 18:01:22 +00:00
Jürgen Spitzmüller
4912255342
* src/mathed/IndetMathNest.cpp (getStatus):
...
- disable specialchar inset (bug 3590)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18354 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 17:33:42 +00:00
José Matox
3f0ef8856c
Update po files due to the release preparation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18353 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 17:31:12 +00:00
Abdelrazak Younes
06676b6d5b
rev 18350: forgot this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18352 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 17:25:30 +00:00
Abdelrazak Younes
105b8b2bf1
rev 18350: forgot this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18351 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 17:24:26 +00:00
Abdelrazak Younes
55a26d72d4
Fix cursor movement inside insets by Dov Feldstern.
...
* Bidi.[h,cpp]: new helper function reverseDirectionNeeded()
* Cursor::isRTL(): delete unused method
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18350 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 17:19:05 +00:00
Abdelrazak Younes
6277ba63ab
Properly search for relevant TocItem. Now works fine with sections inside insets.
...
* DocIterator
- new comparison operators: <, > and <= (Courtesy of JMarc)
* TocBackend::item() use above <= operator instead of crude pit() comparison.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18349 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 17:07:55 +00:00
Abdelrazak Younes
f653540961
Fix bug 3183 by Ozgur Ugras BARAN:
...
* TocWidget::select()
- Do not allow select ModelItem from the code for non-TOC types
- add a FIXME explaining the situation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18348 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 17:02:10 +00:00
Peter Kümmel
2c7396cc59
Add debug output, harmless
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18347 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 16:29:04 +00:00
Jürgen Spitzmüller
4944e64733
From Ozgur Ugras BARAN:
...
* src/TocBackend.cpp:
- Allow TOC entries with depth larger than bufferParams.tocdepth.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18346 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 15:09:19 +00:00
Jürgen Spitzmüller
20fd0f9cf3
* lib/layouts/extarticle.layout:
...
* lib/layouts/extbook.layout:
* lib/layouts/extletter.layout:
* lib/layouts/exrteport.layout:
- add missing font sizes (10,11,12)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18345 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 15:03:05 +00:00
Bo Peng
7ea0cd1dd9
InsetListingsParams.h/cpp: fix compiler warning about initialization order
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18344 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 14:56:55 +00:00
Martin Vermeer
1184b0be29
Reorder and clean up the beamer layout
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18343 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 14:52:12 +00:00
Jürgen Spitzmüller
e5640f93ac
* unify class naming scheme: class (type)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18342 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 13:32:07 +00:00
Georg Baum
9c765e64de
* src/ConverterCache.cpp
...
(ConverterCache::Impl::readIndex): prevent assertion in
fs::last_write_time for corrupted cache index
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18341 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 11:34:26 +00:00
José Matox
058d731103
Prepare documents for new release
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18340 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 11:31:30 +00:00
José Matox
111516498d
André was nice to scons and forgot autotools :-)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18339 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 11:27:04 +00:00
Jürgen Spitzmüller
9e4022e235
From Ozgur Ugras BARAN: Fix bug 3529
...
* src/frontends/qt4/TocWidget.{cpp,h}:
- new member disconnectSelectionModel()
- (select): replace blockSignal() directives for tocTV selectionModel()
with disconnect (the above new function) and reconnect relevant signal
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18338 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 11:26:24 +00:00
Martin Vermeer
df90247126
added beamer item
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18336 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 08:31:33 +00:00
Jürgen Spitzmüller
b6320bf67a
* lib/chkconfig.ltx:
...
* lib/doc/LaTeXConfig.lyx.in:
- add listings package.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18333 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 07:35:52 +00:00
Edwin Leuven
ccc639d842
* layout tweak
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18332 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 07:22:55 +00:00
Bo Peng
33b2331867
Add examples/listings.lyx that roughly demonstrates the use of listings features
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18331 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 04:01:59 +00:00
Bo Peng
34f858b6ec
InsetListings: add a section to doc/EmdeddedObjects.lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18330 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 04:00:11 +00:00
Bo Peng
d7ccd7a35f
InsetListings: properly clear values of widgets when jumping between insets
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18329 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 02:37:59 +00:00
Bo Peng
49cb2e69e7
InsetListings: lyx2lyx for caption and label
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18328 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 01:38:48 +00:00
Bo Peng
2260a558da
InsetListings: minor fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18327 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 01:38:27 +00:00
Uwe Stöhr
d9d7d1769a
installer:
...
- updates
- new script to be able to build all installer version at once via e.g. SCons
- updated to MiKTeX 2.6 -> lots of changes in the recognition of the LaTeX-distributions
- fix uninstalling bug
- added readme for the Update Installer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18326 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 01:31:19 +00:00
José Matox
5aefff5be0
Fix importing of klewer template, add fix for recent update (null update for format 270)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18325 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 23:10:56 +00:00
Bo Peng
72e0b87a90
Separate caption and label from InsetListingsParams and handle them separately in listings and Include dialog, from Jurgen
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18324 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 20:42:14 +00:00
Bernhard Roider
9b5b7587a3
add comments and rtl support for cursor positioning problem
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18323 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 20:03:40 +00:00
Martin Vermeer
fd70aabcc8
Add charstyles Alert and Structure to beamer
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18322 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 19:56:05 +00:00
Abdelrazak Younes
5849954507
restore changed() connection that vanished in revision 18307 with the creation of the PreambleModule class.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18313 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 16:54:27 +00:00
Abdelrazak Younes
9e371e2a24
Fix gcc warning and be 64 bit clean.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18312 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 16:41:50 +00:00
Bo Peng
accafcb88c
InsetListings: use Edwin's dialog, which is much nice
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18311 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 14:56:21 +00:00
Bo Peng
6e81ea9be8
InsetListings: fix a few checkbox logics
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18310 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 14:55:26 +00:00
Abdelrazak Younes
fcc2297ba7
compil fix.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18309 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 14:23:55 +00:00
Abdelrazak Younes
043fdb9141
Fix bug similar to 3377 by Ozgur Ugras BARAN.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18308 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 12:43:17 +00:00
Abdelrazak Younes
06099a8959
restore cursor position in preamble.
...
* ControlDocument::id(): new method returning the id of the current buffer.
* PreambleModule: new class for the preamble module. Handle everything preamble related, including memorizing the cursor position for each Buffer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18307 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 12:09:14 +00:00
Abdelrazak Younes
c35007dbce
Add two optimized versions of the ucs4 to local encoding.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18306 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 09:41:00 +00:00
Abdelrazak Younes
e2da5d1771
Improve Farsi support by Mostafa Vahedi. Arabic support now depends on 'ArabTeX' and Farsi support depends on the 'Arabi' package.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18305 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 09:34:53 +00:00
Jürgen Spitzmüller
a8010a4dc6
fix bug 2758:
...
* src/Paragraph.cpp:
- make sure removed bibitems (inside a par) are restored correctly
(in pos 0).
* src/Text.{cpp,h} (handleBibitems):
- new member, used by erase and backspace.
* src/Text3.cpp (getStatus):
- allow inserting of bibitems only in pos 0.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18304 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 09:24:17 +00:00
Jean-Marc Lasgouttes
bd2338b353
update mac build instructions
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18303 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-14 08:51:06 +00:00