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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- picked wrong rev during merge
avenjamin
2009-04-10
1
-1
/
+1
*
- part 5 of merge from 'avenjamin' branch into trunk.
avenjamin
2009-04-10
3
-0
/
+8772
*
- part 4 of merge from 'avenjamin' branch into trunk.
avenjamin
2009-04-10
18
-825
/
+1546
*
- part 3 of merge from 'avenjamin' branch into trunk.
avenjamin
2009-04-10
1
-0
/
+36
*
- part 2 of merge from 'avenjamin' branch into trunk.
avenjamin
2009-04-10
17
-0
/
+0
*
- part 1 of merge from 'avenjamin' branch into trunk.
avenjamin
2009-04-10
0
-0
/
+0
*
Implementation of enhancement described in issue #75. You can now add the cur...
stuconnolly
2009-04-10
3
-9
/
+84
*
That shouln't be there. Copy/paste error.
stuconnolly
2009-04-10
1
-4
/
+3
*
- If a connection is reestablished automatically by the mysql libraries, ens...
rowanbeentje
2009-04-09
2
-4
/
+20
*
Fix for issue #190. As the connection sheet tableview uses bindings, renaming...
stuconnolly
2009-04-09
3
-6
/
+58
*
- Improve time interval granularity for times below 10 seconds (show two dec...
rowanbeentje
2009-04-09
1
-0
/
+6
*
Make table operation messages more user friendly (issue #192) and display the...
stuconnolly
2009-04-09
3
-226
/
+345
*
• removed debug info
Bibiko
2009-04-09
1
-1
/
+0
*
• syntax highlighting synchronized according to the completion list
Bibiko
2009-04-09
2
-17
/
+261
*
- Second part of r498: ensure that SQL imports are read in as UTF8, and quer...
rowanbeentje
2009-04-08
3
-8
/
+62
*
• keyword update for syntax highlighting
Bibiko
2009-04-08
2
-8
/
+349
*
• FIXED: unique completion list
Bibiko
2009-04-08
1
-13
/
+34
*
• simplified paste: (esp. for undo)
Bibiko
2009-04-08
2
-4
/
+3
*
• ADDED “TRUNCATE” as SQL keyword for syntax highlighting resp. auto-up...
Bibiko
2009-04-08
1
-1
/
+2
*
• FIXED if deleteBackward: avoid auto-uppercasing if resulting word would b...
Bibiko
2009-04-08
2
-3
/
+10
*
• FIXED auto-uppercasing bug if SQL keyword is found at the absolute end of...
Bibiko
2009-04-08
1
-5
/
+10
*
- changed the structure of the edit menu to more closely resemble other Mac O...
jakob
2009-04-08
1
-87
/
+87
*
• syntax highlighting updated
Bibiko
2009-04-08
3
-108
/
+148
*
• optimized syntax highlighting a bit
Bibiko
2009-04-07
3
-248
/
+311
*
• FIXED in runAllQueries: deselect a given selection before calling textSto...
Bibiko
2009-04-07
1
-0
/
+1
*
Remove the 'Duplicate' menu item from the 'Edit' menu. Resolves issue #221. T...
stuconnolly
2009-04-07
1
-249
/
+570
*
Fix for issue #211: Table content count incorrectly reporting selected row co...
stuconnolly
2009-04-07
1
-8
/
+16
*
- Quote the build-version script to allow it to be run correctly when the pa...
rowanbeentje
2009-04-07
1
-1
/
+1
*
• improved auto-uppercasing for: pasting queries from favourites & history ...
Bibiko
2009-04-07
2
-7
/
+28
*
• FIXED bug in doTranspose: if [textView string] === "abc|d"
Bibiko
2009-04-07
1
-1
/
+1
*
- Select 'drop tables' option for MySQL export by default, to improve backup...
rowanbeentje
2009-04-06
5
-32
/
+113
*
• FIXED: "Limit from" NSStepper retains the old value if the new value woul...
Bibiko
2009-04-06
2
-2
/
+28
*
• ADDED - (IBAction)doRemoveDiacritics:(id)sender
Bibiko
2009-04-06
3
-428
/
+44
*
Remove the 'Clear' menu item from the 'Edit' menu because it doesn't actually...
stuconnolly
2009-04-05
1
-39
/
+429
*
• ADDED: - (IBAction)doTranspose:(id)sender;
Bibiko
2009-04-05
3
-2
/
+70
*
Fix an issue where by the show/hide console menu item was not being updated w...
stuconnolly
2009-04-05
3
-12
/
+41
*
• tentative fix to suppress auto-uppercasing/syntax highlighting of table/f...
Bibiko
2009-04-05
1
-2
/
+2
*
• updated xcode project
Bibiko
2009-04-05
1
-0
/
+6
*
• ADDED to SPTextViewAdditions:
Bibiko
2009-04-05
4
-555
/
+286
*
• ADDED: SPTextViewAdditions for adding global functionality to each NSText...
Bibiko
2009-04-05
2
-0
/
+55
*
• ADDED to menu item “Edit” the submenus:
Bibiko
2009-04-05
1
-1
/
+19
*
• ADDED to menu item “Edit” the submenus:
Bibiko
2009-04-05
1
-36
/
+458
*
- Fix an invalid reference to a missing pulldown_arrow image causing invalid...
rowanbeentje
2009-04-05
6
-115
/
+103
*
• FIXED: allow to enter dead keys esp. for non-US keyboards
Bibiko
2009-04-04
1
-1
/
+3
*
- Change the method of creating a new table to be the same as that when creat...
stuconnolly
2009-04-04
3
-262
/
+1268
*
• FIXED upper case of e.g. 'order_' issue
Bibiko
2009-04-04
1
-18
/
+23
*
- removed some ellipsis (...) from the Favorites/History Menu on the Custom Q...
jakob
2009-04-03
1
-19
/
+57
*
• REARRANGED keyDown: for further changes
Bibiko
2009-04-03
1
-115
/
+278
*
• ADDED copyAsRTF: to preserve syntax highlighting while copying
Bibiko
2009-04-03
1
-0
/
+19
*
- Fixed issue #219: Query tab favorites, history, run buttons missing in nigh...
avenjamin
2009-04-03
1
-76
/
+37
[prev]
[next]