index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
SPPreferenceController.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update URL in source file header to point to GitHub.
Stuart Connolly
2014-01-26
1
-1
/
+1
*
Remove SVN property placeholder.
Stuart Connolly
2014-01-26
1
-2
/
+0
*
Remove useless init and dealloc method comments and perform general tidy up.
stuconnolly
2013-01-22
1
-6
/
+0
*
* Please note this revision will re-prompt for access to all KeyChain passwor...
rowanbeentje
2012-11-18
1
-6
/
+1
*
Change Sequel Pro's license from GPL (version 2) to MIT.
stuconnolly
2012-07-25
1
-13
/
+20
*
Tidy up an use enums.
stuconnolly
2012-06-27
1
-2
/
+2
*
Fix more gcc warnings.
stuconnolly
2012-05-09
1
-7
/
+7
*
Bring outline view branch up to date with trunk (r3203:r3224).
stuconnolly
2011-03-07
1
-2
/
+5
*
Apply new favorites outline view patch.
stuconnolly
2010-12-05
1
-31
/
+0
*
Rearchitect preferences, including:
stuconnolly
2010-11-03
1
-2118
/
+135
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-3
/
+0
*
Remove use of multiple comments for localized strings.
stuconnolly
2010-10-19
1
-2
/
+2
*
* One label was too short in Content Filter Manager
dmoagx
2010-09-26
1
-12
/
+12
*
Tweak favourites sorting from r2696, fixing exceptions when no sort type is s...
rowanbeentje
2010-09-26
1
-2
/
+2
*
- Correctly sort connection favourites upon startup for both the connection a...
stuconnolly
2010-09-26
1
-44
/
+13
*
Update Localizable.strings and resolve the use of multiple comments for the s...
stuconnolly
2010-09-21
1
-12
/
+12
*
- Implement support for MySQL over SSL for both TCP/IP and Socket connection...
rowanbeentje
2010-09-13
1
-25
/
+93
*
- Add a further UI hint in the form of a accessory view to the SSH key locat...
rowanbeentje
2010-09-08
1
-7
/
+11
*
- Add support for SSH identity files (public keys) in custom locations
rowanbeentje
2010-09-08
1
-2
/
+42
*
• added SPBeginWaitingAlertSheet() routine which offers the chance to displ...
Bibiko
2010-08-19
1
-39
/
+11
*
• added SPFileManagerAdditions
Bibiko
2010-08-19
1
-1
/
+4
*
• fixed issue if SP's theme support folder or saved theme file resp. was re...
Bibiko
2010-08-19
1
-0
/
+28
*
• fixed: reset new name to @"" for saving a theme
Bibiko
2010-08-19
1
-0
/
+1
*
• added Edit Theme List to Editor Prefs for renaming/deleting/duplicating t...
Bibiko
2010-08-19
1
-12
/
+122
*
• convert alert about unsaved color theme to a waiting sheet
Bibiko
2010-08-18
1
-5
/
+44
*
• added Query Editor color theme manager to the Editor Pref
Bibiko
2010-08-18
1
-199
/
+397
*
• Editor color setting in Pref pane displays the color names using the Edit...
Bibiko
2010-08-17
1
-3
/
+17
*
• initial commit to set the Editor's colors by using a table approach cont...
Bibiko
2010-08-17
1
-13
/
+150
*
• added opacity slider to color palette
Bibiko
2010-08-16
1
-0
/
+1
*
• added chance to export/import the color theme of the Query Editor in Pre...
Bibiko
2010-08-16
1
-0
/
+261
*
- Make a few more strings localizable
rowanbeentje
2010-08-01
1
-1
/
+1
*
- Make SSH titlebar strings and preferences' favourite "Last Used" menu item...
rowanbeentje
2010-08-01
1
-1
/
+1
*
Enable manual sorting of connection favourites in the preferences, which will...
stuconnolly
2010-07-05
1
-10
/
+26
*
Various improvements to default connection favorites handling, including:
stuconnolly
2010-07-03
1
-62
/
+85
*
Disable manual reordering of favourites in the preferences for the time being...
stuconnolly
2010-07-03
1
-2
/
+2
*
- Convert connection encoding menus to be menu tag based to fix localisation...
rowanbeentje
2010-06-14
1
-0
/
+41
*
Rename TableDocument to SPDatabaseDocument.
stuconnolly
2010-05-28
1
-1
/
+1
*
changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE"
jakob
2010-04-22
1
-3
/
+3
*
Localize 'Edit Favorites...' popup button menu item.
stuconnolly
2010-04-20
1
-3
/
+3
*
Fix an issue whereby choosing to edit the selected favourite in the connectio...
stuconnolly
2010-04-20
1
-11
/
+0
*
in Preferences > Favorite ask for confirmation before removing the selected f...
Bibiko
2010-04-06
1
-30
/
+61
*
- Initialise prefs controller before setting Sparkle delegate
rowanbeentje
2010-04-02
1
-2
/
+2
*
- Reset automatic software update (Sparkle) prefs so that users will be prom...
rowanbeentje
2010-04-02
1
-0
/
+6
*
Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...
stuconnolly
2010-03-31
1
-3
/
+2
*
Manually set the connection favorites button bar delegate to ensure the split...
stuconnolly
2010-03-31
1
-0
/
+3
*
Add a new gear drop down menu to the connection favorites table view containi...
stuconnolly
2010-03-31
1
-36
/
+33
*
Add the ability to sort the connection favorites table view in the preference...
stuconnolly
2010-03-27
1
-0
/
+95
*
Fix an exception caused when selecting the default favorite popup button. Cau...
stuconnolly
2010-03-27
1
-1
/
+1
*
Add a contextual menu to the favorites table view in the preferences.
stuconnolly
2010-03-27
1
-29
/
+35
*
General tidy up, with a focus on consolidating more constants in SPConstants....
stuconnolly
2010-03-24
1
-2
/
+0
[next]