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
...
*
• fixed dealloc of 'suggestions' in SPNarrowDownCompletion
Bibiko
2009-07-15
2
-22
/
+14
*
• narrow-down completion (F5)
Bibiko
2009-07-15
3
-20
/
+14
*
- Update r1003 to also work with views (fixes Issue #335)
rowanbeentje
2009-07-15
1
-1
/
+2
*
- Make the DBView window the document window. This allows the document to b...
rowanbeentje
2009-07-15
15
-85
/
+128
*
• fix for completion in CustomQuery editor
Bibiko
2009-07-14
5
-86
/
+131
*
- changed history and favorite selection to insert rather then overwrite quer...
mtvee
2009-07-14
1
-12
/
+3
*
• unified ⌥⌘A in tooltips
Bibiko
2009-07-14
1
-12
/
+52
*
• fixed size problem for SSH tab view for SP's minimum window size
Bibiko
2009-07-14
1
-58
/
+76
*
• fixed issue for Connection NIB: TABview jumped downwards while resizing
Bibiko
2009-07-14
1
-4
/
+6
*
- Add a "Frequency" menu to automatic updates prefpane, allowing users to ch...
rowanbeentje
2009-07-13
1
-36
/
+228
*
Rework data storage and retrieval in TableContent and CustomQuery backing arr...
rowanbeentje
2009-07-13
8
-159
/
+171
*
• added levenshteinDistanceOfWord: to SPStringAdditions
Bibiko
2009-07-13
3
-6
/
+75
*
Issue 333: Problems with single quotes in table name by escaping the single q...
bamse16
2009-07-11
1
-1
/
+3
*
- Add support for the function "NOW()" to resolve Issue #300
rowanbeentje
2009-07-09
1
-0
/
+3
*
- Correctly display errors that occur when editing rows, and ensure the row ...
rowanbeentje
2009-07-09
1
-8
/
+5
*
Fix to clear compilation errors. 2 variables theUser and theHost weren't decl...
avenjamin
2009-07-09
1
-2
/
+2
*
- Add a number of additional nil checks as protection against further recurr...
rowanbeentje
2009-07-09
1
-6
/
+10
*
- Commit the second part of r995 (oops), addressing database selection issues
rowanbeentje
2009-07-09
3
-2
/
+3
*
- Fix connection controller errors with nil strings (bindings?), fixing Issu...
rowanbeentje
2009-07-09
2
-0
/
+40
*
- Ensure that error IDs are available from CMMCPConnection after connection ...
rowanbeentje
2009-07-08
3
-8
/
+15
*
- Tweak tabbing in TableSource.m to behave correctly following r991 (see Iss...
rowanbeentje
2009-07-07
1
-3
/
+1
*
- Alter the "Allow Null" column in the source view to use a checkbox instead...
rowanbeentje
2009-07-07
2
-206
/
+111
*
MyISAM tables report the exact number of rows in a table in the output of SHO...
stuconnolly
2009-07-07
2
-1
/
+5
*
- Fix placeholder exports of views containing enums, improving on r959
rowanbeentje
2009-07-07
1
-1
/
+7
*
- Update the import/export progress sheet title to reflect the current activity
rowanbeentje
2009-07-06
3
-23
/
+72
*
- Fixes crashes in the CSV Field Mapping sheet caused by multiple threads an...
rowanbeentje
2009-07-06
1
-5
/
+7
*
- Improve handling of the new favorites interface in preferences, simplifyin...
rowanbeentje
2009-07-06
3
-255
/
+230
*
- Fix favorites text fields resizing in prefs window
rowanbeentje
2009-07-06
2
-65
/
+52
*
Fixed some BW leak
bamse16
2009-07-06
1
-2
/
+2
*
Fixed some memory leaks
bamse16
2009-07-06
1
-8
/
+12
*
Overhaul the connection screen:
rowanbeentje
2009-07-06
10
-5420
/
+7272
*
small fix for add index sheet default behavior
mtvee
2009-07-02
1
-1
/
+1
*
Fix warnings caused by calls to validateMenuItem: being passed to NSObject by...
stuconnolly
2009-07-02
3
-3
/
+3
*
Restore the position of the buttons on the remove table and truncate table co...
stuconnolly
2009-07-02
1
-4
/
+16
*
Add contextual menus to the table content and table relations views. Complete...
stuconnolly
2009-07-02
3
-9
/
+172
*
Add contextual menus to table structure and table index views. Part of issue ...
stuconnolly
2009-07-02
2
-61
/
+173
*
Rename README file.
stuconnolly
2009-07-01
1
-0
/
+0
*
When displaying the add new table sheet use SPDatabaseData to get the availab...
stuconnolly
2009-07-01
3
-13
/
+66
*
Fixed the last use connection when you're reordering your connections
bamse16
2009-06-30
1
-5
/
+9
*
Fixed some memory issues on BW framework
bamse16
2009-06-30
1
-0
/
+5
*
- Make SSHQuestionDialog and printAccessory XIB's localizable
avenjamin
2009-06-29
4
-61
/
+36
*
- Correctly SQL export views with interdependencies on other views or tables...
rowanbeentje
2009-06-27
2
-1
/
+79
*
Improve custom query timing and display:
rowanbeentje
2009-06-27
5
-17
/
+21
*
- Added read me file with instructions for installing the BWToolkit Interface...
avenjamin
2009-06-27
1
-0
/
+25
*
• fixes for Create Syntax HUD window:
Bibiko
2009-06-26
2
-26
/
+96
*
• fixed issue for sorting the Custom Query table via clicking at the header...
Bibiko
2009-06-26
1
-2
/
+4
*
- Printing of backgrounds is now correctly separated from the WebKit prefere...
rowanbeentje
2009-06-25
3
-3
/
+18
*
- Revert r844, making background printing draw from the print accessory view...
rowanbeentje
2009-06-25
3
-3
/
+5
*
• some work on SPFieldEditor
Bibiko
2009-06-25
2
-6
/
+172
*
• added SPFieldEditor class
Bibiko
2009-06-25
3
-1
/
+426
[prev]
[next]