Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Make style names translatableMarc Maurer2007-08-281-16/+16
|
* Add a Format toolbar & implement basic style supportMarc Maurer2007-08-281-0/+34
|
* Update zoom icon namesMarc Maurer2007-08-271-2/+2
|
* Adapt icon names to the new APIMarc Maurer2007-08-271-4/+4
|
* Update some iconsMarc Maurer2007-07-131-4/+14
|
* Connect to the zoom signal to show the correct zoom levelMarc Maurer2007-07-121-6/+8
|
* Add a logger to the toolbarMarc Maurer2007-07-121-1/+3
|
* Add total page count labelMarc Maurer2007-07-121-1/+10
|
* Fix debugging informationMarc Maurer2007-07-121-10/+2
|
* Implement a proper color buttonMarc Maurer2007-07-121-12/+13
|
* Use ToolComboBoxes for comboboxesMarc Maurer2007-07-111-5/+12
|
* Make sure the table icon shows upMarc Maurer2007-07-101-1/+1
|
* Adapt to combobox API change.Tomeu Vizoso2007-07-031-3/+3
|
* Remove a trailing ';' evil C++ism (thanks to Simon Schamijer)Marc Maurer2007-06-111-1/+1
|
* Add some labels to the View toolbarMarc Maurer2007-06-041-0/+15
|
* Select the Text, Image and Table toolbars depending on the context of the cursorMarc Maurer2007-06-041-9/+33
|
*