My favorites | Sign in
Google
       
Details: Show all Hide all

Last 30 days

  • issue 340 (Failed to compile Qt host.) Status changed   -  
    Status: Fixed
    Status: Fixed
  • issue 341 (cannot drag scroll bar) Owner changed   -  
    Owner: idlecat511
    Owner: idlecat511
  • r1271 ( r1601@suzhe: suzhe | 2009-12-02 17:43:04 +0800 Implement ...) committed   -   r1601@suzhe: suzhe | 2009-12-02 17:43:04 +0800 Implement "ongotourl" signal for gtkwebkit-browser-element. r1602@suzhe: suzhe | 2009-12-02 19:21:21 +0800 - Fix issue 340: Failed to compile Qt host. r1603@suzhe: suzhe | 2009-12-03 12:20:10 +0800 Fix an assert failure caused by posting zero length data. r1604@suzhe: suzhe | 2009-12-03 16:48:55 +0800 - Fix a failure test. - Fix two build issues.
    r1601@suzhe: suzhe | 2009-12-02 17:43:04 +0800 Implement "ongotourl" signal for gtkwebkit-browser-element. r1602@suzhe: suzhe | 2009-12-02 19:21:21 +0800 - Fix issue 340: Failed to compile Qt host. r1603@suzhe: suzhe | 2009-12-03 12:20:10 +0800 Fix an assert failure caused by posting zero length data. r1604@suzhe: suzhe | 2009-12-03 16:48:55 +0800 - Fix a failure test. - Fix two build issues.
  • issue 340 (Failed to compile Qt host.) reported   -   What steps will reproduce the problem? 1. Ubuntu 8.04 LTS with qt4 4.4.0 2. configure and compile the latest trunk of ggl, using autoconf build script. 3. What is the expected output? What do you see instead? Error occurred: /bin/sh ../../libtool --tag=CXX --mode=link g++ - B/opt/local/bin -g -O0 -Wall -fstack-protector-all -Werror -o ggl-qt ggl_qt-main.o ggl_qt-qt_host.o -lQtGui -lQtCore - lQtNetwork ../../ggadget/libggadget-1.0.la ../../ggadget/qt/libggadget-qt-1.0.la g++ -B/opt/local/bin -g -O0 -Wall -fstack-protector-all -Werror -o .libs/ggl-qt ggl_qt-main.o ggl_qt-qt_host.o -lQtGui -lQtCore -lQtNetwork ../../ggadget/.libs/libggadget-1.0.so ../../ggadget/qt/.libs/libggadget-qt-1.0.so /opt/local/bin/ld: ggl_qt-main.o: in function CheckCompositingManager(_XDisplay*):/home/suzhe/devels/ggl/trunk /hosts/qt/main.cc:248: error: undefined reference to 'XInternAtom' /opt/local/bin/ld: ggl_qt-main.o: in function CheckCompositingManager(_XDisplay*):/home/suzhe/devels/ggl/trunk /hosts/qt/main.cc:249: error: undefined reference to 'XGetSelectionOwner' /opt/local/bin/ld: ggl_qt-main.o: in function InitArgb():/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:215: error: undefined reference to 'XOpenDisplay' /opt/local/bin/ld: ggl_qt-main.o: in function InitArgb():/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:224: error: undefined reference to 'XRenderQueryExtension' /opt/local/bin/ld: ggl_qt-main.o: in function InitArgb():/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:232: error: undefined reference to 'XGetVisualInfo' /opt/local/bin/ld: ggl_qt-main.o: in function InitArgb():/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:236: error: undefined reference to 'XRenderFindVisualFormat' /opt/local/bin/ld: ggl_qt-main.o: in function InitArgb():/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:240: error: undefined reference to 'XCreateColormap' /opt/local/bin/ld: ggl_qt-main.o: in function main:/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:324: error: undefined reference to 'XFreeColormap' collect2: ld returned 1 exit status Please use labels and text to provide additional information.
    What steps will reproduce the problem? 1. Ubuntu 8.04 LTS with qt4 4.4.0 2. configure and compile the latest trunk of ggl, using autoconf build script. 3. What is the expected output? What do you see instead? Error occurred: /bin/sh ../../libtool --tag=CXX --mode=link g++ - B/opt/local/bin -g -O0 -Wall -fstack-protector-all -Werror -o ggl-qt ggl_qt-main.o ggl_qt-qt_host.o -lQtGui -lQtCore - lQtNetwork ../../ggadget/libggadget-1.0.la ../../ggadget/qt/libggadget-qt-1.0.la g++ -B/opt/local/bin -g -O0 -Wall -fstack-protector-all -Werror -o .libs/ggl-qt ggl_qt-main.o ggl_qt-qt_host.o -lQtGui -lQtCore -lQtNetwork ../../ggadget/.libs/libggadget-1.0.so ../../ggadget/qt/.libs/libggadget-qt-1.0.so /opt/local/bin/ld: ggl_qt-main.o: in function CheckCompositingManager(_XDisplay*):/home/suzhe/devels/ggl/trunk /hosts/qt/main.cc:248: error: undefined reference to 'XInternAtom' /opt/local/bin/ld: ggl_qt-main.o: in function CheckCompositingManager(_XDisplay*):/home/suzhe/devels/ggl/trunk /hosts/qt/main.cc:249: error: undefined reference to 'XGetSelectionOwner' /opt/local/bin/ld: ggl_qt-main.o: in function InitArgb():/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:215: error: undefined reference to 'XOpenDisplay' /opt/local/bin/ld: ggl_qt-main.o: in function InitArgb():/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:224: error: undefined reference to 'XRenderQueryExtension' /opt/local/bin/ld: ggl_qt-main.o: in function InitArgb():/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:232: error: undefined reference to 'XGetVisualInfo' /opt/local/bin/ld: ggl_qt-main.o: in function InitArgb():/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:236: error: undefined reference to 'XRenderFindVisualFormat' /opt/local/bin/ld: ggl_qt-main.o: in function InitArgb():/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:240: error: undefined reference to 'XCreateColormap' /opt/local/bin/ld: ggl_qt-main.o: in function main:/home/suzhe/devels/ggl/trunk/hosts/qt/main.cc:324: error: undefined reference to 'XFreeColormap' collect2: ld returned 1 exit status Please use labels and text to provide additional information.
  • r1268 ( r1597@suzhe: suzhe | 2009-11-27 11:25:43 +0800 Fix a redr...) committed   -   r1597@suzhe: suzhe | 2009-11-27 11:25:43 +0800 Fix a redraw issue of gtk host.
    r1597@suzhe: suzhe | 2009-11-27 11:25:43 +0800 Fix a redraw issue of gtk host.

