lp:~lubuntu-dev/lxde/pcmanfm-lxde-git
- Get this branch:
- bzr branch lp:~lubuntu-dev/lxde/pcmanfm-lxde-git
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.lxde.org/git/lxde/pcmanfm.git.
Last successful import was .
Recent revisions
- 1467. By Pootle LXDE <email address hidden>
-
Automatic translation update from Pootle
- 1466. By Michael Weghorn
-
Avoid undefined 'isdigit()' behaviour
As the C11 standard says in section 7.4, 1),
the 'isdigit()' function is only well-defined
under this precondition:> The header <ctype.h> declares several functions
> useful for classifying and mapping characters.
> In all cases the argument is an int, the value of
> which shall be representable as an unsigned char or
> shall equal the value of the macro EOF. If the argument
> has any other value, the behavior is undefined.Therefore avoid to use the 'isdigit()' function here,
since the Gdk key codes and thus the 'keyval'
member from the 'GdkEventKey' do not always fulfill
this requirement and the behaviour is thus undefined. - 1464. By Pootle LXDE <email address hidden>
-
Automatic translation update from Pootle
- 1463. By LStranger
-
[SF#1058] Allow bigger sizes of icons and thumbnails.
256*256 appears to be small on hi-res displays.
- 1459. By Pootle LXDE <email address hidden>
-
Automatic translation update from Pootle
- 1458. By LStranger
-
Workaround on bug of intltool with automake 1.15: add build files into po/POTFILES.skip
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)