My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Earlier this year

  • Aug 06, 2009
    issue 5 (FOCUSED TAB FONT COLOR) commented on by MSDx911   -   Thank you - turned out to be Tab Mix Plus. Changing the font color of the focused tab did the trick. Go figure - should have done that to start with. Thanks for the work - once again. Great theme.
    Thank you - turned out to be Tab Mix Plus. Changing the font color of the focused tab did the trick. Go figure - should have done that to start with. Thanks for the work - once again. Great theme.
  • Aug 06, 2009
    issue 5 (FOCUSED TAB FONT COLOR) Status changed by shift.themes   -   This is an extension problem. Disable any extension that changes the tabs and see what happens. What you proposed as a possible solution is actually what is in place already.
    Status: Invalid
    This is an extension problem. Disable any extension that changes the tabs and see what happens. What you proposed as a possible solution is actually what is in place already.
    Status: Invalid
  • Aug 06, 2009
    issue 5 (FOCUSED TAB FONT COLOR) reported by MSDx911   -   What steps will reproduce the problem? 1. Open several tabs 2. Observe Focused Tab 3. What is the expected output? What do you see instead? Tab Font Color is too dark to read. The white on red of the unfocused tab is bright and clear. What version of the product are you using? On what operating system? Latest Beta release on FF3.5.2. Windows Notebook w/Vista 32-bit. Please provide any additional information below. Possible solution would be to just BOLD the focused tab, in white, and leave unfocused tabs unbolded (is that a word?).
    What steps will reproduce the problem? 1. Open several tabs 2. Observe Focused Tab 3. What is the expected output? What do you see instead? Tab Font Color is too dark to read. The white on red of the unfocused tab is bright and clear. What version of the product are you using? On what operating system? Latest Beta release on FF3.5.2. Windows Notebook w/Vista 32-bit. Please provide any additional information below. Possible solution would be to just BOLD the focused tab, in white, and leave unfocused tabs unbolded (is that a word?).
  • Aug 04, 2009
    RedShift V3_3.0.jar (RedShift V3 Firefox 3.5 beta) file uploaded by shift.themes   -  
    Labels: Featured Type-Package OpSys-All
    Labels: Featured Type-Package OpSys-All
  • Aug 04, 2009
    RedShift V3_3.0.zip (RedShift V3 Firefox 3.5 beta) file uploaded by shift.themes   -  
    Labels: Featured
    Labels: Featured
  • Aug 04, 2009
    r37 (Up to Firefox 3.5. New tab structure, lots of additions. Sti...) committed by shift.themes   -   Up to Firefox 3.5. New tab structure, lots of additions. Still some bugs.
    Up to Firefox 3.5. New tab structure, lots of additions. Still some bugs.

