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
/
TableSource.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the multiple occurrences of hard coded toolbar identifiers for the ma...
stuconnolly
2009-10-28
1
-2
/
+2
*
Missing space when appending extra field info when creating a new field. Fixe...
stuconnolly
2009-10-27
1
-0
/
+1
*
Change the order of the cancel/remove buttons on the remove field dialog.
stuconnolly
2009-10-27
1
-3
/
+3
*
- Set up TableSource to respond to task notifications to prepare for threade...
rowanbeentje
2009-10-27
1
-3
/
+75
*
Replace the use of hard coded preference keys with constants to prevent issue...
stuconnolly
2009-10-17
1
-12
/
+13
*
- When moving or editing table columns, preserve comments and any column det...
rowanbeentje
2009-10-03
1
-0
/
+29
*
- Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...
rowanbeentje
2009-09-02
1
-7
/
+7
*
- The add, rename and copy table sheets should not block the main thread (par...
stuconnolly
2009-08-18
1
-24
/
+44
*
- Fix an errant NSLog in TableSource
rowanbeentje
2009-08-01
1
-2
/
+0
*
Put the table content filter in a split view so the field name drop down and ...
stuconnolly
2009-08-01
1
-19
/
+16
*
Improve TablesList significantly:
rowanbeentje
2009-07-28
1
-1
/
+8
*
Merge framework integration branch back to trunk. Summary of changes:
stuconnolly
2009-07-21
1
-4
/
+3
*
- Make the DBView window the document window. This allows the document to b...
rowanbeentje
2009-07-15
1
-1
/
+2
*
- 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
1
-15
/
+13
*
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
1
-1
/
+1
*
Add contextual menus to table structure and table index views. Part of issue ...
stuconnolly
2009-07-02
1
-0
/
+23
*
- Make changes to the table structure flush the appropriate table data caches
rowanbeentje
2009-06-24
1
-8
/
+18
*
- We have always allowed setting "on update CURRENT_TIMESTAMP" for timestamp...
rowanbeentje
2009-06-24
1
-0
/
+8
*
- Fix default values behaviour - previously, default values weren't being sa...
rowanbeentje
2009-06-24
1
-15
/
+15
*
• fixed several problems for alerting an error sheet inside of a didEndSele...
Bibiko
2009-06-23
1
-3
/
+3
*
• fixed issue while editing an field cell in Structure View select an other...
Bibiko
2009-06-23
1
-28
/
+36
*
• fixed issue for showing an error alert sheet inside of a endSheet selecto...
Bibiko
2009-06-23
1
-6
/
+25
*
• some code cleaning and tiny performance enhancements for various for/whil...
Bibiko
2009-06-21
1
-6
/
+9
*
Fix for issue #285. Also tidy up the add/change row method including friendli...
stuconnolly
2009-06-19
1
-42
/
+83
*
• in r801 the code for inserting a new field containing a PRIMARY KEY after...
Bibiko
2009-06-17
1
-9
/
+19
*
• fixed: "Duplicate field" will be disabled explicitly if selected table is...
Bibiko
2009-06-16
1
-4
/
+6
*
• changed the behaviour of the "Duplicate Field" button in TableSource:
Bibiko
2009-06-16
1
-5
/
+12
*
• fixed: if the user tries to delete the last defined field in a given tabl...
Bibiko
2009-06-16
1
-0
/
+18
*
Replace the change table type button with an edit button that switches the cu...
stuconnolly
2009-06-15
1
-63
/
+4
*
- Default the index type picker to INDEX if a primary key already exists on ...
rowanbeentje
2009-06-13
1
-1
/
+15
*
• fixed issue that after changing the pref "Use monospaced fonts" the table...
Bibiko
2009-06-10
1
-1
/
+20
*
- Replace TableSource use of a custom, flawed NSScanner-based parser with SP...
rowanbeentje
2009-06-10
1
-29
/
+32
*
- fixed bug with changing extra to auto_increment for a column
mtvee
2009-06-03
1
-1
/
+1
*
Redesigned table information pane.
stuconnolly
2009-05-27
1
-2
/
+3
*
• add AFTER clause only if the user added a new field
Bibiko
2009-05-26
1
-2
/
+2
*
- Added ability to insert field/column in structure mode.
avenjamin
2009-05-20
1
-5
/
+12
*
New preference to allow the displaying of vertical grid lines in table views.
stuconnolly
2009-05-19
1
-12
/
+28
*
More header updates for source files, including Subversion Id property.
stuconnolly
2009-05-19
1
-1
/
+2
*
Fix for issue #256. Don't perform field updates if nothing has changed when s...
stuconnolly
2009-05-15
1
-26
/
+47
*
Improve warning dialogs when removing table fields and indexes. Part of issue...
stuconnolly
2009-05-12
1
-33
/
+43
*
Implementation of enhancement #28: Allow customizing default value of NULL pr...
stuconnolly
2009-05-11
1
-2
/
+2
*
- fixed bug where indexes not showing.
avenjamin
2009-04-12
1
-1
/
+1
*
Added printing support via WebKit WebView
bamse16
2009-04-11
1
-1
/
+18
*
- part 4 of merge from 'avenjamin' branch into trunk.
avenjamin
2009-04-10
1
-8
/
+8
*
Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l.
stuconnolly
2009-03-26
1
-1
/
+1
*
- when loading texts/blobs is disabled, the table view now shows "(not loaded...
jakob
2009-03-26
1
-11
/
+50
*
- fixed issue #203 (backticks in identifiers not supported)
jakob
2009-03-24
1
-29
/
+31
*
- Increment trunk version number to 0.9.4
rowanbeentje
2009-03-11
1
-3
/
+11
[next]