aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/status-track.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2010-10-041-1/+3
|
* Adapt to Camel API changes.Matthew Barnes2010-09-281-1/+1
|
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-1/+3
|
* Coding style cleanups.Matthew Barnes2010-09-131-14/+14
|
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-1/+1
|
* Adapt to Camel API changes.Matthew Barnes2010-04-301-1/+1
|
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-1/+3
|
* Adapt to Camel API changes.Matthew Barnes2010-04-041-1/+1
|
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-5/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-3/+8
|
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-1/+0
|
* Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-021-10/+7
| | | | | | | | Adds the following methods: CamelFolder * (*get_folder) (EMailReader *reader); const gchar * (*get_folder_uri) (EMailReader *reader); GPtrArray * (*get_selected_uids) (EMailReader *reader);
* Kill message_list_free_uids().Matthew Barnes2009-12-021-1/+2
| | | | Use em_utils_uids_free() instead.
* Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-011-4/+5
|
* GN-bug #593617 - GroupWise plugins are not builtMilan Crha2009-09-231-56/+53
|
* Do not decode the date as its already in local timezone.Chenthill Palanisamy2009-07-141-3/+1
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-1/+0
|
* More code cleanup.Matthew Barnes2009-06-021-13/+13
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-12/+12
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-1/+1
|
* ** Fix for bug bnc #446286Bharath Acharya2008-11-201-10/+0
| | | | | | | | | | | 2008-11-20 Bharath Acharya <abharath@novell.com> ** Fix for bug bnc #446286 * status-track.c: (track_status): Remove the header check as we do a e_gw_connection_get_item for tracking the status. svn path=/trunk/; revision=36807
* Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-191-14/+16
| | | | svn path=/trunk/; revision=36381
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-10/+10
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* ** Fix for bug #458515 string correctedindu2007-11-131-1/+1
| | | | | | | | | | | 2007-11-12 indu <indu_ait@yahoo.co.in> ** Fix for bug #458515 * status-track.c: (recipient->undelivered_date) string corrected svn path=/trunk/; revision=34527
* Fix warnings from sparse and gccKjartan Maraas2007-10-311-1/+1
| | | | svn path=/trunk/; revision=34458
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* 2007-07-30 Part of fix for bug #360461 - Avoid markup in translatable messagesMilan Crha2007-07-301-3/+11
| | | | svn path=/trunk/; revision=33894
* ** Fix for bug #410287 from LuckySrinivasa Ragavan2007-07-291-3/+3
| | | | svn path=/trunk/; revision=33875
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
| | | | svn path=/trunk/; revision=33432
* Rewritten GroupWise Status TrackingSankar P2007-03-301-84/+83
| | | | | | | | | | | 2007-03-30 Sankar P <psankar@novell.com> * status-track.c: (format_date), (track_status): Rewritten GroupWise Status Tracking svn path=/trunk/; revision=33344
* Mark strings as translatable. See bug #399381 for details.Nickolay V. Shmyrev2007-01-271-7/+7
| | | | svn path=/trunk/; revision=33152
* Make this place a bit more quietKjartan Maraas2006-01-281-1/+1
| | | | svn path=/trunk/; revision=31328
* decode the date to local time **Fixes #314755 also fixed some stylingVivek Jain2006-01-181-5/+12
| | | | | | | | | | | | 2006-01-18 Vivek Jain <jvivek@novell.com> * status-track.c : (add_detail): decode the date to local time **Fixes #314755 also fixed some styling issues. Committed on behalf of Vivek - partha svn path=/trunk/; revision=31230
* *** empty log message ***Jain Vivek2005-08-021-1/+1
| | | | svn path=/trunk/; revision=29954
* adjust row counts while calling add_detail so that it doesn't overlap theVivek Jain2005-07-291-3/+4
| | | | | | | | | | | 2005-07-29 Vivek Jain <jvivek@novell.com> * status-track.c: (track_status): adjust row counts while calling add_detail so that it doesn't overlap the entries. **Fixes #302817 svn path=/trunk/; revision=29936
* for status strack removed "Item" tag entries, included a factory methodVivek Jain2005-07-291-18/+47
| | | | | | | | | | | | | | 2005-07-29 Vivek Jain <jvivek@novell.com> * org-gnome-groupwise-features.eplug.xml: for status strack removed "Item" tag entries, included a factory method * status-track.c : (org_gnome_track_status): converted to factory method to add the item, moved most of its code to new function (track_status), which is a callback for the click **Fixes #311721 svn path=/trunk/; revision=29927
* Created a plugin "groupwise-features" which is a consolidation ofVivek Jain2005-05-231-0/+237
23-05-2005 Vivek Jain <jvivek@novell.com> Created a plugin "groupwise-features" which is a consolidation of following existing plugins * groupwise-account-setup * addressbook-groupwise * shared-folder * groupwise-send-options * groupwise-status-tracking * send-options svn path=/trunk/; revision=29400