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
*
- Revert all threaded table loading in TableContent, albeit leaving task fun...
rowanbeentje
2009-10-30
1
-47
/
+13
*
Replace the multiple occurrences of hard coded toolbar identifiers for the ma...
stuconnolly
2009-10-28
1
-2
/
+2
*
- When performing threaded data loads, no longer disable the tables and inst...
rowanbeentje
2009-10-27
1
-4
/
+13
*
- Set up TableSource to respond to task notifications to prepare for threade...
rowanbeentje
2009-10-27
1
-4
/
+10
*
- Apply new document task support to the Custom Query tab, and run all custo...
rowanbeentje
2009-10-23
1
-8
/
+9
*
- Improve table and task redrawing during threaded table content loads
rowanbeentje
2009-10-22
1
-7
/
+17
*
- Improve responsiveness/speed when loading table content by not forcing tab...
rowanbeentje
2009-10-21
1
-1
/
+1
*
Initial work on threaded task, with an implementation of Table Content view d...
rowanbeentje
2009-10-20
1
-53
/
+146
*
Some UI tidying up.
stuconnolly
2009-10-19
1
-2
/
+2
*
- Update the row count a bit more intelligently when the table content is LM...
rowanbeentje
2009-10-17
1
-0
/
+26
*
Replace the use of hard coded preference keys with constants to prevent issue...
stuconnolly
2009-10-17
1
-61
/
+61
*
• fixed NSString pointer reassignment in SPArrayAddition's method 'componen...
Bibiko
2009-10-16
1
-1
/
+25
*
- Improve on r1423 by avoiding stringWithFormat: within the query constructi...
rowanbeentje
2009-10-16
1
-10
/
+15
*
• if a table has more than one PRIMARY KEY delete the rows à la DELETE FRO...
Bibiko
2009-10-16
1
-5
/
+69
*
• fixed SPArrayAdditions method 'componentsJoinedByCommas' to use a mutable...
Bibiko
2009-10-16
1
-17
/
+66
*
nullValue preference key should be NullValue, which was preventing the editin...
stuconnolly
2009-10-16
1
-6
/
+7
*
• fixed issue that tables without primary key and Pref is set to LoadBlobsA...
Bibiko
2009-10-16
1
-8
/
+12
*
• fixed issue for closing the sheet for deleting/adding row(s) explicitly d...
Bibiko
2009-10-15
1
-13
/
+15
*
• added the chance to set "allowConsoleUpdate"
Bibiko
2009-10-15
1
-21
/
+37
*
- Allow link arrows for foreign key links to work when used on a column with...
rowanbeentje
2009-10-10
1
-12
/
+27
*
Improve handling of NULL and "(not loaded)" placeholders:
rowanbeentje
2009-10-10
1
-110
/
+81
*
- Ensure that blob and text fields which are loaded on-demand never have pla...
rowanbeentje
2009-10-03
1
-7
/
+20
*
• first implementation of a Content Filter Editor
Bibiko
2009-10-01
1
-8
/
+15
*
• further progress on the Content Filter Editor
Bibiko
2009-09-30
1
-4
/
+56
*
- Correctly release and reset the sort column when deselecting tables or sel...
rowanbeentje
2009-09-29
1
-0
/
+4
*
- When editing a row in a table with "on update CURRENT_TIMESTAMP" set for a...
rowanbeentje
2009-09-29
1
-11
/
+15
*
• fixed an issue of double-loading user-defined filters
Bibiko
2009-09-28
1
-1
/
+29
*
• improved and fixes escaping of filter arguments
Bibiko
2009-09-28
1
-3
/
+31
*
• rewrote the content filter logic:
Bibiko
2009-09-28
1
-190
/
+173
*
• changed the progress wheel updating behaviour while loading table data sl...
Bibiko
2009-09-26
1
-8
/
+15
*
Add back/forward history menu items to the view menu with the assigned shortc...
stuconnolly
2009-09-12
1
-1
/
+1
*
- Ensure table viewport is correctly restored for navigation history/SPF usa...
rowanbeentje
2009-09-07
1
-0
/
+5
*
• renamed SPQueryConsole to SPQueryController since it controls not only th...
Bibiko
2009-09-03
1
-2
/
+2
*
- Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...
rowanbeentje
2009-09-02
1
-3
/
+3
*
- Remove an NSLog I accidentally left in (and another found via a search)
rowanbeentje
2009-09-01
1
-1
/
+0
*
When editing blob/text fields and the LoadBlobsAsNeeded option is enabled, lo...
stuconnolly
2009-08-27
1
-17
/
+17
*
- 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
[next]