aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-creation-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-2/+13
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-6/+6
* Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad ofEttore Perazzoli2002-11-151-16/+9
* Set response_id to GTK_RESPONSE_OK. (cancel_button): Likewise, withEttore Perazzoli2002-11-061-17/+15
* Use g_object_get_data() instead of gtk_object_get_data(). Likewise.Ettore Perazzoli2002-11-061-1/+1
* Use g_object_set_data() instead of gtk_object_set_data(). Likewise.Ettore Perazzoli2002-11-041-1/+1
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-12/+16
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-3/+6
* (get_type_from_parent_path):Ettore Perazzoli2002-09-241-3/+3
* (async_create_cb): Don't setEttore Perazzoli2002-09-201-3/+0
* New callback for the show_folder_properties signal.Ettore Perazzoli2002-08-071-1/+1
* Capitalize the title of the dialog for consistency.Ettore Perazzoli2002-07-271-1/+1
* Addendum to previous commit: Remove "storage_selected" vsDan Winship2002-03-081-15/+0
* -- Merging patches from evolution-1-0-branch.Ettore Perazzoli2001-12-201-1/+39
* Fix the license text to make sense.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Don't allow invalid folder names. [#12027]Ettore Perazzoli2001-10-271-37/+5
* #include "e-util/e-gtk-utils.h".Ettore Perazzoli2001-10-261-1/+1
* Allow callers to set the default type of folder to be created.Iain Holmes2001-09-291-3/+34
* Disable DnD on the EStorageSetView to avoid strange behaviors.Ettore Perazzoli2001-09-141-0/+2
* Purify run. All small leaks.Dan Winship2001-09-101-2/+2
* Check for \r in the folder name, this is an invalid char. Also take aJeffrey Stedfast2001-08-311-13/+25
* Added display_name and description to the type.Ettore Perazzoli2001-08-201-9/+44
* Set the sensitivity for the OK button when a storage is selected too. BugJason Leach2001-08-081-0/+15
* If we can't create a folder because it already exists, select that folderJason Leach2001-07-311-0/+12
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-221-0/+3
* the only problematic area - pass NULL for now in as the BonoboUIContainer.Chris Toshok2001-05-111-1/+1
* Plug a leak in the folder creation dialog (a string was beingEttore Perazzoli2001-05-041-1/+1
* Pull up fix from the branch:Ettore Perazzoli2001-04-151-10/+28
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-1/+4
* Fix the signature of a callback for the `e_storage_set_async_create()'Ettore Perazzoli2001-03-231-1/+1
* add asyncCreateFolder and asyncRemoveFolder interfaces. (UseDan Winship2001-02-151-1/+1
* Change the folder selection dialog so that, when you click on "New"Ettore Perazzoli2001-02-091-16/+38
* Change the appearance of the scroll frame in the folder creationEttore Perazzoli2001-01-281-1/+2
* *e-shell-folder-creation-dialog.glade: Added focus to the folder-name textAnna Marie Dirks2000-10-141-0/+1
* #include <gal/widgets/e-gui-utils.h>Chris Toshok2000-10-061-1/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-3/+3
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-2/+4
* Work around utter GtkOptionMenu brokenness so that we finally have aEttore Perazzoli2000-07-251-2/+14
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-131-1/+1
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-27/+180
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-0/+233