Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8) | Max | 2016-05-08 | 1 | -4423/+166 |
| | |||||
* | Fix another set of fields that allowed multi-line input (#2325) | Max | 2015-11-13 | 1 | -2/+2 |
| | |||||
* | Touch all XIB files with Xcode 6.1.1 | Max | 2014-12-19 | 1 | -128/+1018 |
| | | | | | No"real" changes were made. NOTE: There is actually a chance for this change to break stuff. | ||||
* | Try to fix the legacy pagination popover | Max | 2014-11-29 | 1 | -17/+31 |
| | | | | | | (Actually I only enabled CALayer for the container.) Also deleted a NSView that was thinking it was a NSButton, invisible, and not connected to anything. Hopefully no one will miss that thing. | ||||
* | Change pagination popover to native type | Max | 2014-11-28 | 1 | -536/+3139 |
| | | | | | | This commit switches our pagination popover to use native NSPopover on 10.7+ making it look more polished and modern. On 10.6 the old style will be used, *however* that one might still suffer from a bug caused by undefined overlapping view drawing behaviour. | ||||
* | Allow all interfaces to be opened in Xcode 4. | Stuart Connolly | 2014-01-19 | 1 | -2/+2 |
| | |||||
* | Allow all interfaces to be opened in Xcode 4. | Stuart Connolly | 2014-01-19 | 1 | -5942/+914 |
| | |||||
* | - Allow table content pagination to preserve the current filter type, ↵ | rowanbeentje | 2012-11-21 | 1 | -155/+146 |
| | | | | including URL schemes and advanced table-based filters, addressing Issue #1492. (The filter code in question probably needs refactoring to allow it to be simplified in future, but does currently function) | ||||
* | - Fix use of the pagination jump-to-page functions, addressing Issue #1376 | rowanbeentje | 2012-06-20 | 1 | -5922/+5950 |
| | |||||
* | * Fixes some localization spacing issues reported by Frédéric Latour | dmoagx | 2011-09-02 | 1 | -187/+2411 |
| | |||||
* | - Set pagination limit number formatter *off* lenient to allow editing ↵ | rowanbeentje | 2010-08-30 | 1 | -114/+494 |
| | | | | formatted numbers (eg editing the default 1,000 to 2,000) without formatting characters such as commas being truncated | ||||
* | Missing changes from r2554. | stuconnolly | 2010-08-19 | 1 | -63/+61 |
| | |||||
* | • resized ContentPaginationView for better localization | Bibiko | 2010-07-06 | 1 | -59/+1142 |
| | | | | - maybe needs to be discussed | ||||
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -222/+215 |
| | |||||
* | Rename TableContent to SPTableContent. | stuconnolly | 2010-05-28 | 1 | -99/+102 |
| | |||||
* | - Tweak pagination to fix click-through of pagination popup, fix next page ↵ | rowanbeentje | 2009-11-23 | 1 | -9/+18 |
| | | | | | | | button mouseover text, display no text when 0 or 1 pages of results for clarity - No longer include the old app icon in the built product (but leave it in the project) | ||||
* | - Replace the LIMIT interface on the content view with a pagination control ↵ | rowanbeentje | 2009-11-23 | 1 | -0/+2235 |
at the bottom. This addresses the last of Issue #49 and implements Issue #133; jump-to and two prefs affecting loading are available in a popup when clicking the pagination interface. - Format row counts at the bottom of the content pane - Increase the MCPStreamingResult buffer for a stronger workaround for #463 |