diff options
author | rowanbeentje <rowan@beent.je> | 2009-12-08 01:38:13 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-12-08 01:38:13 +0000 |
commit | c71309b319ec4ea254ed5d6efd12fd7766fc5184 (patch) | |
tree | c1fcf3e5820103064656c34282051a2add5f3efb /Interfaces | |
parent | 0483d38f13410bcf5dd81f38cf7a1c801b5f7271 (diff) | |
download | sequelpro-c71309b319ec4ea254ed5d6efd12fd7766fc5184.tar.gz sequelpro-c71309b319ec4ea254ed5d6efd12fd7766fc5184.tar.bz2 sequelpro-c71309b319ec4ea254ed5d6efd12fd7766fc5184.zip |
- Tweak positioning of old "working" spinner to center and align it
- Fix pagination to not enable the "next page" arrow when looking at a small, complete, filtered result
- Move content table setup and drawing to a new method called on the main thread. Should improve thread safety, and fixes flickering updates. Tweak a few bits of drawing code to take advantage of main thread status to further reduce flicker and jumping
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index fe22ea72..0ef9900c 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -2275,7 +2275,7 @@ <reference key="NSNextResponder" ref="1013108064"/> <int key="NSvFlags">1289</int> <object class="NSPSMatrix" key="NSDrawMatrix"/> - <string key="NSFrame">{{676, 513}, {16, 16}}</string> + <string key="NSFrame">{{674, 515}, {16, 16}}</string> <reference key="NSSuperview" ref="1013108064"/> <int key="NSpiFlags">28938</int> <double key="NSMaxValue">100</double> @@ -24203,6 +24203,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <string>helpTargetDispatcher:</string> <string>runAllQueries:</string> <string>runSelectedQueries:</string> + <string>showAutoHelpForCurrentWord:</string> <string>showHelpForCurrentWord:</string> <string>showHelpForSearchString:</string> </object> @@ -24225,6 +24226,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> <string>id</string> <string>id</string> <string>id</string> + <string>id</string> </object> </object> <object class="NSMutableDictionary" key="outlets"> |