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
/
SPDatabaseDocument.m
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
|
|
|
|
Add the ability to double click a tab to duplicate the connection in a new ta...
stuconnolly
2011-05-09
1
-6
/
+1
*
|
|
|
|
|
|
|
|
|
|
Minor tidy up.
stuconnolly
2011-05-08
1
-9
/
+12
*
|
|
|
|
|
|
|
|
|
|
Fixes source text encoding problems accidentally introduced in r3273
sqlprodev
2011-04-14
1
-2
/
+2
*
|
|
|
|
|
|
|
|
|
|
SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...
sqlprodev
2011-04-14
1
-2
/
+23
*
|
|
|
|
|
|
|
|
|
|
Make some minor changes after reviewing r3271:
rowanbeentje
2011-04-14
1
-3
/
+3
*
|
|
|
|
|
|
|
|
|
|
initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...
sqlprodev
2011-04-11
1
-15
/
+200
*
|
|
|
|
|
|
|
|
|
|
- When restoring connections and sessions, correctly clear and restore keych...
rowanbeentje
2011-04-04
1
-1
/
+18
*
|
|
|
|
|
|
|
|
|
|
Fix Issue #1019 (Sidebar width not remembered):
rowanbeentje
2011-04-01
1
-3
/
+6
*
|
|
|
|
|
|
|
|
|
|
- Fix .spfs files not being added to the Recent Documents menu, addressing I...
rowanbeentje
2011-03-31
1
-3
/
+1
*
|
|
|
|
|
|
|
|
|
|
Fix more compiler warnings, including a few bugs
rowanbeentje
2011-03-08
1
-37
/
+41
*
|
|
|
|
|
|
|
|
|
|
Fix more compiler warnings.
stuconnolly
2011-03-04
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
- Fix more compiler warnings
rowanbeentje
2011-03-04
1
-2
/
+2
*
|
|
|
|
|
|
|
|
|
|
Fix compiler warnings.
stuconnolly
2011-03-01
1
-2
/
+6
*
|
|
|
|
|
|
|
|
|
|
fixed compiler warnings
sqlprodev
2011-03-01
1
-1
/
+2
*
|
|
|
|
|
|
|
|
|
|
fixed compiler warnings
sqlprodev
2011-03-01
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
- Don't bring the task window to the front before re-adding it to the parent...
rowanbeentje
2011-02-06
1
-1
/
+0
*
|
|
|
|
|
|
|
|
|
|
• changed the behaviour of ⇧⌘K (Show/Hide Console) slightly
Bibiko
2011-02-01
1
-16
/
+17
*
|
|
|
|
|
|
|
|
|
|
• fixed updateWindowTitle: threading issue
Bibiko
2011-02-01
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
- Ensure window title updates occur on the main thread, fixing crashes under...
rowanbeentje
2011-01-31
1
-6
/
+10
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
• show activity pane for running Bundle process automatically if the proces...
Bibiko
2011-01-20
1
-0
/
+33
*
|
|
|
|
|
|
|
|
|
• while saving connection/session as spf(s) make "Remember Query Editor con...
Bibiko
2011-01-17
1
-2
/
+6
*
|
|
|
|
|
|
|
|
|
• added sequelpro URL scheme commands passToDoc/SetText/<text>, passToDoc/I...
Bibiko
2011-01-14
1
-0
/
+40
*
|
|
|
|
|
|
|
|
|
• changed sequelpro URL command SyntaxHighlighting to be connection indepen...
Bibiko
2011-01-10
1
-137
/
+0
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Address Issue #857:
rowanbeentje
2010-12-20
1
-13
/
+2
*
|
|
|
|
|
|
|
|
* Recognize "performance_schema" as system DB (added in 5.5)
dmoagx
2010-12-18
1
-1
/
+2
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
• minor improvements, commenting, cleaning for URL scheme commands
Bibiko
2010-12-17
1
-1
/
+16
*
|
|
|
|
|
|
|
• improved timing behaviour for a SPDatabaseDocument if it receives a seque...
Bibiko
2010-12-17
1
-5
/
+18
*
|
|
|
|
|
|
|
• allow to some sequelpro URL scheme commands like select a table/db the us...
Bibiko
2010-12-17
1
-42
/
+50
*
|
|
|
|
|
|
|
• sequelpro URL scheme support
Bibiko
2010-12-15
1
-5
/
+281
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
• URL scheme commands:
Bibiko
2010-12-14
1
-3
/
+35
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
• HTML output window
Bibiko
2010-12-13
1
-0
/
+3
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
• made usage of more constants to avoid double-storing strings
Bibiko
2010-12-12
1
-13
/
+13
*
|
|
|
|
- Fix an issue where after failing to select a database the database dropdow...
rowanbeentje
2010-12-11
1
-2
/
+6
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
• avoided to execute SHOW VARIABLES LIKE 'character_set_database' twice fo...
Bibiko
2010-12-10
1
-2
/
+1
*
|
|
|
• Bundle Commands
Bibiko
2010-12-09
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
• Bundle command support
Bibiko
2010-12-07
1
-0
/
+22
|
|
/
|
/
|
*
|
• finished implementation of SPChooseMenuItemDialog
Bibiko
2010-12-06
1
-0
/
+2
*
|
- Add the ability to stop animation of the task indicator, and use it to pau...
rowanbeentje
2010-12-05
1
-0
/
+13
|
/
*
• Bundle Commands
Bibiko
2010-12-01
1
-9
/
+27
*
• Bundle Editor / Bundle commands
Bibiko
2010-12-01
1
-16
/
+20
*
• progress on trigger support for Bundle commands
Bibiko
2010-12-01
1
-0
/
+17
*
• added chance to cancel an activity - up to now a running Bundle command ...
Bibiko
2010-12-01
1
-10
/
+10
*
• fixed issue for saving spf files if sslCertificateFileLocation is nil
Bibiko
2010-11-30
1
-2
/
+2
*
• Bundle commands
Bibiko
2010-11-30
1
-0
/
+17
*
• Bundle commands
Bibiko
2010-11-29
1
-1
/
+25
*
- Fix issues right-clicking in the empty table area ( http://spbug.com/l/1726 )
rowanbeentje
2010-11-27
1
-1
/
+1
*
- Right-align numeric columns in table content views and custom query results
rowanbeentje
2010-11-27
1
-2
/
+2
*
• Bundle Editor
Bibiko
2010-11-23
1
-0
/
+7
*
- Abstract SPDatabaseDocument's Connection/.spf saving/loading functionality...
rowanbeentje
2010-11-23
1
-568
/
+696
*
• sequelpro url scheme support
Bibiko
2010-11-22
1
-4
/
+42
[prev]
[next]