aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/DatabaseServerVariables.xib
Commit message (Collapse)AuthorAgeFilesLines
* Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8)Max2016-05-081-970/+178
|
* Fix another set of fields that allowed multi-line input (#2325)Max2015-11-131-1/+1
|
* Touch all XIB files with Xcode 6.1.1Max2014-12-191-35/+149
| | | | | No"real" changes were made. NOTE: There is actually a chance for this change to break stuff.
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-1/+1
|
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-1208/+263
|
* - Remove BWToolKit from the project, using ibtool to strip out plugin ↵rowanbeentje2012-08-031-1811/+1798
| | | | dependencies now that all BW custom elements have been removed; remove last references and build steps.
* - Remove all BWToolKit elements from the ExportDialog, ↵rowanbeentje2012-08-021-1837/+1811
| | | | DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents
* * UI fixes for #982 #971dmoagx2011-03-071-35/+62
|
* * Fix string width as reported by Alexander Vasiliev (ru)dmoagx2010-09-121-21/+183
| | | | * Make the table status tab date formatter use medium style or the string would be too large at smallest window width
* Increase database process list and variables table views row height to match ↵stuconnolly2009-11-141-6/+2
| | | | that of all the others.
* In an aid to split up the functionality of the TableDocument class as well ↵stuconnolly2009-11-131-0/+1655
as reducing the overall size of DBView, split out the server variables sheet into it's own controller and XIB in the same way as the new server processes sheet is implemented.