aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/DBView.xib
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - 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
* 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 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
* 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 autosizing of query error area, addressing Issue #1341rowanbeentje2012-05-261-33651/+33691
|
* * Fixes spacing in Duplicate table sheet for some localizationsdmoagx2012-03-131-39/+53
|
* Remove unnecessary text view attributes.stuconnolly2012-03-111-10/+33
|
* Fix incorrect export menu item tags. Fixes issue #1270.stuconnolly2012-03-061-33715/+33614
|
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-33648/+33715
|
* • fixed issue for line numbering view if associated textView is scrolled ↵Bibiko2012-01-051-12/+24
| | | | | | from origin {0,0}; now it's synchronized • minor speed ups for custom query editor
* Fix IB warnings.stuconnolly2011-09-271-97/+115
|
* * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated ↵dmoagx2011-09-151-63/+148
| | | | .strings files)
* Fix for issue 1168. Whenever the database is changed load all of the ↵stuconnolly2011-09-041-99/+162
| | | | currently used relation names in a backgroud thread. In the event that the user opens the add new relation sheet during this process, the ability to enter a relation name and confirm the addition is disabled until the retrieval process is complete. There is also a new progress indicator on the add sheet to indicate this.
* * Fixes some localization spacing issues reported by Frédéric Latourdmoagx2011-09-021-42/+185
|
* - Alter the NSNumberFormatter on the extended table info view's ↵rowanbeentje2011-08-311-51/+68
| | | | auto_increment value to use Default instead of Custom style, possibly addressing Issue #1135 (auto_increment display issues in 10.5)
* Tidy up.stuconnolly2011-08-271-33536/+33310
|
* - Lion compatibility improvement: add support for fullscreen windows, on ↵rowanbeentje2011-08-161-33472/+33535
| | | | | | | | | | | the main window only; hide SSH/SSL status when entering fullscreen mode, to prevent drawing issues - Lion compatibility improvement: update tab colours under 10.7 to match system styles - Lion compatibility improvement: fix issues dragging tabs out of windows and into other tab bars - Lion compatibility improvement: fix QuickLook issues under 10.7, including windows which couldn't be closed, fullscreened, or crashes - Fix exceptions in the bundle controller when using tab switching keys - Lion compatibility improvement: use overlay scrollers where possible
* * Fixes a spacing issue in Duplicate DB Sheetdmoagx2011-07-061-3/+18
| | | | | * Fixes a case were for string == NULL was checked instead of [string length] == 0 (fixes #1103) * Fixes a logic error while copying databases and adds ability to copy InnoDB tables with foreign key checks (fixes #1111)
* * Fixes a spacing issue and an issue where MySQL keywords could be ↵dmoagx2011-07-041-45/+210
| | | | | | translated (fixes #1105) * Adds support for naming relations (fixes #948, #1085)
* - Rework a number of protocol defintions when refactoring to fix IB ↵rowanbeentje2011-06-211-12/+1100
| | | | compilation warnings
* * Fixes UI spacing in some translations (#969,#971,#1079)dmoagx2011-06-201-1128/+67
|
* - Fix a number of warnings for DBView.xib by moving some 10.6-only code ↵rowanbeentje2011-05-081-41/+823
| | | | | | | from a #ifndef SP_REFACTOR/#else/#endif to just a #ifdef SP_REFACTOR/<protocol declaration>/#endif, and remarking a few items as IBOutlets - Update localisable strings
* Add an 'Add New Row' menu item to the table content context menu. Completes ↵stuconnolly2011-05-071-1305/+117
| | | | the implementation of issue #939.
* • control the separator menu item above the "Open ... in new Tab" in ↵Bibiko2011-05-071-37/+531
| | | | TablesList's context and gear menu to avoid having two separators one after another
* Fix Issue #1019 (Sidebar width not remembered):rowanbeentje2011-04-011-86/+64
| | | | | | | - This may be due to an Apple bug. I tracked it down to purely SPDatabaseDocument having a reference outlet to the activity scroll view. - Removing the reference worked as a fix; removing all code that used that reference did not. - Renaming the reference, and removing SPTableInfo's use of a reference, appears to act as a workaround. If the reference is not renamed, the bug still mainfests (!!!)
* Add menu item separator to table list context menu.stuconnolly2011-03-071-39/+59
|
* * UI fixes for #982 #971dmoagx2011-03-071-142/+139
|
* - Fix trigger deletion to use the correct trigger namerowanbeentje2011-02-131-884/+124
| | | | | | | - Improve trigger deletion error process to show error sheets correctly - Fix spelling of "Statement" in interface - Tweak trigger column widths
* • show activity pane for running Bundle process automatically if the ↵Bibiko2011-01-201-2/+863
| | | | process runs longer than 1 sec and hide it if no process runs anymore to inform the user better
* • bound showFilterTable to main menu's Edit > Find > Find… menu itemBibiko2011-01-191-92/+34
|
* * Little translation GUI QA - still many bugs in ExportViewdmoagx2011-01-161-135/+58
|
* - Add a tooltip, including the keyboard shortcut, to the databases dropdownrowanbeentje2011-01-131-12/+16
|
* - Tweak alignments of master views to fix 1px clipping of top on structure ↵rowanbeentje2011-01-101-98/+201
| | | | and cstom query views, and to improve aligments across views
* • enlarged "Reset AUTO_INC" sheet for localization Bibiko2011-01-071-49/+56
|
* - Rework the Add Index indexes menu and the auto_increment index required ↵rowanbeentje2011-01-041-39/+15
| | | | | | | | | | | | | menu to use tag-based values when generating queries, allowing localisation of menu contents without using those localised values in queries. This addresses I$ - Remove the ability to specify a FULLTEXT auto_increment index, as I believe this isn't possible. - Prevent sheet reuse from specifying invalid storage types for PRIMARY KEYs - Fix exceptions when adding indexes to a table where every field is already indexed - Fix initialField/indexedFieldNames check to improve on r3061 - Fix toggling advanced index view after closing the sheet with the view open - Update localisable strings
* - Fix split view overlap on the custom query view cuasing lines on ↵rowanbeentje2010-12-211-377/+383
| | | | | | | | | | scrolling/resize; this addresses Issue #929 - Fix split view overlap on the tables list/info pane causing lines on scrolling/resize; this addresses Issue #740 - Add custom resize behaviour for the table content splitview, addressing Issue #543 - Make button bars at the bottom of the window a consistent height - Fix bug with new splitview setup causing tables pane to become narrower with each launch