mailer | 1 Aug 2007 09:10
Favicon

bluebrother: r14108 - trunk/rbutil/rbutilqt

Date: 2007-08-01 09:10:10 +0200 (Wed, 01 Aug 2007)
New Revision: 14108

Log Message:
don't show the proxy password in configuration dialog as cleartext.

Modified:
   trunk/rbutil/rbutilqt/configure.cpp

Modified: trunk/rbutil/rbutilqt/configure.cpp
===================================================================
--- trunk/rbutil/rbutilqt/configure.cpp	2007-07-31 21:13:35 UTC (rev 14107)
+++ trunk/rbutil/rbutilqt/configure.cpp	2007-08-01 07:10:10 UTC (rev 14108)
 <at>  <at>  -52,6 +52,7  <at>  <at> 
     }
     ui.listLanguages->setSelectionMode(QAbstractItemView::SingleSelection);
     connect(ui.listLanguages, SIGNAL(itemSelectionChanged()), this, SLOT(updateLanguage()));
+    ui.proxyPass->setEchoMode(QLineEdit::Password);

     this->setModal(true);

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

mailer | 1 Aug 2007 09:46
Favicon

bagder: r14109 - www/tools

Date: 2007-08-01 09:46:56 +0200 (Wed, 01 Aug 2007)
New Revision: 14109

Log Message:
fixed the case issue and added new committers

Modified:
   www/tools/svnlog2html.pl

Modified: www/tools/svnlog2html.pl
===================================================================
--- www/tools/svnlog2html.pl	2007-08-01 07:10:10 UTC (rev 14108)
+++ www/tools/svnlog2html.pl	2007-08-01 07:46:56 UTC (rev 14109)
 <at>  <at>  -8,7 +8,7  <at>  <at> 
 my  <at> f;
 my $rev;

-# SVN user names
+# SVN user names, list them in lowercase only
 my %shortnames=('linus' => 'Linus Nielsen Feltzing', # Nielsen Feltzing
                 'bagder' => 'Daniel Stenberg', # Stenberg
                 'zagor' => 'Björn Stenberg', # Stenberg
 <at>  <at>  -32,15 +32,15  <at>  <at> 
                 'tomas' => 'Tomas Salfischberger',
                 'pbv' => 'Pedro Vasconcelos', # Vasconcelos
                 'miipekk' => 'Miika Pekkarinen', # Miika Pekkarinen
-                'Bryant' => 'Dave Bryant', # David Bryant
-                'Andy' => 'Andy',
+                'bryant' => 'Dave Bryant', # David Bryant
+                'andy' => 'Andy',
(Continue reading)

mailer | 1 Aug 2007 10:50
Favicon

nls: r14110 - in trunk: apps apps/menus apps/plugins firmware firmware/export

Date: 2007-08-01 10:50:44 +0200 (Wed, 01 Aug 2007)
New Revision: 14110

Log Message:
Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets
as they make no sense

Modified:
   trunk/apps/menus/playback_menu.c
   trunk/apps/menus/settings_menu.c
   trunk/apps/playback.c
   trunk/apps/playlist.c
   trunk/apps/plugins/battery_bench.c
   trunk/apps/plugins/jpeg.c
   trunk/apps/plugins/video.c
   trunk/apps/settings.c
   trunk/apps/settings.h
   trunk/apps/settings_list.c
   trunk/firmware/export/audio.h
   trunk/firmware/export/config-e200.h
   trunk/firmware/export/config-ifp7xx.h
   trunk/firmware/export/config-ipodnano.h
   trunk/firmware/export/config-ondiofm.h
   trunk/firmware/export/config-ondiosp.h
   trunk/firmware/mpeg.c

Modified: trunk/apps/menus/playback_menu.c
===================================================================
--- trunk/apps/menus/playback_menu.c	2007-08-01 07:46:56 UTC (rev 14109)
+++ trunk/apps/menus/playback_menu.c	2007-08-01 08:50:44 UTC (rev 14110)
(Continue reading)

mailer | 1 Aug 2007 11:00
Favicon

nls: r14111 - trunk/apps

Date: 2007-08-01 11:00:38 +0200 (Wed, 01 Aug 2007)
New Revision: 14111

Log Message:
Oops, forgot one check

Modified:
   trunk/apps/settings_list.c

Modified: trunk/apps/settings_list.c
===================================================================
--- trunk/apps/settings_list.c	2007-08-01 08:50:44 UTC (rev 14110)
+++ trunk/apps/settings_list.c	2007-08-01 09:00:38 UTC (rev 14111)
 <at>  <at>  -622,7 +622,7  <at>  <at> 
         ff_rewind_min_step_getlang, NULL),        
     INT_SETTING(0, ff_rewind_accel, LANG_FFRW_ACCEL, 3, "scan accel",
         UNIT_SEC, 16, 0, -1, scanaccel_formatter, scanaccel_getlang, NULL), 
