aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * - Add a double-click action for transferring user schema privs between ↵rowanbeentje2011-01-171-1/+22
| | | | | | | | available & granted
| * • while saving connection/session as spf(s) make "Remember Query Editor ↵Bibiko2011-01-171-2/+6
| | | | | | | | | | | | content" checked as default - issue 900
| * • tried to fix in BundleEditor to auto-save the splitview settings in ↵Bibiko2011-01-173-153/+199
| | | | | | | | prefs (but up to now no success - help is needed)
| * • improved remove Bundle logicBibiko2011-01-171-1/+4
| | | | | | | | • tried to fix setting the content of the treecontroller - maybe related to crash report 1931
| * * Little translation GUI QA - still many bugs in ExportViewdmoagx2011-01-165-289/+374
| |
| * - Change window change notifications from key change notifications to main ↵rowanbeentje2011-01-161-2/+2
| | | | | | | | change notifications - fixes issues with tab bars showing incorrect colours when displaying sheets
| * • fixed bug if user invokes Quicklook inside the OpenPanel of the Field ↵Bibiko2011-01-141-1/+4
| | | | | | | | Editor Sheet
| * • fixed issue for default Bundles if category or key equivalent was ↵Bibiko2011-01-142-62/+76
| | | | | | | | | | | | | | | | changed by the user • improved Format SQL Bundle - added checking for empty passed SQL string - changed category to Format
| * • added "Format SQL" as default Bundle to scope Input Field/Query Editor ↵Bibiko2011-01-141-0/+184
| | | | | | | | which make usage of an online service to validate and format the current query or selection
| * • added sequelpro URL scheme commands passToDoc/SetText/<text>, ↵Bibiko2011-01-141-0/+40
| | | | | | | | passToDoc/InsertText/<text> and passToDoc/SetSelectedTextRange/<range> which work on the first responder of the called SPDatabaseDocument regardless of the NSApp first responder for long running scripts
| * • added 'suppressExceptionAlert' JavaScript function for window.system ↵Bibiko2011-01-142-0/+24
| | | | | | | | bridge; if called JS exceptions won't be alerted instead written to Console
| * • fixed issue to highlight the correct current query after undoing, i.e. ↵Bibiko2011-01-148-2/+87
| | | | | | | | | | | | | | do not using the cache • added SP_SELECTED_TEXT_RANGE shell variable for Bundle support of scope Input Text • added 'insertText', 'setText', 'setSelectedTextRange' JavaScript functions to window.system bridge
| * - Fix problems correctly resetting state when a query affects no rows on ↵rowanbeentje2011-01-142-6/+16
| | | | | | | | | | | | | | creating new tables; this could be responsible for -release errors in SPDataStorage, as well as out-of-bounds errors in SPDataStorage or SPTableContent. - Fix incorrect reporting of affected rows in MCPKit due to the use of meta/status queries; only track affected rows for framework-usage queries (already largely implemented in previous revisions)
| * • improved error handling for sequelpro URL scheme commandsBibiko2011-01-131-0/+21
| |
| * • fixed issue while updating a Bundle by identifying it via UUID but ↵Bibiko2011-01-132-4/+5
| | | | | | | | different spBundle file name
| * - Add a new -engineTypeQueryName method to SPServerSupport, with a correct ↵rowanbeentje2011-01-134-3/+14
| | | | | | | | | | | | | | split between TYPE or ENGINE depending on database version. - Update CREATE TABLE and ALERT TABLE queries to use this, fixing custom-type table creation on MySQL <4 and table type changes on MySQL >= 5.5. This addresses Issue #947.
| * - Add a tooltip, including the keyboard shortcut, to the databases dropdownrowanbeentje2011-01-131-12/+16
| |
| * • fixed issue for installing a Bundle if Sequel Pro didn't run, i.e. e.g. ↵Bibiko2011-01-121-0/+5
| | | | | | | | double-click in Finder at a spBundle file
| * - Fix errors creating indexes, addressing Issue #946rowanbeentje2011-01-111-8/+8
| | | | | | | | | | | | - Move index type query part before the column list to fix advanced use errors - Correct spelling of -_removeIndexUsingDetails:
| * Tidy up main menu.stuconnolly2011-01-111-80/+340
| |
| * Add missing SVN keywords property.stuconnolly2011-01-110-0/+0
| |
| * Tidy up scripts and add create-test-stubs.pl to generate test stubs for the ↵stuconnolly2011-01-119-85/+415
| | | | | | | | specified header. Run create-test-stubs.pl -h for usage.
| * • fixed several issues for validation and other stuff while editing of ↵Bibiko2011-01-115-10/+20
| | | | | | | | MySQL data tables if user re-ordered columns
| * • improved error handling while writing SP_BUNDLE_TABLE_META_DATA esp. ↵Bibiko2011-01-111-20/+22
| | | | | | | | while switching databases
| * - When resetting AUTO_INCREMENT for a table, always use the selected table ↵rowanbeentje2011-01-111-7/+1
| | | | | | | | name sourced from SPTablesList rather than a SPTableStructure cached value, which may not have been updated. This addresses Issue #945.
| * - Fix default population for NOT NULL numeric fields when adding rowsrowanbeentje2011-01-111-3/+11
| | | | | | | | | | - When saving rows, convert empty strings for NOT NULL numeric fields to 0 rather than NULL to prevent errors
| * • disabled in [SPTextView boundsDidChangeNotification] the view update to ↵Bibiko2011-01-102-2/+3
| | | | | | | | | | | | avoid incorrect line number rendering while scrolling until the problem is found why it causes some crashes • fixed missing free() in [SPCopyTable executeBundleItemForDataTable]
| * • changed sequelpro URL command SyntaxHighlighting to be connection ↵Bibiko2011-01-102-137/+137
| | | | | | | | independent - added example BASH script at http://www.sequelpro.com/docs/URL_scheme_sequelpro://_Usage#Use_Sequel_Pro_to_do_a_syntax_highlighting_of_a_given_SQL_query_HTML_formatted
| * - Fix exceptions right-clicking in empty parts of the query favourites ↵rowanbeentje2011-01-101-0/+1
| | | | | | | | manager; fixes http://spbug.com/l/1907
| * - Tweak alignments of master views to fix 1px clipping of top on structure ↵rowanbeentje2011-01-101-98/+201
| | | | | | | | and cstom query views, and to improve aligments across views
| * - Track the keychain ID of the favourite in the connection controller, ↵rowanbeentje2011-01-102-3/+7
| | | | | | | | fixing errors when amending favourites in the connection view and thereafter saving as .spf or duplicating connections
| * • fixed bug for setting SP_BUNDLE_INPUT_TABLE_METADATA if user changed ↵Bibiko2011-01-091-2/+13
| | | | | | | | column order in Content and Query Editor table
| * • changed spatial SRIDs to int32 as it is declared in ↵Bibiko2011-01-091-16/+18
| | | | | | | | http://www.opengeospatial.org/standards/sfa
| * • fixed SP's internal spatial wkt calculation for large amount of data pointsBibiko2011-01-091-43/+43
| |
| * More tests tidy up.stuconnolly2011-01-091-18/+21
| |
| * Improve column autosizing:rowanbeentje2011-01-081-2/+6
| | | | | | | | | | | | - Use the parent scrollview width rather than the table width to calculate available space; fixes issues with the table width reflecting the previous selected table - Take account of cell spacing and scrollbar width to avoid horizontal scrolling where possible
| * • enlarged "Reset AUTO_INC" sheet for localization Bibiko2011-01-071-49/+56
| |
| * • enlarged lable field "Key Equivalent" for localization Bibiko2011-01-071-16/+4
| |
| * • added Default Bundle: Copy as JSONBibiko2011-01-072-1/+130
| | | | | | | | • after selecting a Bundle in the Bundle Editor jump to the beginning of the command in order to avoid unstable display issue inside the command textview
| * • minor code cleaningBibiko2011-01-072-15/+18
| |
| * • added internal JavaScript function window.system.closeHTMLOutputWindow() Bibiko2011-01-071-0/+15
| |
| * • improved installation routine for Default BundlesBibiko2011-01-074-75/+73
| | | | | | | | • added missing key isDefaultBundle to Default Bundles
| * Tidy up and fix MCPKit test cases.stuconnolly2011-01-062-25/+74
| |
| * Fix the unit tests build target.stuconnolly2011-01-062-7/+41
| |
| * • trial to fix boundsDidChangeNotification for logs 1894, 1900, 1901Bibiko2011-01-062-6/+6
| |
| * - Now the connection process is threaded, remove manual display calls when ↵rowanbeentje2011-01-061-5/+0
| | | | | | | | updating interface details to prevent glitch drawing
| * - Improve on r3070 by also adding .crt extension support in the favouritesrowanbeentje2011-01-051-2/+2
| |
| * • some minor code cleaningBibiko2011-01-052-7/+5
| |
| * • improved Default Bundle management for installation, updating, undeletionBibiko2011-01-052-108/+117
| | | | | | | | • if current NSTextView is not set to NSLeftTextAlignment show a SPTooltip at mouse location until we found a way the calculate the caret position correctly since [NSLayoutManager glyphRangeForCharacterRange:] returns a wrong NSRect
| * • fixed bug for re-copying default bundles after launching SPBibiko2011-01-051-2/+2
| |
ef='#n1207'>1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655