aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge outline view branch into trunk.stuconnolly2012-05-022-25174/+24793
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for managing and grouping favorites into folders in the connection view and removes the associated favorites management from the preferences window. NOTE: On first launch your connection favorites will be migrated from Sequel Pro's preference file to a new file in ~/Application Support/Sequel Pro/Data. Your old favorites will remain in the preference file until removed in a future version. Outstanding known issues: - Removing a group node with no child favorites presents a warning about also removing the non-existent favorites. - Starting the application with no favorites, creating a group node then selecting, hides the connection details input. Doesn't support emoty selection. - Setting the name of a connection, adding it to the favorites and then swicthing to a different connection type, screws with the favorite name. - The preservation between launches of whether group nodes are collapsed or not is currently not supported.
| * Bring outline view branch up to date with trunk (r3594:r3602).stuconnolly2012-05-011-177/+1659
| |
| * Fix connection view add dropdown button.stuconnolly2012-05-011-10/+15
| |
| * Allow multiple selection in the favorites outline view and add the export ↵stuconnolly2012-04-291-7/+42
| | | | | | | | menu item to the gear menu.
| * Add import favorites gear menu item.stuconnolly2012-04-291-6/+53
| |
| * Update favorite export warning.stuconnolly2012-04-291-3/+5
| |
| * Bring outline view branch up to date with trunk.stuconnolly2012-04-162-13946/+15255
| |
| * Bring outline view branch up to date with trunk (r3471:r3517).stuconnolly2012-03-184-43043/+43174
| |
| * Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-33266/+33715
| |
| * Split out connection controller initialization.stuconnolly2012-01-221-16562/+15647
| |
| * Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-225-13754/+22811
| |
| * Add the ability to export favorites.stuconnolly2011-06-121-18/+95
| |
| * Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-144-157/+608
| |
| * Bring outline view branch up to date with trunk (r3246:r3264).stuconnolly2011-04-031-86/+64
| |
| * Remove sub-menus from default favorite popup button.stuconnolly2011-03-191-102/+81
| |
| * Bring outline view branch up to date with trunk (r3235:r3245), which should ↵stuconnolly2011-03-193-22/+44
| | | | | | | | resolve all warnings.
| * Bind the default favorites drop down menu pref to the new favorites data ↵stuconnolly2011-03-171-86/+42
| | | | | | | | file, with sub-menus representing groups (still a bit buggy).
| * Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-087-1211/+1080
| |