Abdelrazak Younes 63ad5449fb This commit creates a new "frontends/lyx_gui.C" that contains all functions that are not frontend dependent any more. It also creates 3 new pure virtual methods in Application:
virtual std::string const romanFontName() = 0;
virtual std::string const sansFontName() = 0;
virtual std::string const typewriterFontName() = 0;

My goal is to transfer all of "frontends/*/lyx_gui.C" to "frontends/lyx_gui.C". When this is done, "frontends/lyx_gui.C" can go altogether as its functions will then be replaced with direct calls to theApp->XXX().

* frontends/lyx_gui.C: new file with code transfered from [qt3,qt4,gtk]/lyx_gui.C

* frontends/Application: 3 new font related pure virtual methods

* [qt3,qt4,gtk]/GuiApplication: implement the above method with code transfered from lyx_gui.C


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15208 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-03 10:34:10 +00:00
..
2006-09-15 09:39:10 +00:00
2006-10-03 10:08:15 +00:00
2006-08-24 16:34:47 +00:00
2006-09-11 08:54:10 +00:00
2005-04-26 10:30:24 +00:00
2006-09-11 08:54:10 +00:00
2006-01-01 20:28:05 +00:00
2006-08-15 07:08:58 +00:00
2006-09-26 10:06:46 +00:00
2004-10-05 10:11:42 +00:00
2006-07-03 19:13:56 +00:00
2006-05-08 20:30:52 +00:00
2006-05-08 20:30:52 +00:00
2006-04-05 23:56:29 +00:00
2006-07-08 20:40:04 +00:00
2006-01-19 15:49:21 +00:00
2006-09-28 00:42:47 +00:00
2006-09-16 18:11:38 +00:00
2006-08-16 21:12:20 +00:00
2006-09-11 08:54:10 +00:00
2006-09-11 08:54:10 +00:00
2006-09-11 08:54:10 +00:00
2004-10-05 10:11:42 +00:00
2004-11-16 20:41:38 +00:00
2005-07-18 12:13:32 +00:00
2006-10-03 08:34:59 +00:00
2006-10-03 08:34:59 +00:00
2006-09-28 00:42:47 +00:00
2006-09-11 10:27:48 +00:00
2006-09-11 08:54:10 +00:00
2006-04-13 12:18:42 +00:00
2006-07-03 19:13:56 +00:00
2006-08-23 12:43:46 +00:00
2006-08-23 10:57:45 +00:00
2006-06-03 16:46:27 +00:00
2006-09-16 10:08:51 +00:00
2006-07-05 17:01:26 +00:00
2006-08-13 17:36:49 +00:00
2004-04-26 11:05:19 +00:00
2005-10-07 12:00:41 +00:00
2006-09-26 10:06:46 +00:00
2006-09-11 08:54:10 +00:00
2005-07-16 18:25:58 +00:00
2004-12-29 15:38:48 +00:00
2006-08-13 22:54:59 +00:00
2006-10-03 08:34:59 +00:00
2006-07-10 18:51:17 +00:00
2004-11-30 01:59:49 +00:00
2005-04-26 11:12:20 +00:00
2004-10-05 10:11:42 +00:00
2006-08-23 12:43:46 +00:00
2006-07-05 17:01:26 +00:00
2006-09-11 08:54:10 +00:00
2006-07-05 17:01:26 +00:00
2006-03-23 20:11:06 +00:00
2006-03-23 20:11:06 +00:00
2005-07-15 19:10:25 +00:00
2006-09-11 08:54:10 +00:00
2006-03-23 20:11:06 +00:00
2006-05-20 10:35:40 +00:00
2006-05-08 20:30:52 +00:00
2006-08-23 11:16:08 +00:00
2006-03-23 20:11:06 +00:00
2006-03-23 20:11:06 +00:00
2006-03-07 10:02:07 +00:00
2006-09-11 08:54:10 +00:00
2006-09-11 08:54:10 +00:00
2006-09-26 10:06:46 +00:00
2005-01-27 21:05:44 +00:00
2005-01-27 21:05:44 +00:00
2006-09-26 10:06:46 +00:00
2006-09-26 10:06:46 +00:00
2006-09-26 10:06:46 +00:00
2006-04-26 17:43:03 +00:00
2004-04-21 00:19:27 +00:00
2006-04-05 23:56:29 +00:00
2006-01-01 20:28:05 +00:00