aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/DBView.xib
Commit message (Collapse)AuthorAgeFilesLines
* Fix console message about missing images (bug in Xcodes IB converter)Max2016-07-101-9/+3
|
* #2434 now use NSTitlebarAccessoryViewController if availableAbhi Beckert2016-06-051-10/+10
|
* Merge branch 'master' of https://github.com/sequelpro/sequelproAbhi Beckert2016-05-091-5/+5
|\
| * Temporarily downgrade two xibs from 7.0 -> 5.1 as the differences seem to be ↵Max Lohrmann2016-05-081-6/+6
| | | | | | | | minimal
* | Fix disabled buttons and add some retina iconsAbhi Beckert2016-05-091-87/+85
|/ | | | #2453 #1432
* * Add the possibility to navigate table list by arrow keys when using table ↵Max Lohrmann2016-04-161-0/+1
| | | | filter (#2468)
* #2453 fix a couple of buttonsAbhi Beckert2016-04-101-8/+10
|
* fix various compile warningsAbhi Beckert2016-04-031-32988/+5664
|
* Fix invalid value being displayed for table auto increment in table status ↵Max2016-02-131-87/+10
| | | | view (#2336)
* Fix another set of fields that allowed multi-line input (#2325)Max2015-11-131-15/+15
|
* Fix an issue where changing a table collation could cause an exception ↵Max2015-11-111-0/+9
| | | | | | | | (fixes #2320) This issue probably was introduced in f02fb787063caabe246a0ee420394f5676c55a9c The empty item at the top of the collation list will now no longer have a selection mark, though.
* Add a "tooltip" when picking a column type in structure view, explaining ↵Max2015-11-101-62/+337
| | | | | | basic properties of the type (part of #1090) This is mostly to help users understand what "Length" actually does for *INT types.
* Fix the charset/collation selection when creating a new db/table (minor ↵Max2015-11-031-9/+9
| | | | leftover from #2237)
* Changed my mind about something, to make it safer for localizationMax2015-11-031-3/+41
|
* Add a visual indication for the defaults in the encoding/collation menus in ↵Max2015-11-021-2/+18
| | | | table structure view (final part of #2237)
* Increase width of "INDEXES" section heading for localizationMax2015-10-211-2/+2
|
* Fix Edit Trigger sheet no working correctly in many localized versions (#2289)Max2015-10-151-0/+3
|
* Constrain the Table Info Comment/Create split view so that neither side can ↵Max2015-10-141-3/+17
| | | | be completely hidden (fixes #2285)
* Give all table views names for crash identificationMax2015-10-021-0/+7
|
* I have a certain suspicion what might be the culprit behind ↵Max2015-08-141-0/+13
| | | | _scrollViewDidChangeBounds:
* Fix some UI spacing issues for pt translation (fixes #2187)Max2015-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
|