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
Commit message (
Expand
)
Author
Age
Files
Lines
*
When removing a field or index, use its name in the dialog message.
stuconnolly
2009-11-09
2
-10
/
+11
*
Don't run the add new index sheet modally, thus blocking the main thread. Par...
stuconnolly
2009-11-09
4
-218
/
+234
*
Switch the placement of the labels and controls on the add new index sheet.
stuconnolly
2009-11-08
1
-70
/
+88
*
- 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
2
-312
/
+1072
*
- Alter query start/stop notifications to apply to only the originating wind...
rowanbeentje
2009-11-05
6
-37
/
+25
*
- 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
15
-466
/
+709
*
• 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
*
Use SPTableTextFieldCell in the table information pane to get nicer line trun...
stuconnolly
2009-11-02
1
-4
/
+4
*
• 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
3
-97
/
+40
*
• 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
4
-1220
/
+883
*
- Tweak connection locking to avoid occasional NSLock warnings when running ...
rowanbeentje
2009-11-01
2
-21
/
+22
*
Add 'EUC-KR Korean (euckr)' to the default encoding dropdown in the preferenc...
stuconnolly
2009-11-01
1
-75
/
+148
*
Incorrect pref key name.
stuconnolly
2009-11-01
1
-1
/
+1
*
Improve truncating of table names (by appending ...) using SPTableTextFieldCell.
stuconnolly
2009-11-01
4
-41
/
+149
*
- 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
*
Put all 'Run Scripts' build phase code into a single script 'build.sh' to mak...
stuconnolly
2009-10-31
2
-1
/
+41
*
- 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
6
-98
/
+213
*
• 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
*
Before terminating the SSH tunnel task check that it's actually running to ac...
stuconnolly
2009-10-29
1
-2
/
+7
*
Replace hard coded occurrences of preference key DefaultFavorite with a const...
stuconnolly
2009-10-29
4
-8
/
+10
*
Replace the multiple occurrences of hard coded toolbar identifiers for the ma...
stuconnolly
2009-10-28
5
-62
/
+76
*
- Add a code-signing phase to "Debug" compiles, if a keychain private key ma...
rowanbeentje
2009-10-28
1
-1
/
+1
*
Missing space when appending extra field info when creating a new field. Fixe...
stuconnolly
2009-10-27
1
-0
/
+1
*
Fix incorrectly named preference constant.
stuconnolly
2009-10-27
3
-3
/
+3
*
Change the order of the cancel/remove buttons on the remove field dialog.
stuconnolly
2009-10-27
1
-3
/
+3
*
- When performing threaded data loads, no longer disable the tables and inst...
rowanbeentje
2009-10-27
5
-11
/
+49
*
- Set up TableSource to respond to task notifications to prepare for threade...
rowanbeentje
2009-10-27
8
-51
/
+206
*
Don't run the add new database sheet modally, thus blocking the main thread. ...
stuconnolly
2009-10-26
4
-202
/
+169
*
Minor export work.
stuconnolly
2009-10-26
4
-9
/
+18
*
• improved error highlighting
Bibiko
2009-10-24
2
-7
/
+18
*
- Apply new document task support to the Custom Query tab, and run all custo...
rowanbeentje
2009-10-23
4
-117
/
+308
*
Tidy up.
stuconnolly
2009-10-23
2
-77
/
+65
*
- Improve table and task redrawing during threaded table content loads
rowanbeentje
2009-10-22
4
-12
/
+25
*
- Display the user accounts manager as a sheet
stuconnolly
2009-10-21
4
-556
/
+597
[next]