1999-09-27 18:44:28 +00:00
|
|
|
/* This file is part of
|
1999-11-15 12:01:38 +00:00
|
|
|
* ======================================================
|
1999-10-02 16:21:10 +00:00
|
|
|
*
|
|
|
|
* LyX, The Document Processor
|
|
|
|
*
|
|
|
|
* Copyright 1995 Matthias Ettrich
|
2000-03-16 04:29:22 +00:00
|
|
|
* Copyright 1995-2000 The LyX Team.
|
1999-10-02 16:21:10 +00:00
|
|
|
*
|
1999-11-15 12:01:38 +00:00
|
|
|
* ====================================================== */
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
|
|
|
#ifdef __GNUG__
|
|
|
|
#pragma implementation
|
|
|
|
#endif
|
|
|
|
|
2000-01-08 21:02:58 +00:00
|
|
|
#include <sys/time.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "LyXView.h"
|
|
|
|
#include "lyx_main.h"
|
2000-11-02 04:48:34 +00:00
|
|
|
#if FL_REVISION < 89
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "lyxlookup.h"
|
2000-11-02 04:48:34 +00:00
|
|
|
#endif
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "minibuffer.h"
|
|
|
|
#include "lyxfunc.h"
|
1999-10-07 18:44:17 +00:00
|
|
|
#include "debug.h"
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "layout_forms.h"
|
|
|
|
#include "intl.h"
|
|
|
|
#include "lyxrc.h"
|
1999-10-02 16:21:10 +00:00
|
|
|
#include "support/filetools.h" // OnlyFilename()
|
1999-09-27 18:44:28 +00:00
|
|
|
#include "layout.h"
|
|
|
|
#include "lyxtext.h"
|
2000-04-08 17:02:02 +00:00
|
|
|
#include "buffer.h"
|
2000-06-12 11:27:15 +00:00
|
|
|
#include "frontends/Dialogs.h"
|
2000-07-24 13:53:19 +00:00
|
|
|
#include "frontends/Toolbar.h"
|
2000-09-14 17:53:12 +00:00
|
|
|
#include "frontends/Menubar.h"
|
|
|
|
#include "MenuBackend.h"
|
2000-07-24 13:53:19 +00:00
|
|
|
#include "ToolbarDefaults.h"
|
2000-06-12 11:27:15 +00:00
|
|
|
#include "lyx_gui_misc.h" // [update,Close]AllBufferRelatedDialogs
|
2000-07-20 11:39:14 +00:00
|
|
|
#include "bufferview_funcs.h" // CurrentState()
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-03-28 02:18:55 +00:00
|
|
|
using std::endl;
|
|
|
|
|
2000-04-11 22:55:29 +00:00
|
|
|
extern void AutoSave(BufferView *);
|
1999-09-27 18:44:28 +00:00
|
|
|
extern void QuitLyX();
|
2000-02-29 02:19:17 +00:00
|
|
|
LyXTextClass::size_type current_layout = 0;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
// This is very temporary
|
1999-11-09 23:52:04 +00:00
|
|
|
BufferView * current_view;
|
1999-09-27 18:44:28 +00:00
|
|
|
|
1999-10-25 14:18:30 +00:00
|
|
|
extern "C" int C_LyXView_atCloseMainFormCB(FL_FORM *, void *);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-06-12 11:27:15 +00:00
|
|
|
#ifdef SIGC_CXX_NAMESPACES
|
|
|
|
using SigC::Connection;
|
|
|
|
using SigC::slot;
|
|
|
|
#endif
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
LyXView::LyXView(int width, int height)
|
|
|
|
{
|
1999-12-19 22:35:36 +00:00
|
|
|
create_form_form_main(width, height);
|
2000-04-08 17:02:02 +00:00
|
|
|
fl_set_form_atclose(form_, C_LyXView_atCloseMainFormCB, 0);
|
1999-11-09 23:52:04 +00:00
|
|
|
lyxerr[Debug::INIT] << "Initializing LyXFunc" << endl;
|
1999-09-27 18:44:28 +00:00
|
|
|
lyxfunc = new LyXFunc(this);
|
|
|
|
intl = new Intl;
|
2000-06-12 11:55:12 +00:00
|
|
|
|
2000-07-20 11:39:14 +00:00
|
|
|
// Make sure the buttons are disabled if needed.
|
|
|
|
toolbar->update();
|
2000-08-09 13:51:59 +00:00
|
|
|
menubar->update();
|
2000-07-20 11:39:14 +00:00
|
|
|
|
2000-06-12 11:27:15 +00:00
|
|
|
dialogs_ = new Dialogs(this);
|
|
|
|
// temporary until all dialogs moved into Dialogs.
|
|
|
|
dialogs_->updateBufferDependent
|
|
|
|
.connect(slot(&updateAllVisibleBufferRelatedDialogs));
|
|
|
|
dialogs_->hideBufferDependent
|
|
|
|
.connect(slot(&CloseAllBufferRelatedDialogs));
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
LyXView::~LyXView()
|
|
|
|
{
|
2000-07-24 13:53:19 +00:00
|
|
|
delete menubar;
|
1999-09-27 18:44:28 +00:00
|
|
|
delete toolbar;
|
|
|
|
delete bufferview;
|
|
|
|
delete minibuffer;
|
|
|
|
delete lyxfunc;
|
|
|
|
delete intl;
|
2000-06-12 11:27:15 +00:00
|
|
|
delete dialogs_;
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
1999-12-16 06:43:25 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
/// Redraw the main form.
|
|
|
|
void LyXView::redraw() {
|
1999-11-09 23:52:04 +00:00
|
|
|
lyxerr[Debug::INFO] << "LyXView::redraw()" << endl;
|
2000-04-08 17:02:02 +00:00
|
|
|
fl_redraw_form(form_);
|
1999-09-27 18:44:28 +00:00
|
|
|
minibuffer->Activate();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-04-08 17:02:02 +00:00
|
|
|
/// returns the buffer currently shown in the main form.
|
|
|
|
Buffer * LyXView::buffer() const
|
|
|
|
{
|
|
|
|
return bufferview->buffer();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
BufferView * LyXView::view() const
|
|
|
|
{
|
|
|
|
return bufferview;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
FL_FORM * LyXView::getForm() const
|
|
|
|
{
|
|
|
|
return form_;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Toolbar * LyXView::getToolbar() const
|
|
|
|
{
|
|
|
|
return toolbar;
|
|
|
|
}
|
|
|
|
|
2000-07-25 10:46:18 +00:00
|
|
|
|
2000-09-27 18:13:30 +00:00
|
|
|
void LyXView::setLayout(LyXTextClass::size_type layout)
|
2000-07-24 13:53:19 +00:00
|
|
|
{
|
|
|
|
toolbar->setLayout(layout);
|
|
|
|
}
|
2000-04-08 17:02:02 +00:00
|
|
|
|
2000-07-25 10:46:18 +00:00
|
|
|
|
|
|
|
void LyXView::updateToolbar()
|
|
|
|
{
|
|
|
|
toolbar->update();
|
2000-08-09 13:51:59 +00:00
|
|
|
menubar->update();
|
2000-07-25 10:46:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-04-08 17:02:02 +00:00
|
|
|
LyXFunc * LyXView::getLyXFunc() const
|
|
|
|
{
|
|
|
|
return lyxfunc;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
MiniBuffer * LyXView::getMiniBuffer() const
|
|
|
|
{
|
|
|
|
return minibuffer;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-07-24 13:53:19 +00:00
|
|
|
Menubar * LyXView::getMenubar() const
|
|
|
|
{
|
|
|
|
return menubar;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void LyXView::updateMenubar()
|
|
|
|
{
|
|
|
|
if ((!view() || !view()->buffer())
|
|
|
|
&& menubackend.hasMenu("main_nobuffer"))
|
|
|
|
menubar->set("main_nobuffer");
|
|
|
|
else
|
|
|
|
menubar->set("main");
|
|
|
|
}
|
|
|
|
|
2000-04-08 17:02:02 +00:00
|
|
|
|
|
|
|
Intl * LyXView::getIntl() const
|
|
|
|
{
|
|
|
|
return intl;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
// Callback for autosave timer
|
2000-04-11 22:55:29 +00:00
|
|
|
void LyXView::AutoSave()
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
1999-11-09 23:52:04 +00:00
|
|
|
lyxerr[Debug::INFO] << "Running AutoSave()" << endl;
|
2000-04-11 22:55:29 +00:00
|
|
|
if (view()->available())
|
|
|
|
::AutoSave(view());
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
1999-12-16 06:43:25 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
/// Reset autosave timer
|
|
|
|
void LyXView::resetAutosaveTimer()
|
|
|
|
{
|
2000-03-12 10:35:05 +00:00
|
|
|
if (lyxrc.autosave)
|
2000-06-08 23:16:16 +00:00
|
|
|
autosave_timeout.restart();
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Callback for close main form from window manager
|
|
|
|
int LyXView::atCloseMainFormCB(FL_FORM *, void *)
|
|
|
|
{
|
|
|
|
QuitLyX();
|
|
|
|
return FL_IGNORE;
|
|
|
|
}
|
|
|
|
|
1999-11-09 23:52:04 +00:00
|
|
|
|
1999-10-25 14:18:30 +00:00
|
|
|
// Wrapper for the above
|
2000-08-15 09:41:24 +00:00
|
|
|
extern "C"
|
|
|
|
int C_LyXView_atCloseMainFormCB(FL_FORM * form, void * p)
|
1999-12-16 06:43:25 +00:00
|
|
|
{
|
1999-11-09 23:52:04 +00:00
|
|
|
return LyXView::atCloseMainFormCB(form, p);
|
1999-10-25 14:18:30 +00:00
|
|
|
}
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
void LyXView::setPosition(int x, int y)
|
|
|
|
{
|
2000-04-08 17:02:02 +00:00
|
|
|
fl_set_form_position(form_, x, y);
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-09-14 17:53:12 +00:00
|
|
|
void LyXView::show(int place, int border, string const & title)
|
1999-09-27 18:44:28 +00:00
|
|
|
{
|
2000-09-14 17:53:12 +00:00
|
|
|
fl_show_form(form_, place, border, title.c_str());
|
1999-09-27 18:44:28 +00:00
|
|
|
minibuffer->Init();
|
2000-11-02 04:48:34 +00:00
|
|
|
#if FL_REVISION < 89
|
2000-10-11 21:06:43 +00:00
|
|
|
InitLyXLookup(fl_get_display(), form_->window);
|
2000-11-02 04:48:34 +00:00
|
|
|
#endif
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-12-19 22:35:36 +00:00
|
|
|
void LyXView::create_form_form_main(int width, int height)
|
1999-09-27 18:44:28 +00:00
|
|
|
/* to make this work as it should, .lyxrc should have been
|
|
|
|
* read first; OR maybe this one should be made dynamic.
|
|
|
|
* Hmmmm. Lgb.
|
|
|
|
* We will probably not have lyxrc before the main form is
|
|
|
|
* initialized, because error messages from lyxrc parsing
|
|
|
|
* are presented (and rightly so) in GUI popups. Asger.
|
|
|
|
*/
|
|
|
|
{
|
|
|
|
// the main form
|
2000-06-21 12:41:18 +00:00
|
|
|
form_ = fl_bgn_form(FL_NO_BOX, width, height);
|
|
|
|
form_->u_vdata = this;
|
1999-12-21 06:10:21 +00:00
|
|
|
FL_OBJECT * obj = fl_add_box(FL_FLAT_BOX, 0, 0, width, height, "");
|
1999-11-09 23:52:04 +00:00
|
|
|
fl_set_object_color(obj, FL_MCOL, FL_MCOL);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
// Parameters for the appearance of the main form
|
1999-12-21 06:10:21 +00:00
|
|
|
int const air = 2;
|
|
|
|
int const bw = abs(fl_get_border_width());
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
//
|
|
|
|
// THE MENUBAR
|
|
|
|
//
|
2000-07-24 13:53:19 +00:00
|
|
|
menubar = new Menubar(this, menubackend);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
//
|
|
|
|
// TOOLBAR
|
|
|
|
//
|
|
|
|
|
2000-07-24 13:53:19 +00:00
|
|
|
toolbar = new Toolbar(this, air, 30 + air + bw, toolbardefaults);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
// Setup the toolbar
|
|
|
|
toolbar->set(true);
|
|
|
|
|
|
|
|
//
|
|
|
|
// WORKAREA
|
|
|
|
//
|
|
|
|
|
1999-12-21 06:10:21 +00:00
|
|
|
int const ywork = 60 + 2 * air + bw;
|
|
|
|
int const workheight = height - ywork - (25 + 2 * air);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
::current_view = bufferview = new BufferView(this, air, ywork,
|
1999-12-21 06:10:21 +00:00
|
|
|
width - 3 * air,
|
1999-09-27 18:44:28 +00:00
|
|
|
workheight);
|
|
|
|
|
|
|
|
//
|
|
|
|
// MINIBUFFER
|
|
|
|
//
|
|
|
|
|
1999-12-21 06:10:21 +00:00
|
|
|
minibuffer = new MiniBuffer(this, air, height - (25 + air),
|
|
|
|
width - (2 * air), 25);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
//
|
|
|
|
// TIMERS
|
|
|
|
//
|
2000-06-08 23:16:16 +00:00
|
|
|
|
2000-06-21 12:41:18 +00:00
|
|
|
autosave_timeout.timeout.connect(slot(this, &LyXView::AutoSave));
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
//
|
|
|
|
// Misc
|
|
|
|
//
|
|
|
|
|
|
|
|
// assign an icon to main form
|
2000-07-20 12:39:25 +00:00
|
|
|
string iconname = LibFileSearch("images", "lyx", "xpm");
|
|
|
|
if (!iconname.empty()) {
|
|
|
|
unsigned int w, h;
|
|
|
|
Pixmap lyx_p, lyx_mask;
|
|
|
|
lyx_p = fl_read_pixmapfile(fl_root,
|
|
|
|
iconname.c_str(),
|
|
|
|
&w,
|
|
|
|
&h,
|
|
|
|
&lyx_mask,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0); // this leaks
|
|
|
|
fl_set_form_icon(form_, lyx_p, lyx_mask);
|
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
// set min size
|
2000-06-21 12:41:18 +00:00
|
|
|
fl_set_form_minsize(form_, 50, 50);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
fl_end_form();
|
|
|
|
}
|
|
|
|
|
1999-12-16 06:43:25 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
void LyXView::init()
|
|
|
|
{
|
|
|
|
// Set the textclass choice
|
|
|
|
invalidateLayoutChoice();
|
|
|
|
updateLayoutChoice();
|
2000-07-24 13:53:19 +00:00
|
|
|
updateMenubar();
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
// Start autosave timer
|
2000-06-21 12:41:18 +00:00
|
|
|
if (lyxrc.autosave) {
|
|
|
|
autosave_timeout.setTimeout(lyxrc.autosave * 1000);
|
|
|
|
autosave_timeout.start();
|
|
|
|
}
|
2000-08-14 15:31:16 +00:00
|
|
|
|
2000-03-12 10:35:05 +00:00
|
|
|
intl->InitKeyMapper(lyxrc.use_kbmap);
|
1999-09-27 18:44:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void LyXView::invalidateLayoutChoice()
|
|
|
|
{
|
|
|
|
last_textclass = -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void LyXView::updateLayoutChoice()
|
|
|
|
{
|
1999-12-19 22:35:36 +00:00
|
|
|
// This has a side-effect that the layouts are not showed when no
|
1999-09-27 18:44:28 +00:00
|
|
|
// document is loaded.
|
2000-07-24 13:53:19 +00:00
|
|
|
if (!view() || !view()->buffer()) {
|
|
|
|
toolbar->clearLayoutList();
|
1999-09-27 18:44:28 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2000-07-24 13:53:19 +00:00
|
|
|
// Update the layout display
|
|
|
|
if (last_textclass != int(buffer()->params.textclass)) {
|
|
|
|
toolbar->updateLayoutList(true);
|
1999-11-09 23:52:04 +00:00
|
|
|
last_textclass = int(buffer()->params.textclass);
|
1999-09-27 18:44:28 +00:00
|
|
|
current_layout = 0;
|
2000-07-24 13:53:19 +00:00
|
|
|
} else
|
|
|
|
toolbar->updateLayoutList(false);
|
|
|
|
|
|
|
|
|
1999-12-10 00:07:59 +00:00
|
|
|
|
2000-06-21 12:41:18 +00:00
|
|
|
LyXTextClass::size_type layout =
|
|
|
|
bufferview->text->cursor.par()->GetLayout();
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
if (layout != current_layout){
|
2000-07-24 13:53:19 +00:00
|
|
|
toolbar->setLayout(layout);
|
1999-09-27 18:44:28 +00:00
|
|
|
current_layout = layout;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Updates the title of the window with the filename of the current document
|
1999-12-16 06:43:25 +00:00
|
|
|
void LyXView::updateWindowTitle()
|
|
|
|
{
|
1999-11-09 23:52:04 +00:00
|
|
|
static string last_title = "LyX";
|
1999-10-02 16:21:10 +00:00
|
|
|
string title = "LyX";
|
1999-09-27 18:44:28 +00:00
|
|
|
|
1999-11-22 16:19:48 +00:00
|
|
|
if (view()->available()) {
|
1999-12-10 00:07:59 +00:00
|
|
|
string cur_title = buffer()->fileName();
|
1999-09-27 18:44:28 +00:00
|
|
|
if (!cur_title.empty()){
|
2000-09-26 13:10:34 +00:00
|
|
|
title += ": " + MakeDisplayPath(cur_title, 30);
|
1999-11-09 23:52:04 +00:00
|
|
|
if (!buffer()->isLyxClean())
|
1999-09-27 18:44:28 +00:00
|
|
|
title += _(" (Changed)");
|
1999-11-09 23:52:04 +00:00
|
|
|
if (buffer()->isReadonly())
|
1999-09-27 18:44:28 +00:00
|
|
|
title += _(" (read only)");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// Don't update title if it's the same as last time
|
|
|
|
if (title != last_title) {
|
2000-04-08 17:02:02 +00:00
|
|
|
fl_set_form_title(form_, title.c_str());
|
1999-09-27 18:44:28 +00:00
|
|
|
last_title = title;
|
|
|
|
}
|
|
|
|
}
|
2000-07-20 11:39:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
void LyXView::showState()
|
|
|
|
{
|
|
|
|
getMiniBuffer()->Set(CurrentState(view()));
|
|
|
|
getToolbar()->update();
|
2000-08-09 13:51:59 +00:00
|
|
|
menubar->update();
|
2000-07-20 11:39:14 +00:00
|
|
|
}
|