aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage.c
Commit message (Expand)AuthorAgeFilesLines
* Ooops, revert changes: wrong branch.Ettore Perazzoli2003-07-241-15/+12
* Create a new EShellWindow and show it.Ettore Perazzoli2003-07-241-12/+15
* new boolean flag.Dan Winship2003-04-161-36/+57
* Add (e_storage_declare_has_subfolders): Rename fromDan Winship2003-03-151-3/+25
* add a Bonobo::Listener to this like the other async interfaces, ratherDan Winship2003-03-151-17/+11
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-28/+32
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-5/+5
* Make separate dispose/finalize overrides of just overriding destroy.Ettore Perazzoli2002-11-121-6/+8
* Use g_object_get_data() instead of gtk_object_get_data(). Likewise.Ettore Perazzoli2002-11-061-1/+1
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-1/+1
* Replace gtk_signal_emit() with g_signal_emit(). Likewise. Likewise.Ettore Perazzoli2002-11-041-4/+4
* Use g_object_set_data() instead of gtk_object_set_data(). Likewise.Ettore Perazzoli2002-11-041-2/+1
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-4/+2
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-14/+15
* New, implementation for the cancel_discover_shared_folder virtual method.Ettore Perazzoli2002-10-181-3/+16
* Calls e_shell_command_remove_shared_folder. (file_verbs): Set upDan Winship2002-10-011-0/+70
* Add description for E_STORAGE_NOTONLINE.Ettore Perazzoli2002-09-181-0/+2
* (e_storage_removed_folder): When a highlightedEttore Perazzoli2002-09-181-1/+18
* Removed unused variable.Ettore Perazzoli2002-07-191-7/+8
* Deal with folders with no physical_uri.Dan Winship2002-04-041-0/+2
* Register a "working" folder type with the hourglass icon. (WouldDan Winship2002-03-251-1/+1
* Support for delayed filling-in of storages/folders.Dan Winship2002-03-151-2/+108
* Make storages-with-toplevel-views less of a hack.Dan Winship2002-03-081-82/+7
* Keep the storage name and display_name in EStoragePriv. (impl_get_name,Dan Winship2002-03-071-4/+19
* 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
* Add two missing codes.Dan Winship2001-10-151-0/+4
* Make this a no-op if the source and the destination path are the same.Ettore Perazzoli2001-10-101-0/+5
* [Implemented the "Rename" command. Warning, it doesn't quite workEttore Perazzoli2001-09-261-1/+6
* If the remove_source is %TRUE and destination is a descendant of theEttore Perazzoli2001-08-231-0/+12
* [Finally! Fix #413, "Support for stock folders", and #786, "i18n:Ettore Perazzoli2001-08-121-0/+2
* [Removing Evolution::LocalStorage interface, abstracting the unread countsJason Leach2001-08-041-0/+4
* [This is a better way to have "Local Folders" be shown as the localJason Leach2001-07-211-0/+16
* (e_storage_new_folder): Move the folder_changed_cb() call to avoidDan Winship2001-06-291-1/+2
* Call folder_changed_cb after adding the new folder so that if it was addedDan Winship2001-06-291-0/+1
* (Implemented deleting folders in the shell. Files changed that aren'tJason Leach2001-06-241-3/+3
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-2/+2
* Added an xfer method to `EStorage' and `GNOME::Evolution::Storage'.Ettore Perazzoli2001-03-221-0/+30
* Don't free a const pointer.Jeffrey Stedfast2001-02-251-3/+5
* split "highlighted" into self_highlight and child_highligh.Dan Winship2001-02-211-1/+17
* 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-21/+25
* Complete the code to associate a URI and a folder type to the toplevelEttore Perazzoli2000-12-091-6/+35
* Start implementing a physical URI property for the toplevel nodes inEttore Perazzoli2000-12-051-4/+37
* Add "highligted" field to Folder. Add update_folder method toDan Winship2000-11-021-0/+30
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* foreach_data should be set to the caller-supplied data, not the tree itemDan Winship2000-09-151-4/+4
* Fully support setting the display name in the tree. It seems to work.Ettore Perazzoli2000-09-111-26/+7
* Implemented a new `EFolderTree' object. Make `EStorage' use itEttore Perazzoli2000-09-091-184/+56
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-011-11/+28
* Update the ::user_select_folder() interface so that it accepts both aEttore Perazzoli2000-08-041-0/+70
* Teeny tiny mem leak fix.Matthew Loper2000-07-271-0/+1
* Removed some useless debugging messages.Ettore Perazzoli2000-07-111-1/+0
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-27/+61
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-081-32/+116
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-121/+49
* Get rid of the old `evolution-service-repository' cruft and startEttore Perazzoli2000-05-231-16/+20
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+473
sertions'>+10 * Remove instances of @*exec and remove useless @commentbapt2016-12-231-3/+2 * x11-toolkits:libgdiplus: add missing dependencies, licensedbn2016-12-201-3/+10 * Update KDE Frameworks to 5.29.0tcberner2016-12-1913-34/+35 * Get rid of QT_PREFIX in favour of PREFIX.tcberner2016-12-192-2/+2 * Stepping down as maintainer for some ports.johans2016-12-151-1/+1 * x11-toolkits/scintilla, editors/scite: Update to 3.7.1jhale2016-12-123-7/+7 * multimedia/ffmpeg: update to 3.2.2jbeich2016-12-111-1/+1 * Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-0929-28/+29 * Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 totijl2016-12-097-7/+7 * Update to 0.7.0olivierd2016-12-073-6/+8 * Do not use post-stage. Use post-install instead.mat2016-12-021-1/+1 * Fix build of x11-toolkits/qt5-charts after r427356.tcberner2016-12-023-8/+23 * New port: x11-toolkits/qt5-chartstcberner2016-11-294-0/+323 * USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]dbn2016-11-284-12/+29 * - Fix LICENSEsunpoet2016-11-281-1/+3 * - Update to 0.44sunpoet2016-11-262-4/+5 * Remove dependency on the python symlinkantoine2016-11-251-4/+4 * Update to version 2.2.14.1pawel2016-11-252-4/+4 * New port: x11-toolkits/py-qt5-quickpi2016-11-244-0/+55 * devel/boost-*: update to 1.62.0jbeich2016-11-231-1/+1 * - Trim commentamdmi32016-11-232-16/+7 * Fix segfaults from vsnprintf() in dependent portsjhale2016-11-222-1/+11 * x11-toolkits/fltk: ensure that binary packages have complete feature supportdanfe2016-11-221-6/+3 * Take maintainershipjhale2016-11-211-1/+1 * Update to 1.7.56jhale2016-11-215-80/+128 * Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1 * devel/icu: update to 58.1jbeich2016-11-201-1/+1 * Update to 1.6.52jhale2016-11-204-12/+36 * Reset edwin's ports, he has handed in his commit bit.rene2016-11-171-1/+1 * Mark as broken on various tier-2 archs.linimon2016-11-161-2/+3 * Importing KDE Frameworks into the ports tree (required for newer KDE Desktop ...tcberner2016-11-1545-0/+1775 * Udpate PyQt5 to 5.6.2tcberner2016-11-141-0/+1 * Bump PORTREVISION to trigger a rebuild.rakuco2016-11-131-0/+1 * - Update to version 2.2.14pawel2016-11-133-7/+19 * Spell CHOSEN_COMPILER_TYPE correctlyantoine2016-11-131-1/+1 * Track used or drop unused devel/icu dependencyjbeich2016-11-111-1/+2 * Mark as broken on aarch64: fails to link with sbrk.linimon2016-11-101-0/+2 * - Make NLS support non-optional; the option affects list of installed headers...amdmi32016-11-073-18/+9 * Remove expat dependency.tijl2016-11-062-4/+4 * x11-toolkits/scintilla, editors/scite: update to 3.7.0jbeich2016-11-062-4/+4 * Add linux-c7-harfbuzz and linux-c7-graphite2, needed by linux-c7-pango.tijl2016-11-052-2/+3 * Bump PORTREVISION to regenerate immodules cache after fixing linux-c7-cairo.tijl2016-11-051-0/+1 * x11-toolkits/nucleo: oops, restore size check after r425305jbeich2016-11-042-2/+2 * x11-toolkits/nucleo: unbreak build with ffmpeg 3.xjbeich2016-11-044-13/+134 * Remove NVIDIA option from Linux ports now that the nvidia-driver can betijl2016-11-042-15/+4 * Cleanup no longer needed CHMOD usage after r424898.mat2016-11-031-3/+0 * Remove expired ports:rene2016-11-0210-150/+0 * lang/mono: update to 4.6.1.5.dbn2016-10-313-9/+19 * Update Qt to 5.6.2 [1,2]tcberner2016-10-282-0/+24 * Remove CONFIGURE_ENV already set by python.mkantoine2016-10-261-1/+0 * OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports ...mat2016-10-241-1/+1 * Use USES=pathfix where applicable.mat2016-10-213-10/+8 * ${RM} already has -f.mat2016-10-219-12/+12 * Add patch to disable optimizations on a keyboard input functionmadpilot2016-10-213-6/+36 * Reassign makc's ports back to the pool.rakuco2016-10-204-4/+4 * - Add GCC option, turned on by default, to force compilation usingmadpilot2016-10-201-5/+14 * x11-toolkits/qtermwidget: Adjust CFLAGS to support DragonFlymarino2016-10-201-3/+7 * Add Linux CentOS 7 infrastructure ports.tijl2016-10-1927-0/+1450 * Fix configure with CUPS 2.2.x.tijl2016-10-181-3/+12 * - Fix LICENSEamdmi32016-10-141-20/+5 * Fix build.mat2016-10-121-11/+0 * Update to 1.49.adamw2016-10-115-11/+22 * graphics/opencv: add suffix to make room for 3.x seriesjbeich2016-10-041-1/+2 * Deprecate ports broken for more than 6 monthsantoine2016-10-012-0/+5 * - Update devel/efl to 1.18.1gblach2016-09-275-1262/+0 * - Update devel/icu to 57.1.tijl2016-09-241-1/+1 * Fix runtime.mat2016-09-231-0/+2 * x11-toolkits/py-wxPython30: install header filesrm2016-09-231-1/+1 * Fix PKGNAMEantoine2016-09-221-0/+1 * - Update to 0.17amdmi32016-09-214-27/+26 * graphics/squish: new fedora MASTER_SITES to unbreakmarino2016-09-211-3/+1 * Update the Qt5 ports to 5.6.1.rakuco2016-09-1718-94/+424 * GOOGLE_CODE has gone away.mat2016-09-141-0/+2 * Remove expired ports:rene2016-09-145-499/+0 * - Fix build on 11.x+amdmi32016-09-121-0/+20 * - Update to 3.6.7 (changes: http://www.scintilla.org/ScintillaHistory.html)amdmi32016-09-084-45/+43 * - In Uses/linux.mk use the loop variable directly when appending totijl2016-09-077-6/+7 * Use infrastructure to depend on Linux libGLU.tijl2016-09-061-2/+2 * Chase update of Poppler after revision r421386olivierd2016-09-061-0/+1 * - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-0617-428/+399 * QTermWidget is an opensource project originally based on KDE4 Konsoleolivierd2016-08-236-0/+80 * Update to version 1.8.4pawel2016-08-172-3/+4 * Update to 4.2.romain2016-08-093-211/+4 * Update to 0.4.0.1olivierd2016-08-092-6/+6 * Add standard immodules and generate immodules.cache on package installation.tijl2016-08-055-26/+50 * - Move some dependencies from linux-c6-gtk2 to linux-c6-gdk-pixbuf2.tijl2016-08-053-20/+4 * - Depend on libthai.tijl2016-08-023-6/+9 * x11-toolkits/tk86: fix PLIST for non-default optionsgahr2016-08-021-1/+0 * Revert premature changes that snuck into r419437.tijl2016-08-011-2/+2 * Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILEtijl2016-08-0110-2/+2 * x11-toolkits/tk86: update to 8.6.6, regenerate patches with make makepatchgahr2016-07-285-23/+24 * Apply r402343 to other gnome@ ports restoring r297047 behaviorjbeich2016-07-261-4/+5 * Fix build on FreeBSD 12antoine2016-07-231-1/+1 * - update libgd to 2.2.2dinoex2016-07-201-1/+1 * - Update to 3.6.6madpilot2016-07-113-14/+16 * Correct the graphics/png dependency.cy2016-07-091-3/+3 * Reset ports maintained by horia@racoviceanu.com.rakuco2016-06-283-3/+3 * Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-281-1/+1 * Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owne...tz2016-06-231-1/+1 * Update to 1.47.mat2016-06-213-4/+19 * Update Linux ports to Centos 6.8.tijl2016-06-2114-76/+85 * With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-212-11/+13 * Remove gtk-sharp10 it is not depended on anymore and superceeded by other libsbapt2016-06-2011-297/+0 * Nuke useless @exec and @dirbapt2016-06-181-4/+0 * Update to 0.4olivierd2016-06-144-25/+147 * devel/gps: Upgrade to 2016 release (plus 2 dependencies)marino2016-06-129-2104/+2182 * Update 2.3.5 --> 2.3.6cy2016-06-113-35/+9 * devel/gprbuild: Upgrade version 20150506 => 20160609marino2016-06-101-0/+7 * x11/toolkits/py-kivy: replace dependency graphics/py-imaging byrene2016-05-291-2/+2 * x11-toolkits/qt5-widgets: remove stray newlinepi2016-05-291-1/+0 * x11-toolkits/qt5-gui: platform and themes updatespi2016-05-292-3/+27 * devel/py-qt4-core cleanups in py-qt4-*pi2016-05-281-2/+2 * Fix building with Perl 5.25.mat2016-05-271-0/+11 * Many KDE i10n ports: Patch updates CURDIRpi2016-05-261-1/+1 * Remove useless WRKSRC definitions.mat2016-05-251-2/+0 * x11-toolkits/qt5-widgets: fix scaling / cropping for full-screen applicationspi2016-05-243-1/+53 * Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-241-1/+1 * Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-249-9/+9 * During the exp-run in bug 208158, it was found that x11-toolkits/wxgtk30dim2016-05-241-0/+10 * Fix pango install deinstall script that are no longer needed since 1.38bapt2016-05-232-3/+1 * - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1 * - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-1921-51/+51 * Update scite and scintilla to 3.6.5.madpilot2016-05-142-3/+4 * Update to version 2.2.13pawel2016-05-113-4/+4 * graphics/py-opengl{-accelerate}: 3.0.1 -> 3.1.0, change to PyPI namingpi2016-05-102-5/+5 * Change Ada Framework foundation from gcc5-aux to gcc6-auxmarino2016-04-303-3/+3 * Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-289-9/+9 * create USES=gem and update rubygem- ports to use itswills2016-04-289-18/+9 * - Remove outdated PERL_LEVEL checksunpoet2016-04-231-8/+1 * - Add LICENSE_FILEsunpoet2016-04-231-0/+1 * - Add LICENSE_FILEsunpoet2016-04-231-0/+1 * Convert more ports to USES=(tcl|tk):teagahr2016-04-2215-142/+72 * many ports: mark broken on powerpc64swills2016-04-221-0/+2 * Update to 0.2.6madpilot2016-04-203-10/+10 * New port: x11-toolkits/p5-Gtk3pi2016-04-185-0/+38 * Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}jbeich2016-04-131-1/+1 * CentOS ports: for c6_64, install 32bit libraries alongsideswills2016-04-1313-9/+162 * - Update to 3.0.8sunpoet2016-04-122-3/+3 * - Update to 3.0.8sunpoet2016-04-123-31/+3 * - Update to 3.0.8sunpoet2016-04-122-4/+3 * - Update to 3.0.8sunpoet2016-04-122-4/+3 * - Update to 3.0.8sunpoet2016-04-122-4/+3 * - Update to 3.0.8sunpoet2016-04-122-4/+3 * - Update to 3.0.8sunpoet2016-04-122-4/+3 * - Update to 3.0.8sunpoet2016-04-122-4/+3 * - Update to 3.0.8sunpoet2016-04-122-4/+3 * x11-toolkits/p5-Pango: update to 1.227swills2016-04-102-4/+3 * x11-toolkits/p5-Gtk2: update to 1.2498swills2016-04-102-3/+3 * x11-toolkits/bwidget: update to 1.9.10gahr2016-04-082-7/+7 * Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-01