aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
* Issue #1519: Fix auto-sizing of export filename and truncate it when it ↵stuconnolly2013-01-031-17/+41
| | | | becomes too big.
* Fix IB warnings.stuconnolly2013-01-032-11364/+11333
|
* - 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
|
* - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ↵rowanbeentje2012-12-171-13635/+13690
| | | | the focus to the Filter Content tab bar. ⇧⌘F is used to show the advanced content filter table. This allows ^⌘F to be used for the standard OS X fullscreen window command, addressing Issue #1513.
* Replace 1x .tiff graphics with 1x and 2x png Retina graphics.mattlangtree2012-12-121-15/+19
|
* - Add final versions of the new icon designed by Kenichi Yoshida (with many ↵rowanbeentje2012-12-123-3822/+3748
| | | | | | | | | thanks to Panic, Inc), recompressed for smaller file size and 10.5 compatibility - Add document icons to match - Amend the Info.plist to fix Sequel Pro being able to edit old .spf files etc - Add .mysql file support (Issue #1366)
* 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
* - Allow table content pagination to preserve the current filter type, ↵rowanbeentje2012-11-211-155/+146
| | | | including URL schemes and advanced table-based filters, addressing Issue #1492. (The filter code in question probably needs refactoring to allow it to be simplified in future, but does currently function)
* Query Editor Preference Pane editor colour tweaks:rowanbeentje2012-10-141-21/+11
| | | | | | - Make the preview colour well square - Make the background colour apply to the full preview table and not just the cell backgrounds
* Connection interface tweaks:rowanbeentje2012-10-091-5/+151
| | | | | | | - When adding a new connection and name editing is entered, accept name changes without validating hostnames etc - When deleting groups of nodes, ensure that passwords for child nodes are correctly removed from the Keychain - Add remove item, rename item, and duplicate item entries to the connection interface gear menu (matching the contextual menu)
* Change the connection screen interface, particularly relating to favourite ↵rowanbeentje2012-10-061-122/+341
| | | | | | | | | | | | | | editing on the connection screen (Issue #1339, Issue #1440): - No longer save changes made to connection favourites as soon as the interface is updated - Alter the interfaace if favourites are editing, offering to save the changes either to the old connection favourite or to a new favourite - Add a "Test connection" button to verify changes before saving - Add a "Quick Connect" entry to the top of the connection view's favourites list so a blank form is always available - Use a custom highlight when editing favourites to show the favourite has changed but is still linked - Reduce the margin on the left-hand side of the connection favourites list to increase the available space - Alter favourite name generation, making it less aggressive when generating names from partial details (eg creating names of just "@") and removing the user - Alter key icon usage to correctly update the button appearance if an SSL or SSH key is selected
* - 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
* - Tweak SPSplitView to support autosave names, extending the default ↵rowanbeentje2012-08-151-9146/+9124
| | | | | | | autosave behaviour which seems to have problems - Use that to fix the database view splitter/connection view splitter not saving position correctly
* Fix more IB warnings for options that are not necessary.stuconnolly2012-08-132-33538/+33373
|
* Fix IB warnings for options that are not necessary.stuconnolly2012-08-131-1852/+1861
|
* - 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-042-33423/+33473
| | | | schlabberdog!)
* Fix IB warnings.stuconnolly2012-08-031-11111/+11019
|
* - Remove BWToolKit from the project, using ibtool to strip out plugin ↵rowanbeentje2012-08-039-70759/+70860
| | | | dependencies now that all BW custom elements have been removed; remove last references and build steps.
* - Remove all BWToolKit views from the QueryFavoriteManager and ↵rowanbeentje2012-08-032-8411/+8540
| | | | UserManagerView, replacing with SPSplitViews and standard equivalents
* - Remove all BWToolKit elements from the Preferences and ↵rowanbeentje2012-08-022-12810/+15588
| | | | | | | ProgressIndicatorLayer nibs, replacing with standard equivalents - and a new BGHUDButtonCell in the case of the indicator layer button - Add a new BGHUDButtonCell class, a BSD-licensed class from Tim Davis @ BinaryMethod.com ( https://github.com/binarygod/BGHUDAppKit ). This is a slightly modified version, hardcoding in values from BGHudGeometry, BGThemeManager, BGGradientTheme, and BGTheme.
* - Remove all BWToolKit elements from the ExportDialog, ↵rowanbeentje2012-08-025-17984/+21594
| | | | DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents
* - Remove all BWToolKit elements from the Content Filter Manager, replacing ↵rowanbeentje2012-08-011-5755/+7196
| | | | | | | with SPSplitView and equivalents - Update localisable strings
* - Alter table content Advanced Table Filter query preview area to use ↵rowanbeentje2012-08-011-33374/+33419
| | | | | | | standard textview backgrounds, getting rid of the surrounding border box. This fixes issues with dark colour schemes. - Fix Advanced Table Filter column sizing to be uniform
* - Remove all BWToolKit elements in the connection view, replacing with ↵rowanbeentje2012-08-011-9148/+9160
| | | | | | | | | standard equivalents and SPSplitView - Replace the "Add" action menu on the connection view with two buttons for easier use and to avoid having to set up more popup buttons - Improve SPSplitView's handling of delegates set through code - Update localisable strings
* - Tweak SPSplitView to no longer treat non-resizable split view children as ↵rowanbeentje2012-07-301-2/+31
| | | | | | | max/min constraints when dragging the splitview divider. This improves default behaviour and also allow use of the non-resizable split view children to control relative autoresizing when resizing a parent view - Tweak Bundle Editor to no longer require split view delegate controls to control resizing, instead making the first split view child non-resizable in IB
* The cancel button on the add new relation sheet should be bound to the ↵stuconnolly2012-07-301-33466/+33374
| | | | escape key, not cmd+.
* - Fix custom selection colours using a translucent colour being blended ↵rowanbeentje2012-07-301-56/+47
| | | | | | | | through to black or the window background, addressing incorrect colours in the Custom Query view when using selection colours with alpha values and window backgrounds showing through CREATE SYNTAX sheets (Issue #1099) - Fix crashes when editing certain colours in editor preferences after a window had been closed, due to not unregistering all observers on SPTextView dealloc - Enable "Draws Background" on the main Custom Query view text view, as custom colours were no longer being drawn after a change in r3750
* - Remove all BWToolKit views from the Bundle Editor window, replacing with ↵rowanbeentje2012-07-291-5991/+6004
| | | | | | | normal equivalents and a SPSplitView - Remove the ShortcutRecorder instance defined in Interface Builder from the Bundle Editor window, replacing with an instance set up from code. This removes the only dependency on the Shortcut Recorder .ibplugin, making it no longer necessary for building the project.
* - Remove the last BWToolKit view items from the main nib (DBView) by ↵rowanbeentje2012-07-291-1259/+1175
| | | | | | | | redesigning the advanced Content Filter window - Tweak SPTextView to support translucent views, or views which are set not to draw their background - Fix Lion compatibility for advanced content filter default operator (Issue #1255)
* - Remove a few more BWToolKit views from DBView; only the advanced filter ↵rowanbeentje2012-07-261-430/+295
| | | | view needs redesigning now
* - Replace the collapsible BWSplitView on the Query pane with a SPSplitView ↵rowanbeentje2012-07-261-569/+582
| | | | | | | | configured from code - Replace the other NSSplitView on the Query pane with an equivalent SPSplitView to allow easier constraint management - Fix SPSplitView collapsible subview resizing to only amend the collapsible subview's autoresizing mask along the axis of the split view, leaving the other axis untouched to avoid problems with subviews not correctly picking up window resize changes when they were collapsed
* - Replace the main split view in the main view with a SPSplitView, ↵rowanbeentje2012-07-241-1263/+1303
| | | | | | | | | | replacing the anchored button bar and buttons with normal equivalents. - Make the main split view collapsbile to avoid resize issues with the filter box - Fix problems with additional drag handles in SPSplitView when one of the views was using flipped coordinates - Fix problems with manually dragged uncollapses in SPSplitView - Fix problems instantiating SPSplitView instances on 10.5 (with thanks to schlabberdog)
* - Add a new SPSplitView class, intended to replace all BWSplitViews and so ↵rowanbeentje2012-07-231-247/+196
| | | | | | | | allow us to remove BWToolKit. Supports constraints and animated collapsible subviews configured in code, fixes crashes and exceptions if a window is closed while animations are taking place or scheduled to take place. - Replace the two vertical splitters in the table list (the filter splitter, and the table info splitter) with SPSplitView implementations as a test - Add a helper method in the new SPDateAdditions
* Fix a few more IB warnings by disabling options that we don't need.stuconnolly2012-07-071-9153/+9148
|
* Fix IB warnings.stuconnolly2012-07-061-3477/+3468
|
* - Fix use of the pagination jump-to-page functions, addressing Issue #1376rowanbeentje2012-06-201-5922/+5950
|
* Improvements to the New Table sheet:rowanbeentje2012-06-181-33642/+33692
| | | | | | | | | - Make the default sheet width wider - Change "Default" encoding to "Inherit from database" to clarify the action of the menu item - Fix retrieval of default table type on recent MySQL versions - Fix retain of default server table type This should address Issue #1377.
* Add vertical scrollbar for Create Table Syntax modal window. Fixes Issue #1193 mattlangtree2012-06-061-33691/+33642
|
* - Fix deselection of favourites on key selection, correctly preserving ↵rowanbeentje2012-05-291-9146/+9153
| | | | | | | edits; this will improve Issue #1332 - Fix width of SSH key field
* Remove now unused favorites preference view.stuconnolly2012-05-271-3516/+0
|
* Improve default favorite popup button handling when there are no favorites.stuconnolly2012-05-271-6/+49
|
* - Fix autosizing of query error area, addressing Issue #1341rowanbeentje2012-05-261-33651/+33691
|
* Menu item case change.stuconnolly2012-05-251-129/+2005
|
* Update general preference pane code that was missed in the merge.stuconnolly2012-05-021-1985/+9
|