Difference between revisions of "User:Romain2Boss"

From Inkscape Wiki
Jump to navigation Jump to search
(Created page with "== Works in progress == * Follow clipboard understanding, cleaning and refactoring * Updating Wiki: Clipboard, Menu, Toolbar and Verb == Things I've planned ...")
 
Line 9: Line 9:
** Following a clipboard.cpp TODO line, deal with ''x-special/gnome-copied-files'' target
** Following a clipboard.cpp TODO line, deal with ''x-special/gnome-copied-files'' target
** Implement a real ClipboardManager::isEmpty() method
** Implement a real ClipboardManager::isEmpty() method
** Check all includes
** [https://bugs.launchpad.net/inkscape/+bug/942052 Bug #942052]
** [https://bugs.launchpad.net/inkscape/+bug/942052 Bug #942052]
* Have a second look at [https://bugs.launchpad.net/inkscape/+bug/677081 Bug #677081] thanks to the new understanding of the project
* Have a second look at [https://bugs.launchpad.net/inkscape/+bug/677081 Bug #677081] thanks to the new understanding of the project
Line 16: Line 17:
** SP_ACTIVE_DESKTOP or inkscape_active_desktop()?
** SP_ACTIVE_DESKTOP or inkscape_active_desktop()?
** SP_ACTIVE_DOCUMENT or inkscape_active_document()?
** SP_ACTIVE_DOCUMENT or inkscape_active_document()?
** Merge between [[Tracking Dependencies]] and [[Dependencies]]?
* Propose an easyhacks system as in LibreOffice team
* Propose an easyhacks system as in LibreOffice team

Revision as of 20:35, 29 March 2012

Works in progress

Things I've planned to do...

  • Clipboard:
    • Following a clipboard.cpp TODO line, deal with x-special/gnome-copied-files target
    • Implement a real ClipboardManager::isEmpty() method
    • Check all includes
    • Bug #942052
  • Have a second look at Bug #677081 thanks to the new understanding of the project
  • Solve 50cts questions like:
    • Which one between char*, gchar*, std::string and Glib::ustring?
    • Compilation warnings: do we have to delete or set but unused variables, even those which are delared only for futur needs? (like desktop in some functions parameters)
    • SP_ACTIVE_DESKTOP or inkscape_active_desktop()?
    • SP_ACTIVE_DOCUMENT or inkscape_active_document()?
    • Merge between Tracking Dependencies and Dependencies?
  • Propose an easyhacks system as in LibreOffice team