aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/DBView.xib
Commit message (Collapse)AuthorAgeFilesLines
* Fix Edit Trigger sheet no working correctly in many localized versions (#2289)Max2015-10-151-0/+3
| | | | Backport from main
* Fix some UI spacing issues for pt translation (fixes #2187)release-1.1-rc2Max2015-08-021-182/+129
|
* Setting large auto_increment values (> 1000) could be misinterpreted as ↵Max2015-06-091-7/+7
| | | | decimal values in some cases (fixes #2130)
* Remove keyboard shortcut from the database dropdown (cmd+shift+D) and give ↵Max2015-05-131-48/+124
| | | | it to "Go to Database..." instead
* Fix some minor UI misalignmentMax2015-05-121-445/+411
|
* Change the visual appearance of the FK creation error dialog a bitMax2015-04-161-57/+837
|
* * Fix broken import on 10.6…Max2015-01-021-67/+99
| | | | | (Import would not work on a new installation where a certain preference key has not yet been set) * Also attached the gear menu in table structure view to the table header view, so the columns to show can now be selected by right-clicking on the table header (like in Activity Monitor)
* Touch all XIB files with Xcode 6.1.1Max2014-12-191-78/+5210
| | | | | No"real" changes were made. NOTE: There is actually a chance for this change to break stuff.
* Fix "Invalid color System, labelColor" errorMax2014-12-041-14/+9
| | | | At some point Xcode decided to introduce a new variant of black named "labelColor" (which is 10.10 only). This commit changes the DBView xib back to controlTextColor instead.
* Fixes "Could not find image named" errorsMax2014-12-041-30/+0
| | | | | Switchting the IB files to Xcode 5 introduced some kind of image reference for some of our popup buttons, which was kept when we switched back to 4.6 format. However as this wasn't used in the 4.6 files before switchting to 5 either, I just removed that stuff.
* Add a "Open Table in New Window" menu actionMax2014-11-231-4152/+323
| | | | This is implemented as an alternate menu item, ie. it will appear when holding down the Option (alt) key instead of the normal "Open Table in new Tab" item. Fixes #2015
* Another attempt to fix the cog menus on 10.10Max2014-11-211-352/+4326
| | | | | | | Previously our cog menus have been Round Rect (borderless) NSPopupButtons with text aligned to the left of the image as that combination would allow us to make the box of the button exactly as big as the image. However in 10.10 Apple changed the layout so that a padding is always added on the right border of a popup button (except if the menu is attached to the left). From playing around I found the only setting to be compatible between 10.9 and 10.10 to be the button type Bevel (borderless). This commit changes all cog buttons to Bevel type in hopes those will also look the same on 10.8, 10.7, 10.6.
* Fix button alignment and warning.Stuart Connolly2014-10-261-3956/+397
|
* Fix spacing and indexes title being clipped.Stuart Connolly2014-06-011-129/+92
|
* Switch to using NSRuleEditor as SPRuleEditor doesn't exist yet.Stuart Connolly2014-01-251-14/+3830
|
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-3740/+4
|
* Fix warnings on 10.7Stuart Connolly2014-01-181-35/+46
|
* Set XIBs to open Xcode 4.6Stuart Connolly2014-01-181-5544/+30152
|
* Fix remaining IB warning.Stuart Connolly2014-01-181-1/+1
|
* Fix IB warning.Stuart Connolly2014-01-181-8/+8
|
* Revert DBView.xib back to 7ae31e80623186465fa94e8e517fe0d56b32477fStuart Connolly2014-01-181-31/+48
|
* Fix IB warnings.Stuart Connolly2014-01-141-24/+23
|
* Remove reference to class that doesn't exist.Stuart Connolly2014-01-141-2/+2
|
* Fix IB warning for non-existent class.Stuart Connolly2014-01-131-24/+8
|
* Add the XIB support for Multiple Table Content Filters (Issue #63). The ↵rowanbeentje2013-11-101-33321/+5544
| | | | required code is not committed yet, but committing the updated DBView.xib now avoids future xib conflicts while the code is completed.
* Issue #1369: Fix the display of cross database relations.stuconnolly2013-10-211-159/+122
|
* * Move some duplicate code for charset/collation to it's own classdmoagx2013-04-261-33453/+33354
|
* - Fix query status and error message title to not always suggest an error ↵rowanbeentje2013-04-011-60/+75
| | | | has occurred, addressing Issue #1670
* Combine the "Run All" and "Run Current/Previous/Selection" buttons into a ↵rowanbeentje2013-03-311-33321/+33438
| | | | | | | | | | | | single button with dropdown menu with ability to change the default action: - Create a new SPComboPopupButton class; this subclasses NSPopupButton to retain the ability to show the popup menu, but only when the right-hand side of the button is pressed, allowing the rest of the button to perform the click action - Combine the previous two "Run" buttons on the Custom Query view into a new SPComboPopupButton - Move the Run menu items from the gear menu into the Run button popup menu so they can be discovered more easily (and the shortcuts seen more easily) - Add a menu item to switch the button's default action, which also swaps all associated shortcuts - Clean up associated logic This implements Issue #1569
* * Add support for specifying a collation when creating a tabledmoagx2013-03-201-29/+193
|
* * Add support for ALTER DATABASE statement (needs review)dmoagx2013-03-171-27/+500
|
* * Adding the possibility to set a collation when creating a databasedmoagx2013-03-111-32594/+32684
|
* - Fix blurry text in a number of text views in 1.0.x (Possibly caused by IB ↵rowanbeentje2013-03-031-32627/+32594
| | | | mangling; recreated new text views with the same settings to address). This fixes Issue #1560
* Build config update:stuconnolly2013-01-241-32570/+32502
| | | | | | | | | - Update base SDK to 10.6 - Update minimum OS version to 10.6 - Update all XIB to have a 10.6 target - Drop support for PPC - Apply all of the above to frameworks SPMySQLFramework and QueryKit
* - Fix trigger edit failures not restoring the interface correctly, ↵rowanbeentje2013-01-211-32578/+32570
| | | | | | | | | | | preventing the correct saving of the edited trigger thereafter (Issue #1534) - Clean up interface resetting and validation to fix edge cases where the interface was not reset correctly or carried state incorrectly across multiple selections - Fix a small memory leak when editing multiple triggers - Clean up code - Remove the table name column in the triggers interface as it will always display the selected table - Display NULL values in the triggers interface using the preference setting, and in grey
* * Fixes some UI spacing issues with localizationsdmoagx2013-01-041-32611/+32578
|
* - Tweak the width of the Custom Query run buttons to fit French stringsrowanbeentje2012-12-301-8/+31
|
* Make some improvements to the Table Content Filter, particularly for text ↵rowanbeentje2012-12-231-129/+33
| | | | | | | | | fields: - Rename all "IS" entries to "=", to make the intended purpose clearer, and switch the underlying command to use "= BINARY" instead of "LIKE", producing an exact match instead of replicating LIKE functionality. Move LIKE p to just below the = options. This addresses Issue #1441. - Add entries for "matches RegExp" and "does not match RegExp", implementing Issue #1508. - When adding custom filters, add them by default to the Global group if the favourite isn't an on-disk document, addressing filter loss between sessions; this addresses Issue #1381
* - Fix spacing of buttons below the table listrowanbeentje2012-12-181-31625/+32684
|
* Replace 1x .tiff graphics with 1x and 2x png Retina graphics.mattlangtree2012-12-121-15/+19
|
* Add a bunch of new retina icon versions. Including a new Query icon for both ↵mattlangtree2012-12-101-33417/+31746
| | | | 1x and 2x displays.
* - Swap around the Custom Query "Run All" and "Run ↵rowanbeentje2012-12-011-33/+76
| | | | | | | | Current/Previous/Selection" shortcuts and positions (Issue #1094) - Tweak the designated requirement to correctly sign the tunnel assistant (Issue #1503) - Add support for important release notes in the version upgrade routines to highlight important issues, and add notes for the button swap and signing change to alert users
* - Fix the incorrectly hooked up table list refresh buttonrowanbeentje2012-08-311-33346/+33374
|
* Fix IB warnings caused by options that aren't necessary.stuconnolly2012-08-191-33368/+33346
|
* - Fix incorrect shortcuts for buttons below the table list, addressing ↵rowanbeentje2012-08-151-33323/+33368
| | | | Issue #1427
* Fix more IB warnings for options that are not necessary.stuconnolly2012-08-131-33458/+33323
|
* - Increase the size of the table info pane to hold the current maximum ↵rowanbeentje2012-08-061-14/+14
| | | | number of lines (dates + auto increment)
* - Fix a couple of tooltip regressions in all the recent changes (thanks ↵rowanbeentje2012-08-041-33389/+33458
| | | | schlabberdog!)
* - Remove BWToolKit from the project, using ibtool to strip out plugin ↵rowanbeentje2012-08-031-33401/+33389
| | | | 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-53/+35
| | | | DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents