Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/clipboardbox.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace Menu for Palette.Tomeu Vizoso2007-07-011-3/+2
|
* Add extension to files that come into the clipboard without one.Tomeu Vizoso2007-06-211-0/+6
|
* Add an option for saving clipboard objects to the Journal.Tomeu Vizoso2007-06-171-2/+17
|
* Clipboard fixes.Tomeu Vizoso2007-06-171-3/+3
|
* Misc dnd fixes.Tomeu Vizoso2007-06-141-5/+8
|
* Percent should be 100% only when we have already added all the targets.Tomeu Vizoso2007-06-071-1/+1
|
* Implement setting the journal entry title from the toolbar.Tomeu2007-05-131-1/+1
|
* Recognize images dropped into the clipboard as such.Tomeu Vizoso2007-04-181-5/+10
|
* Drag images out of mozilla.Tomeu Vizoso2007-04-171-15/+31
|
* Revert "Start reworking the cliboard services to use the types registry."Marco Pesenti Gritti2007-04-111-8/+3
| | | | This reverts commit fcb57779a275e8a3343b71f991c23cb98f5c1e7a.
* Start reworking the cliboard services to use the types registry.Marco Pesenti Gritti2007-04-111-3/+8
|
* Return TRUE again in drag_motion_cb for accepting dnd drops.Tomeu2007-04-051-1/+1
|
* Fix for removing items from the clipboard.Tomeu Vizoso2007-03-201-1/+1
|
* Support selection of the clipboard object to be pasted.Tomeu Vizoso2007-03-141-7/+55
|
* Cleanup clipboard D-Bus APIDan Williams2007-03-141-15/+15
| | | | | | | | | | | | | - The clipboard now determines each objects unique id and returns it from add_object() - The ID is opaque to the client and should not be used/accessed other than with the clipboard service - Add object type hints for dbus-python - Sugar clipboard bindings for get_object() now return a dict rather than a tuple - ClipboardIcon now retrieves the real file path and uses that to open the file - Adapt sugar bits to clipboard changes
* Make ClipboardIcon use the new Menu.Tomeu Vizoso2007-02-211-3/+3
|
* More work to get rid of stylesheets, some regressions.Marco Pesenti Gritti2007-02-201-2/+0
|
* Some more usability fixes for the clipboard.Tomeu Vizoso2007-01-111-3/+3
|
*