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
Commit message (
Expand
)
Author
Age
Files
Lines
*
This class is not actually used anymore.
stuconnolly
2009-11-13
2
-74
/
+0
*
Move query mode constants to SPConstants.h.
stuconnolly
2009-11-13
5
-26
/
+26
*
In an aid to split up the functionality of the TableDocument class as well as...
stuconnolly
2009-11-13
5
-250
/
+470
*
- New server processes panel, accessible via the 'Database' menu and alt+cmd+...
stuconnolly
2009-11-12
6
-6
/
+598
*
- Enforce display of a number of interface elements while the main thread is...
rowanbeentje
2009-11-12
1
-0
/
+5
*
Make the 'insufficient connection details' dialogs sheets.
stuconnolly
2009-11-11
2
-3
/
+2
*
Change the main window's non-connected/connecting state title to 'Sequel Pro'...
stuconnolly
2009-11-11
3
-5
/
+53
*
The framework shouldn't be displaying dialogs, get the delegate to do it.
stuconnolly
2009-11-11
1
-0
/
+9
*
- Rewrite field mapping table selection logic - simplified logic, no longer ...
rowanbeentje
2009-11-11
3
-48
/
+61
*
During an import, before entering the loop to execute the current batch of qu...
stuconnolly
2009-11-11
2
-4
/
+9
*
- Add safeguards to ensure sequential runs when holding down run all/run sel...
rowanbeentje
2009-11-10
1
-0
/
+6
*
Fix syntax error in exported ER dot files. Issue #454
avenjamin
2009-11-10
1
-1
/
+3
*
Validate the the 'Clear Console' menu item in TableDocument in addition to SP...
stuconnolly
2009-11-10
2
-1
/
+6
*
Implement a more reliable way of updating the show/hide console menu item.
stuconnolly
2009-11-10
1
-7
/
+5
*
- Fix an issue when switching databases - allow the table selection to be cl...
rowanbeentje
2009-11-10
4
-14
/
+80
*
Set keyboard shortcut for Remove button in alert dialogs to command R.
avenjamin
2009-11-10
3
-4
/
+4
*
Set keyboard shortcut for Delete button in alert dialogs to command D.
avenjamin
2009-11-09
6
-24
/
+37
*
Switch buttons on delete index dialog.
stuconnolly
2009-11-09
1
-3
/
+3
*
Set keyboard shortcut for Delete button in "Delete Rows" alert to command D.
avenjamin
2009-11-09
1
-1
/
+2
*
- Wrap SPF restoreSession: call in a task, using the new nested task support...
rowanbeentje
2009-11-09
1
-2
/
+16
*
When removing a field or index, use its name in the dialog message.
stuconnolly
2009-11-09
1
-10
/
+11
*
Don't run the add new index sheet modally, thus blocking the main thread. Par...
stuconnolly
2009-11-09
3
-173
/
+198
*
- Support nested task levels to allow tasks to overlap
rowanbeentje
2009-11-08
10
-62
/
+205
*
Tidy up.
stuconnolly
2009-11-07
38
-71
/
+45
*
When creating a new field of type BIT, allowing default values in BIT notatio...
stuconnolly
2009-11-07
1
-12
/
+14
*
• allow editing (INSERT/UPDATE) of data if Content table's view encoding i...
Bibiko
2009-11-05
1
-20
/
+40
*
Fixed memory issues with SPUserManager.
mltownsend
2009-11-05
2
-10
/
+16
*
In the delete table row confirm dialog give the 'Cancel' button the key equiv...
stuconnolly
2009-11-05
1
-0
/
+6
*
All users to resize the 'Favorites' preference pane.
stuconnolly
2009-11-05
1
-5
/
+25
*
- Alter query start/stop notifications to apply to only the originating wind...
rowanbeentje
2009-11-05
5
-34
/
+22
*
- Use threaded loads when switching view tabs for unloaded tables
rowanbeentje
2009-11-04
1
-1
/
+12
*
- Improve stability when flipping between tables with the content view selected
rowanbeentje
2009-11-04
2
-12
/
+13
*
- Add task support to all the main interface views
rowanbeentje
2009-11-04
14
-433
/
+666
*
• cleaned code for SPTableInfo.m
Bibiko
2009-11-03
1
-93
/
+86
*
Added comments to help with explaining some of the Core Data concepts.
mltownsend
2009-11-03
1
-10
/
+31
*
• added basic PROCEDURE and FUNCTION INFORMATION
Bibiko
2009-11-02
2
-66
/
+143
*
• Finish off implementation to set the default selection view mode. Issue #249
avenjamin
2009-11-02
1
-4
/
+22
*
• fixed: return correct SPTableTextFieldCell 's cellSize for tooltip expa...
Bibiko
2009-11-02
2
-5
/
+19
*
• Initial work to set the default view mode when connecting. Issue #249
avenjamin
2009-11-02
3
-68
/
+132
*
- Tweak connection locking to avoid occasional NSLock warnings when running ...
rowanbeentje
2009-11-01
1
-8
/
+13
*
Incorrect pref key name.
stuconnolly
2009-11-01
1
-1
/
+1
*
Improve truncating of table names (by appending ...) using SPTableTextFieldCell.
stuconnolly
2009-11-01
2
-0
/
+88
*
- Fix a crash when opening .spfs caused by an autorelease - revert to manual...
rowanbeentje
2009-11-01
2
-1
/
+10
*
Enable the display of vertical grid lines in the table relations table view.
stuconnolly
2009-11-01
2
-0
/
+15
*
Faster loop approach.
stuconnolly
2009-11-01
1
-4
/
+2
*
When checking the existance of the ENGINES table within the information_schem...
stuconnolly
2009-11-01
1
-2
/
+2
*
- Revert all threaded table loading in TableContent, albeit leaving task fun...
rowanbeentje
2009-10-30
2
-50
/
+14
*
Got rid of a crash when using the User Manager and closing last Table Documen...
mltownsend
2009-10-29
4
-62
/
+53
*
• as default add the UTF-8 BOM (byte order marker) \xEFBBBF to a MySQL dump...
Bibiko
2009-10-29
3
-1
/
+7
*
• fixed issue: avoid executing of the last query of a set of queries in the...
Bibiko
2009-10-29
1
-3
/
+8
[next]