aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the preferences seperate from the viewsIain Holmes2002-04-041-103/+65
| | | | svn path=/trunk/; revision=16338
* [Some initial broken support for building components as shlib. MostlyEttore Perazzoli2002-03-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | just a playground for testing the idea.] * Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS conditional. * GNOME_Evolution_Summary.oaf.in.in: New. * e-summary-mail.c (update_folder_cb): Protect against summary->mail being NULL. * component-factory.c: Add a shlib factory. (create_component): Get a @factory and @data. (component_factory_init): Actually make it use a BonoboGenericFactory again. * configure.in: Add argument `--enable-shlib-components'. New substitutions OAF_SHLIB_LOCATION, OAF_SHLIB_PREFIX, OAF_SHLIB_SUFFIX. svn path=/trunk/; revision=16299
* Move the preferences from a per-view setting to a global settingIain Holmes2002-03-191-22/+14
| | | | svn path=/trunk/; revision=16205
* VFolders in the summaryIain Holmes2002-03-181-44/+52
| | | | svn path=/trunk/; revision=16190
* Call `e_summary_preferences_register_config_control_factory()'.Ettore Perazzoli2002-03-151-112/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * e-summary-factory.c (e_summary_factory_new_control): Call `e_summary_preferences_register_config_control_factory()'. * e-summary-preferences.c: Remove member `box' from struct PropertyData. Added member `config_control'. (e_summary_configure): Removed. (property_box_destroy_cb): Removed. (property_box_clicked_cb): Removed. (property_box_apply_cb): New. (config_control_destroy_cb): New. (factory_fn): New, factory function for the EvolutionConfigControl. (e_summary_preferences_register_config_control_factory): New. (mail_show_full_path_toggled_cb): Invoke ::changed on pd->config_control. (add_dialog_clicked_cb): Likewise. (rdf_refresh_value_changed_cb): Likewise. (rdf_limit_value_changed_cb): Likewise. (mail_etable_item_changed_cb): Likewise. (rdf_etable_item_changed_cb): Likewise. (weather_etable_item_changed_cb): Likewise. (weather_refresh_value_changed_cb): Likewise. (weather_metric_toggled_cb): Likewise. (weather_imperial_toggled_cb): Likewise. (calendar_one_toggled_cb): Likewise. (calendar_five_toggled_cb): Likewise. (calendar_week_toggled_cb): Likewise. (calendar_month_toggled_cb): Likewise. (calendar_all_toggled_cb): Likewise. (calendar_today_toggled_cb): Likewise. (config_control_destroy_cb): Don't set ->prefs_window to NULL. * my-evolution.glade: Renamed "notebook2" to "notebook". Also change its parent into a GtkWindow as libglade seems to have some kind of problem with the GnomePropertyBox [glade_xml_get_widget() for "notebook" always returned NULL]. * e-summary.h: Remove member `prefs_window' from `ESummary'. svn path=/trunk/; revision=16162
* The new selector widgetIain Holmes2002-02-051-550/+271
| | | | svn path=/trunk/; revision=15565
* Fix the mail order stuffIain Holmes2002-01-241-2/+3
| | | | svn path=/trunk/; revision=15449
* Merging patches from 1-0-branchIain Holmes2001-12-171-1/+2
| | | | svn path=/trunk/; revision=15109
* Remove perl.comIain Holmes2001-12-081-1/+0
| | | | svn path=/trunk/; revision=14933
* Removed `morons.org'.Ettore Perazzoli2001-11-101-1/+0
| | | | | | * e-summary-preferences.c: Removed `morons.org'. svn path=/trunk/; revision=14646
* Silly random city bugIain Holmes2001-11-071-2/+2
| | | | svn path=/trunk/; revision=14613
* Fix bug if you remove all folders, or all rdfs or all weather stations where ↵Iain Holmes2001-10-311-6/+27
| | | | | | settings were reset svn path=/trunk/; revision=14534
* Do some NULL checking before dereferencing things.Iain Holmes2001-10-311-0/+7
| | | | svn path=/trunk/; revision=14497
* Save the RDFs into a new placeIain Holmes2001-10-301-22/+10
| | | | | | Only have one place for initialisation of rdf/weather stations. svn path=/trunk/; revision=14362
* We only want KBOS by default.Ettore Perazzoli2001-10-301-1/+1
| | | | | | | | | | * e-summary-preferences.c (make_initial_weather_list): We only want KBOS by default. * e-summary-weather.c (e_summary_weather_init): We only want KBOS by default. svn path=/trunk/; revision=14351
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
| | | | svn path=/trunk/; revision=14212
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
| | | | | | (instead of version 2 or any later version). svn path=/trunk/; revision=14190
* Remove the help_button in the property box.Ettore Perazzoli2001-10-231-0/+2
| | | | | | | * e-summary-preferences.c (e_summary_configure): Remove the help_button in the property box. svn path=/trunk/; revision=13900
* Added HispaLinuxCarlos Perelló Marín2001-10-061-0/+1
| | | | | | | | 2001-10-06 Carlos Perelló Marín <carlos@gnome-db.org> * e-summary-preferences.c: Added HispaLinux svn path=/trunk/; revision=13483
* Don't turn on the -> if the selected row is already added.Iain Holmes2001-09-281-4/+35
| | | | svn path=/trunk/; revision=13196
* Add copyright noticesIain Holmes2001-09-271-4/+19
| | | | svn path=/trunk/; revision=13157
* Warnings Create an image cache USe task.pngIain Holmes2001-09-261-3/+5
| | | | | | | | Warnings Create an image cache USe task.png svn path=/trunk/; revision=13128
* Red Carpet RDFIain Holmes2001-09-211-0/+1
| | | | svn path=/trunk/; revision=13018
* Select next rowsIain Holmes2001-09-191-1/+3
| | | | svn path=/trunk/; revision=12965
* Keep the mail folders in the correct orderIain Holmes2001-09-191-2/+3
| | | | svn path=/trunk/; revision=12963
* Don't add folders multiple timesIain Holmes2001-09-191-1/+10
| | | | svn path=/trunk/; revision=12960
* Fix Slashdot problemIain Holmes2001-09-141-1/+1
| | | | svn path=/trunk/; revision=12809
* Purification.Dan Winship2001-09-111-0/+1
| | | | | | | | | | | | | | | | | | * e-summary.c (destroy): free the protocol hash. * e-summary-rdf.c (tree_walk): plug a leak. * e-summary-weather.c (e_summary_weather_init_locations): Don't insert duplicates into the hash table. * e-summary-mail.c (e_summary_mail_generate_html): free old html before setting new * e-summary.c (e_summary_draw): free weather and rdf html strings. * e-summary-preferences.c (save_known_rdfs): free strings. svn path=/trunk/; revision=12747
* Add MemepoolIain Holmes2001-09-111-0/+1
| | | | svn path=/trunk/; revision=12740
* Don't open multiple dialogsIain Holmes2001-09-071-0/+3
| | | | svn path=/trunk/; revision=12656
* Make the apply button activate when the new feed is addedIain Holmes2001-09-051-0/+1
| | | | svn path=/trunk/; revision=12615
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Evolution-ShellComponent.idl: Studlycapsize all the IDs that are not. * Evolution-common.idl: Likewise. * evolution-activity-client.c: Updated accordingly. * evolution-shell-component.c: Likewise. * evolution-storage.c: Likewise. * e-activity-handler.c: Likewise. * e-component-registry.c: Likewise. * e-corba-storage.c: Likewise. * e-shell-user-creatable-items-handlers.c: Likewise. * e-local-storage.c (remove_folder): Remove unused variable. * e-shell-view.c (update_for_current_uri): Assign zero to `unread_count', not NULL. * e-shell-importer.c (import_druid_finish): Remove unused variable. * e-shell-user-creatable-items-handler.c: #include "e-corba-utils.h". * e-shell-startup-wizard.c: #include "e-shell-startup-wizard.h". * e-shell-startup-wizard.h: #include <glib.h> * e-summary-weather.c (weather_make_html): Make local variable `icon_name' const. Remove unused variable `uri'. * e-summary.h: Reformatted in GTK+ style. (e_summary_remove_online_connection): Added prototype. * e-summary-preferences.c (fill_mail_shown_clist): Constify local variable `name'. * e-summary-mail.c: #include "e-util/e-path.h". Updated to match the new studlyCapsification in shell/Evolution*.idl. * mail-local.c: Match the studlyCapsification of shell/Evolution*.idl. * mail-config-druid.h: Change type of `event_source' from `Bonobo_EventSource *' to `Bonobo_EventSource'. * mail-accounts.c (mail_delete): Remove unused local variable `label'. * folder-info.c (do_get_info): `#if 0' unused variables. * gui/component/addressbook-component.c: Get rid of a warning by initializing the closing NULL element in folder_types correctly. * gui/component/select-names/e-select-names.c: Updated to match the studlyCapsification of attributes in shell/Evolution*.idl. svn path=/trunk/; revision=12495
* Remove broken news feeds, don't show completed tasksIain Holmes2001-08-241-4/+0
| | | | svn path=/trunk/; revision=12419
* Change the property bag to setIain Holmes2001-08-231-0/+1
| | | | svn path=/trunk/; revision=12404
* Don't hardcode the default list of stations, let translators define it perChyla Zbigniew2001-08-191-6/+14
| | | | | | | | | * e-summary-preferences.c (make_initial_weather_list), e-summary-weather.c (e_summary_weather_init): Don't hardcode the default list of stations, let translators define it per locale/country. svn path=/trunk/; revision=12216
* Don't allow nonroot nodes to be selectedIain Holmes2001-08-181-0/+10
| | | | svn path=/trunk/; revision=12178
* s/My Evolution/Summary/Iain Holmes2001-08-161-1/+1
| | | | svn path=/trunk/; revision=12058
* added accelerators to all useful widgets in this file such that thisAnna Marie Dirks2001-08-101-17/+12
| | | | | | | | | | | | | | 2001-08-09 Anna Marie Dirks <anna@ximian.com> * my-evolution.glade : added accelerators to all useful widgets in this file such that this dialog can now be fully navigated from the keyboard. * e-summary-preferences.c : changed the construct_pixmap_button function to take glade xml, an hbox and pixmap, making it possible to use glade to define and change the keyboard accelerators, instead of trying to do this in the c code. svn path=/trunk/; revision=11844
* Remove the wipe trackers option.Iain Holmes2001-07-311-18/+1
| | | | svn path=/trunk/; revision=11486
* Add new feed to the shown listIain Holmes2001-07-241-0/+6
| | | | svn path=/trunk/; revision=11319
* Some commit mix ups left the KDE rdf url still set to the old, invalidJacob Leach2001-07-241-1/+1
| | | | | | one. fixed. svn path=/trunk/; revision=11317
* Fix the Newsforge name and the KDE rdfIain Holmes2001-07-241-2/+2
| | | | svn path=/trunk/; revision=11313
* Update the url (and site name) for the KDE rdf. Bug #5145.Jason Leach2001-07-241-1/+1
| | | | | | | | | 2001-07-23 Jason Leach <jleach@ximian.com> * e-summary-preferences.c: Update the url (and site name) for the KDE rdf. Bug #5145. svn path=/trunk/; revision=11308
* Make pretty buttons.Iain Holmes2001-07-191-1/+36
| | | | svn path=/trunk/; revision=11207
* Cosmetic fixesIain Holmes2001-07-191-0/+1
| | | | svn path=/trunk/; revision=11205
* Set the property box changeIain Holmes2001-07-141-0/+2
| | | | svn path=/trunk/; revision=11089
* Free the data stop all the transfers when the summary is destroyed.Iain Holmes2001-07-121-1/+0
| | | | svn path=/trunk/; revision=11010
* Fix the register RDFIain Holmes2001-07-111-1/+1
| | | | svn path=/trunk/; revision=10954
* Added #include <config.h> to get translations working.Kjartan Maraas2001-07-091-0/+4
| | | | | | | | | 2001-07-09 Kjartan Maraas <kmaraas@gnome.org> * e-summary-preferences.c: Added #include <config.h> to get translations working. svn path=/trunk/; revision=10895
* Mail stuff addedIain Holmes2001-07-071-7/+64
| | | | svn path=/trunk/; revision=10867
* Fix bad selection clist stuffIain Holmes2001-07-071-17/+22
| | | | svn path=/trunk/; revision=10848
* Rename RDF to news feedIain Holmes2001-07-061-2/+2
| | | | svn path=/trunk/; revision=10835
* Hook up the Calendar toggle buttonsIain Holmes2001-07-061-24/+107
| | | | svn path=/trunk/; revision=10825
* NAmespace the My Evolution preferences correctlyIain Holmes2001-07-061-22/+22
| | | | svn path=/trunk/; revision=10812
* Fixed memory corruption, restoring settings reenabled.Iain Holmes2001-07-061-17/+74
| | | | svn path=/trunk/; revision=10810
* Disable bonobo-conf Fix radio button problemIain Holmes2001-07-041-9/+12
| | | | | | | Disable bonobo-conf Fix radio button problem svn path=/trunk/; revision=10767
* BonoboConf work New print iconIain Holmes2001-07-041-73/+62
| | | | | | | BonoboConf work New print icon svn path=/trunk/; revision=10751
* Store URLs on disk.Iain Holmes2001-07-011-9/+71
| | | | svn path=/trunk/; revision=10645
* Use names in the clist, not the urlIain Holmes2001-07-011-53/+126
| | | | svn path=/trunk/; revision=10642
* Allow new RDFs to be added.Iain Holmes2001-07-011-0/+44
| | | | svn path=/trunk/; revision=10640
* Fix a few buggiesIain Holmes2001-06-301-7/+16
| | | | svn path=/trunk/; revision=10608
* Configure My EvolutionIain Holmes2001-06-301-0/+1009
svn path=/trunk/; revision=10604