Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/labyrinthactivity.py
Commit message (Expand)AuthorAgeFilesLines
* Added PNG bitmap export support to complement existing PDF vector export.Gary Martin2009-11-131-0/+49
* PDF export tooltip string change - matches Write export wording.Gary Martin2009-11-131-2/+2
* Add individual PDF export icon to new activity toolbar.Gary Martin2009-11-131-0/+11
* Disable sharing button when using new toolbars.Gary Martin2009-11-131-0/+1
* Paste tool button state changes based on ability to insert text (related to s...Gary Martin2009-11-121-1/+15
* Make copy button state change work for old toolbars.Gary Martin2009-11-041-3/+9
* Misc docstrings and a comment.Gary Martin2009-11-011-1/+6
* Make copy button state change based on text selection.Gary Martin2009-11-011-14/+27
* Slimmed down old/new toolbar code duplication.Gary Martin2009-10-301-15/+12
* Updated a method doc string.Gary Martin2009-10-301-1/+1
* Removed unnecessary import.Gary Martin2009-10-301-1/+0
* Refactor of primary vs. Edit tool bar tools for old and new toolbar design.Gary Martin2009-10-011-63/+61
* Rework of view tools for new toolbar design.Gary Martin2009-10-011-86/+102
* Initial start of work for new (and old) toolbar support (just edit refactor s...Gary Martin2009-09-171-126/+183
* Keep to PDF seems a more clear string.Gary Martin2009-05-311-1/+1
* Correctly center PDF exports.Gary Martin2009-05-121-1/+1
* Clean up skeleton map code and remove un-needed case.Gary Martin2009-05-121-24/+23
* Tidy some junk.Gary Martin2009-05-121-3/+0
* Added some minor missing translation strings.Gary Martin2009-05-121-3/+3
* Added initial pdf export feature, reveals some bugs in export code changes bu...Gary Martin2009-05-121-0/+42
* Changed view keys so zoom in/out is ctrl +/- with 9/0 for fit-to-window/origi...Gary Martin2009-05-111-14/+14
* Remove redundant zipfile importAleksey Lim2009-04-151-1/+0
* Back switch to old jobject formatAleksey Lim2009-04-151-8/+10
* Do not store image thoughts on diskAleksey Lim2009-04-141-39/+13
* Changed zoom in/out accelerators due to conflict and added zoom to fit and or...Gary Martin2009-04-101-2/+4
* Removed 2nd stage help hint commented out code.Gary Martin2009-04-101-18/+0
* Cleaned up code style for adding tool buttonsGary Martin2009-04-101-21/+21
* Added accelerator keys for zoom out and inGary Martin2009-04-101-0/+2
* Reverted to Edit mode name rather than Select mode (as per alsroot had origin...Gary Martin2009-04-091-2/+2
* Do not use unassigned variableAleksey Lim2009-04-091-1/+1
* Added link accelerator to Toolbar button and removed my MMapArea equivalent h...Gary Martin2009-04-091-0/+1
* Hide sharing comboAleksey Lim2009-04-091-11/+6
* Added FIXME comment now share toolbar item is failing to hide.Gary Martin2009-04-091-0/+2
* Fixed broken cut sub-menu.Gary Martin2009-04-091-0/+2
* Re-named some of the edit toolbar buttons.Gary Martin2009-04-091-3/+3
* Resize drawing and image thoughts before creatingAleksey Lim2009-04-081-64/+71
* Added basic 1st stage help hint, and cleaned-up some helper methods.Gary Martin2009-04-061-7/+81
* Added GPL text to top of source.Gary Martin2009-03-261-0/+17
* View zoom wired-up and working,and new zoom to fit code.Gary Martin2009-02-051-15/+89
* Quick cleanup for Tomeu, removing or commenting out image support changes.Gary Martin2009-01-131-10/+14
* Added interface to image add mode.Gary Martin2008-12-271-0/+12
* Change key accelerators not to conflict with editing.Gary Martin2008-12-241-2/+2
* Hidden toolbar sharing widget until sharing support is implemented.Gary Martin2008-12-231-0/+4
* Added UI and support for thought edit and freehand drawing modes.Gary Martin2008-12-231-13/+29
* Added text cut, copy, and paste toolbar support.Gary Martin2008-12-211-2/+22
* Hide the new thought button for nowTomeu Vizoso2008-11-251-0/+2
* First try at adding a "New thought" buttonTomeu Vizoso2008-11-171-0/+12
* Conform to pygtk coding conventionsTomeu Vizoso2008-11-161-43/+43
* Implement undo/redoTomeu Vizoso2008-11-161-0/+10
* Store temp files in the temp dir and dont leak themTomeu Vizoso2008-11-161-18/+22