root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1607 [1607] 3 days rob Added cache for text extent calculations in HighlightListBox? * text extent …
(edit) @1606 [1606] 3 days rob Added getHistogramByFocalPlane to efficiently calculate cube histograms …
(edit) @1605 [1605] 3 days rob Changed setup to build the HSI C extension now that I can build on windows
(edit) @1604 [1604] 3 days rob Changed keystroke conflict log message to print to debug log instead of …
(edit) @1603 [1603] 4 days rob Fixed #524: tabify/untabify now uses local settings to find tab size, not …
(edit) @1602 [1602] 4 days rob Fixed #518: tab size setting now always available in Fundamental mode * …
(edit) @1601 [1601] 4 days rob Fixed #523: chaged key matching so the wx key names will match regardless …
(edit) @1600 [1600] 5 days rob Released 0.7.5.2!
(edit) @1599 [1599] 5 days rob Fixed #486: popup now right-aligns long entries when completing text
(edit) @1598 [1598] 5 days rob Refs #486: Changed from HtmlListBox? to VListBox in preparation to fix the …
(edit) @1597 [1597] 5 days rob Added a bit of text to the builtin test of textctrl_autocomplete
(edit) @1596 [1596] 8 days rob Fixed #522: added parsing for template type parameter in the method name
(edit) @1595 [1595] 8 days rob Fixed #521: added const to method signature recognition for the C like …
(edit) @1594 [1594] 8 days rob Fixed #519: added isInsideStatement method to check whether or not …
(edit) @1593 [1593] 8 days rob Fixed #520: added preprocessor styles to the list of styles ignored when …
(edit) @1592 [1592] 11 days rob Fixed #516: added boolean or to the regex flags (fixing typo)
(edit) @1591 [1591] 2 weeks rob Updated changelog for 0.7.5.2
(edit) @1590 [1590] 2 weeks rob Fixed #514: added dialog confirmation when closing a buffer would remove …
(edit) @1589 [1589] 2 weeks rob Fixed #515: sort of, anyway. It now hides window before removing tabs
(edit) @1588 [1588] 3 weeks rob Fixed #511: added conditionals to handle home and end keystrokes
(edit) @1587 [1587] 3 weeks rob Fixed #512: added per-project settings * added new …
(edit) @1586 [1586] 3 weeks rob Added ability to set Kate variables based on the current view settings * …
(edit) @1585 [1585] 3 weeks rob Changed the confusing name "Indent With" to "Indent Character"
(edit) @1584 [1584] 3 weeks rob Fixed #510: added ',' command to replace bar * updated help text * added …
(edit) @1583 [1583] 3 weeks rob Refactored frame title getter/setter
(edit) @1582 [1582] 3 weeks rob Fixed #508: convert windows backslash separators to forward slashes when …
(edit) @1581 [1581] 3 weeks rob Fixed #506: created actions for almost all scintilla commands * moved some …
(edit) @1580 [1580] 3 weeks rob Fixed #489: user keystrokes now take precedence * added class attribute to …
(edit) @1579 [1579] 3 weeks rob Refs #506: added list of default scintilla commands and keybindings
(edit) @1578 [1578] 3 weeks rob Added SortLinesByField? action
(edit) @1577 [1577] 3 weeks rob Exclude egg-info metadata from plugin lists
(edit) @1576 [1576] 3 weeks rob Refs #506: Moved all the scintilla commands into their own plugin * this …
(edit) @1575 [1575] 4 weeks rob Fixed #504: added use_current param to BufferFrame?.setBuffer * …
(edit) @1574 [1574] 4 weeks rob Fixed #503: dired mode now uses setViewPositionData to set load the …
(edit) @1573 [1573] 4 weeks rob Changed default implementation of showInitialPosition to call …
(edit) @1572 [1572] 4 weeks rob Fixed #481: added save position data for switching buffers * leveraged the …
(edit) @1571 [1571] 4 weeks rob Moved EVT_IDLE handler from BufferFrame? to Peppy application * saves a bit …
(edit) @1570 [1570] 4 weeks rob Removed some debug printing
(edit) @1569 [1569] 4 weeks rob Fixed #482: save the last buffer before switching buffers so it can …
(edit) @1568 [1568] 4 weeks rob Decided to change to release 0.7.5 instead of 0.7.4.4 * it's been a long …
(edit) @1567 [1567] 5 weeks rob Fixed #492: added set_focus argument to switchMode so that updateAllFrames …
(edit) @1566 [1566] 5 weeks rob Fixed #496: now saves recent files and file cabinet lists after every …
(edit) @1565 [1565] 5 weeks rob Removed byte swapping from HSI.Cube -- it's now handled within cube_io * …
(edit) @1564 [1564] 5 weeks rob Gave the "Projects" menubar entry a permanent home just to the left of …
(edit) @1563 [1563] 5 weeks rob Fixed #500: updated SubCube/SubDataset? for new HSI.Cube API * fixed bug in …
(edit) @1562 [1562] 5 weeks rob Fixed #499: moved the CaptureMouse/ReleaseMouse? to within the selector …
(edit) @1561 [1561] 5 weeks rob Missed two getCube methods that didn't have progress and options in their …
(edit) @1560 [1560] 5 weeks rob Added Czech, Greek, Dutch, Occitan, Polish, Portuguese, Brazillian …
(edit) @1559 [1559] 5 weeks rob Made distinction between an active contributor to peppy (AddAuthor?) and …
(edit) @1558 [1558] 5 weeks rob Fixed #490: added UTF-8 handling for text in plugin description and …
(edit) @1557 [1557] 5 weeks rob Fixed #498: added ignore_hidden keyword to minor mode retrieval * changed …
(edit) @1556 [1556] 5 weeks rob changed order of displayed info in HSIMode.getWelcomeMessage
(edit) @1555 [1555] 5 weeks rob Added data type and endian info to HSI welcome message
(edit) @1554 [1554] 5 weeks rob show welcome message when creating a new mode even if the buffer has …
(edit) @1553 [1553] 5 weeks rob Options passed to showInitialPosition are now passed through to …
(edit) @1552 [1552] 5 weeks rob Added MajorModeMatcher?.matchKeyword to find major mode by its keyword * …
(edit) @1551 [1551] 5 weeks rob Added ability to swap endian state of an image * added SwapEndianAction? * …
(edit) @1550 [1550] 5 weeks rob Added some debug printing to show loading progress
(edit) @1549 [1549] 5 weeks rob Refs #492: Changed all actions to be called using CallAfter? * popup …
(edit) @1548 [1548] 5 weeks rob Prevent the same HSI handler from being loaded multiple times
(edit) @1547 [1547] 5 weeks rob Workaround for inability for GTK slider to have a zero range: disable it …
(edit) @1546 [1546] 5 weeks rob Moved GDAL loader to plugins
(edit) @1545 [1545] 5 weeks rob Added status message when creating a bitmap (because it could be a long …
(edit) @1544 [1544] 5 weeks rob Added ability to disable UI when statusbar is displayed * fixed bad call …
(edit) @1543 [1543] 5 weeks rob Added revert support for HSI mode
(edit) @1542 [1542] 5 weeks rob Added progress bar to HSI.MetadataMixin?.getCube * data cube loading in …
(edit) @1541 [1541] 5 weeks rob Now call getWelcomeMessage after showInitialPosition
(edit) @1540 [1540] 5 weeks rob changed creation order so that minor modes are created after call to …
(edit) @1539 [1539] 5 weeks rob Updated changelog
(edit) @1538 [1538] 6 weeks rob Fixed #491: Holy cats, what a pain!
(edit) @1537 [1537] 6 weeks rob Refs #491: finally think I got post-commit scripts working with Trac …
(edit) @1536 [1536] 6 weeks rob Refs #491: more testing
(edit) @1535 [1535] 6 weeks rob Refs #491: testing
(edit) @1534 [1534] 6 weeks rob Refs #491: testing
(edit) @1533 [1533] 6 weeks rob Refs #491: still more testing
(edit) @1532 [1532] 6 weeks rob Refs #491: testing
(edit) @1531 [1531] 6 weeks rob Refs #491: Added svn post-commit script
(edit) @1530 [1530] 6 weeks rob Refs #491: more testing
(edit) @1529 [1529] 6 weeks rob Refs #491: more testing
(edit) @1528 [1528] 6 weeks rob Refs #491: added some debug printing
(edit) @1527 [1527] 6 weeks rob Refs #491: testing
(edit) @1526 [1526] 6 weeks rob Refs #491: another post-commit test
(edit) @1525 [1525] 6 weeks rob Refs #491: another post-commit test
(edit) @1524 [1524] 6 weeks rob Refs #491: another post-commit test
(edit) @1523 [1523] 6 weeks rob Refs #491: testing
(edit) @1522 [1522] 6 weeks rob Refs #491: remove debug printing
(edit) @1521 [1521] 6 weeks rob Refs #491: Updated trac post-commit hook for Trac 0.11
(edit) @1520 [1520] 6 weeks rob Changed progress bars to use delay of 1 second
(edit)