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
/
Interfaces
/
English.lproj
/
DBView.xib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
• implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta...
Bibiko
2010-02-22
1
-55
/
+356
*
• implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in St...
Bibiko
2010-02-22
1
-11
/
+32
*
• initial work to give the chance to reset the table's AUTO_INCREMENT value
Bibiko
2010-02-22
1
-45
/
+544
*
• fixed keyboard behaviour of "Create Sytax Sheet"
Bibiko
2010-02-20
1
-13
/
+131
*
• TableDump
Bibiko
2010-02-17
1
-15
/
+74
*
• re-factored and outsourced the entire CSV import field mapper sheet
Bibiko
2010-02-16
1
-831
/
+13
*
Make the add new trigger sheet resizable to accommodate complex trigger state...
stuconnolly
2010-02-07
1
-37
/
+44
*
- Trigger a full table reload when the table type is changed; makes relation...
rowanbeentje
2010-02-06
1
-49
/
+54
*
Complete the implementation of the management of table triggers (accessible v...
stuconnolly
2010-02-06
1
-104
/
+922
*
- Tweak the background colours of the NSTableView behind the table filter so...
rowanbeentje
2010-02-06
1
-15
/
+20
*
- Restore a missing link between TableDocument and TableRelationsInstance. ...
rowanbeentje
2010-02-06
1
-362
/
+77
*
• refactored the entire history logic in Custom Query
Bibiko
2010-02-05
1
-17
/
+229
*
• bound ⌥⌘H to Mac's default "Hide others"; fixes i561
Bibiko
2010-02-04
1
-43
/
+34
*
• field mapping sheet is now document-modal instead of blocking SP entirely
Bibiko
2010-02-03
1
-24
/
+198
*
• added key-shortcut ⌘= to make the textview size larger
Bibiko
2010-02-02
1
-85
/
+54
*
Added preliminary support for triggers. You can access the tab via the
bamse16
2010-01-31
1
-111
/
+1126
*
Fix bugs introduced by last commit.
avenjamin
2010-01-30
1
-246
/
+219
*
* renaming a table/view/proc/func now doesn't open a sheet anymore
jakob
2010-01-28
1
-443
/
+101
*
• improved the graphical representation of text macro snippets
Bibiko
2010-01-27
1
-67
/
+5
*
• first trial to improve the search field behaviour for Query Favorites and...
Bibiko
2010-01-05
1
-39
/
+76
*
• added Save/Copy History List to "Query History"'s popup menu
Bibiko
2010-01-05
1
-45
/
+172
*
• changed the alternating key to ⌥ instead of ⌘ for "Query Favorites" >...
Bibiko
2010-01-04
1
-4
/
+5
*
• remember scrollview port and selected row after editing in the Custom Que...
Bibiko
2010-01-04
1
-34
/
+220
*
- Tweak the pagination interface - remove the text and replace with an icon,...
rowanbeentje
2009-12-15
1
-4
/
+4
*
- Tweak positioning of old "working" spinner to center and align it
rowanbeentje
2009-12-08
1
-1
/
+3
*
- Tweak pagination to fix click-through of pagination popup, fix next page b...
rowanbeentje
2009-11-23
1
-5
/
+2
*
- Replace the LIMIT interface on the content view with a pagination control ...
rowanbeentje
2009-11-23
1
-359
/
+283
*
New separator in query favorites dropdown.
stuconnolly
2009-11-17
1
-8
/
+83
*
Change the placeholder value of a few search fields to simply 'Filter' to mak...
stuconnolly
2009-11-17
1
-20
/
+73
*
Updates to the 'use monospaced font' preference, making it a lot more consist...
stuconnolly
2009-11-14
1
-31
/
+15
*
Give the custom query result table view the same row height as the table cont...
stuconnolly
2009-11-13
1
-100
/
+33
*
In an aid to split up the functionality of the TableDocument class as well as...
stuconnolly
2009-11-13
1
-774
/
+71
*
Change the main window's non-connected/connecting state title to 'Sequel Pro'...
stuconnolly
2009-11-11
1
-34
/
+32
*
• fixed GUI overlapping bug of Table Info Tab for 'Auto increment' field if...
Bibiko
2009-11-10
1
-54
/
+71
*
Don't run the add new index sheet modally, thus blocking the main thread. Par...
stuconnolly
2009-11-09
1
-45
/
+36
*
Switch the placement of the labels and controls on the add new index sheet.
stuconnolly
2009-11-08
1
-70
/
+88
*
- Add task support to all the main interface views
rowanbeentje
2009-11-04
1
-33
/
+43
*
Use SPTableTextFieldCell in the table information pane to get nicer line trun...
stuconnolly
2009-11-02
1
-4
/
+4
*
Improve truncating of table names (by appending ...) using SPTableTextFieldCell.
stuconnolly
2009-11-01
1
-35
/
+41
*
Got rid of a crash when using the User Manager and closing last Table Documen...
mltownsend
2009-10-29
1
-20
/
+147
*
- Set up TableSource to respond to task notifications to prepare for threade...
rowanbeentje
2009-10-27
1
-38
/
+87
*
Don't run the add new database sheet modally, thus blocking the main thread. ...
stuconnolly
2009-10-26
1
-96
/
+60
*
- Apply new document task support to the Custom Query tab, and run all custo...
rowanbeentje
2009-10-23
1
-40
/
+73
*
- Add support for createing fields of type BINARY and VARBINARY in the struct...
stuconnolly
2009-10-21
1
-39
/
+40
*
Initial work on threaded task, with an implementation of Table Content view d...
rowanbeentje
2009-10-20
1
-31
/
+58
*
- Make the custom query error text selectable - this addresses Issue #425
rowanbeentje
2009-10-10
1
-31
/
+37
*
• outsourced ImportCSV accessory view to fix the disappearing of combobox ...
Bibiko
2009-10-07
1
-954
/
+30
*
More export redesign work. CSV data generation is currently working using the...
stuconnolly
2009-10-06
1
-26
/
+44
*
Add the ability to copy the selected server variable(s), either as name = val...
stuconnolly
2009-10-04
1
-19
/
+128
*
- Add copy create syntax button to the create syntax sheet.
stuconnolly
2009-10-01
1
-5
/
+74
[prev]
[next]