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
*
- Ensure that Growl notifications are made from the main thread. This addre...
rowanbeentje
2010-04-23
1
-0
/
+8
*
Perform bounds checking in the process list controller's table view data sour...
stuconnolly
2010-04-23
1
-2
/
+2
*
Only attempt to check or set the max allowed packet if there is an active con...
stuconnolly
2010-04-23
3
-20
/
+34
*
- SPNarrowDownCompletion: Pass NSApp certain events *after* processing local...
rowanbeentje
2010-04-23
1
-2
/
+3
*
- Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windo...
rowanbeentje
2010-04-22
4
-35
/
+50
*
Ensure that table change selection notifications are posted to the main thread.
stuconnolly
2010-04-22
1
-1
/
+1
*
changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE"
jakob
2010-04-22
9
-46
/
+46
*
fix for #642 (deleting more than 3 rows failed on MySQL before 5.0.3)
jakob
2010-04-22
1
-5
/
+9
*
Speed up SPDatabaseData by obtaining the server version when the connection i...
stuconnolly
2010-04-21
2
-17
/
+29
*
When saving an SPF only save the socket if it's present. Fixes http://spbug.c...
stuconnolly
2010-04-20
1
-1
/
+1
*
Localize 'Edit Favorites...' popup button menu item.
stuconnolly
2010-04-20
2
-3
/
+3
*
Fix an issue whereby choosing to edit the selected favourite in the connectio...
stuconnolly
2010-04-20
3
-13
/
+2
*
- Fix exceptions when right-clicking on the query favourites list. This addr...
rowanbeentje
2010-04-20
1
-1
/
+2
*
- more fixing of issue 641. I forgot to consider the case of deleting the las...
jakob
2010-04-19
1
-2
/
+11
*
- fix for #641 with regard to deleting rows (duplicating still doesnt work)
jakob
2010-04-19
1
-4
/
+46
*
- Tweak autocompletion on-delay-after-typing to no longer trigger on whitesp...
rowanbeentje
2010-04-19
1
-7
/
+10
*
- Change target action of export current table/browse view to exportTable: (...
rowanbeentje
2010-04-18
1
-56
/
+42
*
- Add a new couldCommitCurrentViewActions method to TableDocument, and stand...
rowanbeentje
2010-04-18
7
-61
/
+62
*
- Fix a bug in 10.5.8 where a background connection window would overrelease...
rowanbeentje
2010-04-17
1
-1
/
+2
*
- Fix .sql.gz extension when exporting databases to SQL when the compression...
rowanbeentje
2010-04-17
1
-2
/
+2
*
Improved index checking when using arrow key navigation. Potential fix for ht...
jakob
2010-04-16
1
-6
/
+14
*
- changed the query locking mechanism for MCPConnection to be more thread saf...
jakob
2010-04-16
5
-76
/
+130
*
Fix for Title #118 on log.sequelpro.com
mltownsend
2010-04-15
2
-0
/
+0
*
- Tweak the history controller to track the toolbar item visibility, and onl...
rowanbeentje
2010-04-15
3
-3
/
+72
*
- Add locking for SSH debug message processing - this addresses http://spbug...
rowanbeentje
2010-04-15
2
-2
/
+13
*
Clicking the duplicate row button now correctly sets auto_increment fields to...
jakob
2010-04-14
1
-2
/
+4
*
- Wrap TableContent's loadTableValues in an autorelease pool; this fixes con...
rowanbeentje
2010-04-13
1
-0
/
+5
*
- enabled up/down arrow key navigation (see #633)
jakob
2010-04-13
1
-11
/
+45
*
Review usage of notifications, afterDelay: and waitUntilDone:NO calls:
rowanbeentje
2010-04-12
11
-45
/
+52
*
preserve path name selection only if user ticks the 'compress dump' checkbox ...
Bibiko
2010-04-12
1
-0
/
+11
*
• renamed 'Open' button in 'Import from Clipboard' to 'Next'
Bibiko
2010-04-12
2
-3
/
+3
*
• Export compressed mysql dump
Bibiko
2010-04-12
1
-2
/
+14
*
- Add SVN id property to SPFileHandle, correct headers, and add more functio...
rowanbeentje
2010-04-12
3
-16
/
+74
*
- Commit a missing binary file to complete zlib support for r2091
rowanbeentje
2010-04-12
1
-0
/
+0
*
Add a new SPFileHandle class to support gzip compression and writing on a bac...
rowanbeentje
2010-04-12
11
-164
/
+2213
*
Forgot to update Localizable.strings for previous commit.
stuconnolly
2010-04-11
3
-4
/
+4
*
Add a 'Show Create Syntax...' menu item to the tables list context menu and '...
stuconnolly
2010-04-11
4
-278
/
+298
*
• Import from Clipboard
Bibiko
2010-04-10
1
-0
/
+2
*
• added "Import from Clipboard" ⌥⇧⌘I
Bibiko
2010-04-10
9
-47
/
+883
*
When displaying a table/view's create syntax in the extended table informatio...
stuconnolly
2010-04-09
2
-5
/
+7
*
• improved querying db structure handling
Bibiko
2010-04-07
3
-1
/
+28
*
Tried to fine-tune the auto-completion behaviour esp. for automatically inser...
Bibiko
2010-04-07
4
-18
/
+69
*
• query db structure
Bibiko
2010-04-07
2
-57
/
+98
*
- Improve .spf handling of blank passwords; allow empty passwords to be save...
rowanbeentje
2010-04-06
1
-4
/
+4
*
File header typo.
stuconnolly
2010-04-06
1
-1
/
+1
*
• overlapping of completion windows after refreshing its content if db stru...
Bibiko
2010-04-06
3
-4
/
+22
*
fix for referential action not showing in relations view in certain circumsta...
mtvee
2010-04-06
1
-2
/
+2
*
• CSV Import
Bibiko
2010-04-06
1
-8
/
+45
*
in Preferences > Favorite ask for confirmation before removing the selected f...
Bibiko
2010-04-06
1
-30
/
+61
*
If user selects the Query Editor window set always the focus on the text view...
Bibiko
2010-04-06
1
-2
/
+2
[next]