aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/ContentPaginationView.xib
Commit message (Collapse)AuthorAgeFilesLines
* - Set pagination limit number formatter *off* lenient to allow editing ↵rowanbeentje2010-08-301-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.stuconnolly2010-08-191-63/+61
|
* • resized ContentPaginationView for better localizationBibiko2010-07-061-59/+1142
| | | | - maybe needs to be discussed
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-222/+215
|
* Rename TableContent to SPTableContent.stuconnolly2010-05-281-99/+102
|
* - Tweak pagination to fix click-through of pagination popup, fix next page ↵rowanbeentje2009-11-231-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 ↵rowanbeentje2009-11-231-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