- 08 May, 2002 1 commit
-
-
Christian Rose authored
2002-05-09 Christian Rose <menthos@menthos.com> * sv.po: Fixed typos.
-
- 07 May, 2002 2 commits
-
-
Andreas J. Guelzow authored
002-05-03 Andreas J. Guelzow <aguelzow@taliesin.ca> * functions.c : added new function CRONBACH * plugin.xml.in : added new function CRONBACH
-
Jody Goldberg authored
-
- 06 May, 2002 6 commits
-
-
Jon Kåre Hellan authored
* src/bonobo-io.c (deserialize_wb_from_xml_stream) (gnumeric_bonobo_read_from_stream): Display message on error. * src/workbook-control-component.c (workbook_control_component_ctor_class): Inherit io context methods from wbcg. (wbcc_error_system, wbcc_error_read, wbcc_error_read) (wbcc_error_read, wbcc_error_save, wbcc_error_invalid) (wbcc_error_error_info): Remove. * src/gui-util.c (gnumeric_dialog_run): Use wbcg_set_transient instead of gtk_window_set_transient_for.
-
Andreas J. Guelzow authored
2002-05-06 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/print.c (print_job_info_get) : duplicate print_info (print_job_info_destroy) : destroy print_info (sheet_print) : use range info from print dialog
-
Jon Kåre Hellan authored
(gnumeric_plugin_loader_python_info_get_extra_info_list): Change from GList to GSList, as the prototypes in GnumericPluginLoaderClass already did a while ago. This silences warnings.
-
Andreas J. Guelzow authored
2002-05-06 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-general.schemas : add print-setup-all-sheets schema * src/gnumeric-gconf-priv.h : add print-setup-all-sheets key * src/gnumeric-gconf.c : add print-setup-all-sheets get/set methods * src/gnumeric-gconf.h : ditto * src/commands.c (cmd_print_set_up) : allow sheet == NULL (ie. all sheets) (cmd_print_set_up_redo) : handle sheet == NULL (cmd_print_set_up_undo) : handle sheet == NULL 2002-05-06 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/dialogs/print.glade : add sheet selector * src/dialogs/dialog-printer-setup.c (do_setup_sheet_selector) : new (cb_do_sheet_selector_toggled) : new (cb_do_print_ok) : apply to selected sheet or all sheets (print_setup_get_sheet) : new
-
Jody Goldberg authored
-
Andreas J. Guelzow authored
2002-05-05 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-general.schemas : add zoom-factor schema * src/gnumeric-gconf-priv.h : add zoom-factor key * src/gnumeric-gconf.c : add zoom-factor get/set methods * src/gnumeric-gconf.h : ditto * configure.in : update libgnomeprint/libgnomeprintui req. * src/sheet.c (sheet_new) : use zoom factor from preferences 2002-05-05 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-preferences.c : add zoom factor spin box to window page
-
- 05 May, 2002 8 commits
-
-
Jon Kåre Hellan authored
* GNOME_Gnumeric.server.in.in: Add Bonobo Zoomable interface. * src/main-component.c (control_activated_cb): Don't set wbcc->bcontrol here. (zoom_level_from_index, zoomable_set_zoom_level_cb, zoomable_zoom_in_cb, zoomable_zoom_out_cb, zoomable_zoom_to_fit_cb, zoomable_zoom_to_default_cb): New functions to support zoomable interface. (add_interfaces): Add zoomable interface. (gnumeric_component_factory): Call wbcc_set_bcontrol. * src/workbook-control-component.c (wbcc_zoom_feedback): Implement method. * src/workbook-control-component-priv.h (struct _WorkbookControlComponent): Add 'zoomable' attribute.
-
Andreas J. Guelzow authored
2002-05-05 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-printer-setup.c : Don't change print information directly but use new cmd_print_set_up 2002-05-05 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/commands.c : add cmd_print_set_up and friends * src/commands.h : add cmd_print_set_up * src/print-info.c (save_margin) : constify second argument (save_range) : ditto (print_info_margin_copy) : constify first argument and fix silly typo (print_info_dup) : fix leak
-
Jon Kåre Hellan authored
-
Jon Kåre Hellan authored
-
Pablo Saratxaga authored
-
Jon Kåre Hellan authored
* src/GNOME_Gnumeric_Component.xml: Add UI for the viewer component. * src/Makefile.am: Add UI file for the viewer component. * src/gui-util.c (gnumeric_keyed_dialog): Use wbcg_set_transient instead of gnumeric_set_transient. * src/main-component.c (control_activated_cb): New signal handler to handle component activation/deactivation. (gnumeric_component_factory): Register activation/deactivation signal handler * src/workbook-control-component-priv.h (struct _WorkbookControlComponent): Add bcontrol member for the BonoboControl. * src/workbook-control-component.c (wbcc_set_transient_for): New function. Set a dialog transient for the bonobo shell which contains us. (bcontrol_get_wbcg): New function. Get the WorkbookControl from the BonoboControl. This is implemented by means of object data on the BonoboControl. (cb_file_summary): New function. Pop up the Properties dialog. (cb_edit_copy): New function. Copy the selection. (cb_edit_search): New function. Pop up the search dialog. (cb_help_about): New function. Pop up the "About Gnumeric" dialog. (verbs): Add them. (workbook_control_component_init): Zero the bcontrol field. (workbook_control_component_ctor_class): Override the wbcg set_transient method. * src/workbook-control-gui-priv.h (WorkbookControlGUIClass): Add set_transient virtual method. * src/workbook-control-gui.c (WBCG_CLASS, WBCG_VIRTUAL_FULL, WBGC_VIRTUAL): Define macros, analogous to macros in workbook-control.c. (wbcg_set_transient_for): New function. set_transient implementation for wbcg. (workbook_setup_sheets): Resize notebook from an idle handler to work around a display problem in the component. Explain why we had to do this. (workbook_control_gui_ctor_class): Add set_transient virtual method.
-
JodyGoldberg authored
2002-05-04 Jody Goldberg <jody@gnome.org> * src/sheet.c (sheet_colrow_get_default) : new. * src/commands.c (cmd_ins_del_colrow_redo) : Use it.
-
JodyGoldberg authored
2002-05-05 Jody Goldberg <jody@gnome.org> * ms-obj.c (ms_obj_read_biff8_obj) : tack on a flag to handle the magic associated with combos for filters. * ms-excel-read.c (ms_sheet_create_obj) : respect the new flag.
-
- 04 May, 2002 1 commit
-
-
Morten Welinder authored
2002-05-03 Morten Welinder <terra@diku.dk> * goal-seek.c (fake_df): More debug. Handle things that come out NaN. (goal_seek_newton): Better xstep calculation for the fake_df case. 2002-05-03 Morten Welinder <terra@diku.dk> * functions.c (gnumeric_xirr): Put sane limits on the goal search.
-
- 03 May, 2002 17 commits
-
-
Jukka-Pekka Iivonen authored
2002-05-04 Jukka-Pekka Iivonen <jiivonen@cs144028.pp.htv.fi> * configure.in : Removed src/functions/Makefile.
-
Andreas J. Guelzow authored
2002-05-03 Andreas J. Guelzow <aguelzow@taliesin.ca> * functions.c : mark argument names for translation and adjust them for use by the formula guru.
-
Andreas J. Guelzow authored
-
Morten Welinder authored
-
Morten Welinder authored
-
Andreas J. Guelzow authored
2002-05-03 Andreas J. Guelzow <aguelzow@taliesin.ca> * gnumeric-expr-entry.c (gnm_expr_entry_can_rangesel) : Don't allow range selections when a guru is up but no expression entry active.
-
Andreas J. Guelzow authored
2002-05-03 Andreas J. Guelzow <aguelzow@taliesin.ca> * gnumeric-expr-entry.c (gnumeric_cell_editable_entry_activated) : don't remove widget twice.
-
Almer S. Tigelaar authored
2002-05-03 Almer S. Tigelaar <almer@gnome.org> * dialog-cell-format.c (validation_rebuild_validation) : Mark validation as valid or invalid depending on criteria entered and set the style only when the validation is valid. (fmt_dialog_init_validation_page) : validation valid by default. (cb_fmt_dialog_dialog_buttons) : If the validation is not valid present the user with the option of either disabling validation or entering valid criteria. Correctly switches to the validation page and right widget if the latter is choosen. http://bugzilla.gnome.org/show_bug.cgi?id=72554
-
Morten Welinder authored
2002-05-03 Morten Welinder <terra@diku.dk> * src/workbook-control-gui.c (cb_select_auto_expr): Filter out expressions that don't parse. (Probably because some plugin wasn't loaded.)
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
-
Andreas J. Guelzow authored
2002-05-03 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-general.schemas : add max-initial-clauses schema * src/gnumeric-gconf-priv.h : add max-initial-clauses key * src/gnumeric-gconf.c : add max-initial-clauses get/set methods * src/gnumeric-gconf.h : ditto
-
Morten Welinder authored
2002-05-03 Morten Welinder <terra@diku.dk> * src/rangefunc.c (range_count): New function. * src/func-util.h: Remove. 2002-05-03 Morten Welinder <terra@diku.dk> * fn-database.c: Major cleanup. * fn-stat.c: Make more things static and remove dependency on func-util.h.
-
Andreas J. Guelzow authored
2002-05-03 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-printer-setup.c (unit_activated) : correct declaration (unit_deactivated) : ditto
-
Andreas J. Guelzow authored
2002-05-02 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/print-info.c (print_info_free) : add print-config (print_info_new) : ditto (print_info_save) : ditto (print_info_dup) : ditto * src/print-info.h : add print-config to PrintInformation * src/print.c (print_job_info_get) : use gnome_print_master_get_page_size_from_config (sheet_print) : use print_config included in PrintInformation * src/xml-io.c (xml_write_print_info) : use print_config included in PrintInformation (xml_read_print_info) : ditto 2002-05-02 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-printer-setup.c (get_paper_pswidth) : use gnome-print-master (get_paper_psheight) : ditto (canvas_update) : use print-config (notebook_flipped) : new (orientation_changed) : deleted (paper_size_changed) : deleted (do_setup_page) : use gnome-print paper selector (do_fetch_page) : use gnome-print-master * print.glade : use gnome-print paper selector rather than combo box
-
- 02 May, 2002 3 commits
-
-
http://bugzilla.gnome.org/show_bug.cgi?id=79925JodyGoldberg authored
2002-05-02 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=79925 * src/sheet-control-gui.c (scg_colrow_select) : flag failures to initiate a selection * src/item-bar.c (item_bar_event) : only grab if the selection is successful.
-
Andreas J. Guelzow authored
2002-05-02 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/print.c (sheet_print) : pass updated print-config to print-dialog
-
Andreas J. Guelzow authored
2002-05-02 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-preferences.c (pref_tree_set_model) : check for missing schemas
-
- 01 May, 2002 2 commits
-
-
Vincent van Adrighem authored
2002-05-01 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Updated Dutch translation (Tino Meinen) and converted to UTF-8.
-
Christophe Merlet authored
-