lp://staging/~cosmos-door/ubuntu/raring/touchegg/lp1059489
Created by
Mitsuya Shibata
and last modified
- Get this branch:
- bzr branch lp://staging/~cosmos-door/ubuntu/raring/touchegg/lp1059489
Only
Mitsuya Shibata
can upload to this branch. If you are
Mitsuya Shibata
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Andrew Starr-Bochicchio (community): Approve
- Ubuntu branches: Pending requested
-
Diff: 11364 lines (+3393/-5599)69 files modified.pc/0001-geis_rename.patch/touchegg.pro (+0/-23)
.pc/applied-patches (+0/-1)
CHANGELOG (+3/-0)
COMMENT_TAGS.txt (+44/-0)
COPYRIGHT (+1/-1)
HACKING (+69/-0)
debian/changelog (+10/-0)
debian/patches/0001-geis_rename.patch (+0/-13)
debian/patches/series (+0/-1)
documentation/.directory (+2/-0)
documentation/doxyfile (+1718/-0)
documentation/doxyfile_en (+0/-1661)
documentation/doxyfile_es (+0/-1661)
installation/.directory (+2/-0)
src/.directory (+2/-0)
src/touchegg/Main.cpp (+2/-9)
src/touchegg/Touchegg.cpp (+50/-116)
src/touchegg/Touchegg.h (+41/-142)
src/touchegg/actions/factory/ActionFactory.cpp (+15/-15)
src/touchegg/actions/factory/ActionFactory.h (+15/-39)
src/touchegg/actions/implementation/Action.h (+25/-69)
src/touchegg/actions/implementation/ChangeDesktop.cpp (+23/-29)
src/touchegg/actions/implementation/ChangeDesktop.h (+11/-19)
src/touchegg/actions/implementation/ChangeViewport.cpp (+29/-33)
src/touchegg/actions/implementation/ChangeViewport.h (+11/-18)
src/touchegg/actions/implementation/CloseWindow.cpp (+16/-19)
src/touchegg/actions/implementation/CloseWindow.h (+3/-7)
src/touchegg/actions/implementation/DragAndDrop.cpp (+18/-22)
src/touchegg/actions/implementation/DragAndDrop.h (+13/-19)
src/touchegg/actions/implementation/MaximizeRestoreWindow.cpp (+26/-35)
src/touchegg/actions/implementation/MaximizeRestoreWindow.h (+2/-6)
src/touchegg/actions/implementation/MinimizeWindow.cpp (+16/-19)
src/touchegg/actions/implementation/MinimizeWindow.h (+2/-6)
src/touchegg/actions/implementation/MouseClick.cpp (+13/-15)
src/touchegg/actions/implementation/MouseClick.h (+11/-19)
src/touchegg/actions/implementation/MoveWindow.cpp (+17/-20)
src/touchegg/actions/implementation/MoveWindow.h (+3/-7)
src/touchegg/actions/implementation/ResizeWindow.cpp (+31/-35)
src/touchegg/actions/implementation/ResizeWindow.h (+2/-6)
src/touchegg/actions/implementation/RunCommand.cpp (+11/-11)
src/touchegg/actions/implementation/RunCommand.h (+11/-18)
src/touchegg/actions/implementation/Scroll.cpp (+40/-46)
src/touchegg/actions/implementation/Scroll.h (+13/-56)
src/touchegg/actions/implementation/SendKeys.cpp (+27/-35)
src/touchegg/actions/implementation/SendKeys.h (+11/-22)
src/touchegg/actions/implementation/ShowDesktop.cpp (+28/-28)
src/touchegg/actions/implementation/ShowDesktop.h (+2/-6)
src/touchegg/actions/types/ActionTypeEnum.cpp (+6/-7)
src/touchegg/actions/types/ActionTypeEnum.h (+3/-21)
src/touchegg/config/Config.cpp (+65/-78)
src/touchegg/config/Config.h (+64/-153)
src/touchegg/gestures/collector/GestureCollector.cpp (+167/-97)
src/touchegg/gestures/collector/GestureCollector.h (+94/-153)
src/touchegg/gestures/factory/GestureFactory.cpp (+54/-99)
src/touchegg/gestures/factory/GestureFactory.h (+21/-60)
src/touchegg/gestures/handler/GestureHandler.cpp (+171/-195)
src/touchegg/gestures/handler/GestureHandler.h (+69/-159)
src/touchegg/gestures/implementation/Gesture.cpp (+24/-25)
src/touchegg/gestures/implementation/Gesture.h (+44/-164)
src/touchegg/gestures/types/GestureDirectionEnum.cpp (+8/-11)
src/touchegg/gestures/types/GestureDirectionEnum.h (+3/-21)
src/touchegg/gestures/types/GestureTypeEnum.cpp (+7/-8)
src/touchegg/gestures/types/GestureTypeEnum.h (+6/-37)
src/touchegg/touchegg.pri (+2/-0)
src/touchegg/util/Include.h (+1/-1)
src/touchegg/windows/WindowListener.cpp (+106/-0)
src/touchegg/windows/WindowListener.h (+87/-0)
src/touchegg/windows/windows.pri (+2/-0)
touchegg.pro (+0/-3)
Related bugs
Bug #856022: geis_filter_add_term segfault | Undecided | Fix Released | |
Bug #918551: touchegg crashed with SIGSEGV in geis_get_region_attr_type() | Medium | Fix Released | |
Bug #1059489: Update to version 1.1 | Wishlist | Fix Released | |
Bug #1065673: Segmentation fault starting touchegg | High | Fix Released |
Related blueprints
Branch information
- Owner:
- Mitsuya Shibata
- Status:
- Development
Recent revisions
- 6. By Mitsuya Shibata
-
* New upstream release (LP: #1059489)
- fixed several segv problems.
LP: #1065673, LP: #856022, LP: #918551
- applied geis rename patch.
* Removed 0001-geis_rename. patch no needs anymore. - 4. By Romain Perier
-
* New upstream release (LP: #855491)
- debian/copyright: Upgrade to GPL-3+
- debian/rules: The orig tarball is not repacked and use gzip
- Remove debian/source/ options to be consistent with the tarball
- Remove pkg-kde-tools from deps
- Remove kubuntu_01_desktopfile_ remove_ xdg_open. diff - 3. By Romain Perier
-
Add debian/
patches/ kubuntu_ 01_desktopfile_ remove_ xdg_open. diff:
Drop the line to exec the desktop file with xdg-open, it's not
an executable. - 2. By Romain Perier
-
* Initial release:
- Repack the original tarball to include the COPYING file about licensing
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/raring/touchegg