Author: sts
Date: Thu Dec 13 22:40:57 2007
New Revision: 22134
URL: http://www.lyx.org/trac/changeset/22134
Log:
[EMAIL PROTECTED]: sts | 2007-12-01 01:54:37 +0100
[EMAIL PROTECTED] (orig r21645): younes | 2007-11-16 22:52:04 +0100
Hopefully fix the ignored -geometry option under X11.
[EMAIL PROTECTED] (orig r21646): younes | 2007-11-16 23:10:35 +0100
Add version to application name in session info.
[EMAIL PROTECTED] (orig r21647): younes | 2007-11-16 23:21:40 +0100
add '-' between LyX and version.
[EMAIL PROTECTED] (orig r21648): younes | 2007-11-16 23:52:15 +0100
row selection tweaks.
[EMAIL PROTECTED] (orig r21649): younes | 2007-11-17 00:00:57 +0100
Cosmetics and cleanup.
[EMAIL PROTECTED] (orig r21650): younes | 2007-11-17 12:27:03 +0100
Simplify single par drawing:
* ParagraphMetrics::computeRowSignature(): Integrate row's
dimensions and selection status in the row signature.
* TextMetrics::drawParagraph(): compute the row signature here and
rely on that to decide if a redraw is needed or not.
* BufferView::Private: get rid of the ViewMetricsInfo member. Just
keep the ScreenUpdateStrategy.
* BufferView::draw(): full screen update even for singlePar case
because the row signature will detect if something needs to be
redrawn.
* Text3.cpp: get rid of hack following architecture update.
[EMAIL PROTECTED] (orig r21652): spitz | 2007-11-17 13:37:18 +0100
* LaTeXFeatures.cpp (useLanguage):
- require the CJK package for CJK languages.
* BufferParams.cpp (writeEncodingPreamble):
- load CJK package if required.
[EMAIL PROTECTED] (orig r21653): poenitz | 2007-11-17 16:32:12 +0100
shuffle code around
[EMAIL PROTECTED] (orig r21654): sanda | 2007-11-17 16:37:29 +0100
Implement --enable-monolithic-{insets,mathed,core}
[EMAIL PROTECTED] (orig r21655): younes | 2007-11-17 19:17:19 +0100
Fix mouse selection drawing by brute force.
[EMAIL PROTECTED] (orig r21656): poenitz | 2007-11-17 21:47:50 +0100
merge frontend::Gui and frontend::Application
[EMAIL PROTECTED] (orig r21657): poenitz | 2007-11-17 23:11:11 +0100
make frontend::Application a bit slimmer
[EMAIL PROTECTED] (orig r21658): poenitz | 2007-11-17 23:25:42 +0100
move view_ids from Application to GuiApplication
[EMAIL PROTECTED] (orig r21659): poenitz | 2007-11-17 23:37:33 +0100
make Application slimmer
[EMAIL PROTECTED] (orig r21660): sanda | 2007-11-17 23:55:30 +0100
Fix initialization warning
[EMAIL PROTECTED] (orig r21661): poenitz | 2007-11-18 01:01:14 +0100
merge GuiView/Dialogs
[EMAIL PROTECTED] (orig r21662): poenitz | 2007-11-18 01:39:15 +0100
consolidate showDialog() incarnations
[EMAIL PROTECTED] (orig r21663): poenitz | 2007-11-18 11:14:43 +0100
less string conversions
[EMAIL PROTECTED] (orig r21665): younes | 2007-11-18 21:36:52 +0100
Spoiling some fun from Andre': put Application on a diet and remove
unnecessary string conversions and method indirections.
[EMAIL PROTECTED] (orig r21666): younes | 2007-11-18 22:47:46 +0100
ParagraphMetrics::computeRowSignature(): Fix crc computing;
char_type is 4 bytes!
[EMAIL PROTECTED] (orig r21667): younes | 2007-11-18 23:27:04 +0100
Remove unused methods.
[EMAIL PROTECTED] (orig r21668): younes | 2007-11-18 23:29:58 +0100
rev 21667: Forgot this!
[EMAIL PROTECTED] (orig r21669): younes | 2007-11-18 23:51:58 +0100
Fix long standing initialisation FIXME.
[EMAIL PROTECTED] (orig r21670): younes | 2007-11-19 00:30:41 +0100
cleanup and reorder initialisation code of GuiView and GuiToolbars.
Move some things to GuiView::Private.
[EMAIL PROTECTED] (orig r21671): younes | 2007-11-19 00:46:15 +0100
use sizeof instead of hardcoded value.
[EMAIL PROTECTED] (orig r21672): younes | 2007-11-19 00:49:52 +0100
Remove some methods from GuiView.
[EMAIL PROTECTED] (orig r21673): uwestoehr | 2007-11-19 01:49:22 +0100
scons_manifest.py: fix SCons
[EMAIL PROTECTED] (orig r21674): younes | 2007-11-19 11:04:14 +0100
Painting tweaks:
- avoid one redraw on file loading due to a resize event.
- fix the initial offset_ref_ value of BufferView.
- add new TabWorkArea::addWorkArea() method.
- avoid tab bar flashing when only one file is opened.
[EMAIL PROTECTED] (orig r21676): younes | 2007-11-19 12:21:45 +0100
Resize bug correction. The tabbar hiding trick did not interact
correctly with resize events :-(
[EMAIL PROTECTED] (orig r21677): younes | 2007-11-19 13:03:38 +0100
Transfer LyXView::loadLyXFile() to lyxFunc::loadAndViewFile(). This
enables to get rid of the flashing tabbar bug and is more correct
anyway.
[EMAIL PROTECTED] (orig r21678): younes | 2007-11-19 15:13:06 +0100
correct comment. Thanks Martin.
[EMAIL PROTECTED] (orig r21680): vermeer | 2007-11-19 20:53:54 +0100
Correct conversion of math insets inside Index
[EMAIL PROTECTED] (orig r21681): younes | 2007-11-19 21:56:05 +0100
Transfer some LFUNs from LyXFunc to GuiView.
[EMAIL PROTECTED] (orig r21683): uwestoehr | 2007-11-19 23:38:33 +0100
amsdefs.inc, amsmaths.inc: allow optional arguments for AMS
environments, fixes http://bugzilla.lyx.org/show_bug.cgi?id=4344
[EMAIL PROTECTED] (orig r21684): younes | 2007-11-20 23:03:56 +0100
- Cleanup and simplify the layout list GUI handling.
- Transfer toolbar, statusbar and layoutlist handling to the
frontend.
[EMAIL PROTECTED] (orig r21685): younes | 2007-11-20 23:23:06 +0100
Fix crash when closing a buffer.
[EMAIL PROTECTED] (orig r21686): younes | 2007-11-20 23:29:17 +0100
Fix initial disabling of the layout combo.
[EMAIL PROTECTED] (orig r21689): younes | 2007-11-21 16:12:47 +0100
Introducing Application::resetGui() that will reset all dialogs in
all lyx windows (including toolbars and menubars).
[EMAIL PROTECTED] (orig r21691): bpeng | 2007-11-21 17:24:26 +0100
Use latex instead of pplatex to check latex configurations, and
exit from configure.py with proper error code
[EMAIL PROTECTED] (orig r21692): vermeer | 2007-11-21 19:18:24 +0100
Improve conversion/reversion of index strings
[EMAIL PROTECTED] (orig r21693): poenitz | 2007-11-21 21:32:17 +0100
remove unneeded #include
[EMAIL PROTECTED] (orig r21694): younes | 2007-11-21 22:14:34 +0100
Introducing GuiMenubar::init() to avoid destructing the object in
order to re-initialize it.
[EMAIL PROTECTED] (orig r21695): poenitz | 2007-11-21 22:15:23 +0100
get rid of a boost::signals::connection
[EMAIL PROTECTED] (orig r21696): younes | 2007-11-21 22:18:04 +0100
set eol-style
[EMAIL PROTECTED] (orig r21697): uwestoehr | 2007-11-21 22:36:12 +0100
languages: fix activation of Spanish characters (bug 4361)
[EMAIL PROTECTED] (orig r21699): poenitz | 2007-11-21 23:04:50 +0100
cosmetics
[EMAIL PROTECTED] (orig r21700): poenitz | 2007-11-21 23:27:30 +0100
improve statistic script a bit
[EMAIL PROTECTED] (orig r21701): poenitz | 2007-11-21 23:35:38 +0100
some new numbers
[EMAIL PROTECTED] (orig r21702): younes | 2007-11-21 23:48:13 +0100
Some more cleanup of LyXView:
- transfer GuiBufferDelegate and GuiBufferViewDelegate to GuiView
- delete showDialog() and use LFUN_DIALOG_SHOW in
LyXFunc::dispatch().
[EMAIL PROTECTED] (orig r21703): poenitz | 2007-11-21 23:54:10 +0100
cosmetics
[EMAIL PROTECTED] (orig r21704): poenitz | 2007-11-22 00:31:12 +0100
replace boost::noncopyable by plain C++ idiom
[EMAIL PROTECTED] (orig r21705): poenitz | 2007-11-22 00:47:47 +0100
remove a few uses of boost::scoped_ptr
[EMAIL PROTECTED] (orig r21706): poenitz | 2007-11-22 00:55:42 +0100
use strfwd.h
[EMAIL PROTECTED] (orig r21707): poenitz | 2007-11-22 01:03:18 +0100
remove one <boost/shared_ptr.hpp>
[EMAIL PROTECTED] (orig r21708): poenitz | 2007-11-22 01:04:19 +0100
forgot those
[EMAIL PROTECTED] (orig r21709): uwestoehr | 2007-11-22 01:13:05 +0100
Tutorial.lyx: fix some issues reported by Siegfried
[EMAIL PROTECTED] (orig r21712): younes | 2007-11-22 08:33:18 +0100
Updates controls after reinitialization.
[EMAIL PROTECTED] (orig r21713): younes | 2007-11-22 08:49:25 +0100
fix MSVC warning.
[EMAIL PROTECTED] (orig r21714): younes | 2007-11-22 09:01:09 +0100
Move Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to frontends/qt4/
[EMAIL PROTECTED] (orig r21715): spitz | 2007-11-22 10:09:39 +0100
* src/insets/InsetTabular.cpp (doDispatch):
- add missing recordUndo to LFUN_CLIPBOARD_PASTE /
LFUN_PRIMARY_SELECTION_PASTE (bug 4371)
[EMAIL PROTECTED] (orig r21717): younes | 2007-11-22 23:20:51 +0100
Remove unused code.
[EMAIL PROTECTED] (orig r21718): younes | 2007-11-22 23:49:11 +0100
compile fix. Sorry.
[EMAIL PROTECTED] (orig r21719): poenitz | 2007-11-23 00:29:53 +0100
small simplification
[EMAIL PROTECTED] (orig r21720): poenitz | 2007-11-23 00:34:57 +0100
cosmetics
[EMAIL PROTECTED] (orig r21721): poenitz | 2007-11-23 00:47:13 +0100
cosmetics
[EMAIL PROTECTED] (orig r21722): uwestoehr | 2007-11-23 00:50:50 +0100
Tutorial.lyx: complete revision except of chapter 4
German Tutorial.lyx: some cleanups
[EMAIL PROTECTED] (orig r21724): uwestoehr | 2007-11-23 00:53:02 +0100
EmbeddedObjects.lyx: add info about dissolving notes
[EMAIL PROTECTED] (orig r21726): uwestoehr | 2007-11-23 01:06:27 +0100
French Tutorial.lyx: updates by Siegfried
[EMAIL PROTECTED] (orig r21729): uwestoehr | 2007-11-23 01:35:28 +0100
Tutorial.lyx: fix image path
[EMAIL PROTECTED] (orig r21732): uwestoehr | 2007-11-23 03:10:00 +0100
support for \pagebreak:
- rename former "pagebreak" to "newpage" since it produces a \newpage
- new LFUN
- menu entry
- tex2lyx support
- fileformat change
[EMAIL PROTECTED] (orig r21733): uwestoehr | 2007-11-23 03:19:49 +0100
configure.py: revert accident commit (http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg132477.html
is still the case)
[EMAIL PROTECTED] (orig r21734): younes | 2007-11-23 10:44:02 +0100
Transfer some more dialog related code from core to frontend:
- LFUN_INSET_APPLY handling goes to GuiView.
- Dialog needs a GuiView instead of a LyXView.
[EMAIL PROTECTED] (orig r21735): younes | 2007-11-23 10:56:33 +0100
simplify window creation.
[EMAIL PROTECTED] (orig r21736): younes | 2007-11-23 11:45:14 +0100
Simplify Dialog::name() handling.
[EMAIL PROTECTED] (orig r21737): sanda | 2007-11-23 11:54:19 +0100
Fix dialog handling of Insert Plain Text
[EMAIL PROTECTED] (orig r21738): younes | 2007-11-23 12:19:42 +0100
Fix crash on exit.
[EMAIL PROTECTED] (orig r21739): younes | 2007-11-23 12:45:20 +0100
Take care of cursor update flags correctly and redraw if needed.
[EMAIL PROTECTED] (orig r21740): younes | 2007-11-23 12:53:10 +0100
get rid of LyXView::errors(). This was redundant with
GuiBufferDelegate::errors().
[EMAIL PROTECTED] (orig r21741): younes | 2007-11-23 13:37:09 +0100
some more LFUN transfer from LyXFunc to GuiView.
[EMAIL PROTECTED] (orig r21742): spitz | 2007-11-23 15:59:35 +0100
* src/output_latex.cpp:
- prevent wrong whitespace by trailing '%' on line endings.
[EMAIL PROTECTED] (orig r21746): poenitz | 2007-11-23 21:31:52 +0100
remove line noise
[EMAIL PROTECTED] (orig r21747): poenitz | 2007-11-23 22:39:51 +0100
merge frontend::Painter into GuiPainter
[EMAIL PROTECTED] (orig r21748): poenitz | 2007-11-23 22:49:58 +0100
remove unneeded default argument value
[EMAIL PROTECTED] (orig r21749): poenitz | 2007-11-23 23:15:17 +0100
cosmetics
[EMAIL PROTECTED] (orig r21750): uwestoehr | 2007-11-23 23:20:07 +0100
update scons_manifest.py
[EMAIL PROTECTED] (orig r21751): poenitz | 2007-11-23 23:41:07 +0100
remove spurious include
[EMAIL PROTECTED] (orig r21752): poenitz | 2007-11-23 23:57:11 +0100
simplification
[EMAIL PROTECTED] (orig r21753): poenitz | 2007-11-24 00:08:40 +0100
missed that part
[EMAIL PROTECTED] (orig r21754): poenitz | 2007-11-24 00:57:11 +0100
only called once
[EMAIL PROTECTED] (orig r21755): poenitz | 2007-11-24 01:02:58 +0100
merge LoaderQueue into Loader
[EMAIL PROTECTED] (orig r21756): uwestoehr | 2007-11-24 01:47:29 +0100
convert bind files to Unicode
[EMAIL PROTECTED] (orig r21757): forenr | 2007-11-24 02:34:46 +0100
Fix some other thinkos in r21048
[EMAIL PROTECTED] (orig r21758): younes | 2007-11-24 08:47:01 +0100
Fix crash with InsetHFill. The inset position was not cached in the
CoordCache.
[EMAIL PROTECTED] (orig r21759): younes | 2007-11-24 08:58:12 +0100
Introducing Application::getStatus() and Application::dispatch().
Transferring some LFUNs to those.
[EMAIL PROTECTED] (orig r21760): younes | 2007-11-24 09:51:11 +0100
Getting rid of Application::createView()
[EMAIL PROTECTED] (orig r21761): uwestoehr | 2007-11-24 14:30:54 +0100
update scons_manifest.py
[EMAIL PROTECTED] (orig r21762): uwestoehr | 2007-11-24 14:31:58 +0100
Paragraph.cpp: remove unneeded include
[EMAIL PROTECTED] (orig r21763): uwestoehr | 2007-11-24 14:52:46 +0100
convert the remaining non-unicode bind files to Unicode
[EMAIL PROTECTED] (orig r21764): uwestoehr | 2007-11-24 19:04:26 +0100
tex2lyx/text.cpp:
- support for \newline
- support for framed and shaded notes
[EMAIL PROTECTED] (orig r21765): uwestoehr | 2007-11-24 21:07:05 +0100
tex2lyx/text.cpp: - support for LyX 1.6's hyperlink inset (\href)
[EMAIL PROTECTED] (orig r21766): uwestoehr | 2007-11-24 21:22:02 +0100
stdtoolbars.inc: remove double entries that were introduced by r21447
[EMAIL PROTECTED] (orig r21768): poenitz | 2007-11-24 23:15:52 +0100
less boost, just plain C++.
[EMAIL PROTECTED] (orig r21769): poenitz | 2007-11-25 12:18:16 +0100
s/isFileReadable/isReadableFile;
introduce isReadableDirectory
replace isReadable by either isReadableFile or isReadableDirectory
remove isReadable
[EMAIL PROTECTED] (orig r21770): kuemmel | 2007-11-25 18:55:27 +0100
fix compile
[EMAIL PROTECTED] (orig r21771): kuemmel | 2007-11-25 18:56:07 +0100
remove warning
[EMAIL PROTECTED] (orig r21772): kuemmel | 2007-11-25 18:57:08 +0100
don't declare if already done in a header
[EMAIL PROTECTED] (orig r21773): uwestoehr | 2007-11-25 19:15:55 +0100
stdtoolbars.inc: move the placeholders to the math spacings
[EMAIL PROTECTED] (orig r21774): younes | 2007-11-25 19:18:23 +0100
Remove unused pure virtual method.
[EMAIL PROTECTED] (orig r21776): uwestoehr | 2007-11-25 19:26:58 +0100
support to set the examples folder in the preferences
[EMAIL PROTECTED] (orig r21777): kuemmel | 2007-11-25 19:27:36 +0100
cmake: remove boost::iostreams from build system
[EMAIL PROTECTED] (orig r21778): uwestoehr | 2007-11-25 19:34:37 +0100
support for \linebreak:
- fileformat change
- tex2lyx support
- rename LFUN_BREAK_LINE to LFUN_NEW_LINE because this is what the
lfun does and to avoid confusions
- new menu entry
- new shortcut C-S-Return
[EMAIL PROTECTED] (orig r21780): kuemmel | 2007-11-25 20:25:05 +0100
fix compile, but it breaks cmake's merged build
[EMAIL PROTECTED] (orig r21781): poenitz | 2007-11-25 20:46:22 +0100
add signal/slot implementation 'framework'
[EMAIL PROTECTED] (orig r21782): poenitz | 2007-11-25 21:25:21 +0100
remove boost/iostream form build
[EMAIL PROTECTED] (orig r21783): uwestoehr | 2007-11-25 22:09:01 +0100
support for the languages Latin and North Sami
- fileformat change
(I wonder why support for them was removed (must be before LyX
1.3), because the old reLyX script listed them as supported)
[EMAIL PROTECTED] (orig r21784): younes | 2007-11-25 22:21:03 +0100
Free src/ from boost::filesystem.
[EMAIL PROTECTED] (orig r21785): uwestoehr | 2007-11-25 22:53:39 +0100
add a new color to distinguish \newpage from \pagebreak
[EMAIL PROTECTED] (orig r21786): uwestoehr | 2007-11-25 23:39:04 +0100
- remove Serbocroatian from the language list because this was a
fake. Croatian was used under the hood but we already have Croatian
separately.
- implement Serbian
[EMAIL PROTECTED] (orig r21787): younes | 2007-11-26 00:21:39 +0100
Free support/FileName.cpp from boost::filesystem. Please use '-dbg
files' in order to verify that everything works correctly.
[EMAIL PROTECTED] (orig r21788): poenitz | 2007-11-26 00:25:00 +0100
use plain C++ instead of boost
[EMAIL PROTECTED] (orig r21789): poenitz | 2007-11-26 00:47:56 +0100
remove boost/iostreams. Not used.
[EMAIL PROTECTED] (orig r21790): poenitz | 2007-11-26 00:49:48 +0100
adjust
[EMAIL PROTECTED] (orig r21791): younes | 2007-11-26 11:22:28 +0100
Fix initialisation bug introduced in r21788.
[EMAIL PROTECTED] (orig r21792): younes | 2007-11-26 11:26:03 +0100
Inline qstring_helpers methods.
[EMAIL PROTECTED] (orig r21793): younes | 2007-11-26 11:29:04 +0100
* support/FileName:
- simplify copyTo(), the second argument was never used.
- move string manipulations to FileName::Private
- replace platform specific code with Qt equivalent.
[EMAIL PROTECTED] (orig r21794): younes | 2007-11-26 11:32:00 +0100
remove debug code.
[EMAIL PROTECTED] (orig r21795): younes | 2007-11-26 11:58:00 +0100
FileName::destroyDirectory(): Continue deleting even if if a delete
operation failed.
[EMAIL PROTECTED] (orig r21796): spitz | 2007-11-26 11:59:32 +0100
* src/lfuns.h:
- fix numbering in lfuns table.
[EMAIL PROTECTED] (orig r21797): younes | 2007-11-26 15:36:50 +0100
Cleanup LyXFunc::dispatch() following JMarc advice.
[EMAIL PROTECTED] (orig r21798): younes | 2007-11-26 16:29:54 +0100
* TextMetrics::getPitNearY(): Fix crash when navigating with up and
down arrow keys. The problem was that the passed y coordinates was
not necessarily out of screen. Also the paragraph position was not
correctly updated.
[EMAIL PROTECTED] (orig r21800): bpeng | 2007-11-26 16:45:54 +0100
If there exists a local layout file, use the local copy instead of
the system one.
[EMAIL PROTECTED] (orig r21801): younes | 2007-11-26 20:52:57 +0100
Paragraph::latexInset(): return early for the NEWLINE_CODE special
case. This put back the code in line with what was there in revision
17939.
[EMAIL PROTECTED] (orig r21802): broider | 2007-11-26 20:56:25 +0100
PCH compile fix
[EMAIL PROTECTED] (orig r21803): sanda | 2007-11-26 22:48:41 +0100
Source highlighting of comments (by Bernhard Reiter)
[EMAIL PROTECTED] (orig r21805): uwestoehr | 2007-11-26 23:10:54 +0100
stdmenus.inc: fix doubled shortcut
[EMAIL PROTECTED] (orig r21806): uwestoehr | 2007-11-26 23:36:49 +0100
lyx2lyx/lyx_1_6.py: revert \linebreak and \pagebreak correctly to ERT
[EMAIL PROTECTED] (orig r21807): younes | 2007-11-26 23:45:17 +0100
Please JMarc: Make sure we always pass through LyXFunc::dispatch()
even if this is a waste of CPU.
[EMAIL PROTECTED] (orig r21808): younes | 2007-11-27 00:04:01 +0100
Adjust comment.
[EMAIL PROTECTED] (orig r21809): poenitz | 2007-11-27 00:42:51 +0100
make dialog stay above the main window
[EMAIL PROTECTED] (orig r21810): poenitz | 2007-11-27 00:55:16 +0100
no need to cast anymore
[EMAIL PROTECTED] (orig r21811): poenitz | 2007-11-27 00:59:51 +0100
less code and the DUUOB award for output_docbook.cpp
[EMAIL PROTECTED] (orig r21812): uwestoehr | 2007-11-27 01:15:45 +0100
Paragraph.cpp: revert r21801 because it broke the LaTeX-output of
\newline, \\, and \linebreak
[EMAIL PROTECTED] (orig r21813): uwestoehr | 2007-11-27 02:38:50 +0100
very big tex2lyx patch:
tex2lyx Version 0.1.5
Commands
- support for \lyxline
- fix for bug 27:
- support for \selectlanguage
- support for \foreignlanguage
- support for \inputencoding
- updated support for \printindex
- support for \printnomenclature
- updated support for \listof
- updated support for \tableofcontents
Environments
- support for hyperlink
- support for shaded note
- support for framed note
Preamble
- support for font settings
- updated preamble format to lyxformat 303
(tex2lyx will still use lyxformat 245 for a while)
- updated language support
- support for multi-language documents that use babel
(CJK follows later)
- fix bug 2310:
- support for document encoding
Packages
- support for esint
- updated support for amsmath
[EMAIL PROTECTED] (orig r21814): younes | 2007-11-27 09:07:49 +0100
The obligatory checking has been entirely removed since boost 1.34
[EMAIL PROTECTED] (orig r21815): younes | 2007-11-27 09:24:56 +0100
Move inclusion of "frontends/Delegates.h" to qt4/GuiView.h
[EMAIL PROTECTED] (orig r21816): younes | 2007-11-27 10:43:30 +0100
Introducing FileName::dirList() to replace the one in filetools.cpp
[EMAIL PROTECTED] (orig r21817): younes | 2007-11-27 11:01:34 +0100
Getting rid of normalizePath() which is unneeded for FileName
purpose (the path is always normalized internally). This commit
frees up src/ from boost::filesystem. Some remaining references
stays in src/client and src/tex2lyx.
[EMAIL PROTECTED] (orig r21818): younes | 2007-11-27 11:06:59 +0100
tex2lyx.cpp does not need boost::filesystem. Only remaining use is
in the lyx client. Somebody on linux should take care of that.
[EMAIL PROTECTED] (orig r21819): younes | 2007-11-27 11:07:49 +0100
remove boost/filesystem/*
[EMAIL PROTECTED] (orig r21821): poenitz | 2007-11-27 20:30:59 +0100
cosmetics
[EMAIL PROTECTED] (orig r21822): poenitz | 2007-11-27 20:48:49 +0100
add -I.
[EMAIL PROTECTED] (orig r21823): kuemmel | 2007-11-27 20:54:01 +0100
fix line endings
[EMAIL PROTECTED] (orig r21824): poenitz | 2007-11-27 20:56:19 +0100
remove indirect typedef
[EMAIL PROTECTED] (orig r21825): kuemmel | 2007-11-27 20:57:03 +0100
cmake: remove boost_filesystem, add automoc to support, link
against QtCore
[EMAIL PROTECTED] (orig r21826): kuemmel | 2007-11-27 21:01:23 +0100
use the same mechanism to trigger moc as in frontends/qt4
[EMAIL PROTECTED] (orig r21827): kuemmel | 2007-11-27 21:07:31 +0100
add missing eol-style property
[EMAIL PROTECTED] (orig r21828): poenitz | 2007-11-27 21:21:47 +0100
add new helper script
[EMAIL PROTECTED] (orig r21829): kuemmel | 2007-11-27 21:25:18 +0100
finsih renaming ->Debug
[EMAIL PROTECTED] (orig r21830): poenitz | 2007-11-27 21:30:22 +0100
some de-boostification
[EMAIL PROTECTED] (orig r21831): kuemmel | 2007-11-27 21:32:25 +0100
time goes by
[EMAIL PROTECTED] (orig r21832): poenitz | 2007-11-27 21:37:08 +0100
cosmetics
[EMAIL PROTECTED] (orig r21833): poenitz | 2007-11-27 21:51:20 +0100
use strfwd.h if possible
[EMAIL PROTECTED] (orig r21834): poenitz | 2007-11-27 22:09:14 +0100
use macro instead of unconditional evaluation
[EMAIL PROTECTED] (orig r21835): poenitz | 2007-11-27 22:43:46 +0100
use LYXERR macro to avoid unneeded argument evaluations...
[EMAIL PROTECTED] (orig r21836): poenitz | 2007-11-27 22:45:00 +0100
unneeded declaration
[EMAIL PROTECTED] (orig r21837): poenitz | 2007-11-27 23:19:36 +0100
cosmetics
[EMAIL PROTECTED] (orig r21838): poenitz | 2007-11-28 00:09:06 +0100
cosmetics
[EMAIL PROTECTED] (orig r21839): uwestoehr | 2007-11-28 00:39:44 +0100
GuiPrefs.cpp: fix copy/paste error from r21776
[EMAIL PROTECTED] (orig r21840): uwestoehr | 2007-11-28 00:53:13 +0100
MetricsInfo.cpp: compile fix
[EMAIL PROTECTED] (orig r21841): uwestoehr | 2007-11-28 01:03:11 +0100
revert r21813
[EMAIL PROTECTED] (orig r21842): uwestoehr | 2007-11-28 01:05:54 +0100
revert r21813 part 2
[EMAIL PROTECTED] (orig r21843): younes | 2007-11-28 10:01:49 +0100
* FileName:
- removeFile(): replace unlink
- copyTo(): add 'overwrite' parameter.
* getcwd.cpp: simplify.
[EMAIL PROTECTED] (orig r21844): younes | 2007-11-28 10:53:45 +0100
Enable HAVE_DECL_ISTREAMBUF_ITERATOR checking as
istreambuf_iterator exists and work correctly with MSVC2005
[EMAIL PROTECTED] (orig r21845): younes | 2007-11-28 13:24:10 +0100
FileName(): Remove isAbsolute() assertion. This is not needed
because FileName now caches a QFileInfo instead if the passed path.
[EMAIL PROTECTED] (orig r21846): younes | 2007-11-28 13:28:33 +0100
Remove the full assertion.
[EMAIL PROTECTED] (orig r21847): younes | 2007-11-28 16:25:07 +0100
* FileName:
- introduce changeExtension(): the goal is to replace progressively
the one in filetools.cpp
- get rid of internal_path() checking for Win32 as the path is
always normalized with slashes with QFileInfo.
* BufferParams: get rid of filepath member. This was used only once
and was fixing a path in BufferParam was wrong anyway.
* Buffer::filePath(): always regenerate instead of caching it in
BufferParams.
[EMAIL PROTECTED] (orig r21848): younes | 2007-11-28 19:07:09 +0100
* makeLatexName(): port to FileName.
[EMAIL PROTECTED] (orig r21849): poenitz | 2007-11-28 23:12:03 +0100
hand-crafted LyXErr
[EMAIL PROTECTED] (orig r21850): forenr | 2007-11-29 00:55:55 +0100
needless declaration
[EMAIL PROTECTED] (orig r21851): poenitz | 2007-11-29 08:04:28 +0100
Move debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp,h} to support/.
Now support/* should have no dependencies on src/* anymore.
[EMAIL PROTECTED] (orig r21852): poenitz | 2007-11-29 08:11:08 +0100
some de-boostification
[EMAIL PROTECTED] (orig r21853): poenitz | 2007-11-29 08:24:55 +0100
cosmetics
[EMAIL PROTECTED] (orig r21854): poenitz | 2007-11-29 08:32:39 +0100
re-enable "safety hack"
[EMAIL PROTECTED] (orig r21855): poenitz | 2007-11-29 08:41:23 +0100
cosmetics
[EMAIL PROTECTED] (orig r21856): younes | 2007-11-29 09:53:39 +0100
MSVC compile fix.
[EMAIL PROTECTED] (orig r21857): younes | 2007-11-29 09:55:43 +0100
- Get rid of unneeded time_type typedef.
- MSVC compile fix.
[EMAIL PROTECTED] (orig r21858): younes | 2007-11-29 10:00:28 +0100
MSVC compile fix.
[EMAIL PROTECTED] (orig r21859): younes | 2007-11-29 10:34:20 +0100
CMake fix by Kornel Benko.
[EMAIL PROTECTED] (orig r21860): poenitz | 2007-11-29 18:51:58 +0100
potential compile fix
[EMAIL PROTECTED] (orig r21861): poenitz | 2007-11-29 18:57:06 +0100
potential compile fix for Kornel
[EMAIL PROTECTED] (orig r21862): poenitz | 2007-11-29 19:29:57 +0100
compile fix / cosmetics
[EMAIL PROTECTED] (orig r21863): poenitz | 2007-11-29 20:19:39 +0100
merge the Forked* machinery into a single pair of files
[EMAIL PROTECTED] (orig r21864): poenitz | 2007-11-29 20:56:25 +0100
cosmetics
[EMAIL PROTECTED] (orig r21865): poenitz | 2007-11-29 21:02:50 +0100
cosmetics
[EMAIL PROTECTED] (orig r21866): rgheck | 2007-11-29 21:11:54 +0100
Compile fix.
[EMAIL PROTECTED] (orig r21867): poenitz | 2007-11-29 22:10:35 +0100
assimilate BOOST_CURRENT_FUNCTION
[EMAIL PROTECTED] (orig r21868): poenitz | 2007-11-29 23:12:19 +0100
use structure with named members instead of pair<int, int>...
[EMAIL PROTECTED] (orig r21869): poenitz | 2007-11-29 23:38:53 +0100
no need for pointers, not even leaking ones...
[EMAIL PROTECTED] (orig r21870): poenitz | 2007-11-29 23:48:35 +0100
five lines plain loop vs seven lines fancy boost & algorithm
[EMAIL PROTECTED] (orig r21871): uwestoehr | 2007-11-30 01:03:31 +0100
update scons/scons_manifest.py
[EMAIL PROTECTED] (orig r21872): uwestoehr | 2007-11-30 01:04:44 +0100
LyXFunc.cpp: add missing case
[EMAIL PROTECTED] (orig r21873): younes | 2007-11-30 09:35:54 +0100
compile fix.
[EMAIL PROTECTED] (orig r21874): younes | 2007-11-30 10:23:44 +0100
lyxlib.h:sum -> FileName::checksum()
[EMAIL PROTECTED] (orig r21875): younes | 2007-11-30 10:34:08 +0100
revert erroneous commit in r21874.
[EMAIL PROTECTED] (orig r21876): younes | 2007-11-30 10:49:35 +0100
Add FIXMEs
[EMAIL PROTECTED] (orig r21879): younes | 2007-11-30 18:41:27 +0100
* Buffer:
- tocBackend(), errorList(), texrow(), etc: now const.
- masterBuffer(): get rid of non const access.
- setParent(): set parent Buffer, replace setParentName()
- parent(), resetChildDocuments(): new.
* InsetInclude.{h,cpp}: new resetParentBuffer() method.
[EMAIL PROTECTED] (orig r21880): younes | 2007-11-30 18:46:49 +0100
pimpl_ is too verbose to write.
[EMAIL PROTECTED] (orig r21881): younes | 2007-11-30 19:34:25 +0100
fix crash.
[EMAIL PROTECTED] (orig r21882): poenitz | 2007-11-30 19:48:35 +0100
allow boost/current_function to be used again
[EMAIL PROTECTED] (orig r21883): younes | 2007-11-30 21:30:09 +0100
~Buffer: Move wa_ destruction to Buffer::~Impl()
[EMAIL PROTECTED] (orig r21884): poenitz | 2007-11-30 21:57:53 +0100
I'll find a solution for the 'dirList problem', Abdel.
[EMAIL PROTECTED] (orig r21885): poenitz | 2007-11-30 23:02:33 +0100
cosmetics
[EMAIL PROTECTED] (orig r21887): rgheck | 2007-11-30 23:16:02 +0100
Comments.
[EMAIL PROTECTED] (orig r21888): poenitz | 2007-11-30 23:18:37 +0100
unneeded
[EMAIL PROTECTED] (orig r21889): poenitz | 2007-11-30 23:47:02 +0100
unused
[EMAIL PROTECTED] (orig r21890): poenitz | 2007-12-01 01:06:50 +0100
move chdir to FileName
[EMAIL PROTECTED] (orig r21891): forenr | 2007-12-01 01:10:04 +0100
compile fix for mingw
[EMAIL PROTECTED] (orig r21892): poenitz | 2007-12-01 01:12:03 +0100
cosmetics
[EMAIL PROTECTED] (orig r21893): forenr | 2007-12-01 01:30:12 +0100
Don't warn when the file being deleted does not really exist.
This happens when opening the External Material dialog, where
a temporary filename is generated but the corresponding file
is not yet created.
Modified:
lyx-devel/trunk/development/cmake/src/support/ (props changed)
lyx-devel/trunk/development/cmake/src/support/CMakeLists.txt
Propchange: lyx-devel/trunk/development/cmake/src/support/
------------------------------------------------------------------------------
--- svk:merge (added)
+++ svk:merge Thu Dec 13 22:40:57 2007
@@ -1,0 +1,1 @@
+a3950a5f-d53f-440c-8afe-bddc9f948d9d:/lyx/development/cmake/src/
support:15939
Modified: lyx-devel/trunk/development/cmake/src/support/CMakeLists.txt
URL:
http://www.lyx.org/trac/file/lyx-devel/trunk/development/cmake/src/support/CMakeLists.txt?rev=22134
=
=
=
=
=
=
=
=
======================================================================
--- lyx-devel/trunk/development/cmake/src/support/CMakeLists.txt
(original)
+++ lyx-devel/trunk/development/cmake/src/support/CMakeLists.txt Thu
Dec 13 22:40:57 2007
@@ -50,7 +50,7 @@
set_source_files_properties(_allinone_touched.C
PROPERTIES OBJECT_DEPENDS "${depends_moc}")
add_library(support ${library_type} ${_allinone_files}
- ${support_minizip_sources} ${support_minizip_cpp_sources} $
{support_headers} ${dont_merge})
+ ${support_minizip_sources} ${support_minizip_cpp_sources} $
{support_headers})
endif()