aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* [Author: thakis]Gravatar gtm.daemon2009-08-10
| | | | | | | | | | | Unset focus when hiding a per-tab sheet. This is necessary so that when switching to a new tab using the cmd-alt-right keyboard shortcut in chromium, the sheet in the previous tab doesn't keep keyboard focus (which makes breaks cmd-l etc until the window is clicked -- annoying). R=thomasvl DELTA=5 (5 added, 0 deleted, 0 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-08-07
| | | | | | | Bump up the min size on buttons with a note about the logic, update the unittest images accordingly. R=stuartmorgan DELTA=9 (3 added, 0 deleted, 6 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-08-06
| | | | | | | | | | | | Move the nib finding code in GTMUILocalizer to a class methods so it can be called without an instance. Add GTMUILocalizerAndLayoutTweaker getting UI localized and then running through it to auto size UI items that have been marked and also support limited tweaks on other objects based on a group of tweaks. Provide a class method for this sizeToFit fixup of individual objects. Unittests for the new class. R=dmaclach,stuartmorgan DELTA=3161 (3157 added, 0 deleted, 4 changed)
* [Author: iwade]Gravatar gtm.daemon2009-07-29
| | | | | | | Add gtm_dictionaryWithHttpArgumentsString to NSDictionary+URLArguments. R=thomasvl APPROVED=thomasvl DELTA=73 (72 added, 0 deleted, 1 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-07-28
| | | | | | Use CPP gates instead of runtime checks for NSViewController. R=dmaclach DELTA=18 (5 added, 5 deleted, 8 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-07-28
| | | | | | | Fixes up some warnings that were being generated when compiling with the 4.2 compiler. Also cleans up code to look prettier. DELTA=111 (0 added, 0 deleted, 111 changed) R=thomasvl
* [Author: thomasvl]Gravatar gtm.daemon2009-07-27
| | | | | | changing the encoding and project out of sync seems to have messed things up, fixing. R=dmaclach DELTA=36 (35 added, 0 deleted, 1 changed)
* [Author: alcor]Gravatar gtm.daemon2009-07-27
| | | | | | Add constant for theme user default R=dmaclach DELTA=9 (7 added, 0 deleted, 2 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-07-27
| | | | | | Just fix up the encoding for the strings file to match what it now is on disk. R=alcor,dmaclach DELTA=1 (0 added, 0 deleted, 1 changed)
* [Author: alcor]Gravatar gtm.daemon2009-07-27
| | | | | | Fix unit tests R=dmaclach DELTA=18 (4 added, 5 deleted, 9 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-07-27
| | | | | | | | Support for NSMatrix in uistate files (dumps the cells and row/column counts). Support for NSMatrix in GTMUILocalizer. Added checkboxes and radio groups to the GTMUILocalizer unittest. R=dmaclach DELTA=551 (541 added, 0 deleted, 10 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-07-22
| | | | | | Evil bug that ended up with us getting the class instead of an instance passed in to our callback. DELTA=30 (29 added, 0 deleted, 1 changed) R=thomasvl
* [Author: mrossetti]Gravatar gtm.daemon2009-07-20
| | | | | | Fix GTM build. R=dmaclach DELTA=1 (1 added, 0 deleted, 0 changed)
* [Author: alcor]Gravatar gtm.daemon2009-07-20
| | | | | | Fixes for tvl R=thomasvl,dmaclach DELTA=8 (0 added, 2 deleted, 6 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-07-14
| | | | | | Added support for passing in a context type object to GTMNSEnumerator+Filter. DELTA=176 (133 added, 0 deleted, 43 changed) R=thomasvl
* [Author: alcor]Gravatar gtm.daemon2009-07-14
| | | | | | Add quick and silent alias resolution R=dmaclach DELTA=44 (41 added, 1 deleted, 2 changed)
* [Author: alcor]Gravatar gtm.daemon2009-07-10
| | | | | | add missing f R=avi DELTA=1 (0 added, 0 deleted, 1 changed)
* [Author: alcor]Gravatar gtm.daemon2009-07-10
| | | | | | Updated theme methods for chrome/qsb R=avi DELTA=283 (152 added, 33 deleted, 98 changed)
* [Author: hawk]Gravatar gtm.daemon2009-06-24
| | | | | | Make the placeholder text for the prefs windows "Searchable Items" search field localizable DELTA=13 (12 added, 0 deleted, 1 changed) R=dmaclach
* [Author: dmaclach]Gravatar gtm.daemon2009-06-24
| | | | | | Fix up GTMHotKeyTextField so that it handles f-keys. DELTA=372 (322 added, 8 deleted, 42 changed) R=mrossetti
* [Author: altse]Gravatar gtm.daemon2009-06-22
| | | | | | | Use UIImage drawing methods rather than CGContext. This respects the UIImageOrientation unlike CGContext. R=thomasvl DELTA=21 (0 added, 14 deleted, 7 changed)
* [Author: avi]Gravatar gtm.daemon2009-06-18
| | | | | | Adding the WindowSheetController to GTM. R=dmaclach DELTA=925 (925 added, 0 deleted, 0 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-06-17
| | | | | | Gets tests running under 10.5.7 R=stuartmorgan DELTA=14 (8 added, 3 deleted, 3 changed)
* [Author: oster]Gravatar gtm.daemon2009-06-17
| | | | | | Correct over-release on error of an autoreleased object. Thanks to Mike Morton for reporting this. DELTA=2 (0 added, 2 deleted, 0 changed) R=thomasvl,dmaclach
* [Author: mrossetti]Gravatar gtm.daemon2009-06-15
| | | | | | Mostly minor cleanup with a couple of leaks plugged. DELTA=28 (2 added, 7 deleted, 19 changed) R=dmaclach,hawk
* [Author: dmaclach]Gravatar gtm.daemon2009-06-04
| | | | | | | Fixes up the preferences dialog to handle both cmd+cmd and another key modifier Fixes up some localization strings DELTA=467 (343 added, 79 deleted, 45 changed) R=hawk
* [Author: dmaclach]Gravatar gtm.daemon2009-06-04
| | | | | | Add localizations for GTMHotKeyTextField. DELTA=906 (904 added, 0 deleted, 2 changed) R=thomasvl
* [Author: thomasvl]Gravatar gtm.daemon2009-06-03
| | | | | | | | | Add a unittest for http://code.google.com/p/google-toolbox-for-mac/issues/detail?id=25 the bug isn't fixed yet, so the failing parts (they hang) are blocked from running. R=dmaclach DELTA=53 (53 added, 0 deleted, 0 changed)
* [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-02
| | | | | | | Add category extension to UIImage to allow resizing while preserving aspect ratios and optional image clipping. R=thomasvl,dmaclach DELTA=507 (507 added, 0 deleted, 0 changed)
* [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-30
| | | | | | | | | | | Adds copy support to results Adds drag support to results (but only from the small results list, not from the big icon yet) Makes GTMLargeTypeWindow work better so that it doesn't accidentally go crazy drawing way off the screen. Small fixes from isMemberOfClass to isKindOfClass DELTA=218 (145 added, 19 deleted, 54 changed) R=hawk
* [Author: gianno]Gravatar gtm.daemon2009-05-29
| | | | | | Allow inclusion of GTMSenTestCase from objective-C++ classes. R=dmaclach,thomasvl DELTA=7 (7 added, 0 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-05-28
| | | | | | | | | | Change GTMGoogleSearch to not do escaping of URL arguments, because as it turns out the client often wants to handle that themselves. Also, made it so that you didn't have to have a query argument, and that you could override other arguments by setting them to [NSNull null]. These changes make the API far more flexible. DELTA=48 (12 added, 23 deleted, 13 changed) R=thomasvl
* [Author: dmaclach]Gravatar gtm.daemon2009-05-27
| | | | | | Fix for GTMMethodCheck under SnowLeopard so we don't get "Class __NSGenericDeallocHandler does not conform to @protocol(NSObject), so won't be checked" warnings. DELTA=1 (1 added, 0 deleted, 0 changed) R=thomasvl
* [Author: dmaclach]Gravatar gtm.daemon2009-05-22
| | | | | | Added GTMGoogleSearch. DELTA=853 (853 added, 0 deleted, 0 changed) TBR=thomasvl
* [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-20
| | | | | | Add ourselves to the list of running apps even if we are a UIElement app. DELTA=18 (17 added, 0 deleted, 1 changed) R=thomasvl
* [Author: thomasvl]Gravatar gtm.daemon2009-05-19
| | | | | | | http://code.google.com/p/google-toolbox-for-mac/issues/detail?id=23 Handle spaces in directory names. R=dmaclach DELTA=2 (0 added, 0 deleted, 2 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-05-14
| | | | | | Fix up GTMGeometryUtils header so that it works properly in a C++ environment R=thomasvl DELTA=8 (8 added, 0 deleted, 0 changed)
* [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-12
| | | | | | Tightened up shell script error checking. R=thomasvl DELTA=27 (9 added, 10 deleted, 8 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-05-12
| | | | | | | Add verbosity, exit on err and error on unset variable to all script phases. Should help track down build problems, and it found a couple of shell script errors. R=mrossetti,hawk DELTA=75 (16 added, 0 deleted, 59 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-05-11
| | | | | | Add required cast to have GTMTestTimer compile correctly. We weren't casting a value coming back from calloc as the correct type which was causing issues when you compiled with strict C++ on. DELTA=1 (0 added, 0 deleted, 1 changed) R=thomasvl
* [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-07
| | | | | | | Added some support for scanning JSON. We don't parse it, but we scan out blobs that you can then pass to a parser. DELTA=219 (219 added, 0 deleted, 0 changed) R=thomasvl
* [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
* [Author: thomasvl]Gravatar gtm.daemon2009-04-30
| | | | | | | | | | | Address http://code.google.com/p/google-toolbox-for-mac/issues/detail?id=18 - Use a local autoreleasepool during data reads incase the runloop doesn't dump temp memory as much as we'd like. - Wrap the processing up in an exception handler to make sure the pool is always drained. - Update one loop to use GTM_FOREACH_OBJECT. R=dmaclach DELTA=100 (43 added, 32 deleted, 25 changed)