aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/Preferences.xib
Commit message (Collapse)AuthorAgeFilesLines
* * Fix some spacing issues for localizationMax2015-05-151-470/+34
| | | | * Removed some leftover elements in Prefs from the old favorites UI
* 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-011-2/+2
| | | | | * 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
* 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.
* Add GUI option for utf8mb4 connection encodingMax2014-12-191-4/+90
|
* Touch all XIB files with Xcode 6.1.1Max2014-12-191-85/+189
| | | | | No"real" changes were made. NOTE: There is actually a chance for this change to break stuff.
* Add pref to disable backticks in completionsAbhi Beckert2014-09-061-48/+508
| | | | | | | Add a checkbox to the Editor preferences to disable placing backticks around attributes when completing in the custom query pane. Resolves #764
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-9/+9
|
* Allow all interfaces to be opened in Xcode 4.Stuart Connolly2014-01-191-4348/+2153
|
* Build config update:stuconnolly2013-01-241-10225/+10210
| | | | | | | | | - Update base SDK to 10.6 - Update minimum OS version to 10.6 - Update all XIB to have a 10.6 target - Drop support for PPC - Apply all of the above to frameworks SPMySQLFramework and QueryKit
* Query Editor Preference Pane editor colour tweaks:rowanbeentje2012-10-141-21/+11
| | | | | | - Make the preview colour well square - Make the background colour apply to the full preview table and not just the cell backgrounds
* - Fix a couple of tooltip regressions in all the recent changes (thanks ↵rowanbeentje2012-08-041-34/+15
| | | | schlabberdog!)
* - Remove all BWToolKit elements from the Preferences and ↵rowanbeentje2012-08-021-10198/+10254
| | | | | | | 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 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
|
* Update general preference pane code that was missed in the merge.stuconnolly2012-05-021-1985/+9
|
* Split out connection controller initialization.stuconnolly2012-01-221-16562/+15647
|
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-9944/+16562
|
* Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-141-43/+222
|
* Remove sub-menus from default favorite popup button.stuconnolly2011-03-191-102/+81
|
* 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-081-117/+269
|
* 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-271-424/+301
|\
| * • 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
* | Apply new favorites outline view patch.stuconnolly2010-12-051-6157/+26
|/
* Rearchitect preferences, including:stuconnolly2010-11-031-1700/+1989
| | | | | | | | | - Split each preference pane into their own controller (subclass of SPPreferencePane, which is a subclass of NSViewController). - Each preference pane controller conforms to the protocol SPPreferencePaneProtocol to allow the main preference controller to build the toolbar. - Move the preferences upgrade function to it's own file. - Add SPFontPreviewTextField which is based on Colloquy's JVFontPreviewField to allow previewing of the selected font in the tables and editor preference panes. - Update localisable strings files.
* - Correctly sort connection favourites upon startup for both the connection ↵stuconnolly2010-09-261-86/+49
| | | | | | | and preferences view. Fixes issue #807. - Remove the default favourite indicator from the preferences view.
* - Implement support for MySQL over SSL for both TCP/IP and Socket ↵rowanbeentje2010-09-131-36/+2358
| | | | | | | | | | connection modes. - Upgrade the MySQL binaries to version 5.1.50 (was 5.1.46) - Enable SSL support in the MySQL libraries (this leads to a large increase in library size, unfortunately) - Enable more optimisations in the MySQL libraries (especially --enable-assembler for faster in-library string processing and --with-mysqld-ldflags=-all-static) This completes support for Issue #27.
* - Add a further UI hint in the form of a accessory view to the SSH key ↵rowanbeentje2010-09-081-38/+110
| | | | | | | location dialogs (Note: r2615 and this commit both shamelessly stole the UI concept from Transmit 4; thanks to Panic for the inspiration!)
* - Add support for SSH identity files (public keys) in custom locationsrowanbeentje2010-09-081-392/+405
| | | | | | - Update localisable strings - Fix initial window position
* • added Edit Theme List to Editor Prefs for renaming/deleting/duplicating ↵Bibiko2010-08-191-56/+716
| | | | | | | | themes • fixed some issues for saving a theme note: since it isn't a frequently used feature this should be enough
* • added Query Editor color theme manager to the Editor PrefBibiko2010-08-181-62/+628
| | | | | | - themes can be saved/loaded in/from ~/Library/Application Support/Sequel Pro/Themes by using the gear menu items in the Editor Pref - rearrange the GUI - Edit Theme List follows soon
* • Editor color setting in Pref pane displays the color names using the ↵Bibiko2010-08-171-20/+16
| | | | | | | Editor's font - added some logic for closing the NSColorPanel - some GUI tweaks
* • initial commit to set the Editor's colors by using a table approach ↵Bibiko2010-08-171-925/+254
| | | | | | containing SPColorWellCells - further improvements will follow soon
* • added chance to export/import the color theme of the Query Editor in ↵Bibiko2010-08-161-56/+687
| | | | | | | | | | | Prefs > Editor > Gear menu as normal plist file - file extension is spTheme - can also import TextMate theme tmTheme files directly • added the chance to set the selection color in the Query Editor • fixed code for setting the insertion point color • changed the way how the query highlight color will be drawn - now it also supports colors with an alpha value
* Enable manual sorting of connection favourites in the preferences, which ↵stuconnolly2010-07-051-40/+20
| | | | will disable automatic sorting. Also, connection favourites sort order in the preferences and the connection view should now be in sync. Needs thoroughly tested. Fixes issue #655.
* • increased width of preferences window plus views by 30px in order to ↵Bibiko2010-07-051-106/+427
| | | | have more space for localisations
* • resized some gui elements for localisationBibiko2010-07-051-309/+28
|
* Various improvements to default connection favorites handling, including:stuconnolly2010-07-031-99/+387
| | | | | | | | | - Updating the default favorite popup button to reflect the sorted order of the favorites tableview. - A new icon indicating the default favorite in the favorites tableview. - A new 'Make Default' menu item in the favorites tableview context menu. (Outstanding issue: Incorrect default favorite being selected upon launch because the sorting of favorites on the connection screen and preferences are independent of each other).
* • some first minor space tweaks for localizations (esp. for 'longer ↵Bibiko2010-06-151-108/+81
| | | | languages')
* - Convert connection encoding menus to be menu tag based to fix ↵rowanbeentje2010-06-141-238/+417
| | | | | | | | | | localisation errors - Add database encoding retrieval support for MySQL 4.1 - Convert the add table and add database sheets to use encoding menus derived from server supported encodings - Re-layout preferences with larger labels to aid localisation - Fix preference resizing in non-Favorite tabs
* Tried to fine-tune the auto-completion behaviour esp. for automatically ↵Bibiko2010-04-071-15/+12
| | | | | | inserted suggestions and increased the minimum auto-complete delay to 0.5s since below that a fight between computer speed and user typing speed could occur. This addresses i625.
* - Initialise prefs controller before setting Sparkle delegaterowanbeentje2010-04-021-11/+12
| | | | | | - Move sparkle prefs reset from 2056 to 2057 - Tweak prefs key binding to the user preference stats enabled key rather than the overall Sparkle stats enabled key
* Add a new software update preference to enable sending anonymous system info.stuconnolly2010-04-021-19/+127
|
* Manually set the connection favorites button bar delegate to ensure the ↵stuconnolly2010-03-311-3/+22
| | | | split view delegate methods are called.
* Add a new gear drop down menu to the connection favorites table view ↵stuconnolly2010-03-311-302/+452
| | | | containing the remove, duplicate and sort favorites menu items. Also, fix the selection of newly added and duplicated favorites because of sorting options being applied.
* Add a contextual menu to the favorites table view in the preferences.stuconnolly2010-03-271-48/+109
|