aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpstk
Commit message (Expand)AuthorAgeFilesLines
* remove USE_GCC=4.2+ all support freebsd version has it or better.bapt2013-10-091-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-5/+2
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
* - update to 2.0jgh2012-07-193-33/+90
* - Fix conflict & lib linksscheidell2012-06-303-2/+43
* - Avoid unecessary dos2unix invocationswen2012-02-291-0/+1
* Update to 1.7arved2012-02-2813-192/+178
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* - Fix build when alternate LOCALBASE used.tdb2010-09-151-1/+2
* - Fix insufficient buffer size for reading dual frequency NovaTel OEM4 range ...amdmi32009-11-283-0/+35
* - Update to 1.5miwi2009-05-234-113/+219
* Drop maintainerships.bms2009-04-211-1/+1
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
* Nuke old patchesbms2007-09-053-62/+0
* Update to release 1.3.bms2007-08-253-168/+302
* Remove strict dependency on gcc version (USE_GCC=3.4+).fjoe2007-01-126-1/+86
* Mark as requiring gcc 3.4.x; 4.x is not supported by gpstk.bms2007-01-111-2/+3
* Fix install target.bms2007-01-022-5/+4
* BROKEN: Does not buildkris2006-11-171-0/+2
* Fix include file installation.bms2006-11-053-118/+128
* Mark gpstk as requiring gcc 3.4.x or greater.bms2006-11-051-0/+1
* Add new port gpstk, the ARL GPS Toolkit; a software library for workingbms2006-11-0210-0/+313
ch has been merged into shell/MakefileDan Winship2004-06-112-1/+5 * fixes for compiler warningsRadek Doulik2004-06-109-14/+11 * Fixes #58748Rodrigo Moya2004-06-102-0/+12 * don't set the "bg_color_column" property on the ECellToggle class.Rodrigo Moya2004-06-102-3/+5 * Fixes #58799Rodrigo Moya2004-06-102-2/+25 * clean code to avoid compiler warningsRadek Doulik2004-06-101-2/+4 * remove defunct Revert button and replace OK/Cancel buttons with a CloseJon Oberheide2004-06-102-43/+2 * use new etreeselectionmodel api to select paths in one call. Fixes #59546.Not Zed2004-06-102-2/+9 * add new api for setting the whole selection in one go. See #59546.Not Zed2004-06-102-0/+16 * calculate the work week, week, and month views more exactlyJP Rosevear2004-06-104-166/+207 * add some :filter debug. (open_folder): only ignore the get_folderNot Zed2004-06-102-8/+34 * check that we have content selected, not just a selection, before tryingNot Zed2004-06-102-20/+32 * move the stream based checking into the loop, after we connect. Fixes aNot Zed2004-06-102-8/+14 * Fixed a case where it was possible to double-free the gpg context.Jeffrey Stedfast2004-06-092-6/+11 * process only if len > 0Radek Doulik2004-06-091-30/+33 * (ensure_nonzero_step_increments): set step increments always to 16Radek Doulik2004-06-091-2/+2 * new helper function to set step_increments (allocate_callback): callRadek Doulik2004-06-091-0/+20 * oops, we already did a NODATA check. just save the state there rather than cr...Jeffrey Stedfast2004-06-091-2/+1 * oops, decrement the gpg->padding widthJeffrey Stedfast2004-06-091-2/+2 * Don't assign trust to be UNKNOWN if gpg sent us a NODATA status.Jeffrey Stedfast2004-06-092-7/+19 * new function. do the get_view in an idle handler.Chris Toshok2004-06-093-10/+44 * Fix for SSL options appearing for sendmailRodney Dawes2004-06-092-423/+440 * Scroll to the selected folder if needed. Fixes bug #59609.Jeffrey Stedfast2004-06-092-1/+5 * Make the chooser non-modal. Fixes bug #53735.Jeffrey Stedfast2004-06-092-0/+4 * quiet the compiler, and dobey.Chris Toshok2004-06-093-2/+16 * Only change the cursor if the currently selected folder is a subfolder ofJeffrey Stedfast2004-06-092-5/+25 * Fixes #57578Rodrigo Moya2004-06-092-22/+66 * Fixes #57579Rodrigo Moya2004-06-092-2/+19 * new function for notifying all pages of the client change.Rodrigo Moya2004-06-096-17/+53 * do not set the private client here, it is set in comp-editor.c.Rodrigo Moya2004-06-085-15/+97 * cast week view correctlyJP Rosevear2004-06-082-1/+6 * connect to "client_changed" signal on the page. (client_changed_cb): newRodrigo Moya2004-06-083-1/+25 * Fixes #59650Rodrigo Moya2004-06-082-4/+32 * Updated italian translationMarco Ciampa2004-06-082-1741/+1208 * Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-082-121/+88 * give the junk test a unique name. #59567.Not Zed2004-06-082-1/+5 * Fixes #58921.Hans Petter Jansson2004-06-082-0/+8 * disable editing of cells in the contact table.Jon Oberheide2004-06-082-1/+6 * Fixes #57795.Hans Petter Jansson2004-06-082-0/+32 * Like the previous build dep fix, but this works.Hans Petter2004-06-082-3/+8 * Fix order of dependencies.Hans Petter Jansson2004-06-082-1/+5 * Added few headers needed for select names dialog.H P Nadig2004-06-084-0/+127 * Load the entire summary, not just the summary header. This way when theJeffrey Stedfast2004-06-083-2/+14 * Set the store's FULL_NAME to NULL here. Fixes the crash in bug #59713.Jeffrey Stedfast2004-06-082-1/+6 * fix the name of "stock_save-as" everywhereDan Winship2004-06-079-7/+27 * open task lists asynchronously. (client_cal_opened_cb): callback from theRodrigo Moya2004-06-073-45/+85 * Bug #36247 Changes to improve the performance of _(str) function call onVardhman Jain2004-06-072-5/+25 * Updated Czech translation.Miloslav Trmac2004-06-072-151/+51 * Implemented, mostly. Still need to update state on the renamed folderJeffrey Stedfast2004-06-074-1/+154 * Added Martyn Russel to the credits.Jeffrey Stedfast2004-06-072-170/+173 * Updated British English translationGareth Owen2004-06-072-119/+69 * updateFunda Wang2004-06-061-630/+3368 * Updated Catalan translation by Xavi Conde Rueda <xaviconde@eresmas.com>.Jordi Mallach2004-06-062-7220/+5248 * svn path=/trunk/; revision=26228Updated ja.po. T.Aihana2004-06-052-874/+372 * Shuffle usage of trailing "..." in menus.Christian Neumair2004-06-054-5/+15 * Use ngettext for message count information.Christian Neumair2004-06-052-8/+13 * Updated Simplified Chinese translationFunda Wang2004-06-052-3318/+287 * remove bonobo menus and cruft add ok/cancel buttons.Larry Ewing2004-06-054-179/+83 * Fixes #55945JP Rosevear2004-06-055-10/+20 * removed debug printfsJeffrey Stedfast2004-06-051-3/+0 * Initialise the folder->summary and force an update of the message infoJeffrey Stedfast2004-06-053-7/+35 * Fixed to work properly. After we've flushed the buffer, we want to setJeffrey Stedfast2004-06-052-5/+10 * only resolve destinations against persons, not contact lists.Chris Toshok2004-06-052-18/+36 * Duh. If the user doesn't care about SSL/TLS - use USE_SSL_NEVER, notJeffrey Stedfast2004-06-052-1/+5 * Always just return 0, don't try to PR_Sync() - fsync on a socket causes anJeffrey Stedfast2004-06-055-9/+42 * define G_MAXINT32 if it isn't alreadyJP Rosevear2004-06-052-0/+16 * Use e_error_run() instead of the e_activation_error_dialog() stuff that noJeffrey Stedfast2004-06-054-18/+31 * add bug numberJP Rosevear2004-06-041-0/+2 * make purging actually workJP Rosevear2004-06-042-10/+11 * added size info to IMG tags so that it loads the message smootherRadek Doulik2004-06-042-6/+11 * guard against the text value being NULLJP Rosevear2004-06-043-5/+17 * Fixes #59361JP Rosevear2004-06-042-6/+11 * Updated Hungarian translation.Andras Timar2004-06-042-13694/+2739 * Fixes #53643 and #26903.Hans Petter Jansson2004-06-047-47/+144 * Don't pack entry and checkbox widgets directly into the dialog vbox soWilliam Jon McCann2004-06-042-2/+15 * Add HIG border width for dialog window.William Jon McCann2004-06-042-0/+6 * found the bug it fixed, yay.Jeffrey Stedfast2004-06-041-1/+1 * If the last_uri string value is the Evolution 1.4 URI, change it to theJeffrey Stedfast2004-06-042-2/+25 * Protect against a NULL uid. Fixes bug #57619. (ecard_from_remote_record):Jeffrey Stedfast2004-06-042-6/+14 * Merge from release branch.JP Rosevear2004-06-0453-101897/+96653 * Fixes #59481Rodrigo Moya2004-06-041-0/+4 * don't use vsprintf with NULL strings, crashes on FreeBSD.Rodrigo Moya2004-06-042-6/+12 * Protect against a NULL uid. Fixes bug #57619.Jeffrey Stedfast2004-06-042-2/+10 * update the internal client when it changes.Rodrigo Moya2004-06-042-0/+7 * Fixes #56875Rodrigo Moya2004-06-043-3/+28 * always insert new paragraph for signatureRadek Doulik2004-06-032-2/+8 * add shell-errors.xml.hDan Winship2004-06-031-0/+1 * If the icon_name is an abolute path, just load it.Dan Winship2004-06-032-6/+17 * reset current folder. (connect_to_server): and here too just to make sure.Not Zed2004-06-032-1/+8 * disconnect if we get an io error or user cancellation.Not Zed2004-06-032-0/+4 * put this back in, local folders not being noted properly all the time.Not Zed2004-06-032-1/+18 * only save the summary, don't update from server, thats what refresh infoNot Zed2004-06-0315-637/+734 * Updated italian translationMarco Ciampa2004-06-032-146/+87 * Add missing negation that caused a crash.Hans Petter Jansson2004-06-032-1/+7 * bump to 0.0.93.1. (BASE_VERSION): change to 12 for the ESourceChris Toshok2004-06-032-2/+7 * remove hidden field migration, and add in a phase to clear theChris Toshok2004-06-032-52/+23 * remove absolute_uri from ESource's. (migrate_tasks): same.Chris Toshok2004-06-032-0/+45 * Add toolbar visibility toggle to View menu.William Jon McCann2004-06-032-0/+8 * Add listener for the ViewToolbar command.William Jon McCann2004-06-034-0/+74 * removed pre-completion code, not needed anymore. (emlv_finalize): no needRodrigo Moya2004-06-032-24/+9 * fixed leak and pass the correct icalcomponent to e_cal_modify_object.Rodrigo Moya2004-06-034-6/+11 * Don't need these two functions any more (source_to_dialog,Rodney Dawes2004-06-023-1705/+1171 * Fixes #59333Rodrigo Moya2004-06-022-1/+8 * add a drag delete handler. (table_drag_data_get): support text/vcardLarry Ewing2004-06-023-0/+365 * Add in a source option menu to the dialog and make is sensitive only onLarry Ewing2004-06-024-32/+206 * rename can_add to is_mutable, add sensitivity logic for both readonly andLarry Ewing2004-06-023-746/+52 * sort the various available importer plugins by name in the importer druidChristophe Fergeau2004-06-022-0/+34 * Link test-error against libeutil.Christian Neumair2004-06-02