aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/Navigator.xib
Commit message (Collapse)AuthorAgeFilesLines
* Update all remaining xib files to require at least Xcode 5.1 (= OS X 10.8)Max2016-05-081-1271/+230
|
* 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-45/+252
| | | | | 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-3/+3
|
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-1372/+350
|
* * Fixes some UI spacing issues with localizationsdmoagx2013-01-041-61/+39
|
* - Remove BWToolKit from the project, using ibtool to strip out plugin ↵rowanbeentje2012-08-031-2121/+2105
| | | | 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-2144/+2121
| | | | DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents
* • fixed resizing of the Navigator columns in the GUIBibiko2010-08-151-5/+6
|
* • NavigatorBibiko2010-08-131-774/+346
| | | | | | | - make usage of only one tree - fixed "Button"-dummy - fixed refreshing of the tree data for first invocation - fixed tiny bits for possible crashes/exceptions due to threading
* • some minor work on NavigatorBibiko2010-08-121-578/+260
| | | | | | | - refresh on first init - sped up sorting a bit - code improvements - removed Quick Access since it can be outsourced (in the future)
* Fixed warning about using 'Single Line Mode' working in 10.6 only.mltownsend2010-07-051-20/+881
|
* • NavigatorBibiko2010-03-241-4/+41
| | | | | | - ENTER and RETURN selects schema path in active connection window - outsourced some stuff to SPNavigatorOutlineView • added rotating sync arrows to project for future usage
* • added SPNavigatorOutlineView class for future stuffBibiko2010-03-231-10/+66
| | | | • fixed some keytab indices for navigator window
* • NavigatorBibiko2010-03-231-6/+6
| | | | | | | | - gather more information - show infos for proc/func - improved error handling - reduced jittering while closing a connection window - still hidden - if navigator is not visible no navigator code will be executed
* • NavigatorBibiko2010-03-211-9/+85
| | | | | | | | | | - added 'sync' mode - the navigator follows the active window db/table selection if navigator has not multiple selected items - added drag support of selected items -- as comma separated and backtick quoted string for external apps -- as array of schema paths for SP • CMTextView - added drop support for selected items coming from the Navigator - insert them as comma list relative to current selected db/table
* • NavigatorBibiko2010-03-211-6/+6
| | | | | - preserve selection; if generally possible check if selected item still exists if not select parent if still exists on so forth - a reload should only occurs if structure was changed
* • Navigator progressBibiko2010-03-201-52/+120
| | | | | | | | - made expand status persistent for current SP session - added draft to display additional information about selected fields - tried the minimize the jittering while resizing outline views (test) Note: to test it simply unhide menu item in MainMenu.xib
* • some improvements for navigatorBibiko2010-03-191-5/+10
|
* • further progress for navigatorBibiko2010-03-181-31/+598
|
* • some progress of the navigator approach (not yet active - hidden main ↵Bibiko2010-03-181-15/+66
| | | | menu item)
* • initial commit to support a connection/schema navigator (not yet active ↵Bibiko2010-03-171-0/+1171
- to try see line 1134 in TableDocument.m)