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
/
TableContent.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Fix NSLock console lines
rowanbeentje
2009-08-25
1
-68
/
+68
*
• further improvements to open/save spf files
Bibiko
2009-08-23
1
-11
/
+30
*
• corrected table history entries for operator BETWEEN (misunderstood logic...
Bibiko
2009-08-23
1
-7
/
+15
*
• modified SPHistoryController to handle the new BETWEEN operator
Bibiko
2009-08-23
1
-3
/
+14
*
Add support for the BETWEEN operator when filtering a table's content. Implem...
stuconnolly
2009-08-21
1
-54
/
+106
*
• first preparations to save the current connection window as SPF file
Bibiko
2009-08-21
1
-0
/
+1
*
Experimental change to make table content browsing much faster:
rowanbeentje
2009-08-20
1
-2
/
+39
*
• re-implemented tooltips for Content and Query tables
Bibiko
2009-08-20
1
-30
/
+35
*
• quick fix - disabled tooltips in Content and Query tables due to crashes
Bibiko
2009-08-20
1
-30
/
+30
*
• SPTooltip: added type "image"
Bibiko
2009-08-18
1
-12
/
+9
*
• added SPTooltips for cell content in Content Table
Bibiko
2009-08-14
1
-0
/
+41
*
- Rework TableContent row count fetching, loading it in the correct location...
rowanbeentje
2009-08-13
1
-34
/
+50
*
- Fix table content sorting, broken in r1183 - this addresses Issue #364
rowanbeentje
2009-08-11
1
-1
/
+1
*
Rework data loading in TableContent:
rowanbeentje
2009-08-11
1
-477
/
+349
*
• added to the FieldEditorSheet a max text length validation
Bibiko
2009-08-10
1
-5
/
+13
*
• added field name to Field Editor Sheet
Bibiko
2009-08-08
1
-1
/
+4
*
When selecting a cell to edit that is either a blob or text field and hasn't ...
stuconnolly
2009-08-08
1
-28
/
+29
*
(no commit message)
Bibiko
2009-08-04
1
-0
/
+4
*
This shouldn't actually be negated as a return value of YES indicating that N...
stuconnolly
2009-08-03
1
-1
/
+1
*
• add Menu Item "Insert NULL value" SHIFT+CTRL+N
Bibiko
2009-08-03
1
-2
/
+2
*
When blob/text fields are loaded on demand also color them light gray if they...
stuconnolly
2009-08-03
1
-1
/
+1
*
Use light gray rather than gray for displaying NULLs and blog/text fields tha...
stuconnolly
2009-08-03
1
-2
/
+2
*
Display the user specified NULL value placeholder in grey when displaying a t...
stuconnolly
2009-08-03
1
-26
/
+27
*
- Fix an errant NSLog in TableSource
rowanbeentje
2009-08-01
1
-67
/
+228
*
Put the table content filter in a split view so the field name drop down and ...
stuconnolly
2009-08-01
1
-0
/
+18
*
Disable updating the number of rows in the selected table in the table data c...
stuconnolly
2009-07-21
1
-3
/
+3
*
Merge framework integration branch back to trunk. Summary of changes:
stuconnolly
2009-07-21
1
-17
/
+16
*
Improvements to reporting the correct row count for tables. See issue #141.
stuconnolly
2009-07-21
1
-10
/
+10
*
• added: AMIndeterminateProgressIndicatorCell for global spinning wheel
Bibiko
2009-07-18
1
-1
/
+1
*
- Update WHERE string buildup - the code now uses equals comparisons rather ...
rowanbeentje
2009-07-18
1
-22
/
+3
*
Add the ability to navigate between tables via foreign key relationships, add...
rowanbeentje
2009-07-18
1
-53
/
+116
*
• Field Editor Sheet class
Bibiko
2009-07-17
1
-1
/
+1
*
• applied the new class SPFieldEditorController to TableContent
Bibiko
2009-07-17
1
-503
/
+19
*
- Make the DBView window the document window. This allows the document to b...
rowanbeentje
2009-07-15
1
-22
/
+18
*
Rework data storage and retrieval in TableContent and CustomQuery backing arr...
rowanbeentje
2009-07-13
1
-97
/
+105
*
- 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 warnings caused by calls to validateMenuItem: being passed to NSObject by...
stuconnolly
2009-07-02
1
-1
/
+1
*
Add contextual menus to the table content and table relations views. Complete...
stuconnolly
2009-07-02
1
-0
/
+21
*
• changes in editSheet:
Bibiko
2009-06-24
1
-12
/
+53
*
• added to SPDataAdditions:
Bibiko
2009-06-23
1
-26
/
+14
*
• fixed several problems for alerting an error sheet inside of a didEndSele...
Bibiko
2009-06-23
1
-5
/
+25
*
• added SPDataCellFormatter to data cells of the Custom Query table
Bibiko
2009-06-23
1
-26
/
+33
*
• moved dataToHex as dataToFormattedHexString from TableContent to SPDataAd...
Bibiko
2009-06-23
1
-89
/
+3
*
• changed: if the current edited field is a "ENUM" field
Bibiko
2009-06-21
1
-1
/
+5
*
• some code cleaning and tiny performance enhancements for various for/whil...
Bibiko
2009-06-21
1
-55
/
+61
*
• added: SPDataAdditions.m
Bibiko
2009-06-19
1
-66
/
+8
*
• added to TableContent.m:
Bibiko
2009-06-19
1
-0
/
+117
*
• added: by holding ⌘, ⇧, or/and ⌥ dragged selected rows will be copi...
Bibiko
2009-06-19
1
-2
/
+10
*
• added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function
Bibiko
2009-06-18
1
-21
/
+21
[next]