]> git.lyx.org Git - lyx.git/log
lyx.git
17 years agoImplement shortcut (M-x) to hide the minibuffer
Jürgen Spitzmüller [Sun, 29 Apr 2007 08:58:09 +0000 (08:58 +0000)]
Implement shortcut (M-x) to hide the minibuffer

* src/frontends/controllers/ControlCommandBuffer.{cpp,h}:
- new member hide()
* src/frontends/qt4QCommandEdit.{cpp,h}:
- new signal hidePressed(), emit it on M-x/Alt-x
* src/frontends/qt4/QCommandBuffer.{cpp,h}:
- new slot hideParent(), connected to QCommandEdit::hidePressed()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18081 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago* Cursor::isRTL(): new method that gives the RTL state of the paragraph.
Abdelrazak Younes [Sun, 29 Apr 2007 08:29:16 +0000 (08:29 +0000)]
* Cursor::isRTL(): new method that gives the RTL state of the paragraph.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18080 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix cmake by Stefan Schimanski.
Abdelrazak Younes [Sat, 28 Apr 2007 21:21:59 +0000 (21:21 +0000)]
fix cmake by Stefan Schimanski.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18079 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoScons: check mkfifo and define HAVE_MKFIFO. This will fix lyxserver
Bo Peng [Sat, 28 Apr 2007 20:58:29 +0000 (20:58 +0000)]
Scons: check mkfifo and define HAVE_MKFIFO. This will fix lyxserver

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18078 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename class RefInset to InsetMathRef
Bo Peng [Sat, 28 Apr 2007 20:49:56 +0000 (20:49 +0000)]
Rename class RefInset to InsetMathRef

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18077 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoLast (?) batch of renames:
Bo Peng [Sat, 28 Apr 2007 20:44:46 +0000 (20:44 +0000)]
Last (?) batch of renames:

src/frontends/Alert.h src/frontends/alert.h
src/frontends/Alert.cpp src/frontends/alert.cpp
src/frontends/Alert_pimpl.cpp src/frontends/alert_pimpl.cpp
src/frontends/qt4/Alert_pimpl.cpp src/frontends/qt4/alert_pimpl.cpp
src/frontends/controllers/ButtonPolicies.cpp src/frontends/controllers/ButtonPolicy.cpp
src/frontends/controllers/ButtonPolicies.h src/frontends/controllers/ButtonPolicy.h
src/insets/InsetEnv.cpp src/insets/InsetEnvironment.cpp
src/insets/InsetEnv.h src/insets/InsetEnvironment.h
src/mathed/MathMacroTable.h src/mathed/MacroTable.h
src/mathed/MathMacroTable.cpp src/mathed/MacroTable.cpp
src/lyx_cb.h src/callback.h
src/lyx_cb.cpp src/callback.cpp
src/UpdateFlags.h src/update_flags.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18076 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoScons: update_po target now updates po/POTFILES.in
Bo Peng [Sat, 28 Apr 2007 20:33:15 +0000 (20:33 +0000)]
Scons: update_po target now updates po/POTFILES.in

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18075 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename version.C.in to version.cpp.in, and Package.C.in to package.cpp.in
Bo Peng [Sat, 28 Apr 2007 15:05:08 +0000 (15:05 +0000)]
Rename version.C.in to version.cpp.in, and Package.C.in to package.cpp.in

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18074 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agode_docs: Fix name of "Windows"
Uwe Stöhr [Sat, 28 Apr 2007 13:33:13 +0000 (13:33 +0000)]
de_docs: Fix name of "Windows"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18073 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agode-docs: Fix bugs inserted by changeset 16480
Uwe Stöhr [Sat, 28 Apr 2007 13:09:36 +0000 (13:09 +0000)]
de-docs: Fix bugs inserted by changeset 16480

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18069 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agobe nice to scons folk
André Pönitz [Sat, 28 Apr 2007 13:00:10 +0000 (13:00 +0000)]
be nice to scons folk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18068 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agorename/merge LyXLength related stuff
André Pönitz [Sat, 28 Apr 2007 12:58:49 +0000 (12:58 +0000)]
rename/merge LyXLength related stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18067 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoFix bug 3511
Georg Baum [Sat, 28 Apr 2007 09:07:49 +0000 (09:07 +0000)]
Fix bug 3511

* lib/unicodesymbols: Fix stupid thinko with schwa-like symbols

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18066 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoFix arabic character transformation by Mostafa Vahedi:
Abdelrazak Younes [Fri, 27 Apr 2007 20:37:57 +0000 (20:37 +0000)]
Fix arabic character transformation by Mostafa Vahedi:

The old code in the method "Paragraph::transformChar" had a bug, when the prev_char is a COMPOSE character (such as FATHA) and the previous BASE character is a SPECIAL character (such as ALEF). In this case the current character (such as BAA) gets the medial form and gets connected to the previous SPECIAL character which is not correct. The correct way to handle this situation is that, similar to the next_char, the first previous non-COMPOSE character should be assigned to the prev_char if exists.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18065 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago * development/scons/scons_manifest.py: more fixes related file name changes
Michael Schmitt [Fri, 27 Apr 2007 16:47:42 +0000 (16:47 +0000)]
* development/scons/scons_manifest.py: more fixes related file name changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18064 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago * development/scons/scons_manifest.py: fix file names
Michael Schmitt [Fri, 27 Apr 2007 16:14:02 +0000 (16:14 +0000)]
* development/scons/scons_manifest.py: fix file names

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18063 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoupdate POTFILES.in again
Jean-Marc Lasgouttes [Fri, 27 Apr 2007 15:39:56 +0000 (15:39 +0000)]
update POTFILES.in again

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18062 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoupdate for qt 4.3
Jean-Marc Lasgouttes [Fri, 27 Apr 2007 13:49:42 +0000 (13:49 +0000)]
update for qt 4.3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18061 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agotry being nice
André Pönitz [Fri, 27 Apr 2007 09:17:05 +0000 (09:17 +0000)]
try being nice

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18060 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agorename LyXKeySym into KeySymbol
André Pönitz [Fri, 27 Apr 2007 08:43:38 +0000 (08:43 +0000)]
rename LyXKeySym into KeySymbol

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18059 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoswap colors: superscript box should be blue, not black
Edwin Leuven [Fri, 27 Apr 2007 08:41:59 +0000 (08:41 +0000)]
swap colors: superscript box should be blue, not black

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18058 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agorename kb_sequence into KeySequence
André Pönitz [Fri, 27 Apr 2007 08:19:12 +0000 (08:19 +0000)]
rename kb_sequence into KeySequence

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18057 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agorename kb_keymap into KeyMap
André Pönitz [Fri, 27 Apr 2007 08:05:58 +0000 (08:05 +0000)]
rename kb_keymap into KeyMap

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18056 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix generation of POTFILES.in
Jean-Marc Lasgouttes [Fri, 27 Apr 2007 08:01:46 +0000 (08:01 +0000)]
fix generation of POTFILES.in

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18055 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoDocumentation updates according to the latest file format change.
Uwe Stöhr [Thu, 26 Apr 2007 22:49:30 +0000 (22:49 +0000)]
Documentation updates according to the latest file format change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18054 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoFix typo due to the massive rename.
Enrico Forestieri [Thu, 26 Apr 2007 21:50:16 +0000 (21:50 +0000)]
Fix typo due to the massive rename.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18053 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoFile format change: Fix bug 1746 partly
Uwe Stöhr [Thu, 26 Apr 2007 21:40:51 +0000 (21:40 +0000)]
File format change: Fix bug 1746 partly

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18052 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoUpdate POTFILES.in after all the file rename is over (?) ;-)
José Matox [Thu, 26 Apr 2007 21:34:00 +0000 (21:34 +0000)]
Update POTFILES.in after all the file rename is over (?) ;-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18051 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoupdate scons
André Pönitz [Thu, 26 Apr 2007 19:39:03 +0000 (19:39 +0000)]
update scons

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18050 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoinstaller updates
Uwe Stöhr [Thu, 26 Apr 2007 19:25:39 +0000 (19:25 +0000)]
installer updates

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18049 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoI guess Windows folks are not too happy with files named color.h and Color.h
André Pönitz [Thu, 26 Apr 2007 19:21:38 +0000 (19:21 +0000)]
I guess Windows folks are not too happy with files named color.h and Color.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18048 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agode_Userguide.lyx:
Uwe Stöhr [Thu, 26 Apr 2007 18:23:01 +0000 (18:23 +0000)]
de_Userguide.lyx:
- get rid of prettyref (by Hartmut)
- remove image of math-panel icon

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18047 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agorename LColor into Color
André Pönitz [Thu, 26 Apr 2007 17:34:20 +0000 (17:34 +0000)]
rename LColor into Color

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18046 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix scons again. (I begin to believe that Andre cripples scons intentionally. :-)
Bo Peng [Thu, 26 Apr 2007 16:34:06 +0000 (16:34 +0000)]
fix scons again. (I begin to believe that Andre cripples scons intentionally. :-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18045 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agorename MathArray into MathData
André Pönitz [Thu, 26 Apr 2007 16:06:39 +0000 (16:06 +0000)]
rename MathArray into MathData

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18044 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agorename MathArray into MathData
André Pönitz [Thu, 26 Apr 2007 16:05:57 +0000 (16:05 +0000)]
rename MathArray into MathData

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18043 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoallow automake >= 1.5 (update documentation)
José Matox [Thu, 26 Apr 2007 16:02:11 +0000 (16:02 +0000)]
allow automake >= 1.5 (update documentation)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18042 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix scons for Andre's recent renames
Bo Peng [Thu, 26 Apr 2007 16:01:03 +0000 (16:01 +0000)]
fix scons for Andre's recent renames

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18041 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agorename LCursor->Cursor
André Pönitz [Thu, 26 Apr 2007 14:56:30 +0000 (14:56 +0000)]
rename LCursor->Cursor

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18040 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoallow automake >= 1.5
Jean-Marc Lasgouttes [Thu, 26 Apr 2007 14:49:31 +0000 (14:49 +0000)]
allow automake >= 1.5

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18039 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoforgot and this
André Pönitz [Thu, 26 Apr 2007 13:39:14 +0000 (13:39 +0000)]
forgot and this

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18038 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoforgot these
André Pönitz [Thu, 26 Apr 2007 13:34:23 +0000 (13:34 +0000)]
forgot these

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18037 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agomerge LyXTabular.{cpp,h} and insets/InsetTabular.{cpp,h}. More reorganization necessa...
André Pönitz [Thu, 26 Apr 2007 12:54:21 +0000 (12:54 +0000)]
merge LyXTabular.{cpp,h} and insets/InsetTabular.{cpp,h}. More reorganization necessary. Not now...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18036 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix LyXLex -> Lexer
Abdelrazak Younes [Thu, 26 Apr 2007 12:09:47 +0000 (12:09 +0000)]
fix LyXLex -> Lexer

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18035 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix Cmake for the .C -> .cpp changes.
Abdelrazak Younes [Thu, 26 Apr 2007 12:06:02 +0000 (12:06 +0000)]
fix Cmake for the .C -> .cpp changes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18034 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agorename LyXLex into Lexer
André Pönitz [Thu, 26 Apr 2007 11:30:54 +0000 (11:30 +0000)]
rename LyXLex into Lexer

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18033 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agouse "aclocal -I config" instead of acinclude.m4. Now configure will be rebuilt automa...
Jean-Marc Lasgouttes [Thu, 26 Apr 2007 10:06:36 +0000 (10:06 +0000)]
use "aclocal -I config" instead of acinclude.m4. Now configure will be rebuilt automatically when a m4 file changes. This means that running autogen.sh should not be needed anymore (famous last words!).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18032 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoremove obsolete comment
Jean-Marc Lasgouttes [Thu, 26 Apr 2007 10:03:22 +0000 (10:03 +0000)]
remove obsolete comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18031 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoremove ParagraphList_fwd.h
André Pönitz [Thu, 26 Apr 2007 08:30:11 +0000 (08:30 +0000)]
remove ParagraphList_fwd.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18030 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix problem reported by Uwe
André Pönitz [Thu, 26 Apr 2007 07:12:31 +0000 (07:12 +0000)]
fix problem reported by Uwe

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18029 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix Makefile.am after .C -> .cpp conversion
André Pönitz [Thu, 26 Apr 2007 06:55:43 +0000 (06:55 +0000)]
fix Makefile.am after .C -> .cpp conversion

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18028 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoUpdate po files, the last (?) step of this file renaming spree
Bo Peng [Thu, 26 Apr 2007 05:26:08 +0000 (05:26 +0000)]
Update po files, the last (?) step of this file renaming spree

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18027 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename three remaining .C files
Bo Peng [Thu, 26 Apr 2007 05:18:04 +0000 (05:18 +0000)]
Rename three remaining .C files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18026 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C ==> .cpp for files in src/support, part two
Bo Peng [Thu, 26 Apr 2007 05:13:44 +0000 (05:13 +0000)]
Rename .C ==> .cpp for files in src/support, part two

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18025 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename files in src/support, step one.
Bo Peng [Thu, 26 Apr 2007 05:12:52 +0000 (05:12 +0000)]
Rename files in src/support, step one.

src/support/package.h                              src/support/Package.h    Package
src/support/package.C.in                           src/support/Package.C.in  Package
src/support/path.h                                 src/support/Path.h    Path
src/support/fs_extras.h                            src/support/fs_extras.h NOCLASSES
src/support/RandomAccessList.h                     src/support/RandomAccessList.h    RandomAccessList
src/support/lyxmanip.h                             src/support/lyxmanip.h NOCLASSES
src/support/rename.C                               src/support/rename.cpp  NOCLASSES
src/support/abort.C                                src/support/abort.cpp  NOCLASSES
src/support/lyxlib.h                               src/support/lyxlib.h NOCLASSES
src/support/ExceptionMessage.h                     src/support/ExceptionMessage.h    ExceptionMessage
src/support/copy.C                                 src/support/copy.cpp  NOCLASSES
src/support/limited_stack.h                        src/support/limited_stack.h    limited_stack
src/support/filefilterlist.C                       src/support/FileFilterList.cpp    ['FileFilterList', 'Filter']
src/support/cow_ptr.h                              src/support/cow_ptr.h    cow_ptr
src/support/os_unix.C                              src/support/os_unix.cpp  NOCLASSES
src/support/socktools.h                            src/support/socktools.h NOCLASSES
src/support/forkedcontr.h                          src/support/ForkedcallsController.h    ForkedcallsController
src/support/os.h                                   src/support/os.h NOCLASSES
src/support/FileMonitor.h                          src/support/FileMonitor.h    FileMonitor
src/support/copied_ptr.h                           src/support/copied_ptr.h    copied_ptr
src/support/translator.h                           src/support/Translator.h    Translator
src/support/filetools.C                            src/support/filetools.cpp  NOCLASSES
src/support/unlink.C                               src/support/unlink.cpp  NOCLASSES
src/support/os_win32.C                             src/support/os_win32.cpp    GetFolderPath
src/support/lstrings.C                             src/support/lstrings.cpp  NOCLASSES
src/support/qstring_helpers.C                      src/support/qstring_helpers.cpp  NOCLASSES
src/support/getcwd.C                               src/support/getcwd.cpp  NOCLASSES
src/support/systemcall.C                           src/support/Systemcall.cpp    Systemcall
src/support/lyxalgo.h                              src/support/lyxalgo.h NOCLASSES
src/support/filefilterlist.h                       src/support/FileFilterList.h    ['FileFilterList', 'Filter']
src/support/unicode.C                              src/support/unicode.cpp    IconvProcessor
src/support/userinfo.C                             src/support/userinfo.cpp  NOCLASSES
src/support/lyxtime.C                              src/support/lyxtime.cpp  NOCLASSES
src/support/kill.C                                 src/support/kill.cpp  NOCLASSES
src/support/docstring.C                            src/support/docstring.cpp    to_local8bit_failure
src/support/os_cygwin.C                            src/support/os_cygwin.cpp  NOCLASSES
src/support/lyxsum.C                               src/support/lyxsum.cpp  NOCLASSES
src/support/environment.C                          src/support/environment.cpp  NOCLASSES
src/support/filetools.h                            src/support/filetools.h NOCLASSES
src/support/textutils.C                            src/support/textutils.cpp  NOCLASSES
src/support/mkdir.C                                src/support/mkdir.cpp  NOCLASSES
src/support/forkedcall.C                           src/support/Forkedcall.cpp    ['ForkedProcess', 'Forkedcall']
src/support/tempname.C                             src/support/tempname.cpp  NOCLASSES
src/support/os_win32.h                             src/support/os_win32.h    GetFolderPath
src/support/types.h                                src/support/types.h NOCLASSES
src/support/lstrings.h                             src/support/lstrings.h NOCLASSES
src/support/forkedcallqueue.C                      src/support/ForkedCallQueue.cpp    ForkedCallQueue
src/support/qstring_helpers.h                      src/support/qstring_helpers.h NOCLASSES
src/support/convert.C                              src/support/convert.cpp  NOCLASSES
src/support/filename.C                             src/support/FileName.cpp    ['FileName', 'DocFileName']
src/support/tests/convert.C                        src/support/tests/convert.cpp  NOCLASSES
src/support/tests/filetools.C                      src/support/tests/filetools.cpp  NOCLASSES
src/support/tests/lstrings.C                       src/support/tests/lstrings.cpp  NOCLASSES
src/support/tests/boost.C                          src/support/tests/boost.cpp  NOCLASSES
src/support/docstream.C                            src/support/docstream.cpp    ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/std_istream.h                          src/support/std_istream.h NOCLASSES
src/support/systemcall.h                           src/support/Systemcall.h    Systemcall
src/support/chdir.C                                src/support/chdir.cpp  NOCLASSES
src/support/std_ostream.h                          src/support/std_ostream.h NOCLASSES
src/support/unicode.h                              src/support/unicode.h    IconvProcessor
src/support/path.C                                 src/support/Path.cpp    Path
src/support/fs_extras.C                            src/support/fs_extras.cpp  NOCLASSES
src/support/userinfo.h                             src/support/userinfo.h NOCLASSES
src/support/lyxtime.h                              src/support/lyxtime.h NOCLASSES
src/support/docstring.h                            src/support/docstring.h    to_local8bit_failure
src/support/debugstream.h                          src/support/debugstream.h    basic_debugstream
src/support/environment.h                          src/support/environment.h NOCLASSES
src/support/textutils.h                            src/support/textutils.h NOCLASSES
src/support/forkedcall.h                           src/support/Forkedcall.h    ['ForkedProcess', 'Forkedcall']
src/support/socktools.C                            src/support/socktools.cpp  NOCLASSES
src/support/forkedcallqueue.h                      src/support/ForkedCallQueue.h    ForkedCallQueue
src/support/forkedcontr.C                          src/support/ForkedcallsController.cpp    ForkedcallsController
src/support/os.C                                   src/support/os.cpp  NOCLASSES
src/support/convert.h                              src/support/convert.h NOCLASSES
src/support/filename.h                             src/support/FileName.h    ['FileName', 'DocFileName']
src/support/docstream.h                            src/support/docstream.h    ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/FileMonitor.C                          src/support/FileMonitor.cpp    FileMonitor

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18024 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C ==> .cpp for files in src/tex2lyx, part two
Bo Peng [Thu, 26 Apr 2007 04:53:30 +0000 (04:53 +0000)]
Rename .C ==> .cpp for files in src/tex2lyx, part two

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18023 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename files under src/tex2lyx
Bo Peng [Thu, 26 Apr 2007 04:53:06 +0000 (04:53 +0000)]
Rename files under src/tex2lyx
src/tex2lyx/lyxfont.C                              src/tex2lyx/LyXFont.cpp    LyXFont
src/tex2lyx/lyxfont.h                              src/tex2lyx/LyXFont.h    LyXFont
src/tex2lyx/texparser.C                            src/tex2lyx/Parser.cpp    ['Token', 'Parser']
src/tex2lyx/tex2lyx.C                              src/tex2lyx/tex2lyx.cpp  NOCLASSES
src/tex2lyx/texparser.h                            src/tex2lyx/Parser.h    ['Token', 'Parser']
src/tex2lyx/text.C                                 src/tex2lyx/text.cpp  NOCLASSES
src/tex2lyx/tex2lyx.h                              src/tex2lyx/tex2lyx.h NOCLASSES
src/tex2lyx/context.C                              src/tex2lyx/Context.cpp    ['Font', 'Context']
src/tex2lyx/gettext.C                              src/tex2lyx/gettext.cpp  NOCLASSES
src/tex2lyx/boost.C                                src/tex2lyx/boost.cpp  NOCLASSES
src/tex2lyx/table.C                                src/tex2lyx/table.cpp  NOCLASSES
src/tex2lyx/preamble.C                             src/tex2lyx/preamble.cpp  NOCLASSES
src/tex2lyx/math.C                                 src/tex2lyx/math.cpp  NOCLASSES
src/tex2lyx/context.h                              src/tex2lyx/Context.h    ['Font', 'Context']
src/tex2lyx/Spacing.h                              src/tex2lyx/Spacing.h    Spacing
src/tex2lyx/lengthcommon.C                         src/tex2lyx/lengthcommon.cpp  NOCLASSES

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18022 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C ==> .cpp for files in src/client, part two
Bo Peng [Thu, 26 Apr 2007 04:50:47 +0000 (04:50 +0000)]
Rename .C ==> .cpp for files in src/client, part two

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18021 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agorename files under src/client, step one
Bo Peng [Thu, 26 Apr 2007 04:50:23 +0000 (04:50 +0000)]
rename files under src/client, step one

src/client/client.C                                src/client/client.cpp  NOCLASSES
src/client/pch.h                                   src/client/pch.h NOCLASSES
src/client/gettext.C                               src/client/gettext.cpp  NOCLASSES
src/client/boost.C                                 src/client/boost.cpp  NOCLASSES
src/client/debug.C                                 src/client/debug.cpp    lyx_debug_trait
src/client/messages.C                              src/client/Messages.cpp    Messages
src/client/debug.h                                 src/client/debug.h    lyx_debug_trait
src/client/messages.h                              src/client/Messages.h    Messages

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18020 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C ==> .cpp for files in src/
Bo Peng [Thu, 26 Apr 2007 04:46:45 +0000 (04:46 +0000)]
Rename .C ==> .cpp for files in src/
Oldname, newname, classes
src/pspell.C                                       src/PSpell.cpp    PSpell
src/ParagraphMetrics.h                             src/ParagraphMetrics.h    ParagraphMetrics
src/author.C                                       src/Author.cpp    ['Author', 'AuthorList']
src/Floating.C                                     src/Floating.cpp    Floating
src/lyxvc.C                                        src/LyXVC.cpp    LyXVC
src/intl.C                                         src/Intl.cpp    Intl
src/paragraph.h                                    src/Paragraph.h    ['FontSpan', 'Paragraph']
src/LyXAction.C                                    src/LyXAction.cpp    LyXAction
src/SpellBase.C                                    src/SpellBase.cpp    SpellBase
src/TextMetrics.C                                  src/TextMetrics.cpp    TextMetrics
src/LaTeXFeatures.C                                src/LaTeXFeatures.cpp    LaTeXFeatures
src/buffer_funcs.h                                 src/buffer_funcs.h NOCLASSES
src/Variables.h                                    src/Variables.h    Variables
src/cursor.C                                       src/LCursor.cpp    LCursor
src/lyx_cb.C                                       src/lyx_cb.cpp  NOCLASSES
src/DepTable.C                                     src/DepTable.cpp    ['DepTable', 'dep_info']
src/vspace.C                                       src/VSpace.cpp    VSpace
src/Thesaurus.C                                    src/Thesaurus.cpp    Thesaurus
src/Color.h                                        src/color.h NOCLASSES
src/Spacing.C                                      src/Spacing.cpp    Spacing
src/dociterator.h                                  src/DocIterator.h    ['DocIterator', 'StableDocIterator']
src/trans.C                                        src/Trans.cpp    Trans
src/metricsinfo.h                                  src/MetricsInfo.h    ['MetricsBase', 'MetricsInfo', 'PainterInfo', 'TextMetricsInfo', 'ViewMetricsInfo', 'Changer', 'FontChanger', 'FontSetChanger', 'StyleChanger', 'ScriptChanger', 'FracChanger', 'ArrayChanger', 'ShapeChanger', 'WidthChanger', 'ColorChanger']
src/box.C                                          src/Box.cpp    Box
src/language.h                                     src/Language.h    ['Language', 'Languages']
src/output_plaintext.C                             src/output_plaintext.cpp  NOCLASSES
src/coordcache.C                                   src/CoordCache.cpp    ['Point', 'CoordCache']
src/lyxlex.h                                       src/LyXLex.h    ['LyXLex', 'pushpophelper']
src/encoding.h                                     src/Encoding.h    ['Encoding', 'Encodings', 'const_iterator']
src/debug.h                                        src/debug.h    lyx_debug_trait
src/Chktex.h                                       src/Chktex.h    Chktex
src/output.C                                       src/output.cpp  NOCLASSES
src/output_latex.h                                 src/output_latex.h NOCLASSES
src/sgml.C                                         src/sgml.cpp  NOCLASSES
src/pspell.h                                       src/PSpell.h    PSpell
src/bufferlist.C                                   src/BufferList.cpp    BufferList
src/author.h                                       src/Author.h    ['Author', 'AuthorList']
src/Bidi.C                                         src/Bidi.cpp    Bidi
src/exporter.C                                     src/Exporter.cpp    ['Exporter', 'ExportedFile', 'ExportData']
src/Floating.h                                     src/Floating.h    Floating
src/lyxvc.h                                        src/LyXVC.h    LyXVC
src/intl.h                                         src/Intl.h    Intl
src/lyxlength.C                                    src/LyXLength.cpp    LyXLength
src/LyXAction.h                                    src/LyXAction.h    LyXAction
src/SpellBase.h                                    src/SpellBase.h    SpellBase
src/TextMetrics.h                                  src/TextMetrics.h    TextMetrics
src/LaTeXFeatures.h                                src/LaTeXFeatures.h    LaTeXFeatures
src/cursor.h                                       src/LCursor.h    LCursor
src/layout.h                                       src/layout.h NOCLASSES
src/DepTable.h                                     src/DepTable.h    ['DepTable', 'dep_info']
src/lyx_cb.h                                       src/lyx_cb.h NOCLASSES
src/vspace.h                                       src/VSpace.h    VSpace
src/PrinterParams.C                                src/PrinterParams.cpp    PrinterParams
src/tex-strings.C                                  src/tex-strings.cpp  NOCLASSES
src/Thesaurus.h                                    src/Thesaurus.h    Thesaurus
src/Spacing.h                                      src/Spacing.h    Spacing
src/BranchList.C                                   src/BranchList.cpp    ['Branch', 'BranchList', 'BranchNamesEqual']
src/trans.h                                        src/Trans.h    Trans
src/output_plaintext.h                             src/output_plaintext.h NOCLASSES
src/box.h                                          src/Box.h    Box
src/coordcache.h                                   src/CoordCache.h    ['Point', 'CoordCache']
src/graph.C                                        src/Graph.cpp    ['Graph', 'Vertex']
src/lyxserver.C                                    src/LyXServer.cpp    ['LyXComm', 'LyXServer']
src/undo.C                                         src/Undo.cpp    Undo
src/output.h                                       src/output.h NOCLASSES
src/text2.C                                        src/text2.cpp  NOCLASSES
src/ParagraphList_fwd.h                            src/ParagraphList_fwd.h NOCLASSES
src/sgml.h                                         src/sgml.h NOCLASSES
src/converter.C                                    src/Converter.cpp    ['Converter', 'Converters']
src/factory.C                                      src/factory.cpp  NOCLASSES
src/RowList_fwd.h                                  src/RowList_fwd.h NOCLASSES
src/buffer.C                                       src/Buffer.cpp    Buffer
src/bufferlist.h                                   src/BufferList.h    BufferList
src/CutAndPaste.C                                  src/CutAndPaste.cpp  NOCLASSES
src/Bidi.h                                         src/Bidi.h    Bidi
src/exporter.h                                     src/Exporter.h    ['Exporter', 'ExportedFile', 'ExportData']
src/InsetList.C                                    src/InsetList.cpp    ['InsetList', 'InsetTable']
src/FontIterator.C                                 src/FontIterator.cpp    FontIterator
src/session.C                                      src/Session.cpp    ['SessionSection', 'LastFilesSection', 'LastOpenedSection', 'LastFilePosSection', 'BookmarksSection', 'Bookmark', 'ToolbarSection', 'ToolbarInfo', 'SessionInfoSection', 'Session']
src/lyxlength.h                                    src/LyXLength.h    LyXLength
src/main.C                                         src/main.cpp    LyXLength
src/lyxsocket.C                                    src/LyXServerSocket.cpp    ['LyXServerSocket', 'LyXDataSocket']
src/errorlist.C                                    src/ErrorList.cpp    ['ErrorItem', 'ErrorList']
src/lyxtext.h                                      src/LyXText.h    LyXText
src/lyxfunc.C                                      src/LyXFunc.cpp    LyXFunc
src/format.C                                       src/Format.cpp    ['Format', 'Formats']
src/lengthcommon.C                                 src/lengthcommon.cpp  NOCLASSES
src/tex-strings.h                                  src/tex-strings.h NOCLASSES
src/PrinterParams.h                                src/PrinterParams.h    PrinterParams
src/insetiterator.C                                src/InsetIterator.cpp    InsetIterator
src/vc-backend.C                                   src/VCBackend.cpp    ['VCS', 'RCS', 'CVS']
src/TocBackend.C                                   src/TocBackend.cpp    ['TocItem', 'TocList', 'TocBackend']
src/BranchList.h                                   src/BranchList.h    ['Branch', 'BranchList', 'BranchNamesEqual']
src/FuncStatus.C                                   src/FuncStatus.cpp    FuncStatus
src/Sectioning.C                                   src/Section.cpp    ['Section', 'SectioningList']
src/counters.C                                     src/Counters.cpp    ['Counter', 'Counters']
src/graph.h                                        src/Graph.h    ['Graph', 'Vertex']
src/lyxserver.h                                    src/LyXServer.h    ['LyXComm', 'LyXServer']
src/undo.h                                         src/Undo.h    Undo
src/paper.h                                        src/paper.h NOCLASSES
src/converter.h                                    src/Converter.h    ['Converter', 'Converters']
src/factory.h                                      src/factory.h NOCLASSES
src/LaTeX.C                                        src/LaTeX.cpp    ['TeXErrors', 'Error', 'Aux_Info', 'LaTeX']
src/bufferparams.C                                 src/BufferParams.cpp    ['BufferParams', 'MemoryTraits']
src/buffer.h                                       src/Buffer.h    Buffer
src/CutAndPaste.h                                  src/CutAndPaste.h NOCLASSES
src/InsetList.h                                    src/InsetList.h    ['InsetList', 'InsetTable']
src/kbsequence.C                                   src/kb_sequence.cpp    kb_sequence
src/FontIterator.h                                 src/FontIterator.h    FontIterator
src/dimension.C                                    src/Dimension.cpp    Dimension
src/Bullet.C                                       src/Bullet.cpp    Bullet
src/texrow.C                                       src/TexRow.cpp    ['TexRow', 'RowItem']
src/session.h                                      src/Session.h    ['SessionSection', 'LastFilesSection', 'LastOpenedSection', 'LastFilePosSection', 'BookmarksSection', 'Bookmark', 'ToolbarSection', 'ToolbarInfo', 'SessionInfoSection', 'Session']
src/ParagraphParameters.C                          src/ParagraphParameters.cpp    ParagraphParameters
src/lyxsocket.h                                    src/LyXServerSocket.h    ['LyXServerSocket', 'LyXDataSocket']
src/errorlist.h                                    src/ErrorList.h    ['ErrorItem', 'ErrorList']
src/tabular.C                                      src/LyXTabular.cpp    ['LyXTabular', 'ltType', 'cellstruct', 'rowstruct', 'columnstruct']
src/pariterator.C                                  src/ParIterator.cpp    ['ParIterator', 'ParConstIterator']
src/lyxfunc.h                                      src/LyXFunc.h    LyXFunc
src/format.h                                       src/Format.h    ['Format', 'Formats']
src/aspell_local.h                                 src/ASpell_local.h    ASpell
src/lengthcommon.h                                 src/lengthcommon.h NOCLASSES
src/insetiterator.h                                src/InsetIterator.h    InsetIterator
src/lyxrc.C                                        src/LyXRC.cpp    ['LyXRC', 'LyXRC_PreviewStatus']
src/TocBackend.h                                   src/TocBackend.h    ['TocItem', 'TocList', 'TocBackend']
src/vc-backend.h                                   src/VCBackend.h    ['VCS', 'RCS', 'CVS']
src/dispatchresult.h                               src/DispatchResult.h    DispatchResult
src/lyxtextclasslist.C                             src/LyXTextClassList.cpp    LyXTextClassList
src/paragraph_funcs.C                              src/paragraph_funcs.cpp  NOCLASSES
src/funcrequest.C                                  src/FuncRequest.cpp    FuncRequest
src/FuncStatus.h                                   src/FuncStatus.h    FuncStatus
src/UpdateFlags.h                                  src/UpdateFlags.h NOCLASSES
src/lyxrow.C                                       src/Row.cpp    ['Row', 'RowMetrics']
src/outputparams.C                                 src/OutputParams.cpp    OutputParams
src/counters.h                                     src/Counters.h    ['Counter', 'Counters']
src/Sectioning.h                                   src/Section.h    ['Section', 'SectioningList']
src/text3.C                                        src/text3.cpp    ['Section', 'SectioningList']
src/lyxlayout.C                                    src/LyXLayout.cpp    LyXLayout
src/lyxfind.C                                      src/lyxfind.cpp  NOCLASSES
src/bufferparams.h                                 src/BufferParams.h    ['BufferParams', 'MemoryTraits']
src/LaTeX.h                                        src/LaTeX.h    ['TeXErrors', 'Error', 'Aux_Info', 'LaTeX']
src/trans_decl.h                                   src/KmodInfo.h    KmodInfo
src/gettext.C                                      src/gettext.cpp  NOCLASSES
src/dimension.h                                    src/Dimension.h    Dimension
src/kbmap.C                                        src/kb_keymap.cpp    kb_keymap
src/kbsequence.h                                   src/kb_sequence.h    kb_sequence
src/rowpainter.C                                   src/rowpainter.cpp  NOCLASSES
src/ConverterCache.C                               src/ConverterCache.cpp    ConverterCache
src/lyxgluelength.C                                src/LyXGlueLength.cpp    LyXGlueLength
src/tex-accent.C                                   src/tex-accent.cpp  NOCLASSES
src/Bullet.h                                       src/Bullet.h    Bullet
src/texrow.h                                       src/TexRow.h    ['TexRow', 'RowItem']
src/ParagraphParameters.h                          src/ParagraphParameters.h    ParagraphParameters
src/tabular.h                                      src/LyXTabular.h    ['LyXTabular', 'ltType', 'cellstruct', 'rowstruct', 'columnstruct']
src/importer.C                                     src/Importer.cpp    Importer
src/pariterator.h                                  src/ParIterator.h    ['ParIterator', 'ParConstIterator']
src/lyxfont.C                                      src/LyXFont.cpp    ['LyXFont', 'LyXFont_size']
src/BufferView.C                                   src/BufferView.cpp    BufferView
src/ParagraphList.h                                src/ParagraphList.h NOCLASSES
src/lyxrc.h                                        src/LyXRC.h    ['LyXRC', 'LyXRC_PreviewStatus']
src/lyxtextclass.C                                 src/LyXTextClass.cpp    ['CharStyle', 'LyXTextClass']
src/changes.C                                      src/Changes.cpp    ['Change', 'Changes', 'Range', 'ChangeRange']
src/lyxtextclasslist.h                             src/LyXTextClassList.h    LyXTextClassList
src/paragraph_funcs.h                              src/paragraph_funcs.h NOCLASSES
src/funcrequest.h                                  src/FuncRequest.h    FuncRequest
src/lyxrow.h                                       src/Row.h    ['Row', 'RowMetrics']
src/outputparams.h                                 src/OutputParams.h    OutputParams
src/MenuBackend.C                                  src/MenuBackend.cpp    ['MenuItem', 'Menu', 'MenuBackend']
src/lyxlayout.h                                    src/LyXLayout.h    LyXLayout
src/lyxfind.h                                      src/lyxfind.h NOCLASSES
src/gettext.h                                      src/gettext.h NOCLASSES
src/LColor.C                                       src/LColor.cpp    ['LColor', 'LColor_color']
src/version.h                                      src/version.h NOCLASSES
src/cursor_slice.C                                 src/CursorSlice.cpp    CursorSlice
src/WordLangTuple.h                                src/WordLangTuple.h    WordLangTuple
src/lfuns.h                                        src/lfuns.h NOCLASSES
src/trans_mgr.C                                    src/TransState.cpp    ['TransState', 'TransFSMData', 'TransInitState', 'TransDeadkeyState', 'TransCombinedState', 'TransFSM', 'TransManager']
src/kbmap.h                                        src/kb_keymap.h    kb_keymap
src/rowpainter.h                                   src/rowpainter.h NOCLASSES
src/ConverterCache.h                               src/ConverterCache.h    ConverterCache
src/lyxgluelength.h                                src/LyXGlueLength.h    LyXGlueLength
src/output_docbook.C                               src/output_docbook.cpp  NOCLASSES
src/tex-accent.h                                   src/tex-accent.h NOCLASSES
src/FloatList.C                                    src/FloatList.cpp    FloatList
src/bufferview_funcs.C                             src/bufferview_funcs.cpp  NOCLASSES
src/importer.h                                     src/Importer.h    Importer
src/messages.C                                     src/Messages.cpp    Messages
src/lyxfont.h                                      src/LyXFont.h    ['LyXFont', 'LyXFont_size']
src/BufferView.h                                   src/BufferView.h    BufferView
src/ToolbarBackend.C                               src/ToolbarBackend.cpp    ['ToolbarItem', 'ToolbarInfo', 'ToolbarBackend']
src/lyx_sty.C                                      src/lyx_sty.cpp  NOCLASSES
src/lyxtextclass.h                                 src/LyXTextClass.h    ['CharStyle', 'LyXTextClass']
src/changes.h                                      src/Changes.h    ['Change', 'Changes', 'Range', 'ChangeRange']
src/aspell.C                                       src/ASpell.cpp
src/lyx_main.C                                     src/LyX.cpp    LyX
src/MenuBackend.h                                  src/MenuBackend.h    ['MenuItem', 'Menu', 'MenuBackend']
src/toc.C                                          src/toc.cpp  NOCLASSES
src/boost.C                                        src/boost.cpp  NOCLASSES
src/ispell.C                                       src/ISpell.cpp    ISpell
src/mover.C                                        src/Mover.cpp    ['Mover', 'SpecialisedMover', 'Movers']
src/ParagraphMetrics.C                             src/ParagraphMetrics.cpp    ParagraphMetrics
src/LColor.h                                       src/LColor.h    ['LColor', 'LColor_color']
src/cursor_slice.h                                 src/CursorSlice.h    CursorSlice
src/trans_mgr.h                                    src/TransState.h    ['TransState', 'TransFSMData', 'TransInitState', 'TransDeadkeyState', 'TransCombinedState', 'TransFSM', 'TransManager']
src/lyxlayout_ptr_fwd.h                            src/lyxlayout_ptr_fwd.h NOCLASSES
src/output_docbook.h                               src/output_docbook.h NOCLASSES
src/paragraph.C                                    src/Paragraph.cpp    ['FontSpan', 'Paragraph']
src/FloatList.h                                    src/FloatList.h    FloatList
src/bufferview_funcs.h                             src/bufferview_funcs.h NOCLASSES
src/buffer_funcs.C                                 src/buffer_funcs.cpp  NOCLASSES
src/Variables.C                                    src/Variables.cpp    Variables
src/messages.h                                     src/Messages.h    Messages
src/Color.C                                        src/color.cpp  NOCLASSES
src/dociterator.C                                  src/DocIterator.cpp    ['DocIterator', 'StableDocIterator']
src/ToolbarBackend.h                               src/ToolbarBackend.h    ['ToolbarItem', 'ToolbarInfo', 'ToolbarBackend']
src/lyx_sty.h                                      src/lyx_sty.h NOCLASSES
src/metricsinfo.C                                  src/MetricsInfo.cpp    ['MetricsBase', 'MetricsInfo', 'PainterInfo', 'TextMetricsInfo', 'ViewMetricsInfo', 'Changer', 'FontChanger', 'FontSetChanger', 'StyleChanger', 'ScriptChanger', 'FracChanger', 'ArrayChanger', 'ShapeChanger', 'WidthChanger', 'ColorChanger']
src/language.C                                     src/Language.cpp    ['Language', 'Languages']
src/text.C                                         src/text.cpp    ['Language', 'Languages']
src/lyx_main.h                                     src/LyX.h    LyX
src/lyxlex.C                                       src/LyXLex.cpp    ['LyXLex', 'pushpophelper']
src/encoding.C                                     src/Encoding.cpp    ['Encoding', 'Encodings', 'const_iterator']
src/debug.C                                        src/debug.cpp    lyx_debug_trait
src/Chktex.C                                       src/Chktex.cpp    Chktex
src/toc.h                                          src/toc.h NOCLASSES
src/ispell.h                                       src/ISpell.h    ISpell
src/mover.h                                        src/Mover.h    ['Mover', 'SpecialisedMover', 'Movers']
src/output_latex.C                                 src/output_latex.cpp  NOCLASSES

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18019 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C ==> .cpp for files in src, part one
Bo Peng [Thu, 26 Apr 2007 04:41:58 +0000 (04:41 +0000)]
Rename .C ==> .cpp for files in src, part one

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18018 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C ==> .cpp for files in src/frontends, part two
Bo Peng [Thu, 26 Apr 2007 04:03:46 +0000 (04:03 +0000)]
Rename .C ==> .cpp for files in src/frontends, part two

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18017 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C ==> .cpp for files in src/frontends, part one
Bo Peng [Thu, 26 Apr 2007 04:02:55 +0000 (04:02 +0000)]
Rename .C ==> .cpp for files in src/frontends, part one

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18016 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C ==> .cpp for files in src/frontends/qt4, part two
Bo Peng [Thu, 26 Apr 2007 03:53:51 +0000 (03:53 +0000)]
Rename .C ==> .cpp for files in src/frontends/qt4, part two

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18015 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C ==> .cpp for files in src/frontends/qt4, part one
Bo Peng [Thu, 26 Apr 2007 03:53:02 +0000 (03:53 +0000)]
Rename .C ==> .cpp for files in src/frontends/qt4, part one

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18014 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoremove half-baked greek-insert stuff
André Pönitz [Wed, 25 Apr 2007 23:15:49 +0000 (23:15 +0000)]
remove half-baked greek-insert stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18013 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoremove some lyx:: etc
André Pönitz [Wed, 25 Apr 2007 23:06:48 +0000 (23:06 +0000)]
remove some lyx:: etc

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18012 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agode-Extended.lyx: Updates from Hartmut
Uwe Stöhr [Wed, 25 Apr 2007 21:55:01 +0000 (21:55 +0000)]
de-Extended.lyx: Updates from Hartmut

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18011 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoAnnounce: revert commit # 17925
Uwe Stöhr [Wed, 25 Apr 2007 21:43:04 +0000 (21:43 +0000)]
Announce: revert commit # 17925

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18010 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix cmake boost.cpp
Bo Peng [Wed, 25 Apr 2007 21:38:47 +0000 (21:38 +0000)]
fix cmake boost.cpp

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18009 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago * src/frontend/qt4/ui/NomenclUi.ui: fix tab order (by Ugras Baran)
Michael Schmitt [Wed, 25 Apr 2007 21:37:43 +0000 (21:37 +0000)]
* src/frontend/qt4/ui/NomenclUi.ui: fix tab order (by Ugras Baran)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18008 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agounicodesymbols: remove the armtex flag as this is not used and fix the indentation
Uwe Stöhr [Wed, 25 Apr 2007 21:15:24 +0000 (21:15 +0000)]
unicodesymbols: remove the armtex flag as this is not used and fix the indentation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18007 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago * po/*.po: remerge after file renaming; add missing labels from the math panel toolbar
Michael Schmitt [Wed, 25 Apr 2007 21:12:07 +0000 (21:12 +0000)]
* po/*.po: remerge after file renaming; add missing labels from the math panel toolbar

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18006 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago * po/de.po: fix typo
Michael Schmitt [Wed, 25 Apr 2007 21:02:04 +0000 (21:02 +0000)]
* po/de.po: fix typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18005 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agomake also SCons aware of the new simplecv-class
Uwe Stöhr [Wed, 25 Apr 2007 21:01:55 +0000 (21:01 +0000)]
make also SCons aware of the new simplecv-class

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18004 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoDezimal.lyx: forgot this in last commit
Uwe Stöhr [Wed, 25 Apr 2007 21:00:54 +0000 (21:00 +0000)]
Dezimal.lyx: forgot this in last commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18003 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoDezimal.lyx remains in /de until the EmbeddedObjects manual is translated
Uwe Stöhr [Wed, 25 Apr 2007 20:16:29 +0000 (20:16 +0000)]
Dezimal.lyx remains in /de until the EmbeddedObjects manual is translated

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18002 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix scons_manifest.py
Bo Peng [Wed, 25 Apr 2007 18:10:58 +0000 (18:10 +0000)]
fix scons_manifest.py

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18001 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C => .cpp for files in src/frontends/controllers, step 2
Bo Peng [Wed, 25 Apr 2007 18:06:07 +0000 (18:06 +0000)]
Rename .C => .cpp for files in src/frontends/controllers, step 2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18000 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoRename .C => .cpp for files in src/frontends/controllers, step 1
Bo Peng [Wed, 25 Apr 2007 18:04:04 +0000 (18:04 +0000)]
Rename .C => .cpp for files in src/frontends/controllers, step 1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17999 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agomerge src/frontends/controllers/biblio, character, frnt_lang, helper_funcs and tex_he...
Bo Peng [Wed, 25 Apr 2007 17:53:54 +0000 (17:53 +0000)]
merge src/frontends/controllers/biblio, character, frnt_lang, helper_funcs and tex_helpers to frontend_helpers, step 3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17998 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agomerge src/frontends/controllers/biblio, character, frnt_lang, helper_funcs and tex_he...
Bo Peng [Wed, 25 Apr 2007 17:20:29 +0000 (17:20 +0000)]
merge src/frontends/controllers/biblio, character, frnt_lang, helper_funcs and tex_helpers to frontend_helpers, step 2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17997 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agomerge src/frontends/controllers/biblio, character, frnt_lang, helper_funcs and tex_he...
Bo Peng [Wed, 25 Apr 2007 17:15:56 +0000 (17:15 +0000)]
merge src/frontends/controllers/biblio, character, frnt_lang, helper_funcs and tex_helpers to frontend_helpers, step 1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17996 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agofix po/POTFILES.in
Bo Peng [Wed, 25 Apr 2007 16:55:01 +0000 (16:55 +0000)]
fix po/POTFILES.in

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17995 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agocode cosmetics whitespace, unneeded lyx:: qualification, indentation, unneeded destru...
André Pönitz [Wed, 25 Apr 2007 16:39:21 +0000 (16:39 +0000)]
code cosmetics whitespace, unneeded lyx:: qualification, indentation, unneeded destructors and the like

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17994 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoUpdate file format, textclass cv -> simplecv
José Matox [Wed, 25 Apr 2007 16:14:59 +0000 (16:14 +0000)]
Update file format, textclass cv -> simplecv

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17993 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoFix a few rename inconsistencies discovered by JMarc in insets and mathed, step 2
Bo Peng [Wed, 25 Apr 2007 16:12:54 +0000 (16:12 +0000)]
Fix a few rename inconsistencies discovered by JMarc in insets and mathed, step 2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17992 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoFix a few rename inconsistencies discovered by JMarc in insets and mathed, step 1
Bo Peng [Wed, 25 Apr 2007 16:11:45 +0000 (16:11 +0000)]
Fix a few rename inconsistencies discovered by JMarc in insets and mathed, step 1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17991 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoadjust scons_manifest for Andre's changes
Bo Peng [Wed, 25 Apr 2007 16:07:55 +0000 (16:07 +0000)]
adjust scons_manifest for Andre's changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17990 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agostupid typo
Jean-Marc Lasgouttes [Wed, 25 Apr 2007 14:56:41 +0000 (14:56 +0000)]
stupid typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17989 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago * config/lyxinclude.m4 (LYX_USE_PACKAGING): define automake conditional
Jean-Marc Lasgouttes [Wed, 25 Apr 2007 14:33:54 +0000 (14:33 +0000)]
* config/lyxinclude.m4 (LYX_USE_PACKAGING): define automake conditional
INSTALL_MACOSX when packaging is macosx.

* development/Makefile.am: only install MacOSX when needed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17988 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago * os_unix.C (addFontResources): for Qt/Mac use the "fonts" directory, not "Fonts".
Jean-Marc Lasgouttes [Wed, 25 Apr 2007 14:05:03 +0000 (14:05 +0000)]
* os_unix.C (addFontResources): for Qt/Mac use the "fonts" directory, not "Fonts".

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17987 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agohandle MacOSX as a proper subdirectory
Jean-Marc Lasgouttes [Wed, 25 Apr 2007 13:54:10 +0000 (13:54 +0000)]
handle MacOSX as a proper subdirectory

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17985 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agowe do not need to use ustar anymore, now that the path nesting is reduced in developm...
Jean-Marc Lasgouttes [Wed, 25 Apr 2007 13:53:28 +0000 (13:53 +0000)]
we do not need to use ustar anymore, now that the path nesting is reduced in development/MacOSX

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17984 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago* remove merged file
Edwin Leuven [Wed, 25 Apr 2007 13:33:25 +0000 (13:33 +0000)]
* remove merged file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17983 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agoUse the automake framework to install the LyX/Mac stuff. Probably more
Jean-Marc Lasgouttes [Wed, 25 Apr 2007 13:24:22 +0000 (13:24 +0000)]
Use the automake framework to install the LyX/Mac stuff. Probably more
work to do.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17982 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agomore dialog merging
André Pönitz [Wed, 25 Apr 2007 10:57:54 +0000 (10:57 +0000)]
more dialog merging

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17981 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago * config/qt.m4: remove (unused)
Jean-Marc Lasgouttes [Wed, 25 Apr 2007 10:40:50 +0000 (10:40 +0000)]
* config/qt.m4: remove (unused)

* config/lyxinclude25x.m4: remove (move contents to lyxinclude.m4)

* autogen.sh:
* config/Makefile.am: adapt.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17980 a592a061-630c-0410-9148-cb99ea01b6c8

17 years agomore dialog merging
André Pönitz [Wed, 25 Apr 2007 10:25:37 +0000 (10:25 +0000)]
more dialog merging

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17979 a592a061-630c-0410-9148-cb99ea01b6c8

17 years ago* redo some frame decoration icons and also make them consistent in size
Edwin Leuven [Wed, 25 Apr 2007 09:06:32 +0000 (09:06 +0000)]
* redo some frame decoration icons and also make them consistent in size
* reorder frame dec icons in toolbar

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17978 a592a061-630c-0410-9148-cb99ea01b6c8