Earlier this year

  • Nov 06, 2009
    issue 26906 (Renderer crashed when trying to input anything in a new spre...) commented on   -   I can't reproduce this on Windows with 4.0.238.0 (31202). I'll test it again no three platforms next week.
    I can't reproduce this on Windows with 4.0.238.0 (31202). I'll test it again no three platforms next week.
  • r1264 ( r1590@suzhe: suzhe | 2009-11-02 19:25:23 +0800 - Fix comp...) committed   -   r1590@suzhe: suzhe | 2009-11-02 19:25:23 +0800 - Fix compatibility issue with gtk+-2.18.0 or above.
    r1590@suzhe: suzhe | 2009-11-02 19:25:23 +0800 - Fix compatibility issue with gtk+-2.18.0 or above.
  • issue 337 (Send the last release for Karmic Repository) commented on   -   It's not what we can decide. Please help push Ubuntu guys to upgrade the package.
    It's not what we can decide. Please help push Ubuntu guys to upgrade the package.
  • issue 337 (Send the last release for Karmic Repository) commented on   -   This issue has been fixed in the latest version. Ubuntu's package needs updating.
    This issue has been fixed in the latest version. Ubuntu's package needs updating.
  • issue 337 (Send the last release for Karmic Repository) commented on   -   Which version of GGL did you use?
    Which version of GGL did you use?
  • Oct 08, 2009
    issue 5496 (Figure out how to deal with sluggish renderers blocking acce...) commented on   -   Just tested the CL and as I said, it can't handle keyboard layout correctly on Linux. How to reproduce: 1. Switch keyboard layout to Russian or other similar layouts. 2. Open http://unixpapa.com/js/testkey.html 3. Uncheck all suppress check boxes and try if keys like ctrl-t, ctrl-w work. 4. Check suppress keydown check box and try these keys again. You may find these keys stop working. They will still work if the keyboard layout is US.
    Just tested the CL and as I said, it can't handle keyboard layout correctly on Linux. How to reproduce: 1. Switch keyboard layout to Russian or other similar layouts. 2. Open http://unixpapa.com/js/testkey.html 3. Uncheck all suppress check boxes and try if keys like ctrl-t, ctrl-w work. 4. Check suppress keydown check box and try these keys again. You may find these keys stop working. They will still work if the keyboard layout is US.
  • Sep 29, 2009
    issue 15090 (While ⌘ (command) key held down, letter keys don't generate ...) commented on   -   Any progress on this issue? I'm just wondering if it's necessary to override NSApplication's sendEvent: method to send all key events to RWHV, then in TCV, feeds all unhanded key events back to the original sendEvent: implementation for cmd- key bindings handling?
    Any progress on this issue? I'm just wondering if it's necessary to override NSApplication's sendEvent: method to send all key events to RWHV, then in TCV, feeds all unhanded key events back to the original sendEvent: implementation for cmd- key bindings handling?
  • r1261 ( r1585@suzhe: suzhe | 2009-09-25 18:09:23 +0800 - Add vAli...) committed   -   r1585@suzhe: suzhe | 2009-09-25 18:09:23 +0800 - Add vAlign property to edit element. TODO: implement it in qt_edit_element.
    r1585@suzhe: suzhe | 2009-09-25 18:09:23 +0800 - Add vAlign property to edit element. TODO: implement it in qt_edit_element.
  • r1259 ( r1579@suzhe: suzhe | 2009-09-18 15:14:46 +0800 - Try to p...) committed   -   r1579@suzhe: suzhe | 2009-09-18 15:14:46 +0800 - Try to parse responseText as XML if responseXML is null. It improves compatibility with some sites.
    r1579@suzhe: suzhe | 2009-09-18 15:14:46 +0800 - Try to parse responseText as XML if responseXML is null. It improves compatibility with some sites.
  • r1257 ( r1575@suzhe: suzhe | 2009-09-15 17:09:04 +0800 - Introspe...) committed   -   r1575@suzhe: suzhe | 2009-09-15 17:09:04 +0800 - Introspect remote object asynchronously.
    r1575@suzhe: suzhe | 2009-09-15 17:09:04 +0800 - Introspect remote object asynchronously.
  • History (Track release history) Wiki page edited   -   Revision r1256 Edited wiki page through web user interface.
    Revision r1256 Edited wiki page through web user interface.
  • google-gadgets-for-linux-0.11.1.tar.bz2 (Bugfix release.) file uploaded   -  
    Labels: Featured Type-Source OpSys-Linux
    Labels: Featured Type-Source OpSys-Linux
  • r1255 (Tag 0.11.1 ) committed   -   Tag 0.11.1
    Tag 0.11.1
  • r1254 ( r1573@suzhe: suzhe | 2009-09-08 08:41:41 +0800 - Bump ver...) committed   -   r1573@suzhe: suzhe | 2009-09-08 08:41:41 +0800 - Bump version to 0.11.1
    r1573@suzhe: suzhe | 2009-09-08 08:41:41 +0800 - Bump version to 0.11.1
  • Aug 31, 2009
    issue 20571 (Triple-click in omnibox followed by middle-click doesn't pas...) commented on   -   This behavior is intentional according to GtkTextView's source code. Maybe we should report this issue upstream.
    This behavior is intentional according to GtkTextView's source code. Maybe we should report this issue upstream.
  • issue 328 (Failed to initialize Gecko) Status changed   -   This issue has been fixed in trunk. A new version will be released soon.
    Status: Fixed
    This issue has been fixed in trunk. A new version will be released soon.
    Status: Fixed
  • issue 329 (DBus signal assignment + Qt) Status changed   -   Should have been fixed in trunk.
    Status: Fixed
    Should have been fixed in trunk.
    Status: Fixed
  • r1253 ( r1571@suzhe: suzhe | 2009-08-27 17:44:00 +0800 - Fix issu...) committed   -   r1571@suzhe: suzhe | 2009-08-27 17:44:00 +0800 - Fix issue 329: DBus signal assignment + Qt TODO: Fix qt_script_runtime to pass all tests.
    r1571@suzhe: suzhe | 2009-08-27 17:44:00 +0800 - Fix issue 329: DBus signal assignment + Qt TODO: Fix qt_script_runtime to pass all tests.
  • issue 333 (0.11.0 unable to start Failed to find proper Gecko Runtime E...) Status changed   -   This issue has been fixed in trunk.
    Status: Fixed
    This issue has been fixed in trunk.
    Status: Fixed
  • issue 331 (Photo Gadget causes assertion failure) Status changed   -   Fixed in trunk.
    Status: Fixed
    Fixed in trunk.
    Status: Fixed
  • r1252 ( r1569@suzhe: suzhe | 2009-08-27 14:43:38 +0800 - Fix issu...) committed   -   r1569@suzhe: suzhe | 2009-08-27 14:43:38 +0800 - Fix issue 331: Photo Gadget causes assertion failure
    r1569@suzhe: suzhe | 2009-08-27 14:43:38 +0800 - Fix issue 331: Photo Gadget causes assertion failure
  • Aug 24, 2009
    issue 20166 (Linux omnibox control key behavior is incorrect) commented on   -   I added the support of control key in CL http://codereview.chromium.org/172041, which should follow the same behavior than Windows version. I'll check the code to see what's wrong with it.
    I added the support of control key in CL http://codereview.chromium.org/172041, which should follow the same behavior than Windows version. I'll check the code to see what's wrong with it.
  • issue 332 (QtViewWidget is not propagating QEvents to it's parents) Owner changed   -   patches are welcome.
    Owner: idlecat511
    patches are welcome.
    Owner: idlecat511
  • issue 329 (DBus signal assignment + Qt) Owner changed   -   Assigned to idlecat511 who implemented qt-script-runtime.
    Owner: idlecat511
    Assigned to idlecat511 who implemented qt-script-runtime.
    Owner: idlecat511
  • issue 329 (DBus signal assignment + Qt) commented on   -   It might be something to do with qt-script-runtime? Please try with smjs-script-runtime.
    It might be something to do with qt-script-runtime? Please try with smjs-script-runtime.
  • issue 322 (Massive corruption of video memory) commented on   -   I can't reproduce this issue with GGL 0.11.0. Might be an issue of your video driver.
    I can't reproduce this issue with GGL 0.11.0. Might be an issue of your video driver.
  • issue 326 (dbus: equal signal and method names) Status changed   -  
    Status: Fixed
    Status: Fixed
  • issue 327 (segmentation fault in DBusCallMethodSlot) Status changed   -  
    Status: Fixed
    Status: Fixed
  • issue 327 (segmentation fault in DBusCallMethodSlot) commented on   -   Trunk updated, please help test.
    Trunk updated, please help test.
  • r1250 ( - Fix DBus related issues, 326 and 327. ) committed   -   - Fix DBus related issues, 326 and 327.
    - Fix DBus related issues, 326 and 327.
  • issue 326 (dbus: equal signal and method names) commented on   -   Ok, I'll modify trunk.
    Ok, I'll modify trunk.
  • issue 326 (dbus: equal signal and method names) commented on   -   You can try to modify ScriptableDBusObject::DynamicGetter() to try signal before method. Then you can access the signal. You may still call the method with $callMethod method. If it works for you, I can modify the trunk code as it.
    You can try to modify ScriptableDBusObject::DynamicGetter() to try signal before method. Then you can access the signal. You may still call the method with $callMethod method. If it works for you, I can modify the trunk code as it.
  • issue 326 (dbus: equal signal and method names) commented on   -   That's the problem. they shouldn't use the same name, otherwise there is no way to distinguish which you want when accessing the name from JavaScript.
    That's the problem. they shouldn't use the same name, otherwise there is no way to distinguish which you want when accessing the name from JavaScript.
  • issue 326 (dbus: equal signal and method names) commented on   -   You can uncomment line 38 of ggadget/dbus/dbus_proxy.cc to get more verbose log message.
    You can uncomment line 38 of ggadget/dbus/dbus_proxy.cc to get more verbose log message.
  • issue 326 (dbus: equal signal and method names) commented on   -   Then, which signal did you try to connect?
    Then, which signal did you try to connect?
  • Aug 07, 2009
    issue 18808 (IME canidate and previous URL will show together in Omnibox ...) commented on   -   I encountered the same issue. I guess it's something to do with how GtkTextView handles ime preedit string. I'll look into this issue.
    I encountered the same issue. I guess it's something to do with how GtkTextView handles ime preedit string. I'll look into this issue.
  • issue 326 (dbus: equal signal and method names) commented on   -   Your remote dbus object must support Introspectable interface, otherwise signal won't work correctly.
    Your remote dbus object must support Introspectable interface, otherwise signal won't work correctly.
  • Aug 04, 2009
    issue 15786 (DCHECK when using double quote in the address bar) commented on   -   I can't reproduce this issue with revision 22365.
    I can't reproduce this issue with revision 22365.
  • issue 323 (Google Gadgets won't start after install) Status changed   -  
    Status: Fixed
    Status: Fixed
  • Jul 29, 2009
    issue 11480 (Support GTK keyboard themes (emacs keybindings)) commented on   -   It's not that easy. For each key event, we need follow HTML DOM specification as much as possible. See http://www.w3.org/TR/DOM-Level-3-Events/keyset.html for reference. Otherwise we may break many web applications. The more complicated thing is, gtk keyboard theme not only defines keys like ctrl-a, but also normal function keys, like Left, Right, etc. We can't just intercept keys. We might need modify our webkit glue to move all key bindings related logics up to RenderWidgetHostView::UnhandledKeyboardEvent(). I'll look into this issue more deeply and give feedback asap.
    It's not that easy. For each key event, we need follow HTML DOM specification as much as possible. See http://www.w3.org/TR/DOM-Level-3-Events/keyset.html for reference. Otherwise we may break many web applications. The more complicated thing is, gtk keyboard theme not only defines keys like ctrl-a, but also normal function keys, like Left, Right, etc. We can't just intercept keys. We might need modify our webkit glue to move all key bindings related logics up to RenderWidgetHostView::UnhandledKeyboardEvent(). I'll look into this issue more deeply and give feedback asap.
  • Jul 29, 2009
    issue 17642 (Fedora: IME only enabled by default with CJK locale?) commented on   -   chromium depends on GtkIMMulticontext for input method support. It should work if GtkIMMulticontext can load correct im module. Please check if other gtk applications work, such as gtk-demo.
    chromium depends on GtkIMMulticontext for input method support. It should work if GtkIMMulticontext can load correct im module. Please check if other gtk applications work, such as gtk-demo.
  • Jul 29, 2009
    issue 12538 (Basic emacs key bindings should work (e.g., ctrl-e, ctrl-a, ...) commented on   -   This CL: http://codereview.chromium.org/159586 tries to fix this issue on Linux. It might also interfere with Mac fix. See also issue #11480.
    This CL: http://codereview.chromium.org/159586 tries to fix this issue on Linux. It might also interfere with Mac fix. See also issue #11480.
  • Jul 29, 2009
    issue 11480 (Support GTK keyboard themes (emacs keybindings)) commented on   -   Some key bindings of gtk Emacs theme conflict with webkit default key bindings, for example ctrl-a in webkit is bound to SelectAll, while in gtk Emacs theme, ctrl-a moves cursor to the beginning of current paragraph. In such case, which one should have higher priority?
    Some key bindings of gtk Emacs theme conflict with webkit default key bindings, for example ctrl-a in webkit is bound to SelectAll, while in gtk Emacs theme, ctrl-a moves cursor to the beginning of current paragraph. In such case, which one should have higher priority?
  • issue 324 (javascript error after yum update) Status changed   -   Fixed in trunk.
    Status: Fixed
    Fixed in trunk.
    Status: Fixed
  • r1249 ( r1563@suzhe: suzhe | 2009-07-27 08:39:01 +0800 - Fix xulr...) committed   -   r1563@suzhe: suzhe | 2009-07-27 08:39:01 +0800 - Fix xulrunner 1.9.1.x support. Issue 324.
    r1563@suzhe: suzhe | 2009-07-27 08:39:01 +0800 - Fix xulrunner 1.9.1.x support. Issue 324.