-#if CONFIG_CODEC == SWCODEC
+#if (CONFIG_CODEC == SWCODEC) && !defined(HAVE_FLASH_STORAGE)
     STRINGCHOICE_SETTING(0, buffer_margin, LANG_MP3BUFFER_MARGIN, 0,"antiskip",
         "5s,15s,30s,1min,2min,3min,5min,10min",NULL, 8,
         TALK_ID(5, UNIT_SEC), TALK_ID(15, UNIT_SEC),

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

mailer | 1 Aug 2007 11:05
Favicon

nls: r14112 - trunk/apps/menus

Date: 2007-08-01 11:05:42 +0200 (Wed, 01 Aug 2007)
New Revision: 14112

Log Message:
Oops again

Modified:
   trunk/apps/menus/settings_menu.c

Modified: trunk/apps/menus/settings_menu.c
===================================================================
--- trunk/apps/menus/settings_menu.c	2007-08-01 09:00:38 UTC (rev 14111)
+++ trunk/apps/menus/settings_menu.c	2007-08-01 09:05:42 UTC (rev 14112)
 <at>  <at>  -343,7 +343,7  <at>  <at> 
 #ifndef SIMULATOR
             &battery_menu,
 #endif
-#ifndef HAVE_MMC
+#if defined(HAVE_DIRCACHE) || !defined(HAVE_FLASH_STORAGE)
             &disk_menu,
 #endif
 #if CONFIG_RTC

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

mailer | 1 Aug 2007 11:07
Favicon

pondlife: r14113 - trunk/uisimulator/sdl

Date: 2007-08-01 11:07:09 +0200 (Wed, 01 Aug 2007)
New Revision: 14113

Log Message:
Slightly less hacky sim queue_send(), fixes simulator crashes FS#7051 and FS#7245.

Modified:
   trunk/uisimulator/sdl/kernel.c

Modified: trunk/uisimulator/sdl/kernel.c
===================================================================
--- trunk/uisimulator/sdl/kernel.c	2007-08-01 09:05:42 UTC (rev 14112)
+++ trunk/uisimulator/sdl/kernel.c	2007-08-01 09:07:09 UTC (rev 14113)
 <at>  <at>  -191,7 +191,7  <at>  <at> 
     if(q->send)
     {
         struct thread_entry **spp = &q->send->senders[wr];
-        struct thread_entry sender;
+        static struct thread_entry sender;

         if(*spp)
         {

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

mailer | 1 Aug 2007 12:43
Favicon

amiconn: r14114 - in trunk/firmware: drivers export target/arm

Date: 2007-08-01 12:43:45 +0200 (Wed, 01 Aug 2007)
New Revision: 14114

Log Message:
Add some new findings to the PP header files. * Clean up ata-target.h for PP. * check_registers() seems to
work fine on PP5002.

Modified:
   trunk/firmware/drivers/ata.c
   trunk/firmware/export/pp5002.h
   trunk/firmware/export/pp5020.h
   trunk/firmware/target/arm/ata-target.h

Modified: trunk/firmware/drivers/ata.c
===================================================================
--- trunk/firmware/drivers/ata.c	2007-08-01 09:07:09 UTC (rev 14113)
+++ trunk/firmware/drivers/ata.c	2007-08-01 10:43:45 UTC (rev 14114)
 <at>  <at>  -715,11 +715,6  <at>  <at> 

 static int check_registers(void)
 {
-#if (CONFIG_CPU == PP5002)
-    /* This fails on the PP5002, but the ATA driver still works.  This
-       needs more investigation. */
-    return 0;
-#else
     int i;
     if ( ATA_STATUS & STATUS_BSY )
             return -1;
 <at>  <at>  -737,7 +732,6  <at>  <at> 
(Continue reading)

mailer | 1 Aug 2007 12:59
Favicon

aliask: r14115 - in branches/gigabeat-s: bootloader firmware firmware/drivers firmware/export firmware/target/arm/imx31/gigabeat-s

Date: 2007-08-01 12:59:51 +0200 (Wed, 01 Aug 2007)
New Revision: 14115

Log Message:
A lot of trial and error eventually got me some resutls :)
 - Tick timer now faked by the EPIT timer (similar to what the iPod does)
 - Disabled yield()ing in the bootloader - no more stack overflows.

Modified:
   branches/gigabeat-s/bootloader/gigabeat-s.c
   branches/gigabeat-s/firmware/debug.c
   branches/gigabeat-s/firmware/drivers/ata.c
   branches/gigabeat-s/firmware/export/imx31l.h
   branches/gigabeat-s/firmware/export/kernel.h
   branches/gigabeat-s/firmware/kernel.c
   branches/gigabeat-s/firmware/target/arm/imx31/gigabeat-s/ata-imx31.c
   branches/gigabeat-s/firmware/target/arm/imx31/gigabeat-s/system-imx31.c

Modified: branches/gigabeat-s/bootloader/gigabeat-s.c
===================================================================
--- branches/gigabeat-s/bootloader/gigabeat-s.c	2007-08-01 10:43:45 UTC (rev 14114)
+++ branches/gigabeat-s/bootloader/gigabeat-s.c	2007-08-01 10:59:51 UTC (rev 14115)
 <at>  <at>  -50,11 +50,45  <at>  <at> 

 void main(void)
 {
-        printscreen(0xFA);
-        printf("Hello world!");
-        printf("Gigabeat S Rockbox Bootloader v.00000001");          
-        avic_init();
(Continue reading)

mailer | 1 Aug 2007 14:51
Favicon

amiconn: r14116 - trunk/firmware/target/arm

Date: 2007-08-01 14:51:06 +0200 (Wed, 01 Aug 2007)
New Revision: 14116

Log Message:
Fix PP502x clock source masking.

Modified:
   trunk/firmware/target/arm/system-pp502x.c

Modified: trunk/firmware/target/arm/system-pp502x.c
===================================================================
--- trunk/firmware/target/arm/system-pp502x.c	2007-08-01 10:59:51 UTC (rev 14115)
+++ trunk/firmware/target/arm/system-pp502x.c	2007-08-01 12:51:06 UTC (rev 14116)
 <at>  <at>  -171,7 +171,7  <at>  <at> 
         cpu_frequency = CPUFREQ_DEFAULT;
         break;
     }
-    CLOCK_SOURCE = (CLOCK_SOURCE&~0xf000000)|0x20000000;  /* select source #2 */
+    CLOCK_SOURCE = (CLOCK_SOURCE & ~0xf0000000) | 0x20000000;  /* select source #2 */

     CLCD_CLOCK_SRC;             /* dummy read (to sync the write pipeline??) */
     CLCD_CLOCK_SRC = clcd_clock_src; /* restore saved value */

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

mailer | 1 Aug 2007 15:08
Favicon

jdgordon: r14117 - trunk/apps

Date: 2007-08-01 15:08:11 +0200 (Wed, 01 Aug 2007)
New Revision: 14117

Log Message:
Make the statusbar setting use a temp variable so it doesnt look wierd when changing it

Modified:
   trunk/apps/settings_list.c

Modified: trunk/apps/settings_list.c
===================================================================
--- trunk/apps/settings_list.c	2007-08-01 12:51:06 UTC (rev 14116)
+++ trunk/apps/settings_list.c	2007-08-01 13:08:11 UTC (rev 14117)
 <at>  <at>  -446,7 +446,8  <at>  <at> 
     /* display */
     BOOL_SETTING(F_TEMPVAR, invert_cursor, LANG_INVERT_CURSOR, true ,"invert cursor", off_on,
         LANG_INVERT_CURSOR_BAR, LANG_INVERT_CURSOR_POINTER, NULL),
-    OFFON_SETTING(F_THEMESETTING,statusbar, LANG_STATUS_BAR, true,"statusbar", NULL),
+    OFFON_SETTING(F_THEMESETTING|F_TEMPVAR, statusbar,
+                  LANG_STATUS_BAR, true,"statusbar", NULL),
     OFFON_SETTING(0,scrollbar, LANG_SCROLL_BAR, true,"scrollbar", NULL),
 #if CONFIG_KEYPAD == RECORDER_PAD
     OFFON_SETTING(0,buttonbar, LANG_BUTTON_BAR ,true,"buttonbar", NULL),

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs

(Continue reading)


Gmane