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
/
SPExportController.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
When exporting a query result as CSV ensure that we're allowing the exporter ...
stuconnolly
2012-01-14
1
-0
/
+1
*
Set the previously used export filename and path when the export dialog is op...
stuconnolly
2011-09-29
1
-23
/
+43
*
Improve custom query result export menu item validation to prevent triggering...
stuconnolly
2011-09-13
1
-1
/
+1
*
- Prevent export and indexes controller awakeFromNib: routines from being ru...
rowanbeentje
2011-08-25
1
-2
/
+9
*
Tidy up.
stuconnolly
2011-08-24
1
-2
/
+7
*
During an SQL export, if the structure is disabled also uncheck the include D...
stuconnolly
2011-08-17
1
-0
/
+5
*
SQL export: Disable the 'include drop syntax option' when the structure optio...
stuconnolly
2011-07-26
1
-0
/
+2
*
Add Sparkle to credits.
stuconnolly
2011-07-10
1
-2
/
+2
*
Add the option to the SQL export view as to whether or not the AUTO_INCREMENT...
stuconnolly
2011-07-10
1
-0
/
+2
*
* Fixes a spacing issue in Duplicate DB Sheet
dmoagx
2011-07-06
1
-1
/
+1
*
When refreshing the export dialog's table list, preserve the user's current s...
stuconnolly
2011-05-07
1
-2
/
+38
*
Implement a large number of minor fixes and improvements to export functional...
rowanbeentje
2011-05-07
1
-19
/
+108
*
Add some constants.
stuconnolly
2011-04-29
1
-6
/
+10
*
- Fix more warnings
rowanbeentje
2011-03-14
1
-11
/
+11
*
fixed compiler warnings
sqlprodev
2011-03-01
1
-2
/
+2
*
- Fix issues restoring the filename or advanced views in the export interfac...
rowanbeentje
2011-01-24
1
-0
/
+2
*
Apply a tweaked version of a patch by Aaron Linville (http://www.linville.org...
rowanbeentje
2010-12-05
1
-2
/
+16
*
Complete the implementation of supporting MySQL's XML schema format when expo...
stuconnolly
2010-11-05
1
-0
/
+17
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-67
/
+47
*
Minor export controller init change.
stuconnolly
2010-10-21
1
-1
/
+1
*
Considering nearly every class uses constants, import it via the prefix header.
stuconnolly
2010-10-19
1
-1
/
+0
*
When checking for DB changes during an export, don't refresh the table list, ...
stuconnolly
2010-09-27
1
-59
/
+51
*
Fix an issue where by an export would fail to begin when the check for databa...
stuconnolly
2010-09-22
1
-2
/
+6
*
- Before performing an export (except from a dot export), refresh the table l...
stuconnolly
2010-09-19
1
-46
/
+106
*
- Remember to manually update the export source when updating the UI programm...
stuconnolly
2010-09-14
1
-7
/
+19
*
Revert the change made in r2536 which prevented the use of exporting the sele...
stuconnolly
2010-08-17
1
-106
/
+106
*
On the export dialog make sure the tables list is refreshed when switching e...
stuconnolly
2010-08-15
1
-4
/
+4
*
Various export enhancements and fixes, including:
stuconnolly
2010-08-12
1
-14
/
+26
*
During a CSV export if the user selects the tab as the separator update the e...
stuconnolly
2010-07-25
1
-0
/
+16
*
Tidy up SPExportController by splitting out all filename related methods to a...
stuconnolly
2010-07-25
1
-170
/
+7
*
Make the export dialog a little smarter with regard to the current context. F...
stuconnolly
2010-07-25
1
-0
/
+41
*
In addition to Gzip compression support when exporting SQL dumps add the abil...
stuconnolly
2010-07-24
1
-1
/
+27
*
Make the 'Export' menu item in the 'File' menu behave more like the export co...
stuconnolly
2010-07-15
1
-8
/
+0
*
When searching for the location of the user's Desktop as the default location...
stuconnolly
2010-07-09
1
-1
/
+1
*
On the export dialog, for the displayed custom filename don't attempt to appe...
stuconnolly
2010-07-08
1
-1
/
+3
*
- Make the query info/error display collapsible.
stuconnolly
2010-07-06
1
-3
/
+26
*
Fix the resizing of the export dialog when the sheet is already accommodating...
stuconnolly
2010-07-05
1
-0
/
+14
*
Simplify the ease at which export filename tokens can be localised as well as...
stuconnolly
2010-07-05
1
-9
/
+13
*
- Replace forward slashes with hyphens in export filenames generated from the...
stuconnolly
2010-07-05
1
-5
/
+35
*
Localise the custom export filename tokens.
stuconnolly
2010-07-02
1
-15
/
+13
*
Improve the preservation of the selected output path of exports between openi...
stuconnolly
2010-07-02
1
-4
/
+2
*
Prevent the background colour of the view custom filename format view of the ...
stuconnolly
2010-07-02
1
-0
/
+4
*
Fix the behaviour of the export dialog when toggling the customise filename a...
stuconnolly
2010-07-02
1
-13
/
+14
*
When cancelling an export operation, keep the progress sheet on screen until ...
stuconnolly
2010-07-02
1
-4
/
+12
*
Preserve the selected output path of exports between openings of the export d...
stuconnolly
2010-06-30
1
-5
/
+5
*
Add tooltips to the export dialog's tableview.
stuconnolly
2010-06-30
1
-1
/
+4
*
• replaced @"sql" and @"spf" by their SPConstant definitions
Bibiko
2010-06-24
1
-1
/
+1
*
Remove NSLog() debug.
stuconnolly
2010-06-13
1
-3
/
+1
*
Exporter ehancements:
stuconnolly
2010-06-13
1
-86
/
+91
*
Exporter fixes:
stuconnolly
2010-06-10
1
-7
/
+10
[next]