/security/p5-Nmap-Parser/

header'> cgit logo index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* if the item being sent is not a meeting, send it as a mixed item with aJP Rosevear2002-09-262-7/+105
* added a comment about the fix for #30918.Rodrigo Moya2002-09-262-0/+7
* Fixes #27961Rodrigo Moya2002-09-252-0/+12
* add the gtk2 keypad entries (resync with gdk).Larry Ewing2002-09-251-10/+34
* Updated Korean translation by Young-Ho Cha <ganadist@mizi.com>.Changwoo Ryu2002-09-252-1/+6
* Updated Korean translation.Changwoo Ryu2002-09-252-5136/+3215
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-09-252-12536/+10469
* Allow users to delete already deleted messages, fixes bug #30827.Jeffrey Stedfast2002-09-252-1/+6
* Only append the account name to the end of the From menu item if the emailDan Winship2002-09-252-4/+30
* Placate compiler.Ettore Perazzoli2002-09-255-1/+69
* Don't destroy the dialog. It does that itself whenever it emitsDan Winship2002-09-253-4/+12
* added gtkhtml to GNOME_FULL flagsRadek Doulik2002-09-251-1/+1
* add gtkhtml to addressbook flagsRadek Doulik2002-09-251-1/+1
* return a builtin timezone if we don't find the timezone in our component.Rodrigo Moya2002-09-252-7/+22
* Add PilotConduitSettings verb. [#14019]Ettore Perazzoli2002-09-242-18/+42
* Make the default vfolders only operate on local folders. OtherwiseDan Winship2002-09-242-4/+10
* make sure the start/end for no time palm events are DATE values, tidy codeJP Rosevear2002-09-242-13/+24
* convert to date values if the original start and end were both datesJP Rosevear2002-09-242-2/+12
* Don't mark empty string with _().Zbigniew Chyla2002-09-242-1/+6
* unref the query since now the query object on the server keeps a copy ofRodrigo Moya2002-09-242-1/+6
* unref the QueryListener object. (query_construct): create anRodrigo Moya2002-09-242-1/+24
* use the new e_tree_set_search_column function instead of my lameass sortMike Kestner2002-09-242-14/+6
* New api to set the search column on a tree without having to set a sortMike Kestner2002-09-242-0/+23
* Changed the Mailing-List rule to get the complete domain (* in wrongNot Zed2002-09-242-1/+4
* Clear search by setting text to "" and search to first search.Not Zed2002-09-243-12/+17
* Always do a search if the query changed. For #31060 & #29625.Not Zed2002-09-242-3/+5
* If we have no data written to a key, dont add it, or its partition header.Not Zed2002-09-246-24/+123
* pass name of the script as 1st parameterRadek Doulik2002-09-243-2/+10
* Pass ev, not &ev to CORBA_Object_duplicate since ev is already a pointer.Dan Winship2002-09-242-1/+6
* Fix non-ANSI switch statement.Dan Winship2002-09-245-3/+20
* (e_summary_weather_get_html): Don't add anyEttore Perazzoli2002-09-242-13/+7
* (e_shell_construct): Oops, no @shell argument toEttore Perazzoli2002-09-242-1/+6
* Use e_shell_request_close_view().Ettore Perazzoli2002-09-244-31/+74
* Use 0666 as the create mode so that the user's umask is used to it'sJeffrey Stedfast2002-09-242-1/+6
* If the original message is deleted, reset the deleted flag when we'reJeffrey Stedfast2002-09-242-3/+8
* add gtkhtml flags to shell as wellRadek Doulik2002-09-241-1/+1
* (get_type_from_parent_path):Ettore Perazzoli2002-09-242-3/+9
* Decode the INTERNALDATE if we've got one. (imap_update_summary): InsteadJeffrey Stedfast2002-09-242-5/+34
* use pkg-config for gtkhtmlRadek Doulik2002-09-242-14/+16
* Removed a #warning.Ettore Perazzoli2002-09-243-13/+12
* Added some missing names.Ettore Perazzoli2002-09-244-2/+17
* add these and install Mailer.idlDan Winship2002-09-242-0/+7
* fix kde applnk test to not test for things if disabledJP Rosevear2002-09-242-28/+78
* add libeutil to the linkJP Rosevear2002-09-243-0/+10
* add libeutil to the link and link with libcamel instead ofJP Rosevear2002-09-242-1/+7
* fix non-ANSI switch statement.Dan Winship2002-09-232-0/+6
* fix non-ANSI switch statements.Dan Winship2002-09-234-0/+16
* install an idle callback that will start the alarm daemon.Rodrigo Moya2002-09-232-4/+25
* Update URLs for mailing lists, Evolution application page, helpAaron Weber2002-09-233-83/+89
* remove timeout function always and re-add it if the query is in progress.Rodrigo Moya2002-09-232-14/+15
* move success notification code to its own code block, since it was beingRodrigo Moya2002-09-232-27/+41
* gtk_object_ref the component listener before emitting the "component_died"Rodrigo Moya2002-09-232-0/+10
* Fixes #28310Rodrigo Moya2002-09-231-0/+2
* only save the new notification time if it is bigger than the already savedRodrigo Moya2002-09-232-1/+13
* oops, add cached_folder_list to struct _ESelectNamesManager.Chris Toshok2002-09-232-0/+7
* [ Fixes #30481 ] initialize the select names dialog with the defaultChris Toshok2002-09-232-7/+29
* Fix non-ANSI switch statementDan Winship2002-09-232-0/+5
* add empty statement after label to make it ANSI.Dan Winship2002-09-232-0/+6
* fix non-ANSI switch statement.Dan Winship2002-09-235-0/+15
* Fix some non-ANSI switch statementsDan Winship2002-09-233-0/+9
* Fix some non-ANSI switch statements.Dan Winship2002-09-232-2/+7
* [ Fixes #28165, 29171 ] check to see if the value has really changed. theChris Toshok2002-09-232-25/+64
* updated po filePablo Saratxaga2002-09-232-2569/+2222
* Updated Norwegian nynorsk translationRoy-Magne Mo2002-09-222-750/+174
* [ Fixes #30483 ] argh, contains => beginswith.Chris Toshok2002-09-212-1/+7
* Big language name cleanupKjartan Maraas2002-09-211-53/+53
* Added a couple of missing .glade files. Updated Norwegian translation.Kjartan Maraas2002-09-213-790/+771
* Connect signal handlers to the GtkHTML preferences so that when theJeffrey Stedfast2002-09-212-7/+21
* Removed member sort_idle_id inEttore Perazzoli2002-09-212-80/+50
* fix problem where -lpisync was not linked in if you didn't specifyJP Rosevear2002-09-212-2/+7
* offline usage.Aaron Weber2002-09-213-19/+52
* check to see if the component is already on the server or notJP Rosevear2002-09-215-107/+49
* forgot to commit changelogAaron Weber2002-09-211-0/+5
* linked to wrong image.Aaron Weber2002-09-211-1/+1
* set the deleted attendees array to size 0 after we clean it upJP Rosevear2002-09-202-1/+9
* remove the query from the cache if it failed. (start_cached_query_cb):Rodrigo Moya2002-09-202-0/+23
* Make it validate. Same here.Kjartan Maraas2002-09-204-3/+8
* Make it validateKjartan Maraas2002-09-201-1/+1
* New regression test for word splitting/search input parsing code.Not Zed2002-09-20