On Tue, Dec 11, 2012 at 3:57 PM, Abdelrazak Younes <you...@lyx.org> wrote:

>
> A while ago, I proposed a flatter directory structure, I will look for it.
>

Here is it:

src/lyx/ : basically one C++ file with main() using the other libraries
below or not

src/boost/ : to be removed later when we get rid of boost.

src/intl/

src/core/ :
  everything that is now in src/. Some of that may go in new src/export/
and src/import/ directories.

src/gui/ :
     everything that is now in
     src/frontents/
     src/frontents/qt4
     src/frontents/qt4/ui
     src/graphics/ (mostly)

src/support/ : same as now
src/insets/ : same as now plus a bit of what is now in src/graphics
src/mathed/ : same as now
src/tex2lyx/ : same as now. Most of that may go in new src/import/ directory
.
src/client/ : same as now

This way we would have one directory per program or library.

Abdel.

Reply via email to