aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
| * Add support for auto saving expanded items.stuconnolly2011-03-051-5/+13
| |
| * Bring outline view branch up to date with trunk (r3188:r3201).stuconnolly2011-02-201-884/+124
| |
| * Bring outline view branch up to date with trunk (r3179:r3187).stuconnolly2011-02-071-8/+52
| |
| * Bring outline view branch up to date with trunk (r3165:r3177).stuconnolly2011-02-011-43/+201
| |
| * Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-2711-1202/+3478
| |\
| * | Fix and enable drag and drop in the connection favorites outline view.stuconnolly2011-01-261-5/+4
| | |
| * | Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-283-3420/+3985
| |\ \
| * \ \ Bring outline view branch up to date with trunk (r3018:3028).stuconnolly2010-12-142-31/+30
| |\ \ \
| * | | | Use connection favorite constants.stuconnolly2010-12-131-28/+1
| | | | |
| * | | | Bring outline view branch up to date with trunk (r3007:3010).stuconnolly2010-12-121-237/+841
| |\ \ \ \
| * \ \ \ \ Bring outlineview branch up to date with trunk (r2989:3005).stuconnolly2010-12-111-8/+17
| |\ \ \ \ \
| * | | | | | Hide the import and export connection favorite menu items until they are ↵stuconnolly2010-12-081-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | actually implemented.
| * | | | | | Bring outline view branch up to date with trunk (r2976:2988).stuconnolly2010-12-081-64/+18
| |\ \ \ \ \ \