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
/
sequel-pro.xcodeproj
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Disable 64-bit builds because of various issues, including SSH tunnels and re...
stuconnolly
2009-12-20
1
-7
/
+6
*
- Updating Growl to 1.2
avenjamin
2009-12-20
1
-79
/
+8
*
Don't include MCPKit's entreprise code in the framework build as we are curre...
stuconnolly
2009-12-19
1
-40
/
+0
*
Reorder build phases.
stuconnolly
2009-12-18
1
-9
/
+1
*
Create a new logical Xcode folder for icons.
stuconnolly
2009-12-12
1
-4
/
+12
*
- Add document images for .spf and .sql files
rowanbeentje
2009-12-09
1
-0
/
+8
*
- Fix a build issue on Distribution builds by including a link to libcrypto ...
rowanbeentje
2009-12-09
1
-0
/
+2
*
Moved the SPUserMO source into the Core Data folder with the model. Added co...
mltownsend
2009-12-04
1
-2
/
+2
*
- Remove two unused images from the images folder, and re-save a number of T...
rowanbeentje
2009-11-30
1
-8
/
+0
*
- Tweak pagination to fix click-through of pagination popup, fix next page b...
rowanbeentje
2009-11-23
1
-2
/
+0
*
- Replace the LIMIT interface on the content view with a pagination control ...
rowanbeentje
2009-11-23
1
-0
/
+24
*
- Relocate the table changed notification, allowing table info pane to updat...
rowanbeentje
2009-11-21
1
-0
/
+6
*
The result of being bored. Add a nicer looking about panel based on Adium's.
stuconnolly
2009-11-19
1
-0
/
+23
*
Add the new application icon, but keep the old one included in the bundle as ...
stuconnolly
2009-11-16
1
-0
/
+4
*
• fixed the absolute path setting of the xproj file ContentFilters.plist to...
Bibiko
2009-11-14
1
-4
/
+4
*
Increase row size of console table view.
stuconnolly
2009-11-14
1
-1
/
+1
*
Rename test case classes.
stuconnolly
2009-11-13
1
-14
/
+15
*
Tidy up and fix unit tests.
stuconnolly
2009-11-13
1
-14
/
+21
*
Add SPConnectionDelegate as a category of TableDocument to split out all conn...
stuconnolly
2009-11-13
1
-11
/
+25
*
Tidy up and forgot to commit project file.
stuconnolly
2009-11-13
1
-6
/
+3
*
In an aid to split up the functionality of the TableDocument class as well as...
stuconnolly
2009-11-13
1
-0
/
+19
*
- New server processes panel, accessible via the 'Database' menu and alt+cmd+...
stuconnolly
2009-11-12
1
-0
/
+19
*
Improve truncating of table names (by appending ...) using SPTableTextFieldCell.
stuconnolly
2009-11-01
1
-6
/
+20
*
Put all 'Run Scripts' build phase code into a single script 'build.sh' to mak...
stuconnolly
2009-10-31
1
-1
/
+3
*
- Add a code-signing phase to "Debug" compiles, if a keychain private key ma...
rowanbeentje
2009-10-28
1
-1
/
+1
*
Initial work on threaded task, with an implementation of Table Content view d...
rowanbeentje
2009-10-20
1
-6
/
+19
*
Replace the use of hard coded preference keys with constants to prevent issue...
stuconnolly
2009-10-17
1
-0
/
+14
*
Improve handling of NULL and "(not loaded)" placeholders:
rowanbeentje
2009-10-10
1
-0
/
+6
*
Reorganize the logical source structure of all controllers grouping them by f...
stuconnolly
2009-10-09
1
-46
/
+86
*
• outsourced ImportCSV accessory view to fix the disappearing of combobox ...
Bibiko
2009-10-07
1
-0
/
+12
*
More export redesign work. CSV data generation is currently working using the...
stuconnolly
2009-10-06
1
-9
/
+10
*
• preparation for GUI support to manage user-defined content filters
Bibiko
2009-09-29
1
-0
/
+18
*
Rewrite CSV import:
rowanbeentje
2009-09-28
1
-0
/
+6
*
• marked 'sequel-pro-print-template.html' as localizable
Bibiko
2009-09-27
1
-4
/
+36
*
Rename (currently unused) help folder.
stuconnolly
2009-09-23
1
-4
/
+4
*
• renamed SPQueryConsole to SPQueryController since it controls not only th...
Bibiko
2009-09-03
1
-6
/
+6
*
Forgot the project file and the export XIB.
stuconnolly
2009-08-29
1
-0
/
+8
*
Add the first classes of the new export architecture. See the description at ...
stuconnolly
2009-08-29
1
-2
/
+22
*
Completely redesigned query favorite manager, including:
stuconnolly
2009-08-26
1
-6
/
+24
*
Made it so that SPTableView and SPOutlineView will respond to enter or return...
mltownsend
2009-08-25
1
-0
/
+6
*
• outsourced Save SPF accessory xib
Bibiko
2009-08-25
1
-0
/
+12
*
• further improvements for open/save spf files
Bibiko
2009-08-24
1
-0
/
+2
*
• outsourced SPEncodingPopupAccessory
Bibiko
2009-08-22
1
-0
/
+6
*
• further improvements for open/save SQL/SPF files
Bibiko
2009-08-22
1
-0
/
+12
*
• further work for open/save connection files (spf)
Bibiko
2009-08-21
1
-0
/
+2
*
- Add a "SPLogger" class to allow easy debug builds when attempting to pinpo...
rowanbeentje
2009-08-21
1
-0
/
+14
*
Rework SQL export:
rowanbeentje
2009-08-17
1
-2
/
+10
*
User Manager feature
mltownsend
2009-08-11
1
-0
/
+28
*
• added SPTooltip class
Bibiko
2009-08-11
1
-0
/
+6
*
Rename MainController to SPAppController.
stuconnolly
2009-08-08
1
-6
/
+6
[prev]
[next]