aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
maindatabases/redis-devel: security update from 6.2.3 to 6.2.4Sergey A. Osokin3 years
dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3build(deps): bump bl from 1.2.2 to 1.2.3 in /devel/electron4/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron4/files/y18n-3.2.2build(deps): bump y18n from 3.2.1 to 3.2.2 in /devel/electron4/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.4Signed-off-by: dependabot[bot] <support@github.com>dependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4build(deps): bump elliptic from 6.4.0 to 6.5.4 in /devel/electron4/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8build(deps): bump ini from 1.3.5 to 1.3.8 in /devel/electron6/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7build(deps): bump ini from 1.3.5 to 1.3.7 in /devel/electron4/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron6/files/node-fetch-2.6.1build(deps): bump node-fetch in /devel/electron6/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron4/files/node-fetch-2.6.1build(deps-dev): bump node-fetch in /devel/electron4/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron6/files/lodash.merge-4.6.2build(deps): bump lodash.merge in /devel/electron6/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2build(deps): bump lodash.merge in /devel/electron4/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron6/files/serve-10.1.2build(deps-dev): bump serve in /devel/electron6/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron4/files/serve-10.1.2build(deps-dev): bump serve in /devel/electron4/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.3build(deps): bump elliptic from 6.4.1 to 6.5.3 in /devel/electron6/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3build(deps): bump elliptic from 6.4.0 to 6.5.3 in /devel/electron4/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron6/files/lodash-4.17.19build(deps): bump lodash in /devel/electron6/filesdependabot[bot]4 years
dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19build(deps): bump lodash in /devel/electron4/filesdependabot[bot]4 years
cinnamonMerge pull request #38 from vishwin/cinnamonEric Turgeon5 years
dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.3build(deps-dev): bump minimist in /devel/electron4/filesdependabot[bot]5 years
dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2build(deps-dev): bump minimist in /devel/electron4/filesdependabot[bot]5 years
masterMerge remote-tracking branch 'upstream/master'Koop Mast5 years
gnome-3.32net/mDNSResponder: fix build on GCC architecturespkubaj5 years
gstreamer-1.16Merge branch 'master' into gstreamer-1.16Koop Mast5 years
gnome-3.36Update pango to 1.44.5.Koop Mast5 years
mate-1.22fix mate-power-manager patch and remove file backupericbsd6 years
gstreamer0.10-removalDrop maintainership, it is in most cases easier to just use pip.rene6 years
gnome-3.28Merge branch 'master' into gnome-3.28Koop Mast6 years
gnome-3.26Merge branch 'master' into gnome-3.26Koop Mast6 years
mate-1.20Merge pull request #10 from ericbsd/mate-1.20Eric Turgeon7 years
gstreamerUpdate to 2.0.2sunpoet7 years
mate-1.18Reduce diff with vanilla ports.Koop Mast7 years
gnome-3.24Merge branch 'master' into gnome-3.24Koop Mast7 years
gnome-3.22lang/pypy(3): update to 5.7.1dbn8 years
mate-1.16Merge branch 'master' into mate-1.16Koop Mast8 years
cinnamon-2.8Readd cinnamon 2.8Baptiste Daroussin8 years
 
