aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-storage.c
Commit message (Expand)AuthorAgeFilesLines
* Move <dirent.h> down the #include list so it compiles on Darwin.Ettore Perazzoli2002-04-101-2/+1
* Make storages-with-toplevel-views less of a hack.Dan Winship2002-03-081-4/+5
* Keep the storage name and display_name in EStoragePriv. (impl_get_name,Dan Winship2002-03-071-18/+4
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* 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
* New. (async_xfer_folder_callback): Use it so we get the right errorEttore Perazzoli2001-10-251-7/+22
* Handle the return codes properly, and invoke the result callback too.Ettore Perazzoli2001-10-241-0/+8
* Remove "display_name" arg from update methods. It was only there to do theDan Winship2001-10-121-3/+0
* Make this a no-op if the source and the destination path are the same.Ettore Perazzoli2001-10-101-3/+3
* [Remove a bunch of debugging messages, as per #7741.]Ettore Perazzoli2001-09-141-2/+0
* Purify run. All small leaks.Dan Winship2001-09-101-2/+3
* Remove the folder from the EvolutionStorage as well as the EStorage.Peter Williams2001-09-041-3/+5
* Don't convert folder name to UTF-8 manually... (setup_stock_folders): ...Chyla Zbigniew2001-09-011-14/+11
* Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.Iain Holmes2001-08-311-9/+44
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-1/+0
* `#if 0'ed out. (make_bold): Likewise.Ettore Perazzoli2001-08-231-3/+3
* Fix the improper construction of the new folder's physical URI.Peter Williams2001-08-231-2/+5
* Don't remove the folder directory here.Ettore Perazzoli2001-08-231-37/+38
* utf_name should not be const as e_utf8_from_locale_string() returns anJeffrey Stedfast2001-08-181-1/+2
* Remove unused variable @folder.Jason Leach2001-08-141-2/+0
* Use utf 8 to set the name.Ettore Perazzoli2001-08-131-1/+5
* [Finally! Fix #413, "Support for stock folders", and #786, "i18n:Ettore Perazzoli2001-08-121-2/+43
* [Removing Evolution::LocalStorage interface, abstracting the unread countsJason Leach2001-08-041-13/+11
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-231-0/+2
* [This is a better way to have "Local Folders" be shown as the localJason Leach2001-07-211-0/+8
* [This should fix #3873, Bizzarre crash after deleting a fewEttore Perazzoli2001-07-061-5/+0
* Avoid calling the listener directly in `e-local-folder.c'; instead,Ettore Perazzoli2001-06-271-67/+18
* (Implemented deleting folders in the shell. Files changed that aren'tJason Leach2001-06-241-21/+170
* Added ETSPECDIR. Added e-storage-set-view.etspec to get installed.Christopher James Lahey2001-05-261-0/+2
* Lots of people seem to have "broken" local storage hierarchies. So ignoreDan Winship2001-05-121-2/+4
* Remove get_physical_path and load_folders, and replace the calls to themDan Winship2001-05-101-178/+28
* Importer changesIain Holmes2001-05-091-3/+4
* Plug more leaks.Ettore Perazzoli2001-05-041-2/+3
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-4/+3
* Sigh. Use the right variable, idiot. And fix a crash bug thatEttore Perazzoli2001-03-291-1/+1
* Finish the DnD stuff by implementing move/copy on the shell side asEttore Perazzoli2001-03-271-3/+286
* Refactor ELocalStorage a bit so that it's easier to implement theEttore Perazzoli2001-03-231-192/+191
* Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-231-23/+56
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-32/+66
* Changes to allow folders to be created from a callback.Iain Holmes2001-02-241-36/+78
* Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-281-1/+1
* Fix the logic for updating the shortuct labels when the display namesEttore Perazzoli2001-01-241-20/+0
* (Bug #883: Shortcut bar does not update when a folders display nameJason Leach2001-01-191-0/+20
* Complete the code to associate a URI and a folder type to the toplevelEttore Perazzoli2000-12-091-1/+1
* Start implementing a physical URI property for the toplevel nodes inEttore Perazzoli2000-12-051-1/+1
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-2/+2
* Make this take "highlighted" as well.Dan Winship2000-11-021-1/+2
* Add "highligted" field to Folder. Add update_folder method toDan Winship2000-11-021-9/+8
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Fixed some warnings.Christopher James Lahey2000-09-121-2/+2
* Remove debugging message.Ettore Perazzoli2000-09-121-2/+0
* Make `EvolutionStorage' and `ELocalstorage' actually update the CORBAEttore Perazzoli2000-09-121-4/+26
* Fully support setting the display name in the tree. It seems to work.Ettore Perazzoli2000-09-111-0/+28
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-4/+36
* Strdup path when setting the callback data.Christopher James Lahey2000-09-021-1/+1
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-011-9/+9
* Remove the 'POSIX_SOURCE' define completely as we don't need thatEttore Perazzoli2000-06-201-2/+0
* #undef _POSIX_SOURCE after including dirent.h. this breaks the build onChris Toshok2000-06-201-0/+1
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-34/+243
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-081-11/+55
* Portability fix (use `readdir()', not `readdir_r()'). Also, be saferEttore Perazzoli2000-05-071-11/+6
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+342