- 08 Jan, 2012 1 commit
-
-
Torsten Schönfeld authored
-
- 09 Jan, 2010 1 commit
-
-
Torsten Schönfeld authored
-
- 13 Aug, 2007 2 commits
-
-
Torsten Schönfeld authored
* Gnome2.pm * NEWS: Stable release 1.042. svn path=/trunk/; revision=281
-
Torsten Schönfeld authored
* t/GnomeProgram.t * xs/GnomeProgram.xs: Special-case GNOME_CLIENT_PARAM_SM_CONNECT in the xsub for gnome_program_connect. It's not yet installed in the type system when we try to lookup the types of the passed in properties. svn path=/trunk/; revision=280
-
- 30 Dec, 2006 2 commits
-
-
Torsten Schönfeld authored
* Gnome2.pm, NEWS: Stable release 1.041. svn path=/trunk/; revision=278
-
Torsten Schönfeld authored
* t/GnomeUtil.t: Fix a test failure. svn path=/trunk/; revision=277
-
- 03 Oct, 2006 1 commit
-
-
Torsten Schönfeld authored
* Gnome2.pm: Fix a POD error. svn path=/trunk/; revision=276
-
- 12 Mar, 2006 1 commit
-
-
Torsten Schönfeld authored
* Gnome2.pm, NEWS, README: Stable release 1.040. svn path=/trunk/; revision=274
-
- 12 Dec, 2005 1 commit
-
-
Torsten Schönfeld authored
* Gnome2.pm, NEWS: Unstable release 1.030. svn path=/trunk/; revision=272
-
- 08 Oct, 2005 1 commit
-
-
Torsten Schönfeld authored
* t/GnomeDateEdit.t: Use is_deeply() on a flags value. * t/GnomeIconList.t: Realize the list to avoid thousands of warnings. * t/GnomeIconTheme.t: Fix a failure reported by ultradm at cpan dot org. svn path=/trunk/; revision=271
-
- 22 Jun, 2005 2 commits
-
-
Torsten Schönfeld authored
* Gnome2.pm, Makefile.PL, META.yml, NEWS: Version 1.022. svn path=/trunk/; revision=269
-
Torsten Schönfeld authored
* t/GnomeDateEdit.t: Use is() instead of is_deeply() to test flags values since the latter was changed to always use the string version of overloaded objects in recent versions of Test::More, whereas the former seems to work correctly. Tested with Test::More 0.45 and 0.60. svn path=/trunk/; revision=268
-
- 06 Jun, 2005 1 commit
-
-
Torsten Schönfeld authored
* genmaps.pl, MANIFEST: Remove the old lad genmaps.pl since it's unused nowadays. * Gnome2.pm, META.yml, NEWS: Version 1.0.22. svn path=/trunk/; revision=266
-
- 29 May, 2005 1 commit
-
-
Torsten Schönfeld authored
* t/GnomeDateEdit.t: Remove the TODO around a test that previously failed due to the now resolved Test::More bug. * t/GnomeIconList.t: Skip all tests as GnomeIconList seems to be broken right now. * t/GnomeThumbnail.t: Skip tests if yes.xpm can't be found. svn path=/trunk/; revision=265
-
- 06 Mar, 2005 2 commits
-
-
Torsten Schönfeld authored
* Gnome2.pm, META.yml, NEWS, README: Version 1.021. svn path=/trunk/; revision=262
-
Torsten Schönfeld authored
* t/GnomeDateEdit.t: Mark failing test as TODO till we have a solution for the Test::More issue. svn path=/trunk/; revision=261
-
- 10 Feb, 2005 1 commit
-
-
Torsten Schönfeld authored
* Gnome2.pm: Do it like all the other cool kids and alter dl_load_flags() to avoid warnings on Darwin. svn path=/trunk/; revision=260
-
- 24 Oct, 2004 1 commit
-
-
x-rwmcfa1 authored
svn path=/trunk/; revision=259
-
- 13 Sep, 2004 1 commit
-
-
Torsten Schönfeld authored
* t/GnomeIconList.t, t/GnomePasswordDialog.t, t/GnomeProgram.t, xs/Gnome2.xs, xs/GnomeIconList.xs, xs/GnomePasswordDialog.xs, xs/GnomeProgram.xs: Make all version checks refer to stable releases. * Gnome2.pm, NEWS: Version 1.020. svn path=/trunk/; revision=257
-
- 29 Aug, 2004 1 commit
-
-
Torsten Schönfeld authored
* Gnome2.pm, NEWS: Version 1.014. svn path=/trunk/; revision=255
-
- 28 Aug, 2004 1 commit
-
-
Torsten Schönfeld authored
* t/GnomePasswordDialog.t, xs/Gnome2.xs: Bind and test the newly added gnome_authentication_manager_dialog_is_visible. svn path=/trunk/; revision=254
-
- 23 Aug, 2004 1 commit
-
-
Torsten Schönfeld authored
* MANIFEST, Makefile.PL, podifyenums.pl: Patch from Kevin C. Krinke adds code to generate Gnome2::enum -- a list of all enum and flag values. svn path=/trunk/; revision=253
-
- 13 Aug, 2004 2 commits
-
-
Torsten Schönfeld authored
* Gnome2.pm, NEWS: Version 1.013. svn path=/trunk/; revision=251
-
Torsten Schönfeld authored
* t/GnomeProgram.t, xs/GnomeProgram.xs: If available, use the new gnome_program_init_paramv to wrap gnome_program_init properly. svn path=/trunk/; revision=250
-
- 19 Jul, 2004 1 commit
-
-
Torsten Schönfeld authored
* Gnome2.pm, NEWS: Version 1.012. svn path=/trunk/; revision=248
-
- 18 Jul, 2004 1 commit
-
-
Torsten Schönfeld authored
A t/GnomeSound * MANIFEST: Add a test for GnomeSound. It's not run during make test though, because we can't be sure there's a sound server running. * t/GnomeConfig.t: Test drop_all. * t/GnomeIconList.t: Test icon_is_visible and get_icon_at. * t/GnomeThumbnail.t: Use a version check for has_uri and is_valid instead of the unconditional skip now that the bug has been fixed. * t/GnomePasswordDialog.t * xs/GnomePasswordDialog.xs: Bind and test set_show_userpass_buttons and anon_selected. * xs/GnomeColorPicker.xs * xs/GnomeEntry.xs * xs/GnomeFontPicker.xs * xs/GnomeIconTheme.xs * xs/GnomePopupMenu.xs: Add #undef GNOME_DISABLE_DEPRECATED to stuff that was deprecated after we wrapped it. svn path=/trunk/; revision=247
-
- 28 Jun, 2004 1 commit
-
-
Torsten Schönfeld authored
* Gnome2.pm * NEWS * README: Version 1.011. svn path=/trunk/; revision=245
-
- 14 Jun, 2004 1 commit
-
-
Torsten Schönfeld authored
* t/GnomeDruid.t: Test the fixed set_contents_background, now that the properties were added. * t/GnomeIconList.t * xs/GnomeIconList.xs: Bind and test select_all. svn path=/trunk/; revision=244
-
- 29 May, 2004 1 commit
-
-
Torsten Schönfeld authored
* Gnome2.pm * NEWS: Unstable version 1.010. svn path=/trunk/; revision=242
-
- 28 May, 2004 2 commits
-
-
Torsten Schönfeld authored
* Gnome2.pm: Actually use() Gnome2::Canvas so users of Gnome2 are not required to do so themselves. svn path=/trunk/; revision=239
-
Torsten Schönfeld authored
* t/GnomeIconTheme.t: Use the gnome-fs-directory icon. svn path=/trunk/; revision=237
-
- 22 May, 2004 1 commit
-
-
Torsten Schönfeld authored
* t/GnomeIconTheme.t: Check if the icon data is a hash reference. svn path=/trunk/; revision=236
-
- 21 May, 2004 1 commit
-
-
Torsten Schönfeld authored
* xs/GnomeAppHelper.xs: Make gnome2perl_popup_menu_activate_func, gnome2perl_popup_menu_activate_func_destroy, gnome2perl_refill_info_common, gnome2perl_refill_info, gnome2perl_refill_info_popup, and ui_builder_data static. * xs/GnomeConfig.xs: Make SvGnomeConfigIterator and newSVGnomeConfigIterator static. * xs/GnomeIconList.xs: Make newSVGnome2PerlIconListFlags static and comment it out, it's unused. * xs/GnomeIconTheme.xs: Rename data_to_hv to newSVGnomeIconData, make it static and let it handle the RV creation. Make SvGnomeIconData static and comment it out -- it's not used currently. * xs/GnomeProgram.xs: Make handle_module_info static. * xs/GnomeWindowIcon.xs: Make newSVGnomeCharArray static. Merge from the stable-1-00 branch: * xs/GnomeIconTheme.xs (data_to_hv): Check if display_name is NULL before using it. * xs/GnomeIconLookup.xs * xs/GnomeIconTheme.xs * xs/GnomePasswordDialog.xs * xs/GnomeThumbnail.xs: Mark 'file' unused in case there are no xsubs at all. svn path=/trunk/; revision=235
-
- 16 May, 2004 1 commit
-
-
Torsten Schönfeld authored
* t/GnomeThumbnail.t: Correct skip count. svn path=/trunk/; revision=233
-
- 27 Apr, 2004 1 commit
-
-
Torsten Schönfeld authored
* Makefile.PL: Add Gnome2::Canvas to PREREQ_PM as well so that it (hopefully) gets picked up by CPAN(PLUS).pm. svn path=/trunk/; revision=231
-
- 25 Apr, 2004 1 commit
-
-
Torsten Schönfeld authored
* t/GnomeDruid.t: Add reference to the relevant bug to the set_contents_background comment. * t/GnomeThumbnail.t: Test has_uri and is_valid but skip them for now since they're broken. svn path=/trunk/; revision=229
-
- 29 Mar, 2004 1 commit
-
-
Torsten Schönfeld authored
* Gnome2.pm * Makefile.PL * NEWS * README: Version 1.00. * t/GnomeConfig.t * t/GnomeEntry.t * t/GnomeIconEntry.t * t/GnomePasswordDialog.t * xs/Gnome2.xs * xs/GnomeHelp.xs * xs/GnomeIconEntry.xs * xs/GnomePasswordDialog.xs * xs/GnomeURL.xs: Refer to stable releases only. svn path=/trunk/; revision=226
-
- 11 Mar, 2004 2 commits
-
-
Torsten Schönfeld authored
* Gnome2.pm * Makefile.PL * NEWS * README: Version 0.94. * Gnome2.pm: Provide an import() implementation that relays everything to UNIVERSAL::VERSION to make version checking work. svn path=/trunk/; revision=224
-
Torsten Schönfeld authored
* xs/GnomeHelp.xs * xs/GnomeURL.xs: Use the new __gerror__ keyword to mark those function that may croak on error. svn path=/trunk/; revision=223
-
- 02 Mar, 2004 1 commit
-
-
Torsten Schönfeld authored
* Gnome2.pm: Document the recent API changes. A NEWS * Gnome2.pm * MANIFEST * README: Version 0.93. svn path=/trunk/; revision=221
-