aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces
Commit message (Collapse)AuthorAgeFilesLines
* Add UI for the "Create tablespace" global privilegeMax2015-11-181-41/+174
|
* Store the last export settings using the new "export settings" formatMax2015-11-151-32/+0
|
* Fix another set of fields that allowed multi-line input (#2325)Max2015-11-1318-64/+64
|
* Fix: "Custom filename" in export dialog would accept multi line text (#2325)Max2015-11-131-1/+1
|
* In order to enable even more people to shoot themselves in the foot, this ↵Max2015-11-121-32/+128
| | | | | | commit adds support for remote server shutdown 💣
* Fix an issue where changing a table collation could cause an exception ↵Max2015-11-111-0/+9
| | | | | | | | (fixes #2320) This issue probably was introduced in f02fb787063caabe246a0ee420394f5676c55a9c The empty item at the top of the collation list will now no longer have a selection mark, though.
* Add a "tooltip" when picking a column type in structure view, explaining ↵Max2015-11-101-62/+337
| | | | | | basic properties of the type (part of #1090) This is mostly to help users understand what "Length" actually does for *INT types.
* Allow import of saved export settings (in export dialog)Max2015-11-071-58/+209
|
* Fix the charset/collation selection when creating a new db/table (minor ↵Max2015-11-031-9/+9
| | | | leftover from #2237)
* Changed my mind about something, to make it safer for localizationMax2015-11-031-3/+41
|
* Add a visual indication for the defaults in the encoding/collation menus in ↵Max2015-11-021-2/+18
| | | | table structure view (final part of #2237)
* Increase width of "INDEXES" section heading for localizationMax2015-10-211-2/+2
|
* Fix Edit Trigger sheet no working correctly in many localized versions (#2289)Max2015-10-151-0/+3
|
* Constrain the Table Info Comment/Create split view so that neither side can ↵Max2015-10-141-3/+17
| | | | be completely hidden (fixes #2285)
* Change width of export dialog to fit tokenlistMax2015-10-121-37/+37
|
* Add an option to save the current export dialog settings to a fileMax2015-10-121-2/+57
|
* Change how the custom filename pattern in export dialog is handledMax2015-10-121-0/+8
| | | | | | | | Namely: * They were previously stored in the users locale. Now they are stored using a language independent id * Just typing a token in your language will no longer work. If you want to manually type a token use: {host}, {database}, and so on… (all in English) * Copy & Paste of tokens will use the new form, too (so a user running SP in English can simply share a custom pattern with a user running SP in German) * The localized token names can now contain spaces
* Rename a variable that was desperately trying to cause coding errorsMax2015-10-101-4/+4
|
* Fix connection view input fields accepting multi-line input (#2269)Max2015-10-061-22/+22
|
* Give all table views names for crash identificationMax2015-10-021-0/+7
|
* Change the way result highlighting is done in the "go to database" dialogMax2015-09-261-6/+9
| | | | (Looks a lot less crappy now)
* Replace "Spelling" for "Spelling and Grammar" menu itemGuillermo Ignacio Enriquez Gutierrez2015-08-231-138/+194
|
* Add Substitutions to edit menu itemGuillermo Ignacio Enriquez Gutierrez2015-08-231-0/+211
|
* Add speech menu itemGuillermo Ignacio Enriquez Gutierrez2015-08-231-0/+79
|
* Fix an UI spacing issue in Field Editor for DEMax2015-08-221-4/+5
|
* Match shortcuts with default icon ordering. sequelpro/sequelpro#1541Guillermo Ignacio Enriquez Gutierrez2015-08-191-7/+7
|
* I have a certain suspicion what might be the culprit behind ↵Max2015-08-141-0/+13
| | | | _scrollViewDidChangeBounds:
* Fix some UI spacing issues for pt translation (fixes #2187)Max2015-08-022-183/+130
|
* Add the possibility to search for whole words in "Goto Database"Max2015-07-051-2/+266
| | | | This is done by wrapping the search term in single or double quotes. re: #2165, #1857
* Add option to sort favorites by colorMax2015-06-211-3/+27
|
* Fix some incorrect tooltip messages (fixes #2139)Max2015-06-151-9/+9
|
* Setting large auto_increment values (> 1000) could be misinterpreted as ↵Max2015-06-091-7/+7
| | | | decimal values in some cases (fixes #2130)
* * Fix some spacing issues for localizationMax2015-05-152-505/+431
| | | | * Removed some leftover elements in Prefs from the old favorites UI
* Remove keyboard shortcut from the database dropdown (cmd+shift+D) and give ↵Max2015-05-132-60/+812
| | | | it to "Go to Database..." instead
* Fix some minor UI misalignmentMax2015-05-121-445/+411
|
* Change the visual appearance of the FK creation error dialog a bitMax2015-04-161-57/+837
|
* Remove a hidden, unconnected buttonMax2015-04-061-46/+0
| | | | Curiosly this button was supposed to display a "NSSwitch" image, which stems from OpenStep but is no longer present in OS X. Hopefully 2000 won't call and demand it back...
* Add UI for custom SSL cipher listsMax2015-03-211-144/+521
| | | | | | See Preferences > Network. Note: If you play around with that too much and libmysql can no longer connect, don't hope for a meaningful error. It will rather be something like "protocol version mismatch".
* Allow selection of SSH client binary in prefsMax2015-03-171-45/+848
| | | | Hey, I was against this, but if you want it... - just don't blame me for what might happen :shipit:
* Rename utf8 and utf8mb4Max2015-02-012-4/+4
| | | | | * To reduce confusion (and create some, for those people not yet aware of the difference) I have renamed the utf8s to "UTF-8 Unicode BMP" resp. "UTF-8 Full Unicode" according to their supported character range. * Also *both* utf8 variants will now be at the top of the list when creating new tables/databases
* Fix another runtime warning caused by the up&down conversion of IB filesMax2015-01-301-10/+0
|
* * Fix broken import on 10.6…Max2015-01-021-67/+99
| | | | | (Import would not work on a new installation where a certain preference key has not yet been set) * Also attached the gear menu in table structure view to the table header view, so the columns to show can now be selected by right-clicking on the table header (like in Activity Monitor)
* Change how Growl status is displayed in prefsMax2014-12-311-90/+135
| | | | The current status of Growl/Notification center will now be shown as a label beneath the "Enable notifications" checkbox.
* ************** IMPORTANT: SEE BELOW **************Max2014-12-261-83/+137
| | | | | | | | | This change should fix the "slow CSV import dialog" issue on 10.10 (details below). To accomplish that, some major changes had to be made to the CSV import code. PLEASE VERIFY THE CORRECTNESS OF THE NEXT FEW CSV IMPORTS YOU DO! * Renamed some variables for better search visibility * Changed some instances where NSNumbers were being compared using "==" instead of "isEqual…" (does not work with object literals!) * The CSV import dialog would recreate the popup menus on *every* call to "tableView:objectValueFor…". However Instruments suggests that [NSMenu removeAllItems] and [NSMenu addItemsWithTitles:] are **really** expensive, esp. when called multiple times per second (e.g. when scrolling in the table view). This commit moves the popup menu setup into its own method and only calls it when the data actually changes. * The 'destination table column' was for some reason a NSPopupButtonCell which only ever had one item and sometimes got changed to a NSTextFieldCell in code. I didn't see any need to keep the popup cell and replaced it with a simple text cell.
* Change CSV field mapper table highlight styleMax2014-12-231-1/+0
| | | | (Purely guessing here…)
* Add GUI option for utf8mb4 connection encodingMax2014-12-192-4/+115
|
* Touch all XIB files with Xcode 6.1.1Max2014-12-1928-1317/+27176
| | | | | No"real" changes were made. NOTE: There is actually a chance for this change to break stuff.
* Fix "Invalid color System, labelColor" errorMax2014-12-041-14/+9
| | | | At some point Xcode decided to introduce a new variant of black named "labelColor" (which is 10.10 only). This commit changes the DBView xib back to controlTextColor instead.
* Fixes "Could not find image named" errorsMax2014-12-041-30/+0
| | | | | Switchting the IB files to Xcode 5 introduced some kind of image reference for some of our popup buttons, which was kept when we switched back to 4.6 format. However as this wasn't used in the 4.6 files before switchting to 5 either, I just removed that stuff.
* Try to fix the legacy pagination popoverMax2014-11-291-17/+31
| | | | | | (Actually I only enabled CALayer for the container.) Also deleted a NSView that was thinking it was a NSButton, invisible, and not connected to anything. Hopefully no one will miss that thing.