-
According to freedesktop's specification ( http://standards.freedesktop.org/menu-spec/menu-spec-1.0.html ):
The "Qt" category is used for apps based on Qt libs, but since kdiff3 can optionally use KDE libs (and does in most distros), maybe "KDE" is a better category.
These .desktop files are also invalidated. The "UTF-8" key needs to be removed:
kdiff3plugin-QT4/kdiff3_plugin.desktop...
2009-10-06 18:48:31 UTC in KDiff3
-
salty-horse committed revision 1571 to the Residual SVN repository, changing 1 files.
2009-10-01 13:35:15 UTC in Residual
-
Since the search box has been introduced to the launcher, it is now possible to move the focus away from the game list.
Clicking on the list's scrollbar buttons or dragging the handle should bring the focus to the list.
Attached is a very hacky patch that implements it. It assumed that a list's boss is always a GUI::Dialog.
2009-09-13 21:12:47 UTC in ScummVM
-
Using latest r44010
If a game is selected in the launcher, it is highlighted green (with the modern theme).
When pressing tab to go the search box, it turns gray to indicate the list has no focus.
When pressing tab again to return the focus to the list, it is still grey even though the list has focus.
The attached patch triggers a redraw when the list receives focus.
2009-09-08 11:37:15 UTC in ScummVM
-
salty-horse committed revision 1570 to the Residual SVN repository, changing 2 files.
2009-08-27 19:01:09 UTC in Residual
-
salty-horse committed revision 1569 to the Residual SVN repository, changing 2 files.
2009-08-23 20:22:24 UTC in Residual
-
salty-horse committed revision 1566 to the Residual SVN repository, changing 3 files.
2009-08-22 18:06:11 UTC in Residual
-
I forgot to mention that none of the ports' Makefiles have been modified.
Also, some of the tools use non-standard Makefiles, such as tools/create_lure and tools/create_kyradat
The output there has some errors (C++ printed instead of LINK):
C++ tools/create_lure/create_lure_dat.o
C++ tools/create_lure/process_actions.o
C++ tools/create_lure/create_lure.
2009-08-21 10:52:37 UTC in ScummVM
-
The new patch changes CC to C++, SO to PLUGIN and adds a --enable-verbose-build to ./configure.
The quiet build is enabled by default so there's no need for --disable-verbose-build
It is also possible to enable the build at any time, regardless of the configure option, using "make VERBOSE_BUILD=1" or "make VERBOSE_BUILD=yes", or disable it using any other value.
This means that "make...
2009-08-21 10:46:51 UTC in ScummVM
-
There already is alignment of the CC/RANLIB and the text after them. It was probably removed when I pasted.
Nothing extra is being output, but that's a good idea.
2009-08-19 13:26:56 UTC in ScummVM