Difference between revisions of "User:Romain2Boss"
Jump to navigation
Jump to search
Romain2Boss (talk | contribs) |
Romain2Boss (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* Follow clipboard understanding, cleaning and refactoring | * Follow clipboard understanding, cleaning and refactoring | ||
* Updating Wiki: [[Clipboard]], [[Menu]], [[Toolbar]] and [[Verb]] | * Updating Wiki: [[Clipboard]], [[Menu]], [[Toolbar]], [[Guide]] and [[Verb]] | ||
== Things I've planned to do... == | == Things I've planned to do... == | ||
Line 18: | Line 18: | ||
** SP_ACTIVE_DOCUMENT or inkscape_active_document()? | ** SP_ACTIVE_DOCUMENT or inkscape_active_document()? | ||
** Merge between [[Tracking Dependencies]] and [[Dependencies]]? | ** Merge between [[Tracking Dependencies]] and [[Dependencies]]? | ||
** Merge between [http://wiki.inkscape.org/wiki/index.php/Category:Proposals Category:Proposals] and [http://wiki.inkscape.org/wiki/index.php/Category:Specification Category:Specification] ? | ** Merge between [http://wiki.inkscape.org/wiki/index.php/Category:Proposals Category:Proposals] and [http://wiki.inkscape.org/wiki/index.php/Category:Specification Category:Specification]? | ||
** Merge between [[Win32 Installer]] and [[Win32 installer]]? | |||
* Propose an easyhacks system as in LibreOffice team | * Propose an easyhacks system as in LibreOffice team |
Latest revision as of 08:44, 28 July 2012
Works in progress
- Follow clipboard understanding, cleaning and refactoring
- Updating Wiki: Clipboard, Menu, Toolbar, Guide and Verb
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?
- Merge between Category:Proposals and Category:Specification?
- Merge between Win32 Installer and Win32 installer?
- Propose an easyhacks system as in LibreOffice team