aboutsummaryrefslogtreecommitdiff
path: root/AddressBook
Commit message (Collapse)AuthorAge
* [Author: dmaclach]Gravatar gtm.daemon2010-06-15
| | | | | | | Fix up the script so that we can build the iPhone target independent of the Mac target so that we can clean up the pulse config files to only build the one target without building multiple projects. DELTA=649 (626 added, 6 deleted, 17 changed) R=thomasvl
* [Author: dmaclach]Gravatar gtm.daemon2010-06-02
| | | | | | | | | Cleans up builds of GTM on Snow Leopard with gcc 4.2. Cleans up iPhone configs Adds libgcov for Snow Leopard Fixes up some small bugs. R=thomasvl DELTA=2028 (972 added, 990 deleted, 66 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-01-08
| | | | | | | Added some basic casting debugging goodness to GTM. Opinions? added to help catch a bug in QSB. R=thomasvl DELTA=55 (55 added, 0 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-07-28
| | | | | | Forward declare image classes that could be missing. DELTA=2 (2 added, 0 deleted, 0 changed) R=thomasvl
* [Author: dmaclach]Gravatar gtm.daemon2009-06-03
| | | | | | Get rid of GTM_MACOS_WEAK as it is only used in one place and we can code around that. DELTA=6 (1 added, 4 deleted, 1 changed) R=thomasvl
* [Author: altse]Gravatar gtm.daemon2009-06-01
| | | | | | Minor correction to the GTMABAddressBook memory management R=dmaclach DELTA=2 (0 added, 2 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-05-20
| | | | | | Fix up GTM build so that it builds on Tiger. DELTA=15 (15 added, 0 deleted, 0 changed) R=thomasvl
* [Author: dmaclach]Gravatar gtm.daemon2009-05-14
| | | | | | Added workfax, homefax and pager labels to our defined address book fields. R=thomasvl,gianno DELTA=8 (8 added, 0 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-05-07
| | | | | | Fix up GTMABAddressBook to use iPhone native API. R=gianno,altse DELTA=17 (17 added, 0 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-05-07
| | | | | | | | Added a couple more labels to GTMABAddressBook.h Some final fixups to GMOVoiceSearchResult to get it compiling on both desktop and iphone. R=altse DELTA=29 (11 added, 6 deleted, 12 changed) APPROVED=altse
* [Author: dmaclach]Gravatar gtm.daemon2009-05-06
Made GTMABAddressBook work on both the iPhone and the Desktop, giving you a single interface to both. DELTA=2539 (2173 added, 79 deleted, 287 changed) R=thomasvl