Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readdialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Pep8 fixesGonzalo Odiard2013-09-051-16/+16
|
* Simple pep8 fixesGonzalo Odiard2012-09-101-2/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use json as included in Python SL #3142Manuel Kaufmann2012-08-131-3/+3
| | | | | | | | We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Gonzalo Odiard <gonzalo@laptop.org>
* Revert "Temporary solution to SL #3403" SL #3561Manuel QuiƱones2012-06-211-5/+1
| | | | | | | | This reverts commit 0c4072cd9667222df883684ae26364c973c90773. The style of the bookmarks screen was fixed in the theme, sugar-artwork commit 435294bf412220b8980884078035d6da87c2d1ac. Signed-off-by: Manuel QuiƱones <manuq@laptop.org>
* Temporary solution to SL #3403Gonzalo Odiard2012-04-101-1/+5
| | | | | | This change can be removed when the gtk3 theme is fixed Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Improve bookmarks add/remove - SL #3405Gonzalo Odiard2012-04-101-1/+11
| | | | | | | | | | | | | | | | | The bug have two sources. First, the button used to add/remove the bookmark is a toggle, and the gtk3 theme is not setting the right grey color, then is not obvious to the user if the button is pressed or not. (this problem will be addressed in sugar-artwork) The second problem is, if the user cancel the dialog creating the bookmark, the bookmark is not created but the button continue pressed until the page is changed. This was solved sending a signal to uptade the button state. Two other problems were found and solved: * The page number in the bookmark description was wrong by one. * If the page had more than one bookmark, the clear method only removed the last then the sidebar accumulated bookmark icons. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Improve bookmarks dialog background / border - SL #1273Gonzalo Odiard2012-03-281-4/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove unused importsGonzalo Odiard2012-03-061-1/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix saving/loading of bookmarks with utf-8 textGonzalo Odiard2012-03-051-2/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Substitue use of window.xid by get_window() to set the parent to a dialogGonzalo Odiard2012-03-051-3/+3
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Initial port to Gtk3Gonzalo Odiard2011-12-081-44/+45
|
* Pep8 corrections in readdialog.py, readsidebar.py and readtopbar.pyGonzalo Odiard2011-02-241-7/+14
|
* pep8 cleanup: fix whitespaceSascha Silbe2011-01-201-11/+16
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* fix EOL spacesSascha Silbe2011-01-201-4/+4
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* Add method to Bookmark class to retrieve note title and bodySayamindu Dasgupta2009-08-051-2/+2
|
* Add support for notes associated with bookmarkSayamindu Dasgupta2009-08-051-0/+182