| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Take this commit as a proposal to formalize our existing "[x release], x = nil;" convention by introducing a macro for it.
Feel free to revert this commit if you see issues with the approch or implementation.
|
|
|
|
|
|
| |
* [NSDictionary dictionary] → @{}
* [NSDictionary dictionaryWithObject:forKey:] can safely be replaced. object==nil would have already thrown a NPE in the past.
* Also replaced some (hopefully safe) NSArray initializers (ie. their objects should always exist).
|
|
|
|
| |
Note: [NSArray arrayWithObjects:...,nil] is left unchanged as that could possibly cause a NPE if converted to @[]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
duplicated in multiple places.
|
|
|
|
|
|
|
|
|
|
| |
passwords *
- Change the bundle identifier from com.google.code.sequel-pro to com.sequelpro.SequelPro
- Change the code signing process to use a new identity and requirement, to add Developer ID support on 10.7+ but to also maintain functionality on 10.5+
- Add a preference migration routine to copy the old application defaults to the new bundle identifier's defaults
- Re-order the default keys to alphabetical to more easily locate values
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- fixed appending of the entire sqlText after parsing
- removed replacing of / for better wrapping since it'll break the syntax highlighting
|
|
|
|
|
|
|
| |
causing crashes on certain files (lines 420,422)
- Improve SQL wrapping
|
|
|
|
| |
- note : still some sql files can be opened only sometimes - reason can't pin down so far
|
|
|
|
|
|
|
|
|
| |
- used embedded icon image via cid and mime type image/tiff
- sql view now wraps long lines
- improved general stability
- QL now runs on main thread
note: there're still some issues for which QL crashed mostly due NSAutoReleasePool releases - more investigations are needed; most of this issues are releted to long lines, icon caching, releasing ...
|
|
|
|
|
|
|
| |
when viewing SQL files - this fixes certain crashers, addressing Issue 896.
- Tweak a misspelling in the templates
|
|
|
|
| |
- addresses issue 896
|
|
|
|
|
|
|
|
| |
- Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it.
- Fix some spacing issues on the export dialog.
- Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes.
- Update strings files.
|
| |
|
|
|
|
|
|
| |
- increased default preview height for sql files
- increased default preview heigth for spfs files if more than one connection
- show for spfs files all windows in reversed order to show the active window on top
|
| |
|
|
|
|
|
| |
- improved icon display by choosing an adequate image of of the icns file
- set background to white for all different spf files to be consistent
|
|
|
|
| |
- sped up HTML rendering for larger files
|
|
|
|
|
| |
- truncate SQL files larger than 500k
- changed encoding detection: try utf-8, if it fails let Cocoa to detect the enc, if it fails fall back to latin1
|
|
|
|
| |
- only SQL files with less than 3MB will be syntax highlighted
|
|
|
|
|
| |
• added SP's SPData/StringAdditions to QuickLook generator to avoid double-coding
• cleaned generator code a bit
|
|
dependency
|