aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
Commit message (Collapse)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+21
|
* Add a new SPAppController SPWindowManagement.stuconnolly2012-07-071-128/+20
|
* - Fix issues opening new windows when Sequel Pro is opened in the ↵rowanbeentje2012-06-231-19/+12
| | | | | | | background, eg as a result of an application quarantine dialog. This addresses Issue #1375. - Fix exceptions and multiple errors when opening locked or encrypted session files where opening is cancelled.
* Further improvements to further address Issue #1332:rowanbeentje2012-06-231-16/+28
| | | | | | | - Ensure that favourites are saved synchronously on exit to avoid background threads being killed - Improve logging on favourite rename error - Only save favourites on exit if a connection window is open
* - Address favourites saving on quit, which appears to sometimes die during ↵rowanbeentje2012-06-221-3/+0
| | | | | | | preference serialisation, causing Issue #1332. Reworking the order of commands ensure this is performed more safely. - Move upgrade routine to only be called on version upgrades, tweak order of calls
* Fix more gcc warnings.stuconnolly2012-05-091-1/+3
|
* Move the BASH command code from the string additions category to remove the ↵stuconnolly2012-05-071-11/+15
| | | | dependency on SP specific code and all the tests to build successfully.
* Add support for saving the state of the connection favorites outline view.stuconnolly2012-05-031-18/+31
|
* Bring outline view branch up to date with trunk.stuconnolly2012-04-161-5/+10
|
* Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-1/+1
|
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-1/+3
|
* Bring outline view branch up to date with trunk (r3246:r3264).stuconnolly2011-04-031-0/+2
|
* Bring outline view branch up to date with trunk (r3235:r3245), which should ↵stuconnolly2011-03-191-1/+5
| | | | resolve all warnings.
* Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-081-6/+8
|
* Merge in missing commit from trunk.stuconnolly2011-03-071-37/+34
|
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-75/+63
|
* Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-205/+399
|\
| * • show activity pane for running Bundle process automatically if the ↵Bibiko2011-01-201-0/+26
| | | | | | | | process runs longer than 1 sec and hide it if no process runs anymore to inform the user better
| * • fixed issue while updating Default Bundles for key equivalentBibiko2011-01-191-1/+2
| | | | | | | | | | | | • improved JSON Bundle commands - got rid of trailing whitespaces inside data and as JSON object - added error handling for serialization a JSON object to suppress inserting of "null"
| * • fixed issue for default Bundles if category or key equivalent was ↵Bibiko2011-01-141-59/+65
| | | | | | | | | | | | | | | | changed by the user • improved Format SQL Bundle - added checking for empty passed SQL string - changed category to Format
| * • 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-131-2/+3
| | | | | | | | different spBundle file name
| * • 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
| * • changed sequelpro URL command SyntaxHighlighting to be connection ↵Bibiko2011-01-101-0/+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
| * • minor code cleaningBibiko2011-01-071-14/+18
| |
| * • improved installation routine for Default BundlesBibiko2011-01-071-75/+67
| | | | | | | | • added missing key isDefaultBundle to Default Bundles
| * • improved Default Bundle management for installation, updating, undeletionBibiko2011-01-051-100/+113
| | | | | | | | • 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
| |
| * • further fix for updating default Bundles after SP updateBibiko2011-01-051-0/+3
| |
| * • fixed bug for copying default bundles after SP updateBibiko2011-01-051-2/+0
| |
| * - Alter bundle search paths to no longer add a blank location as the first ↵rowanbeentje2011-01-031-4/+5
| | | | | | | | option if the Application support bundles folder does not exist; addresses issues where default bundles are updated in the hard disk root
| * • cleaned code for NSPropertyListSerialization while reloadBundles (thanks ↵Bibiko2011-01-031-17/+9
| | | | | | | | to emixam for pointing it out)
| * • forgot to remove debug logs of previous commitBibiko2011-01-031-77/+75
| |
| * • changed the way to check for available update of Default BundlesBibiko2011-01-031-13/+9
| | | | | | | | - perform a check only if the revision number is greater as the last recorded one, in other words if an updated version of Sequel Pro was installed and runs for the very first time
* | Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-281-102/+314
|\|
| * • added first Default Bundle and procedure to copy them into ↵Bibiko2010-12-271-1/+1
| | | | | | | | BUILD_PRODUCT/Contents/SharedSupport done in build.sh while compiling
| * * Provide more context for Bundle Editor localizable messages (leaves one ↵dmoagx2010-12-261-12/+12
| | | | | | | | issue with genstrings, might need to set "-q")
| * • implemented undeletion of default BundlesBibiko2010-12-221-7/+15
| | | | | | | | • made usage of constants
| * • fixed issue form redirecting output actions via exit codes if Bundle's ↵Bibiko2010-12-211-3/+4
| | | | | | | | | | | | default output action was None • renamed constants to avoid confusing
| * • added sequelpro URL scheme command ↵Bibiko2010-12-211-0/+27
| | | | | | | | sequelpro://$SP_PROCESS_ID@chooseItemFromList/a/b/c/d to come up with a menu to let the user choose an item from a list
| * • fixed issue for duplicating a Bundle (the new UUID will be saved ↵Bibiko2010-12-211-33/+75
| | | | | | | | | | | | | | | | immediately) • finished default Bundle update handling: - default Bundles will be copied into AppSupport/SP/Bundles if they don't exist - if a default Bundle was updated - then we have to add the corresponding UUID into the Prefs for key updatedDefaultBundles - while launching SP checks for possible updates - if so the Bundle will be overwritten if the user didn't changed - if user changed it then the user's version will be duplicated as "(user)" with a different UUID and the default tag will be removed - and the new Bundle will replace the old one - i.e. the user can decide whether to incorporate its changes or not - if such user-modified Bundles are found the user will be informed about it otherwise an update works quietly
| * • fixes issue while updating a Bundle - move the folder to Trash not only ↵Bibiko2010-12-211-1/+1
| | | | | | | | the command.plist
| * • further preparations for default Bundles managementBibiko2010-12-201-12/+49
| |
| * • preparations for managing default Bundles which will ship with SPBibiko2010-12-201-85/+182
| | | | | | | | • improved Bundle Editor to store only modified Bundles
* | Bring outline view branch up to date with trunk (r3030:3035).stuconnolly2010-12-171-25/+5
|\|
| * • minor improvements, commenting, cleaning for URL scheme commandsBibiko2010-12-171-27/+3
| |
| * • allow to some sequelpro URL scheme commands like select a table/db the ↵Bibiko2010-12-171-1/+5
| | | | | | | | usage without a specific SP_PROCESS_ID
* | Bring outline view branch up to date with trunk (r3018:3028).stuconnolly2010-12-141-26/+28
|\|
| * • URL scheme commands:Bibiko2010-12-141-22/+22
| | | | | | | | - display some error tooltips and improved the cancellation via ⌘. of the sequelpro://SP_PROCESS_ID@passToDoc/ExecuteQuery command
| * • Bundle supportBibiko2010-12-141-4/+6
| | | | | | | | | | - fixed updating of a Bundle with the same UUID - fixed issue of Output action "Replace Selection"
5 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 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 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737