Older

  • Dec 15, 2008
    r36 (Update to RC1. Extension fixes. Minor tweaks.) committed by shift.themes   -   Update to RC1. Extension fixes. Minor tweaks.
    Update to RC1. Extension fixes. Minor tweaks.
  • Dec 12, 2008
    issue 4 (Flock support) Labels changed by shift.themes   -   Flock support would be a good thing. I would want it as a separate version to keep unnecessary code out of the base code. E-mail me and I'll send you my latest code and you can build up a Flock version. I don't want it in this svn, just to keep things organized.
    Labels: Type-Enhancement Type-Defect
    Flock support would be a good thing. I would want it as a separate version to keep unnecessary code out of the base code. E-mail me and I'll send you my latest code and you can build up a Flock version. I don't want it in this svn, just to keep things organized.
    Labels: Type-Enhancement Type-Defect
  • Dec 12, 2008
    issue 4 (Flock support) reported by LonieDavid   -   The following diff allows the svn r35 to work with the Flock browser. There are a couple of icons that don't fully translate over, but most everything looks good. This patch just adds Flock to the list of supported applications. If I can get write access to the svn repo I can work on ironing on some the compatibility issues over the next few weeks. Dave Index: install.rdf =================================================================== --- install.rdf (revision 35) +++ install.rdf (working copy) @@ -16,8 +16,16 @@ <em:maxVersion>3.1.b1</em:maxVersion> </Description> </em:targetApplication> - - <!-- Front End MetaData --> + + <!-- Flock Browser Compatability --> + <em:targetApplication> + <Description> + <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id> + <em:minVersion>2.0b1</em:minVersion> + <em:maxVersion>2.*</em:maxVersion> + </Description> + </em:targetApplication> + <em:name>RedShift V3</em:name> <em:description>version 3 of the Shift Themes</em:description> <em:creator>C. Nicks</em:creator>
    The following diff allows the svn r35 to work with the Flock browser. There are a couple of icons that don't fully translate over, but most everything looks good. This patch just adds Flock to the list of supported applications. If I can get write access to the svn repo I can work on ironing on some the compatibility issues over the next few weeks. Dave Index: install.rdf =================================================================== --- install.rdf (revision 35) +++ install.rdf (working copy) @@ -16,8 +16,16 @@ <em:maxVersion>3.1.b1</em:maxVersion> </Description> </em:targetApplication> - - <!-- Front End MetaData --> + + <!-- Flock Browser Compatability --> + <em:targetApplication> + <Description> + <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id> + <em:minVersion>2.0b1</em:minVersion> + <em:maxVersion>2.*</em:maxVersion> + </Description> + </em:targetApplication> + <em:name>RedShift V3</em:name> <em:description>version 3 of the Shift Themes</em:description> <em:creator>C. Nicks</em:creator>
  • Nov 17, 2008
    issue 1 (Icons need changeing) changed by shift.themes   -  
    Status: Fixed
    Owner: shift.themes
    Cc: shift.themes
    Status: Fixed
    Owner: shift.themes
    Cc: shift.themes
  • Nov 17, 2008
    issue 2 (Textboxes need Fixing.) changed by shift.themes   -  
    Status: Fixed
    Cc: nuts32...@hotmail.com
    Status: Fixed
    Cc: nuts32...@hotmail.com
  • Nov 17, 2008
    issue 3 (Dialog windows do not display) Status changed by shift.themes   -   Thanks for the report. Be sure to add more if you find any issues.
    Status: Done
    Thanks for the report. Be sure to add more if you find any issues.
    Status: Done
  • Nov 17, 2008
    issue 3 (Dialog windows do not display) commented on by LonieDavid   -   NVM -- Go ahead and close this. I rebuild the .xpi from a fresh checkout and everything works now. Dave
    NVM -- Go ahead and close this. I rebuild the .xpi from a fresh checkout and everything works now. Dave
  • Nov 17, 2008
    issue 3 (Dialog windows do not display) reported by LonieDavid   -   What steps will reproduce the problem? 1. Run FF 3.0.4 with red shift svn trunk rev 35 2. Try to download a file, change preferences, etc What is the expected output? What do you see instead? Expected: A dialog window should appear Instead: A small box with no content pops up What version of the product are you using? On what operating system? FF 3.0.4, theme r35, gentoo linux 64-bit Please provide any additional information below. This was working in recent revisions. I'll try to pin-point the commit that broke it. Dave
    What steps will reproduce the problem? 1. Run FF 3.0.4 with red shift svn trunk rev 35 2. Try to download a file, change preferences, etc What is the expected output? What do you see instead? Expected: A dialog window should appear Instead: A small box with no content pops up What version of the product are you using? On what operating system? FF 3.0.4, theme r35, gentoo linux 64-bit Please provide any additional information below. This was working in recent revisions. I'll try to pin-point the commit that broke it. Dave
  • Nov 08, 2008
    r35 (Update to Beta 3. Adds extenison support. Changed radio grou...) committed by shift.themes   -   Update to Beta 3. Adds extenison support. Changed radio group select states and other small fixes. 29 files
    Update to Beta 3. Adds extenison support. Changed radio group select states and other small fixes. 29 files
  • Oct 29, 2008
    r34 (Update to Beta 2. extension fixes and small bugs squashed.) committed by shift.themes   -   Update to Beta 2. extension fixes and small bugs squashed.
    Update to Beta 2. extension fixes and small bugs squashed.
  • Oct 26, 2008
    r33 (Update to Beta 1.) committed by shift.themes   -   Update to Beta 1.
    Update to Beta 1.
  • Oct 19, 2008
    r32 (Update to Beta 1. Added and changed extension support. Detai...) committed by shift.themes   -   Update to Beta 1. Added and changed extension support. Detail polishing. 179 Files changed.
    Update to Beta 1. Added and changed extension support. Detail polishing. 179 Files changed.
  • Oct 19, 2008
    r31 (Manual delete of Local install due to svn client errors.) committed by shift.themes   -   Manual delete of Local install due to svn client errors.
    Manual delete of Local install due to svn client errors.
  • Oct 12, 2008
    r30 (Last remaining major fixes. Changed toolbar button graphics....) committed by shift.themes   -   Last remaining major fixes. Changed toolbar button graphics. Mozapps fully code compatible. 175 Files edited
    Last remaining major fixes. Changed toolbar button graphics. Mozapps fully code compatible. 175 Files edited
  • Oct 12, 2008
    r29 (force delete because of commit problems) committed by shift.themes   -   force delete because of commit problems
    force delete because of commit problems
  • Oct 07, 2008
    r28 (Trimming up the svn) committed by shift.themes   -   Trimming up the svn
    Trimming up the svn
  • Oct 05, 2008
    r27 (Major Milestone. All major elements fully compatible. Minor ...) committed by shift.themes   -   Major Milestone. All major elements fully compatible. Minor bugs still remain. 91 Files changed
    Major Milestone. All major elements fully compatible. Minor bugs still remain. 91 Files changed
  • Sep 28, 2008
    r26 (Fix textboxes (mostly), bookmarks manager finished, new menu...) committed by shift.themes   -   Fix textboxes (mostly), bookmarks manager finished, new menu look, took out 3.1 only edits, cleaning of icons folders, lots of little general fixes.
    Fix textboxes (mostly), bookmarks manager finished, new menu look, took out 3.1 only edits, cleaning of icons folders, lots of little general fixes.
  • Sep 17, 2008
    r25 (New tab graphics/structure. New scrollbar structure. border ...) committed by shift.themes   -   New tab graphics/structure. New scrollbar structure. border image, rounded menus. little fixes.
    New tab graphics/structure. New scrollbar structure. border image, rounded menus. little fixes.
  • Sep 11, 2008
    issue 1 (Icons need changeing) commented on by shift.themes   -   Most of the default icons as well as the old obsolete icons have been changes. Defaults will be re-worked once the code is up to date.
    Most of the default icons as well as the old obsolete icons have been changes. Defaults will be re-worked once the code is up to date.
  • Sep 10, 2008
    r24 (Mozapps folder fully updated. Removed help directory. Added ...) committed by shift.themes   -   Mozapps folder fully updated. Removed help directory. Added new global icons. Some obsolete files removed. Added FF 3.1Bb1 support.
    Mozapps folder fully updated. Removed help directory. Added new global icons. Some obsolete files removed. Added FF 3.1Bb1 support.
  • Aug 17, 2008
    r23 (Minor fixes) committed by shift.themes   -   Minor fixes
    Minor fixes
  • Aug 17, 2008
    r22 (finished bowser.css, other tweaks. new throbber) committed by shift.themes   -   finished bowser.css, other tweaks. new throbber
    finished bowser.css, other tweaks. new throbber
  • Aug 16, 2008
    r21 (Main layout fixes. New toolbar button graphics. Lots of litt...) committed by shift.themes   -   Main layout fixes. New toolbar button graphics. Lots of little stuff.
    Main layout fixes. New toolbar button graphics. Lots of little stuff.
  • Aug 13, 2008
    r20 (Tweaked searchbar and tab throbber) committed by shift.themes   -   Tweaked searchbar and tab throbber
    Tweaked searchbar and tab throbber
  • Aug 11, 2008
    r19 (Sync) committed by shift.themes   -   Sync
    Sync
  • Aug 09, 2008
    r18 (fixed the searchbar and urlbar.) committed by nuts32...@hotmail.com   -   fixed the searchbar and urlbar.
    fixed the searchbar and urlbar.
  • Aug 09, 2008
    issue 2 (Textboxes need Fixing.) commented on by shift.themes   -   As in they need to be able to be more compatible with extensions without having to add fixes. So I think we need to take out the old code and add in new fresh code from FF3 and skin it from there.
    As in they need to be able to be more compatible with extensions without having to add fixes. So I think we need to take out the old code and add in new fresh code from FF3 and skin it from there.
  • Aug 09, 2008
    issue 2 (Textboxes need Fixing.) commented on by nuts32...@hotmail.com   -   What do you mean, "more scalable"?
    What do you mean, "more scalable"?
  • Aug 08, 2008
    r17 (tweaked the search bar) committed by nuts32...@hotmail.com   -   tweaked the search bar
    tweaked the search bar
  • Aug 08, 2008
    r16 (a little color tweak) committed by nuts32...@hotmail.com   -   a little color tweak
    a little color tweak
  • Aug 08, 2008
    r15 (fixed dropdown marker during disabled state.) committed by nuts32...@hotmail.com   -   fixed dropdown marker during disabled state.
    fixed dropdown marker during disabled state.
  • Aug 08, 2008
    r14 (New Branch to keep repository size down.) committed by shift.themes   -   New Branch to keep repository size down.
    New Branch to keep repository size down.
  • Aug 08, 2008
    r13 (Added a few things that didn't get into the last Trunk updat...) committed by shift.themes   -   Added a few things that didn't get into the last Trunk update.
    Added a few things that didn't get into the last Trunk update.
  • Aug 08, 2008
    r12 (Added a few things that didn't get into the last Trunk updat...) committed by shift.themes   -   Added a few things that didn't get into the last Trunk update.
    Added a few things that didn't get into the last Trunk update.
  • Aug 08, 2008
    issue 2 (Textboxes need Fixing.) reported by shift.themes   -   Url bar text boxes as well as all rounded corner textboxes need re-written. Simple textboxes need redesigned to be more scalable.
    Url bar text boxes as well as all rounded corner textboxes need re-written. Simple textboxes need redesigned to be more scalable.
  • Aug 08, 2008
    r11 committed by shift.themes
  • Aug 06, 2008
    issue 1 (Icons need changeing) reported by nuts32...@hotmail.com   -   As a part of the new code several icons and pictures have been added. So far they are just place holders from the default theme. I will find and write down all icons that need changing, and send them to Ian for a paintjob.
    As a part of the new code several icons and pictures have been added. So far they are just place holders from the default theme. I will find and write down all icons that need changing, and send them to Ian for a paintjob.
 
Hosted by Google Code