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
...
*
Don't filter out the current table of available tables to reference when crea...
stuconnolly
2009-10-09
1
-1
/
+1
*
• fixed bug while parsing the CREATE TABLE syntax if a column name contains...
Bibiko
2009-10-09
3
-1
/
+27
*
• After importing CSV data execute [TableContent reloadTable:] on mainThrea...
Bibiko
2009-10-08
1
-2
/
+4
*
• outsourced ImportCSV accessory view to fix the disappearing of combobox ...
Bibiko
2009-10-07
5
-954
/
+1385
*
• fixed bug for CSV import
Bibiko
2009-10-07
1
-0
/
+8
*
• some minor code cleaning and simplification
Bibiko
2009-10-07
2
-298
/
+309
*
More export redesign work. Note that the current implementation has a major f...
stuconnolly
2009-10-07
7
-90
/
+90
*
Move 'Close' menu item.
stuconnolly
2009-10-06
1
-240
/
+35
*
• added main menu item: "Open “<file>” in New Window" ⌥⌘O as altern...
Bibiko
2009-10-06
4
-11
/
+287
*
More export redesign work.
stuconnolly
2009-10-06
7
-35
/
+99
*
• changed routine for opening SPF files
Bibiko
2009-10-06
4
-303
/
+110
*
More export redesign work. CSV data generation is currently working using the...
stuconnolly
2009-10-06
14
-346
/
+401
*
Tiny tweak: make isNSNull checks ~3x faster
rowanbeentje
2009-10-05
1
-1
/
+3
*
- Rewrite keepalive pings to be performed within pthreads, enforcing ping ti...
rowanbeentje
2009-10-05
2
-43
/
+46
*
Remove the (single item) 'Tools' menu and move the 'User Manager' menu item t...
stuconnolly
2009-10-04
1
-74
/
+61
*
Add the ability to copy the selected server variable(s), either as name = val...
stuconnolly
2009-10-04
3
-37
/
+235
*
- When moving or editing table columns, preserve comments and any column det...
rowanbeentje
2009-10-03
2
-3
/
+45
*
Improve Growl interaction to reduce general Growl spammage and improve functi...
rowanbeentje
2009-10-03
5
-19
/
+134
*
• fixed "Open Recent" for 10.6:
Bibiko
2009-10-03
1
-1
/
+1
*
- Ensure that blob and text fields which are loaded on-demand never have pla...
rowanbeentje
2009-10-03
1
-7
/
+20
*
When duplicating table, but not its contents strip out any occurrence of a pr...
stuconnolly
2009-10-02
1
-1
/
+8
*
When duplicating a table strip out the names of any occurrences of InnoDB for...
stuconnolly
2009-10-02
1
-0
/
+7
*
• corrected tooltips for 'Add' and 'Remove' button
Bibiko
2009-10-02
1
-16
/
+49
*
• first implementation of a Content Filter Editor
Bibiko
2009-10-01
11
-145
/
+191
*
Remove the word 'Table' from the copy create syntax Growl notification name t...
stuconnolly
2009-10-01
1
-2
/
+2
*
- Add copy create syntax button to the create syntax sheet.
stuconnolly
2009-10-01
7
-14
/
+103
*
- Replace the create syntax transparent HUD panel with a standard sheet, whic...
stuconnolly
2009-10-01
4
-575
/
+522
*
- Add an empty tableview behind the table filter box, with the same backgrou...
rowanbeentje
2009-09-30
1
-222
/
+377
*
- Add ControlMaster compatibility to SSH tunnels - credit to Igor Sutton. Th...
rowanbeentje
2009-09-30
1
-0
/
+1
*
- Update history item name generation (for history menus) to add support for...
rowanbeentje
2009-09-30
1
-0
/
+10
*
• further progress on the Content Filter Editor
Bibiko
2009-09-30
8
-738
/
+1142
*
- Correctly release and reset the sort column when deselecting tables or sel...
rowanbeentje
2009-09-29
1
-0
/
+4
*
• preparation for GUI support to manage user-defined content filters
Bibiko
2009-09-29
4
-0
/
+3693
*
- When editing a row in a table with "on update CURRENT_TIMESTAMP" set for a...
rowanbeentje
2009-09-29
1
-11
/
+15
*
- When adding tables, use standard selection update methods rather than cust...
rowanbeentje
2009-09-28
1
-30
/
+2
*
• some code cleaning and removing of the deprecated method 'selectedRowEnum...
Bibiko
2009-09-28
2
-51
/
+55
*
• fixed an issue of double-loading user-defined filters
Bibiko
2009-09-28
3
-10
/
+53
*
• improved and fixes escaping of filter arguments
Bibiko
2009-09-28
3
-7
/
+53
*
• rewrote the content filter logic:
Bibiko
2009-09-28
5
-235
/
+499
*
Rewrite CSV import:
rowanbeentje
2009-09-28
5
-577
/
+1205
*
• marked 'sequel-pro-print-template.html' as localizable
Bibiko
2009-09-27
9
-93
/
+171
*
• changed the progress wheel updating behaviour while loading table data sl...
Bibiko
2009-09-26
1
-8
/
+15
*
• if the user chose to open a SQL file which is larger than 1MB SP asks for...
Bibiko
2009-09-26
3
-3
/
+52
*
• re-enabled field editor's QuickLook for 10.6
Bibiko
2009-09-25
4
-445
/
+372
*
• changed short-cuts for table history to ^⌥⇠/⇢ to avoid interfering...
Bibiko
2009-09-24
1
-2
/
+2
*
• eliminated the deprecated method 'stringWithCString' and simplified the m...
Bibiko
2009-09-24
1
-46
/
+27
*
• fixed issue if after displaying a sheet for renaming/duplicating/adding a...
Bibiko
2009-09-24
1
-11
/
+47
*
• while a connection will be initialized via a SPF file disable the possibi...
Bibiko
2009-09-23
2
-0
/
+9
*
Rename (currently unused) help folder.
stuconnolly
2009-09-23
22
-4
/
+4
*
Change the size of the checkboxes in the structure view to resolve the strang...
stuconnolly
2009-09-23
1
-219
/
+139
[prev]
[next]