# New ports collection makefile for: xoj # Date created: 30 March 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= xoj PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/demos EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org USE_XPM= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes .include -evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagEVOLUTION_1_0_5nobody2002-05-0738-7339/+6004
* doh, remove >>>>>'sChris Toshok2002-05-041-1/+0
* finally remove the #if 0's and use the oaf query stuff to get backendsChris Toshok2002-05-042-2/+7
* Call evolution_config_control_changed when the EFolderList changes.Christopher James Lahey2002-05-042-0/+16
* Updated this to have the ConfigControlFactory have an addressbookwideChristopher James Lahey2002-05-048-36/+167
* Desensitize the to, cc, and bcc buttons if there's no selection here.Christopher James Lahey2002-05-032-0/+34
* Changed some of these to bind to the ContactListEditor verbs since they'reChristopher James Lahey2002-05-032-3/+9
* fixJP Rosevear2002-05-012-4/+7
* Added this function so that there would be less duplication of cardsChristopher James Lahey2002-05-014-61/+119
* Changed this to set a subject when sending a contact. This makes theChristopher James Lahey2002-05-012-1/+64
* ugh, missed one.Jeffrey Stedfast2002-04-271-1/+0
* oops, should have done a search to make sure I had gotten all of the libibexesJeffrey Stedfast2002-04-271-6/+0
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-273-2/+4
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-272-1/+2
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-272-1/+4
* Unref the text_model here instead of the model, since the model never getsChristopher James Lahey2002-04-262-4/+10
* Updated this for the new e_table_memory_store_insert function prototype.Christopher James Lahey2002-04-252-20/+13
* Added a "Browse..." button to switch to a different addressbook folder.Christopher James Lahey2002-04-255-17/+112
* Coded handling of the select_entry to search within the displayedChristopher James Lahey2002-04-244-68/+99
* Updated this dialog to match the redesign.Christopher James Lahey2002-04-242-205/+264
* Make unused menu items disappear instead of graying out.Christopher James Lahey2002-04-242-1/+34
* Removed e_addressbook_reflow_adapter_right_click andChristopher James Lahey2002-04-248-691/+474
* Removed an unused variable here.Christopher James Lahey2002-04-233-2/+25
* Allow GDK_ACTION_COPY also, since the composer for example does not acceptJeffrey Stedfast2002-04-232-2/+8
* change order of scope option menu to match how it's stored.Chris Toshok2002-04-192-2/+7
* change ldap config control text so it fits in the config dialog.Chris Toshok2002-04-193-23/+105
* add LDAP_CFLAGS to INCLUDESChris Toshok2002-04-192-0/+5
* no more source->type.Chris Toshok2002-04-192-1/+6
* fill in source->ssl. (addressbook_source_dialog_set_source): set upChris Toshok2002-04-195-47/+74
* fix memory leaks.Chris Toshok2002-04-1913-1848/+7606
* Append /addressbook.db to the end of the default URI if it starts withDan Winship2002-04-193-3/+19
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-184-49/+65
* Include addressbook-config.h here as this file uses it.Christopher James Lahey2002-04-128-44/+196
* Update for new-and-improved consistent default folder uri.Dan Winship2002-04-103-64/+23
* Add view_info arg, but don't do anything with it.Dan Winship2002-04-092-0/+6
* add config_item:typeJP Rosevear2002-04-072-0/+10
* link to the static libversitJP Rosevear2002-04-052-1/+5
* Update for evolution_shell_client_user_select_folder API change.Dan Winship2002-04-052-16/+18
* Remove AddressbookConfig, ContactNew, ContactNewList EPixmap entries.Ettore Perazzoli2002-04-043-3/+13
* Fix spelling of E_CARD_SIMPLE_PHONE_ID_TTYTDD andDan Winship2002-04-024-7/+17
* ignore .pureChris Toshok2002-04-022-0/+2
* parent_class should be static. (From Max Horn <max@quendi.de>)Dan Winship2002-04-012-1/+6
* Add priority for the config page. Renamed to "Directory Servers".Ettore Perazzoli2002-03-302-2/+9
* don't free req->vcard. it's freed in pas_book_free_request.Chris Toshok2002-03-282-19/+12
* make sure to call ldap_value_free (values);, and ldap_msgfree (resp).Chris Toshok2002-03-282-12/+40
* Update for libversit change: Use .a rather than .la now.Dan Winship2002-03-204-10/+19
* [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-192-23/+16
* Update to use new EPopupMenu API.Jeffrey Stedfast2002-03-164-31/+44
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-163-2/+8
* Add an icon for the LDAP sources configuration control.Ettore Perazzoli2002-03-142-0/+8
* Remove verb "AddressbookConfig". (config_cb): Removed.Ettore Perazzoli2002-03-137-52/+171
* change contains x-evolution-any-field to beginswith on email, full_name,Chris Toshok2002-03-122-1/+11
* add TLSNotAvailable to BookLister_CallStatus.Chris Toshok2002-03-105-16/+86
* since I've gone ahead and made the file backend (by way ofChris Toshok2002-03-104-22/+53
* track union/struct change. (pas_book_queue_remove_card): same.Chris Toshok2002-03-085-713/+1136
* Update for evolution_storage_new() change.Dan Winship2002-03-082-1/+7
* don't set "editable" here, as the way things work the backend isn't ableChris Toshok2002-03-052-1/+7
* [fixes bug #20871] add the status-message label.Chris Toshok2002-03-053-1/+43
* don't ref the view here, since it keeps the view alive until the search isChris Toshok2002-03-012-4/+12
* i2002-02-26 Chris Toshok <toshok@ximian.com>Chris Toshok2002-03-012-2/+7
* [fixes bug #20690] the data arg is not GList** anymore, it'sChris Toshok2002-03-012-52/+86
* only handle the ESB_ADVANCED case here now. the actual query work is doneChris Toshok2002-02-252-2/+29
* make the right auth page start up open.Chris Toshok2002-02-253-1/+15
* [ Fixes bugs 20740, 16680, and god knows what else :) ] double theChris Toshok2002-02-234-49/+206
* Define $(iconsdir).Ettore Perazzoli2002-02-223-7/+48
* track change to signature, and (for now) just change all the returnChris Toshok2002-02-218-17/+59
* if the load_uri fails, notify the listener that the repository is offline.Chris Toshok2002-02-192-1/+24
* escape commas in the dn, since they're used by ldap to specify the node'sChris Toshok2002-02-192-7/+29
* Keep a ref of the model in this case as well.Christopher James Lahey2002-02-142-0/+7
* Make sure to only set the query once when creating a new book and not atChristopher James Lahey2002-02-143-24/+65
* Attach to the emvw instead of the emv here.Christopher James Lahey2002-02-146-39/+92
* Finishing commit that failed in the middle:Christopher James Lahey2002-02-14