Am Montag, den 13.02.2006, 09:35 +0100 schrieb Jean-Marc Lasgouttes: > BTW, how far are you from a complete lyx-gtk?
I wrote this for someone else the other day: Status of lyx-gtk ================= * Almost all of the dialogs have been implemented, with the following exceptions: * The 'external' dialog, which Bernhard Reiter ([EMAIL PROTECTED]) is planning to do, although he's apparently quite busy * The math panel, which is somewhat started, but not really very nice - I was planning to come back to it and make it good - that's going to be a difficult thing to get quite right. * The 'prefs' dialog: maybe 1/3 done, I'm working on this. * The 'tabular' dialog: almost done, I'm working on this. * The Bullets tab in the 'document' dialog. * There are a few things that have been done crudely (by me), but need to be nicer to really impress people: * The border options in the 'tabular' dialog, we have checkbuttons for which borders to draw, it would be nice to have a special graphical widget for it like the qt frontend does. * The table size in the 'tabularcreate' dialog is set with spinbuttons, it would be nice to have some kind of special widget for this like the qt frontend does. * The LyXGdkImage class needs functions for making an image grayscale or monochrome, as well as a function for doing rotation of images. * I want to implement a right-click context menu in the document area, including stuff like copy+paste like most GTK programs, but this also needs to interface with the backend to figure out whether to include extra options for operating on an object that was clicked on. * A bunch of the dialogs are crashing at the moment due to some gtkmm problem, which I'm looking into. In summary: pretty damn close. John