n't be used directly.Dan Winship2002-03-095-2/+15 | | | | | | | | | | | | | * e-storage-set-view.[ch]: Note that e_storage_set_view_new shouldn't be used directly. * e-shell-view.c (setup_storage_set_subwindow): Use e_storage_set_new_view instead of e_storage_set_view_new. * evolution-storage-set-view-factory.c (evolution_storage_set_view_factory_new_view): Likewise. svn path=/trunk/; revision=15993 * added FormatHTMLRadek Doulik2002-03-092-0/+12 | | | | | | | | 2002-03-08 Radek Doulik <rodo@ximian.com> * evolution-signature-editor.xml: added FormatHTML svn path=/trunk/; revision=15992 * Rewrite this to not use stpcpy, which isn't portable.Dan Winship2002-03-092-5/+11 | | | | | | | * mail-config-druid.c (management_prepare): Rewrite this to not use stpcpy, which isn't portable. svn path=/trunk/; revision=15991 * Handle a collapse request by marking all descendents of that node asChristopher James Lahey2002-03-095-125/+193 | | | | | | | | | | | | | | | | | | | | 2002-03-08 Christopher James Lahey <clahey@ximian.com> * e-tree-memory.c (etmm_node_request_collapse): Handle a collapse request by marking all descendents of that node as needing their children recomputed. * e-tree-model.c, e-tree-model.h (e_tree_model_node_request_collapse): Added this signal to request that the view of your tree collapse this node. * e-tree-selection-model.c (etsm_selected_count): Pass the root of the sorted model here instead of the root of the base model. * e-tree-table-adapter.c (etta_proxy_node_request_collapse): Handle a collapse request by collapsing the node in the tree. svn path=/trunk/; revision=15990 * handle name changed event (sig_load_preview): don't run script before eachRadek Doulik2002-03-093-6/+57 | | | | | | | | | | | | | | 2002-03-08 Radek Doulik <rodo@ximian.com> * mail-accounts.c (sig_event_client): handle name changed event (sig_load_preview): don't run script before each reload (sig_script_activate): run script only if script entry is activated * mail-signature-editor.c (mail_signature_editor): added signature name entry svn path=/trunk/; revision=15989 * Added a fill_in_children signal.Christopher James Lahey2002-03-082-5/+50 | | | | | | | | | 2002-03-08 Christopher James Lahey <clahey@ximian.com> * e-tree-memory.c, e-tree-memory.h (check_children): Added a fill_in_children signal. svn path=/trunk/; revision=15988 * track union/struct change. (pas_book_queue_remove_card): same.Chris Toshok2002-03-085-713/+1136 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-03-07 Chris Toshok <toshok@ximian.com> * backend/pas/pas-book.c (pas_book_queue_create_card): track union/struct change. (pas_book_queue_remove_card): same. (pas_book_queue_modify_card): same. (pas_book_queue_get_cursor): same. (pas_book_queue_get_vcard): same. (pas_book_queue_authenticate_user): same. (pas_book_queue_get_book_view): same. (pas_book_queue_get_changes): same. (pas_book_free_request): new function - free everything we need to for each type of request. (pas_book_destroy): call pas_book_free_request here instead of just freeing 3 elements of the old struct. yay plugging memleaks. * backend/pas/pas-book.h: make PASRequest a union and split out members into structs, so it's a little clearer which fields are used by which requests. Also, add prototype for pas_book_free_request so backends can just free everything at once (usually in their requests_queued signal func.) * backend/pas/pas-backend-file.c (pas_backend_file_process_create_card): track struct/union change. (pas_backend_file_process_remove_card): same. (pas_backend_file_process_modify_card): same. (pas_backend_file_build_cards_list): same. (pas_backend_file_process_get_vcard): same. (pas_backend_file_process_get_cursor): same. (pas_backend_file_process_get_book_view): same. (pas_backend_file_process_get_changes): same. (pas_backend_file_process_check_connection): same. (pas_backend_file_process_authenticate_user): same. (pas_backend_file_process_get_supported_fields): same. (pas_backend_file_process_client_requests): case the union to the specific struct and pass it to the process_* functions. also, call pas_book_free_request here, instead of relying on each of the functions to free their stuff. svn path=/trunk/; revision=15987 * Re-focus the account name entry widget. (identity_prepare): If a name isJeffrey Stedfast2002-03-083-15/+73 | | | | | | | | | | | | | 2002-03-07 Jeffrey Stedfast <fejj@ximian.com> * mail-config-druid.c (management_changed): Re-focus the account name entry widget. (identity_prepare): If a name is not set, try and get the user's full name for them and set the text on the entry widget. (management_prepare): If the account name is already taken, generate a unique one by appending " (%d)". svn path=/trunk/; revision=15986 * make edit button sensitive after new signature is created (sig_new_text):Radek Doulik2002-03-082-0/+8 | | | | | | | | | | 2002-03-07 Radek Doulik <rodo@ximian.com> * mail-account-gui.c (sig_new_html): make edit button sensitive after new signature is created (sig_new_text): ditto svn path=/trunk/; revision=15984 * Shh againKjartan Maraas2002-03-081-0/+2 | | | | svn path=/trunk/; revision=15980 * notify accounts dialog about signature content changeRadek Doulik2002-03-087-23/+60 | | | | | | | | | | | | 2002-03-07 Radek Doulik <rodo@ximian.com> * mail-signature-editor.c: notify accounts dialog about signature content change * mail-accounts.c (run_script): run script only if file regular file exists and has x flag svn path=/trunk/; revision=15979 * Made all the acclerators in the context menu on a message work. (There areAnna Marie Dirks2002-03-082-14/+19 | | | | | | | | 2002-03-07 Anna Marie Dirks <anna@ximian.com> * folder-browser.c: Made all the acclerators in the context menu on a message work. (There are 22 different menu items here, so picking a unique accelerator for each label was tricky, and some of the choices I made are different from the ones I would have made if there weren't so many stinking menu items.) svn path=/trunk/; revision=15978 * New function to create a test configuration page for the test component.Ettore Perazzoli2002-03-088-14/+367 | | | | | | | | | | | | | | | | | | | | | * evolution-test-component.c (create_configuration_page): New function to create a test configuration page for the test component. (configuration_control_factory_fn): Factory function for the configuration controls. (register_configuration_control_factory): New function to register the factory. (main): Call it. * e-shell-view-menu.c: Add verb "Settings". (command_settings): Implementation for the "Settings" verb. * GNOME_Evolution_TestComponent.oaf: Add a configuration control. * e-shell-settings-dialog.c: New. * e-shell-settings-dialog.h: New. svn path=/trunk/; revision=15977 * Add test-multi-config-dialog.Ettore Perazzoli2002-03-081-1/+2 | | | | svn path=/trunk/; revision=15976 * Don't display a header in the table on the left.Ettore Perazzoli2002-03-082-2/+8 | | | | | | | * e-multi-config-dialog.c: Don't display a header in the table on the left. svn path=/trunk/; revision=15975 * fix a bug in the storage icon codeDan Winship2002-03-082-7/+9 | | | | svn path=/trunk/; revision=15974 * Fixed tiny typo ("Addressbook", not "Address book"), and cleaned upAnna Marie Dirks2002-03-082-12/+76 | | | | | | | | 2002-03-07 Anna Marie Dirks <anna@ximian.com> * evolution-mail-message.xml: Fixed tiny typo ("Addressbook", not "Address book"), and cleaned up accelerators more, so that all of them actually work. Also added accelerators to items in the Go To menu and the Forward menu as part of fixing bug #10666. svn path=/trunk/; revision=15973 * Don't use an uninitialized 'id'.Jeffrey Stedfast2002-03-082-4/+7 | | | | | | | | | 2002-03-07 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (config_import_old_signatures): Don't use an uninitialized 'id'. svn path=/trunk/; revision=15972 * added save & close on toolbar, added C-s shortcutRadek Doulik2002-03-082-1/+7 | | | | | | | | | 2002-03-07 Radek Doulik <rodo@ximian.com> * evolution-signature-editor.xml: added save & close on toolbar, added C-s shortcut svn path=/trunk/; revision=15971 * set initial focus to editor (do_exit): use hasUndo to avoid questionRadek Doulik2002-03-082-4/+22 | | | | | | | | | | | 2002-03-07 Radek Doulik <rodo@ximian.com> * mail-signature-editor.c (mail_signature_editor): set initial focus to editor (do_exit): use hasUndo to avoid question dialog when content is unchanged svn path=/trunk/; revision=15970 * Add support for hash type RIPEMD160.Jeffrey Stedfast2002-03-084-52/+100 | | | | | | | | | | | | | | | 2002-03-07 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-mime.c (camel_pgp_mime_part_sign): Add support for hash type RIPEMD160. * camel-cipher-context.h: Add RIPEMD160 hash type. * camel-pgp-context.c (pgp_sign): Updated to consider hash function for pgp5 and pgp6. (pgp_clearsign): Same. svn path=/trunk/; revision=15969 * Addendum to previous commit: Remove "storage_selected" vsDan Winship2002-03-089-109/+27 | | | | | | | | | | | | | | | | | | | | | | | | | | "folder_selected" distinction. * evolution-storage-set-view.c (storage_set_view_widget_storage_selected_cb): Removed. * evolution-storage-set-view-listener.c (impl_GNOME_Evolution_StorageSetViewListener_notifyStorageSelected): Removed. (class_init): Remove STORAGE_SELECTED signal. * e-storage-set-view.c (impl_cursor_activated): Always emit FOLDER_SELECTED, never STORAGE_SELECTED. (class_init): Remove STORAGE_SELECTED signal. * e-shell-view.c (storage_selected_cb): Removed. * e-shell-folder-creation-dialog.c (storage_set_view_storage_selected_cb): Removed. * Evolution-StorageSetView.idl (StorageSetViewListener): Remove notifyStorageSelected. svn path=/trunk/; revision=15968 * Update for storage changes: explicitly create a root folder.Dan Winship2002-03-085-14/+31 | | | | | | | | | | | | | | | | | * component-factory.c (add_storage): Update for storage changes: explicitly create a root folder. * mail-display.c (mail_display_render): Fix the "don't scroll back to the top of the HTML widget when opening an attachment" hack again by moving it here from mail_display_redisplay(). (It has to happen after the gtk_html_begin.) (mail_display_redisplay): Pass reset_scroll arg to mail_display_render. * mail-callbacks.c (do_mail_print): Pass reset_scroll (TRUE) to mail_display_render. svn path=/trunk/; revision=15967 * Update for evolution_storage_new() change.Dan Winship2002-03-082-1/+7 | | | | | | | | * gui/component/addressbook-storage.c (addressbook_get_other_contact_storage): Update for evolution_storage_new() change. svn path=/trunk/; revision=15966 * Make storages-with-toplevel-views less of a hack.Dan Winship2002-03-0817-342/+192 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * e-folder-tree.c (e_folder_tree_add): Allow the caller to "add" a root folder, if the existing root folder has no children. (e_folder_tree_new): Use e_folder_tree_add to create the root folder, since it can do that now. * e-storage.c: (e_storage_construct): Replace toplevel_node_uri and toplevel_node_type args with root_folder. (e_storage_new): Likewise. (*): Remove toplevel uri/type stuff everywhere. Also remove display_name since now we will use the name of the root folder for that. * evolution-storage.c: Remove toplevel uri/type stuff everywhere. * e-local-storage.c (construct): Pass root_folder to e_storage_construct instead of toplevel uri/type. Also, evolution_storage_new no longer takes toplevel uri/type. * e-corba-storage.c (e_corba_storage_construct): Out with toplevel uri/type, in with root_folder. (e_corba_storage_new): Remove toplevel uri/type. * e-shell.c (setup_local_storage): Create a top-level folder of type "summary" for the Summary storage. * e-storage-set-view.c (set_e_shortcut_selection): Remove special-case for storages. (etree_icon_at): Remove special case for figuring out storage icons (but leave the code that makes the icon disappear once the storage is opened). (etree_value_at): Remove special case for storage names. (But still make storages always bold.) Remove unused special-case code for Summary. * e-shortcuts.c (load_shortcuts): Remove special case for storages, reorganize a bit. * e-shortcuts-view.c (get_shortcut_info): Remove special case for storages. * e-shell-view.c (update_for_current_uri): Remove special case for storages. (socket_destroy_cb): Likewise. (get_type_for_storage): No longer needed. (get_view_for_uri): No longer needs to special-case storages (but add a special case for folders of type "noselect", to make them unselectable like storages-without-toplevel-views used to be). * e-storage-set.c (get_storage_for_path): If passed "/foo", return "/" as subpath_return so e_storage_set_get_folder will DTRT in the NWO. * Evolution-Storage.idl (addStorage): Remove the toplevel_node_uri and toplevel_node_type arguments. * e-corba-storage-registry.c (impl_StorageRegistry_addStorage): Likewise. svn path=/trunk/; revision=15965 * ops, unregister and not register new one sig_event_clientRadek Doulik2002-03-082-1/+6 | | | | | | | | | 2002-03-07 Radek Doulik <rodo@ximian.com> * e-msg-composer.c (destroy): ops, unregister and not register new one sig_event_client svn path=/trunk/; revision=15964 * Add a timeout on the select. (stream_write): Same.Jeffrey Stedfast2002-03-08