View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~vanvugt/mir/resize-remove-unused-create_buffer-size bug(Has a merge proposal) Development 2013-11-12 11:19:07 UTC
1216. Remove the (now redundant) size param...

Author: Daniel van Vugt
Revision Date: 2013-11-12 11:16:17 UTC

Remove the (now redundant) size parameter from
*ClientBufferFactory::create_buffer()

lp:~vanvugt/mir/detect-overlapping-clients bug(Has a merge proposal) Development 2013-11-11 07:23:06 UTC
1212. Detect when multiple client buffers a...

Author: Daniel van Vugt
Revision Date: 2013-11-11 06:55:25 UTC

Detect when multiple client buffers are requested simultaneously to
multiple compositor buffers (bypass mode). If you've only got 3 buffers,
doing so will cause blocking and delays. So throw an exception instead of
silently degrading performance (like we did in LP: #1249210).

lp:~vanvugt/mir/resize-GBMClientBuffer Development 2013-11-07 10:10:42 UTC
1210. Add resize support to GBMClientBuffer...

Author: Daniel van Vugt
Revision Date: 2013-11-07 10:05:20 UTC

Add resize support to GBMClientBuffer. This just means getting the width and
height from MirBufferPackage each frame.

lp:~vanvugt/mir/privatize-input-Surface (Has a merge proposal) Development 2013-11-05 03:52:40 UTC
1119. Merge latest privatize-surfaces-Surface

Author: Daniel van Vugt
Revision Date: 2013-11-05 03:52:40 UTC

Merge latest privatize-surfaces-Surface

lp:~vanvugt/mir/privatize-surfaces-Surface (Has a merge proposal) Development 2013-11-05 03:52:04 UTC
1120. Merge latest development-branch

Author: Daniel van Vugt
Revision Date: 2013-11-05 03:52:04 UTC

Merge latest development-branch

lp:~vanvugt/mir/add-changelog-0.0.16 (Has a merge proposal) Development 2013-10-17 09:08:11 UTC
1149. Remember to mention enhancements (com...

Author: Daniel van Vugt
Revision Date: 2013-10-17 09:08:11 UTC

Remember to mention enhancements (commits without bug numbers).

Also, correction: LP #1239160 is fixed in 0.0.15

lp:~vanvugt/mir/fix-1237710 bug(Has a merge proposal) Development 2013-10-16 09:40:27 UTC
1140. Also remove unused typedef

Author: Daniel van Vugt
Revision Date: 2013-10-16 09:40:27 UTC

Also remove unused typedef

lp:~vanvugt/mir/privatize-input (Has a merge proposal) Development 2013-10-07 04:06:28 UTC
1113. Fix Android build failure.

Author: Daniel van Vugt
Revision Date: 2013-10-07 04:06:28 UTC

Fix Android build failure.

lp:~vanvugt/mir/fix-1226139 bug(Has a merge proposal) Development 2013-09-27 08:02:12 UTC
1073. Merge latest dev branch and resolve a...

Author: Daniel van Vugt
Revision Date: 2013-09-27 08:02:12 UTC

Merge latest dev branch and resolve a conflict.

lp:~vanvugt/mir/bypass-drmModeAddFB2 Development 2013-08-28 10:14:12 UTC
945. Disable broken DRM/GBM tests, failing...

Author: Daniel van Vugt
Revision Date: 2013-08-28 10:11:46 UTC

Disable broken DRM/GBM tests, failing because the new drmModeAddFB2 is
not mocked, and possibly not mockable.

lp:~vanvugt/mir/finer-grained-abi (Has a merge proposal) Development 2013-07-18 04:14:40 UTC
863. Use major and minor as the ABI versio...

Author: Daniel van Vugt
Revision Date: 2013-07-18 04:11:58 UTC

Use major and minor as the ABI version, and encode both in the soname.

This way most small ABI changes will only need the minor version to be
incremented. And most importantly, we won't have an ABI value which moves
separately to the version.

lp:~vanvugt/mir/DisplayBuffer-is-a-ViewableArea (Has a merge proposal) Development 2013-07-02 09:09:49 UTC
798. Eliminate a duplicate interface; both...

Author: Daniel van Vugt
Revision Date: 2013-07-02 08:53:34 UTC

Eliminate a duplicate interface; both DisplayBuffer and ViewableArea defined
their own pure virtual view_area(). It's more flexible for them to share a
single (pure virtual) interface: ViewableArea::view_area()

lp:~vanvugt/mir/fix-1194384 bug(Has a merge proposal) Development 2013-06-26 11:56:03 UTC
781. Fix a possible race in: TEST_F(Defaul...

Author: Daniel van Vugt
Revision Date: 2013-06-26 11:56:03 UTC

Fix a possible race in:
TEST_F(DefaultDisplayServerTestFixture, client_event_handler_is_thread_safe)

lp:~vanvugt/mir/fix-1188504 bug(Has a merge proposal) Development 2013-06-07 10:12:31 UTC
726. Don't throw a fatal exception when th...

Author: Daniel van Vugt
Revision Date: 2013-06-07 10:09:01 UTC

Don't throw a fatal exception when the display goes to sleep. Just wait
patiently for it to come back. (LP: #1188504)

This solves the case when the screen blanks during Mir execution. It does not
solve the case where the screen is blanked (and locked; EPERM) before the Mir
server starts. That one either should not be solved or requires more work
later.

lp:~vanvugt/mir/method-index (Has a merge proposal) Development 2013-04-19 09:19:56 UTC
609. Avoid passing method names as strings...

Author: Daniel van Vugt
Revision Date: 2013-04-19 09:18:15 UTC

Avoid passing method names as strings in every single invocation. You can
use their unique integer indices instead.

lp:~vanvugt/mir/invoke Development 2013-04-18 11:11:01 UTC
606. Correct send_response for test_file_d...

Author: Daniel van Vugt
Revision Date: 2013-04-18 11:11:01 UTC

Correct send_response for test_file_descriptors

lp:~vanvugt/mir/unique-id (Has a merge proposal) Development 2013-04-16 08:51:38 UTC
611. Remove deprecated invalid/error ID fe...

Author: Daniel van Vugt
Revision Date: 2013-04-16 08:51:38 UTC

Remove deprecated invalid/error ID feature

lp:~vanvugt/mir/edge-type (Linked to a blueprint)(Has a merge proposal) Development 2013-04-16 03:26:22 UTC
544. Remove unused "using namespace".

Author: Daniel van Vugt
Revision Date: 2013-04-16 03:26:22 UTC

Remove unused "using namespace".

lp:~vanvugt/mir/unwrap-ints (Has a merge proposal) Development 2013-04-03 07:57:47 UTC
559. Delegate construction C++11-style.

Author: Daniel van Vugt
Revision Date: 2013-04-03 07:45:55 UTC

Delegate construction C++11-style.

lp:~vanvugt/mir/appid (Linked to a blueprint)(Has a merge proposal) Development 2013-03-21 09:52:36 UTC
528. Remember puctuation.

Author: Daniel van Vugt
Revision Date: 2013-03-21 09:51:53 UTC

Remember puctuation.

lp:~vanvugt/mir/optional-callbacks bug(Has a merge proposal) Development 2013-03-14 04:32:47 UTC
423. Simplified, and removed the type safe...

Author: Daniel van Vugt
Revision Date: 2013-03-13 03:29:34 UTC

Simplified, and removed the type safety problem.

lp:~vanvugt/mir/simple-connect bug(Has a merge proposal) Development 2013-02-08 06:58:27 UTC
410. Demonstrate two ways of avoiding call...

Author: Daniel van Vugt
Revision Date: 2013-02-08 06:48:15 UTC

Demonstrate two ways of avoiding callbacks in the client API:
  1. conn = mir_wait_for_connection(mir_connect(...));
  2. conn = mir_wait_connect(...);

I was trying to avoid the redundancy of having multiple functions per
operation in my previous proposal. However since that was disapproved, this
is the next best thing.

Arguably, we don't need mir_wait_connect() because it's just shorthand for:
  conn = mir_wait_for_connection(mir_connect(server, app, nullptr, nullptr));

And even then, we don't need mir_wait_for_connection(). I just added it to
keep the purists happy and avoid the weakly typed alternative:
  conn = (MirConnection*)mir_wait_for(mir_connect(...));

lp:~vanvugt/mir/remove-callbacks-mir_connect bug(Has a merge proposal) Development 2013-02-08 02:26:39 UTC
408. Remove mir_connect callback from the ...

Author: Daniel van Vugt
Revision Date: 2013-02-07 10:02:24 UTC

Remove mir_connect callback from the public API.

First pass at simplifying the client API by removing callbacks. This is part
of a greater effort to resolve LP: #1112195, with more proposals to come.

lp:~vanvugt/ubuntu/quantal/compiz/upstream-expo-patch-quantal bug(Has a merge proposal) Development 2012-11-28 09:46:07 UTC
3326. Promote 100_expo_layout.patch to the ...

Author: Daniel van Vugt
Revision Date: 2012-11-28 09:29:28 UTC

Promote 100_expo_layout.patch to the trunk so we don't have to maintain it
as a patch any more. Dropped some features even Ubuntu never used. The
remaining features merged into plugins/expo are invisible/disabled by default.
ubuntu-config.patch enables them.

Also seems to fix LP: #1059549.

lp:~vanvugt/compiz/upstream-expo-patch-0.9.8 bug(Has a merge proposal) Development 2012-11-26 09:26:38 UTC
3417. Promote 100_expo_layout.patch to the ...

Author: Daniel van Vugt
Revision Date: 2012-11-26 09:11:14 UTC

Promote 100_expo_layout.patch to the trunk so we don't have to maintain it
as a patch any more. Dropped some features even Ubuntu never used. The
remaining features merged into plugins/expo are invisible/disabled by default.
ubuntu-config.patch enables them.

Also seems to fix LP: #1059549.

lp:~vanvugt/ubuntu/raring/ubuntu-settings/fix-1073202 bug(Has a merge proposal) Development 2012-11-15 09:59:01 UTC
4. Don't override show-desktop to Ctrl+A...

Author: Daniel van Vugt
Revision Date: 2012-11-15 09:56:54 UTC

Don't override show-desktop to Ctrl+Alt+D for new users.
(LP: #1073202)

lp:~vanvugt/ubuntu/quantal/compiz/fix-1071238 bug(Has a merge proposal) Development 2012-10-25 10:48:27 UTC
3323. Never compare floats directly. They w...

Author: Daniel van Vugt
Revision Date: 2012-10-25 10:44:03 UTC

Never compare floats directly. They will rarely be precisely equal except
under tightly controlled conditions. This fixes test case failures.
(LP: #1071238)

lp:~vanvugt/ubuntu/quantal/nux/fix-1039155 bug(Has a merge proposal) Development 2012-10-16 02:12:06 UTC
369. Actually check the result of unity_su...

Author: Daniel van Vugt
Revision Date: 2012-10-08 06:04:16 UTC

Actually check the result of unity_support_test. And if it fails then fall
back to LLVMpipe, instead of leaving the user with no shell at all.
(LP: #1039155)

lp:~vanvugt/+junk/dupsym Development 2012-10-15 09:25:54 UTC
1. Initial prototype.

Author: Daniel van Vugt
Revision Date: 2012-10-15 09:25:27 UTC

Initial prototype.

lp:~vanvugt/ubuntu/quantal/compiz/fix-1039155 bug(Has a merge proposal) Development 2012-10-09 11:06:56 UTC
3316. Automatically fall back to LLVMpipe s...

Author: Daniel van Vugt
Revision Date: 2012-10-09 11:02:28 UTC

Automatically fall back to LLVMpipe software rendering if the hardware
fails unity_support_test.
(LP: #1039155)

lp:~vanvugt/unity/fix-1024179 bug(Has a merge proposal) Development 2012-07-13 03:14:39 UTC
2489. Make sure org.compiz.unity*.gschema.x...

Author: Daniel van Vugt
Revision Date: 2012-07-13 03:12:35 UTC

Make sure org.compiz.unity*.gschema.xml actually get installed on
'make install'. (LP: #1024179)

lp:~vanvugt/compiz/decorShadowRegionOverdraw Development 2012-07-09 10:59:03 UTC
3280. Prevent DecorWindow::glDraw from draw...

Author: Daniel van Vugt
Revision Date: 2012-07-09 10:54:56 UTC

Prevent DecorWindow::glDraw from drawing shadows outside of the specified
glDraw region. It's not a visible bug yet, but does become visible if you
use swapbuffers on regional redraws (like the gles2 branch does now).

lp:~vanvugt/compiz/fix-1000532 bug(Has a merge proposal) Development 2012-07-03 09:44:28 UTC
3276. Add a "--sync" option to gtk-window-d...

Author: Daniel van Vugt
Revision Date: 2012-07-03 09:42:50 UTC

Add a "--sync" option to gtk-window-decorator to help with debugging.
(LP: #1000532)

lp:~vanvugt/unity/fix-1010335 bug(Has a merge proposal) Development 2012-06-13 06:18:48 UTC
2400. Fix build failure. Trevinho renamed a...

Author: Daniel van Vugt
Revision Date: 2012-06-13 06:18:48 UTC

Fix build failure. Trevinho renamed a variable since I first wrote it :)

lp:~vanvugt/+junk/ppa-vanvugt-compiz-preproposed-precise Development 2012-06-07 06:10:39 UTC
269. Backport fixes for white window bugs ...

Author: Daniel van Vugt
Revision Date: 2012-06-07 06:10:39 UTC

Backport fixes for white window bugs seen with the NVIDIA driver.
(LP: #729979) (LP: #1002602)

lp:~vanvugt/+junk/XDamageReport Development 2012-06-05 07:40:03 UTC
3244. Remove the option to configure the da...

Author: Daniel van Vugt
Revision Date: 2012-06-05 07:40:03 UTC

Remove the option to configure the damage reporting mode.

lp:~vanvugt/compcomm-plugins-main/fix-977743 bug(Has a merge proposal) Development 2012-04-10 07:24:14 UTC
267. Fix typos in animation.xml.in causing...

Author: Daniel van Vugt
Revision Date: 2012-04-10 07:19:56 UTC

Fix typos in animation.xml.in causing mismatched animations of menus and
tooltips (LP: #977743)

Fixed:
  * Menus: No open animation, but fade out on close.
  * Tooltips: No close animation, but fade in on open.

lp:~vanvugt/unity/fix-943456 Development 2012-03-02 06:53:09 UTC
1996. Prevent Alt+F1/Alt+F2 (keyboard_focus...

Author: Daniel van Vugt
Revision Date: 2012-03-02 06:43:50 UTC

Prevent Alt+F1/Alt+F2 (keyboard_focus/execute_command) key codes from
reaching the underlying application windows when pressed. (LP: #943456)

lp:~vanvugt/+junk/ppa-vanvugt-unity-nux-oneiric Development 2012-01-30 06:50:24 UTC
54. Fix unbounded vector bloat causing gr...

Author: Daniel van Vugt
Revision Date: 2012-01-30 06:20:23 UTC

Fix unbounded vector bloat causing gradual degradation in performance
(LP: #888039)
[Jason Smith's fix, backported by hand to oneiric]

lp:~vanvugt/+junk/ppa-vanvugt-compiz-oneiric Development 2012-01-30 06:41:45 UTC
273. Merge new upstream version 1:0.9.6+bz...

Author: Daniel van Vugt
Revision Date: 2012-01-30 06:41:45 UTC

Merge new upstream version 1:0.9.6+bzr20110929-0ubuntu6.1

lp:~vanvugt/+junk/ppa-vanvugt-unity-oneiric Development 2012-01-29 06:46:03 UTC
137. Fix: compiz+unity3d generates >50 wak...

Author: Daniel van Vugt
Revision Date: 2012-01-29 06:46:03 UTC

Fix: compiz+unity3d generates >50 wakeups a second on idle system
(LP: #917210)

lp:~vanvugt/ubuntu/oneiric/compiz/fix-763005-oneiric bug(Has a merge proposal) Development 2012-01-26 10:37:30 UTC
254. Fix slow/stuttering display with fglr...

Author: Daniel van Vugt
Revision Date: 2011-11-14 08:25:18 UTC

Fix slow/stuttering display with fglrx (LP: #763005)

lp:~vanvugt/compiz-plugins-extra/fix-915236 bug(Has a merge proposal) Development 2012-01-12 10:29:53 UTC
4. Fixed failured to build due to missin...

Author: Daniel van Vugt
Revision Date: 2012-01-12 10:27:24 UTC

Fixed failured to build due to missing (renamed) TIMEVALDIFF (LP: #915236)

lp:~vanvugt/compiz-plugins-main/fix-915236 bug(Has a merge proposal) Development 2012-01-12 10:10:38 UTC
9. Fix failure to build with latest lp:c...

Author: Daniel van Vugt
Revision Date: 2012-01-12 10:07:50 UTC

Fix failure to build with latest lp:compiz-core due to renamed/moved
TIMEVALDIFF macro (now a function) (LP: #915236)

lp:~vanvugt/+junk/ppa-vanvugt-compiz-plugins-main-oneiric Development 2011-11-08 08:37:44 UTC
24. Version bump.

Author: Daniel van Vugt
Revision Date: 2011-11-08 08:37:44 UTC

Version bump.

lp:~vanvugt/unity/fix-742544-trunk bug(Has a merge proposal) Development 2011-11-04 10:00:53 UTC
1724. Fix incorrect parsing of Option lines...

Author: Daniel van Vugt
Revision Date: 2011-11-04 10:00:53 UTC

Fix incorrect parsing of Option lines that don't start with spaces.

lp:~vanvugt/+junk/my-xserver-xorg-input-synaptics-oneiric Development 2011-10-04 09:51:58 UTC
43. Number of active touches can be less ...

Author: Daniel van Vugt
Revision Date: 2011-10-04 09:51:02 UTC

Number of active touches can be less than number of active fingers/contacts
so ask grail for the real number of fingers when clicking. This fixes
3-finger clicks (middle click) when there are geis/grail clients active
such as Unity. (LP: #754000)

lp:~vanvugt/+junk/my-xserver-xorg-input-synaptics-natty Development 2011-10-04 09:35:11 UTC
40. * Merge in natty-updates 1.3.99+git20...

Author: Daniel van Vugt
Revision Date: 2011-10-04 09:29:03 UTC

* Merge in natty-updates 1.3.99+git20110116.0e27ce3a-0ubuntu12.1.
* Drop libxtst-dev build dependency so syndaemon does not use XRecord,
  preventing a wide range of crashes in _CallCallbacks. (LP: #774978)
* Build against xserver 1.5 rc5.

lp:~vanvugt/+junk/ppa-vanvugt-compiz-natty Development 2011-09-30 06:11:43 UTC
236. Modified the fix for LP: #763005 so t...

Author: Daniel van Vugt
Revision Date: 2011-09-30 06:00:40 UTC

Modified the fix for LP: #763005 so that it no longer changes any headers.
This should address concerns about API changes.

lp:~vanvugt/+junk/unity Development 2011-09-21 08:49:50 UTC
96. Panel shadow opacity should match pan...

Author: Daniel van Vugt
Revision Date: 2011-09-21 08:49:50 UTC

Panel shadow opacity should match panel opacity. (LP: #747682)

lp:~vanvugt/ubuntu/oneiric/fglrx-installer-updates/fix-827652 bug(Has a merge proposal) Development 2011-08-19 05:42:43 UTC
4. Remove deprecated: replace-global-loc...

Author: Daniel van Vugt
Revision Date: 2011-08-19 05:37:53 UTC

Remove deprecated: replace-global-lock-with-a-driver-specific-mutex.patch
as bug 776895 appears to be fixed from upstream now (LP: #827652)

lp:~vanvugt/+junk/geeqie Development 2011-08-16 05:12:22 UTC
24. Improved the fix for LP: #788321. De...

Author: Daniel van Vugt
Revision Date: 2011-08-16 05:12:22 UTC

Improved the fix for LP: #788321. Default fullscreen mode (determined by
window manager) should not override redirect and occupy all desktops.

lp:~vanvugt/compiz/fix-763005-trunk (Has a merge proposal) Development 2011-08-12 07:40:39 UTC
648. Fix slow/stuttering display when sync...

Author: Daniel van Vugt
Revision Date: 2011-08-12 07:40:39 UTC

Fix slow/stuttering display when sync to Vblank is enabled. (LP: #763005)

lp:~vanvugt/compiz/fix-731685-trunk bug(Has a merge proposal) Development 2011-08-09 09:28:25 UTC
639. Fix dock shadow artifacts with rounde...

Author: Daniel van Vugt
Revision Date: 2011-08-09 09:24:45 UTC

Fix dock shadow artifacts with rounded window decorations. (LP: #731685)

lp:~vanvugt/ubuntu/natty/light-themes/fix-772972-natty bug Development 2011-08-07 08:57:29 UTC
35. That's for natty-proposed, not natty.

Author: Daniel van Vugt
Revision Date: 2011-08-07 08:52:51 UTC

That's for natty-proposed, not natty.

lp:~vanvugt/ubuntu/natty/unity/fix-742664-natty Development 2011-07-29 05:56:54 UTC
93. Remove unused macro

Author: Daniel van Vugt
Revision Date: 2011-07-29 04:54:31 UTC

Remove unused macro

lp:~vanvugt/ubuntu/natty/bcmwl/fix-793890 bug(Has a merge proposal) Development 2011-07-28 02:54:28 UTC
32. No need for a new version since the p...

Author: Daniel van Vugt
Revision Date: 2011-07-28 02:54:28 UTC

No need for a new version since the previous one wasn't released. This also
means we don't need to mention bug 793890 in the changelog because bug
793890
also was never released beyond natty-proposed.

lp:~vanvugt/ubuntu/natty/indicator-session/fix-807357 bug Development 2011-07-08 07:09:58 UTC
47. Keep Log Out / Restart / Shut Down di...

Author: Daniel van Vugt
Revision Date: 2011-07-08 07:00:10 UTC

Keep Log Out / Restart / Shut Down dialogs on top (LP: #807357)

lp:~vanvugt/nux/fix-805874 bug(Has a merge proposal) Development 2011-07-05 11:40:47 UTC
385. Fix indentation off by one.

Author: Daniel van Vugt
Revision Date: 2011-07-05 11:40:47 UTC

Fix indentation off by one.

lp:~vanvugt/+junk/nux Development 2011-07-04 07:47:29 UTC
31. * Rebased to natty-proposed 0.9.48-0u...

Author: Daniel van Vugt
Revision Date: 2011-07-04 07:47:29 UTC

* Rebased to natty-proposed 0.9.48-0ubuntu1.1. Dropping the aforementioned
  oneiric changes.

* Style cleanup: Changed C type-casts to static_casts at Tim Penhey's
  request for LP: #785118.
* Modified the fix for LP: #785118 as per Tim Penhey's recommendations.
* Fix mismatched new[]/delete calls. This reduces noise in valgrind logs
  by around 96% (!?) (LP: #785118)
* Fix a window leak causing unity panel/launcher corruption. This is the
  simplified version of the fix to be compatible with natty (nux 0.9 series)
  (LP: #769957)
* Cherry-pick more fixes:
  - input characters become invisible on switching dash to fullscreen mode
    (LP: #758248)
  - Fixed memory leak. Related to bug (LP: #758248)
  - Fix compiz crashed with SIGSEGV in nux::NThreadSafeCounter::Decrement()
    (LP: #763225)
* Cherry-pick fix for launcher sometimes doesn't hide when there are
  windows beneath it (LP: #772185)
* debian/patches/01_build_with_gcc46.patch:
  - Fix Fails to compile with GCC 4.6 (thanks Adam Williamson) (LP: #745392)
* debian/control, rules, patches/series:
  - add quilt infrastructure

lp:~vanvugt/ubuntu/lucid/nvidia-graphics-drivers-96/fix-627022 bug(Has a merge proposal) Development 2011-06-30 03:50:36 UTC
33. Fix nv.c build failure with kernels >...

Author: Daniel van Vugt
Revision Date: 2011-06-29 09:23:24 UTC

Fix nv.c build failure with kernels >= 2.6.36 (LP: #627022)

lp:~vanvugt/ubuntu/natty/oss4/fix-746048 bug(Has a merge proposal) Development 2011-06-17 07:15:14 UTC
11. Make that natty-proposed.

Author: Daniel van Vugt
Revision Date: 2011-06-17 07:15:14 UTC

Make that natty-proposed.

lp:~vanvugt/ubuntu/oneiric/xserver-xorg-input-synaptics/fix-754000 bug(Has a merge proposal) Development 2011-06-16 07:44:57 UTC
40. Improved fix for LP: #754000, testing...

Author: Daniel van Vugt
Revision Date: 2011-06-10 08:59:15 UTC

Improved fix for LP: #754000, testing the active area so as to not break
support for two-handed dragging etc on clickpads.

lp:~vanvugt/ubuntu/oneiric/oss4/fix-746048 Development 2011-06-15 06:27:57 UTC
9. Changed to the upstream version of th...

Author: Daniel van Vugt
Revision Date: 2011-06-15 06:26:46 UTC

Changed to the upstream version of the fix for LP: #746048.

lp:~vanvugt/+junk/oss4 Development 2011-06-15 06:25:36 UTC
9. Changed to the version of the patch a...

Author: Daniel van Vugt
Revision Date: 2011-06-15 06:25:36 UTC

Changed to the version of the patch applied upstream (LP: #746048)

lp:~vanvugt/ubuntu/natty/nux/fix-785118 Development 2011-06-13 06:03:13 UTC
354. Style cleanup: Changed C type-casts t...

Author: Daniel van Vugt
Revision Date: 2011-06-13 06:03:13 UTC

Style cleanup: Changed C type-casts to static_casts at Tim Penhey's
request for LP: #785118.

lp:~vanvugt/+junk/xserver-xorg-input-synaptics Development 2011-06-10 08:49:42 UTC
39. Improved fix for LP: #754000, testing...

Author: Daniel van Vugt
Revision Date: 2011-06-10 08:49:42 UTC

Improved fix for LP: #754000, testing the active area so as to not break
support for two-handed dragging etc on clickpads.

lp:~vanvugt/ubuntu/oneiric/bcmwl/fix-776439 bug(Has a merge proposal) Development 2011-05-30 07:07:40 UTC
30. Failing to remove a DKMS module that ...

Author: Daniel van Vugt
Revision Date: 2011-05-30 07:06:13 UTC

Failing to remove a DKMS module that does not exist is not an error.
(LP: #776439)

lp:~vanvugt/+junk/bcmwl Development 2011-05-30 07:05:19 UTC
31. Failing to remove a DKMS module that ...

Author: Daniel van Vugt
Revision Date: 2011-05-30 07:05:19 UTC

Failing to remove a DKMS module that does not exist is not an error.
(LP: #776439)

lp:~vanvugt/ubuntu/oneiric/bcmwl/fix-776165 bug(Has a merge proposal) Development 2011-05-30 06:12:41 UTC
30. Always update /etc/modprobe.d/blackli...

Author: Daniel van Vugt
Revision Date: 2011-05-30 06:09:46 UTC

Always update /etc/modprobe.d/blacklist-bcm43.conf during upgrades.
(LP: #776165)

lp:~vanvugt/ubuntu/oneiric/mediatomb/fix-212441 bug(Has a merge proposal) Development 2011-05-25 09:33:39 UTC
20. Remove confusing and unnecessary chan...

Author: Daniel van Vugt
Revision Date: 2011-05-25 09:33:39 UTC

Remove confusing and unnecessary changelog edits.

lp:~vanvugt/+junk/mediatomb Development 2011-05-19 04:38:27 UTC
22. * Revert the removal of /etc/default ...

Author: Daniel van Vugt
Revision Date: 2011-05-19 04:38:27 UTC

* Revert the removal of /etc/default support. The fix for bug 212441 is
  now back to its original state (0.12.1-0ubuntu1vv1).
* Fix build failure with libav>=4:0.7 due to deprecated API (LP: #784431)

lp:~vanvugt/ubuntu/oneiric/mediatomb/fix-770964 (Has a merge proposal) Development 2011-05-16 05:16:38 UTC
18. Fix dyslexic typo.

Author: Daniel van Vugt
Revision Date: 2011-05-16 05:16:38 UTC

Fix dyslexic typo.

101173 of 273 results