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
*
• added syntax highlighting for SQL file QuickLook generator
Bibiko
2010-08-06
1
-0
/
+4
*
• added svn prop Id to GeneratePreview/ThumbnailForURL.m
Bibiko
2010-08-05
1
-2
/
+24
*
- Add an initial Sequel Pro QuickLook plugin, written by bibiko, as a build ...
rowanbeentje
2010-08-04
1
-16
/
+256
*
Tidy up SPExportController by splitting out all filename related methods to a...
stuconnolly
2010-07-25
1
-0
/
+6
*
- Fix positioning bug when using Import From Clipboard
rowanbeentje
2010-07-25
1
-0
/
+6
*
In addition to Gzip compression support when exporting SQL dumps add the abil...
stuconnolly
2010-07-24
1
-1
/
+5
*
Improve handling of network drops, including a new automatic reconnection att...
rowanbeentje
2010-07-13
1
-0
/
+4
*
Finalise Sequel Pro tab style:
rowanbeentje
2010-07-12
1
-12
/
+24
*
- Extend the LLVM Compiler 1.5 fix from r2444 to all build targets and build...
rowanbeentje
2010-07-08
1
-3
/
+15
*
Fixed Debug config compile for LLVM Compiler 1.5 by adding linker flag '-lstd...
mltownsend
2010-07-08
1
-1
/
+4
*
Rename TableDump to SPDataImport and fix export selected tables functionality.
stuconnolly
2010-07-06
1
-6
/
+6
*
Rename CustomQuery as SPCustomQuery.
stuconnolly
2010-07-06
1
-6
/
+6
*
Changed compiler to LLVM GCC 4.2 to fix compile errors in Xcode 3.2.3
mltownsend
2010-07-05
1
-3
/
+3
*
Localisation support improvements:
rowanbeentje
2010-07-04
1
-0
/
+4
*
Tidy up the Resources directory to match that of Xcode's logical directory st...
stuconnolly
2010-07-03
1
-22
/
+22
*
Various improvements to default connection favorites handling, including:
stuconnolly
2010-07-03
1
-1
/
+5
*
Remove PSMSequelProTabStyle from the main application target as it's already ...
stuconnolly
2010-06-18
1
-2
/
+0
*
Enable the "Sequel Pro" tab style by default, and include the following fixes:
rowanbeentje
2010-06-18
1
-4
/
+0
*
Initial stage of re styling the tab bar to actually look half decent.
avenjamin
2010-06-14
1
-0
/
+20
*
Split the management of a table's indexes (adding and removing) to its own co...
stuconnolly
2010-06-14
1
-0
/
+19
*
- Implement the Wil shipley/Golden % Braeburn localisation method for .xibs;...
rowanbeentje
2010-06-12
1
-0
/
+138
*
- Remove the duplicate Cocoa.framework link used by PSMTabBar and add the Car...
stuconnolly
2010-06-10
1
-5
/
+3
*
• in addition to r2294 fixed issue that PSMTabBar Framework wasn't found fo...
Bibiko
2010-06-08
1
-2
/
+2
*
• fixed issue that PSMTabBar Framework wasn't found by changing its INSTALL...
Bibiko
2010-06-08
1
-2
/
+2
*
- Replace the precompiled PSMTabBar framework with a build-from-source depen...
rowanbeentje
2010-06-07
1
-6
/
+378
*
- Ensure start/end query notifications are sent on the main thread to avoid ...
rowanbeentje
2010-06-01
1
-0
/
+16
*
Rename TableDocument to SPDatabaseDocument.
stuconnolly
2010-05-28
1
-6
/
+6
*
Rename TableContent to SPTableContent.
stuconnolly
2010-05-28
1
-6
/
+6
*
Rename TableSource to SPTableStructure.
stuconnolly
2010-05-27
1
-6
/
+6
*
Rename TablesList to SPTablesList.
stuconnolly
2010-05-27
1
-6
/
+6
*
Rename CMImageView to SPImageView.
stuconnolly
2010-05-27
1
-6
/
+6
*
Rename CMTextView to SPTextView.
stuconnolly
2010-05-27
1
-6
/
+6
*
Removed local framework path from build settings
mltownsend
2010-05-24
1
-3
/
+0
*
Merge export redesign branch back into trunk.
stuconnolly
2010-05-24
1
-9
/
+111
*
Initial implementation of tabs:
rowanbeentje
2010-05-23
1
-2
/
+32
*
Rework alert sheets:
rowanbeentje
2010-05-09
1
-0
/
+2
*
Added 'Add Host' to Locazable.strings
mltownsend
2010-05-04
1
-1
/
+1
*
- Added OCMock.framework for unittests using mock objects
drx777
2010-05-03
1
-4
/
+7
*
Added class SPDBActionCommons providing common functionality to all derived D...
drx777
2010-04-29
1
-0
/
+6
*
This changeset implements renaming and duplicating databases on a server. Det...
drx777
2010-04-28
1
-0
/
+84
*
Enable all *reasonable* warnings for all build configurations and fix a few o...
stuconnolly
2010-04-26
1
-0
/
+87
*
- Add SVN id property to SPFileHandle, correct headers, and add more functio...
rowanbeentje
2010-04-12
1
-1
/
+1
*
Add a new SPFileHandle class to support gzip compression and writing on a bac...
rowanbeentje
2010-04-12
1
-9
/
+45
*
More tidy up. Constants and functions.
stuconnolly
2010-03-31
1
-4
/
+12
*
Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...
stuconnolly
2010-03-31
1
-1
/
+1
*
Minor tidy up. Remove uneccessary import and rename pre-compiled header.
stuconnolly
2010-03-31
1
-5
/
+7
*
Minor MCPKit tidy up, including the resolution of potential issues raised dur...
stuconnolly
2010-03-26
1
-1
/
+5
*
• Navigator
Bibiko
2010-03-24
1
-0
/
+24
*
• added SPNavigatorOutlineView class for future stuff
Bibiko
2010-03-23
1
-0
/
+6
*
- Add a new SPMainThreadTrampoline NSObject category, allowing all NSObjects...
rowanbeentje
2010-03-20
1
-0
/
+6
[next]