aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
* • 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
* Layout fixes.stuconnolly2011-10-081-16/+18
|
* Fix IB warnings.stuconnolly2011-09-271-97/+115
|
* Fix IB warnings.stuconnolly2011-09-271-8620/+8648
|
* * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated ↵dmoagx2011-09-151-63/+148
| | | | .strings files)
* - Add the ability to view hidden files in SSH/SSL key selection dialogs; ↵rowanbeentje2011-09-102-24417/+25182
| | | | this addresses Issue #1176
* 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-025-279/+2824
|
* - 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
* SQL export: Disable the 'include drop syntax option' when the structure ↵stuconnolly2011-07-261-69/+67
| | | | option is not enabled.
* Add the option to the SQL export view as to whether or not the ↵stuconnolly2011-07-101-82/+142
| | | | AUTO_INCREMENT value on a table's structure is included. Defaults to not included. Implements issue #1064.
* * 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)
* * Make "No" default for SSH questions (fixes #1093)dmoagx2011-07-051-22/+307
|
* * 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)
* Fixes for issue #1098:stuconnolly2011-07-041-25/+96
| | | | | | - Fix logic for enabling/disabling the index storage type popup button when changing the index type. - Add a number formatter to the index length field.
* * Fix two spacing issues in Connection Error Dialog, New Index Sheetdmoagx2011-07-032-94/+1499
|
* • fixed minimal size of Bundle Editor's right split viewBibiko2011-06-271-34/+21
| | | | | | | | • added to default bundles SHA1 und MD5 the key: <key>isDefaultBundle</key> <true/> - for both bundles description and author are missing • removed bundle file 'echo n' from SHA1 package
* - Add a bundle meta summary to the top of the bundle editorrowanbeentje2011-06-271-378/+704
| | | | | | | - Rearrange the bundle editor interface further, building on Stuart's work in r3330; particularly focussing on logically grouping fields together. - Move the "Disable" checkbox to the bottom of the window, rename it to "Disable bundle" to make the intent clear, and update the interface when it is in NSOnState
* - Rework a number of protocol defintions when refactoring to fix IB ↵rowanbeentje2011-06-212-25/+1810
| | | | compilation warnings
* * Fixes UI spacing in some translations (#969,#971,#1079)dmoagx2011-06-203-2101/+773
|
* • fixed some alignments and tried to enhance the label's space due to ↵Bibiko2011-06-201-26/+26
| | | | localizations (esp. for German and Russian)
* Re-position 'Scope' popup button.stuconnolly2011-06-191-365/+352
|
* Tidy up bundle editor UI.stuconnolly2011-06-151-898/+1000
|
* - Add an "Edit all fields in pop-up sheet" men item to the Edit menu, for ↵rowanbeentje2011-06-121-3/+55
| | | | greater visibility to novice users
* - Add tooltips to the previous/next tab menu items listing alternate ↵rowanbeentje2011-06-051-7/+25
| | | | | | | keyboard shortcuts - Update localizable strings
* - Add a "Drop Database..." alternate menu item to partially address Issue #1070rowanbeentje2011-06-051-830/+471
|
* * Fixes most parts of #1006 (Translation of file names)dmoagx2011-05-102-65/+29
| | | | * Update strings files
* - 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
* Re-add the ability the show the full process list in the server processes ↵stuconnolly2011-05-071-15/+75
| | | | panel. Fixes issue #1036.
* Add an 'Add New Row' menu item to the table content context menu. Completes ↵stuconnolly2011-05-071-1305/+117
| | | | the implementation of issue #939.
* Fix slight interface alignment issue.stuconnolly2011-05-071-17/+12
|
* • 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
* Implement a large number of minor fixes and improvements to export ↵rowanbeentje2011-05-071-10/+139
| | | | | | | | | | | | | | | | | | | | | | functionality, including an overhaul of filename NSTokenField functionality: - Improve the NSTokenField used for export filenames: only tokenise reserved tokens, don't tokenise reserved words which are parts of other words, allow the comma to be used, update tokenisation during typing, and prevent whitespace triming. - Save the last selected export path, and make the path selection button open a dialog to the selected directory - Save the export filename and restore on future uses of the export dialog (only if the name contains placeholder tokens, so one-off export names aren't saved) - If the advanced options are collapsed, display a summary of the selected options next to the disclosure triangle - Display a small warning in the corner of the window if the export file cannot be imported into Sequel Pro, to warn those people attempting to back up their databases in XML - Clarify and improve the export warning dialog if files already exist or could not be created; make the simpler file-exists cases reflect OS-style dialogs, alter wording based on the number of files that failed and how they failed, and only show the "replace" or "skip" type buttons if it makes sense to do so. - Fix a mutation-during-enumeration error when skipping files - If "Cancel" is chosen in the export file creation replace/error dialog, redisplay the export sheet with the previous selection still active - Add support for year, month and day tokens in the filename token list - Don't allow blank custom filenames, before or after tokenisation, as this can cause problems - instead fall back to default filenames in those cases - Only append the extension if one hasn't been set - on all export formats, extending r3284 - If exporting to multiple files option is enabled but only one table is selected, supply that table name for filename table tokens - Update the progress bar to reflect update progress when exporting CSV data - Fix a bug causing exports to hang if the low-memory advanced option was set and content was selected to export and any empty tables were encountered - Save memory use and compression advanced export settings across sessions - Update localisable strings
* - Update the favourites text fields to use SPFavoritesPreferencePane as ↵rowanbeentje2011-04-231-103/+196
| | | | their controller instead of SPPreferencesController; this fixes issues such as the favourite name not being generated correctly, or the password being lost when a username or database field is changed.
* 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 (!!!)
* • fixed warningsBibiko2011-03-153-22/+44
|
* Add menu item separator to table list context menu.stuconnolly2011-03-071-39/+59
|
* * UI fixes for #982 #971dmoagx2011-03-078-1121/+849
|
* - 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
* • CSV field mapperBibiko2011-02-031-8/+52
| | | | | - reset import operators after each change of the chosen alignment - double-click at PathControl performs goBackToFileChooser delayed in order to avoid time racing issues
* Interface tweaks.stuconnolly2011-01-311-12/+62
|
* • bound short-cut ⌥⎋ to display the context menu of the first ↵Bibiko2011-01-262-19/+19
| | | | responder if responder is embedded in a SPWindow
* - Change shortcut for "Duplicate Connection Tab" to alt-T for increased ↵rowanbeentje2011-01-232-25/+89
| | | | | | | | discoverability - this improves on Issue #943 - Add alternate keybindings for tab switching - support command-shift-[ and -], and command-alt-left and right arrows to match behaviour of other applications - Update localisable strings
* - Manually restore autosave value for bundle editor splitview width, as ↵rowanbeentje2011-01-221-53/+456
| | | | | | | this doesn't appear to be restored automatically - Remove unused delegate methods
* • made Editor pref's Soft indent independent from Auto IndentBibiko2011-01-211-63/+8
|
* • implemented user-definable Soft IndentionBibiko2011-01-211-34/+329
| | | | | - instead of using \t as indention string the user can choose how many spaces should be used instead - addresses issue 956
* • 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
* - When saving user changes to the database, catch errors and display them ↵rowanbeentje2011-01-201-15/+530
| | | | | | | | in a single sheet for review. This fixes a number of isGroupRow crashes on any error. - Track a host row's original host to allow host edits - Update localisable strings