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

Today

  • 4 hours ago
    issue 389 (Uninstall Display Icon) commented on by XhmikosR   -   But it is affected since you already write some values. If I delete Miranda IM's installation directory then I'll have "dead" shortcuts in my Start Menu and/or on Desktop if I selected to create them during installation and a dead entry in Program and Features (or Add/Remove Programs). That's the difference between a portable version and an installer. Installer takes cares of everything. Otherwise what's the point in distributing an installer?
    But it is affected since you already write some values. If I delete Miranda IM's installation directory then I'll have "dead" shortcuts in my Start Menu and/or on Desktop if I selected to create them during installation and a dead entry in Program and Features (or Add/Remove Programs). That's the difference between a portable version and an installer. Installer takes cares of everything. Otherwise what's the point in distributing an installer?
  • 4 hours ago
    issue 390 (MSN: color code stripping not complete) changed by s...@miranda-im.org   -  
    Status: Assigned
    Labels: Type-Patch Component-Protocol-MSN Type-Bug
    Status: Assigned
    Labels: Type-Patch Component-Protocol-MSN Type-Bug
  • 5 hours ago
    issue 389 (Uninstall Display Icon) commented on by borkra   -   We specifically designed it in a manner that registry is not affected by the installation in any way. You can always just delete a Miranda directory that will be uninstallation.
    We specifically designed it in a manner that registry is not affected by the installation in any way. You can always just delete a Miranda directory that will be uninstallation.
  • 5 hours ago
    issue 390 (MSN: color code stripping not complete) reported by Nicolas.Hoeft   -   Miranda Version : 0.9a3 Unicode Build : Yes Test Build # (if applicable) : alpha3 Plugin Version # (if applicable) : 0.9.0.0 What steps will reproduce the problem? 1. find a contact which is using color codes higher than 19 What is the expected result? The color codes go up to 99 (although colors are only defined up to 67) so all 2-digit numbers should be removed What happens instead? If a contact uses 2-digit color codes from MSN Plus! they're only removed up to 19 The attached patch should fix this. The only thing thats missing are color codes encoded in the form (ddd,ddd,ddd) (d are digits)
    Miranda Version : 0.9a3 Unicode Build : Yes Test Build # (if applicable) : alpha3 Plugin Version # (if applicable) : 0.9.0.0 What steps will reproduce the problem? 1. find a contact which is using color codes higher than 19 What is the expected result? The color codes go up to 99 (although colors are only defined up to 67) so all 2-digit numbers should be removed What happens instead? If a contact uses 2-digit color codes from MSN Plus! they're only removed up to 19 The attached patch should fix this. The only thing thats missing are color codes encoded in the form (ddd,ddd,ddd) (d are digits)
  • 5 hours ago
    issue 389 (Uninstall Display Icon) reported by XhmikosR   -   Miranda Version : 0.9.0 (the same happens with the stable version) Unicode Build : Yes Test Build # (if applicable) : 3 Plugin Version # (if applicable) : What steps will reproduce the problem? 1. Install Miranda. 2. Go to Programs and Features on Windows 7. What is the expected result? Should see an icon for Miranda. What happens instead? Miranda has no icon. Here is an example, adapt it to your NSIS needs if you want. WriteRegStr "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Miranda IM" "Publisher" "Miranda IM Project" WriteRegStr "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Miranda IM" "UninstallString" "$INSTDIR\uninst.exe" WriteRegStr "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Miranda IM" "DisplayIcon" "$INSTDIR\miranda32.exe" WriteRegStr "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Miranda IM" "DisplayVersion" "0.9.0" WriteRegStr "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Miranda IM" "URLInfoAbout" "http://www.miranda-im.org/"
    Miranda Version : 0.9.0 (the same happens with the stable version) Unicode Build : Yes Test Build # (if applicable) : 3 Plugin Version # (if applicable) : What steps will reproduce the problem? 1. Install Miranda. 2. Go to Programs and Features on Windows 7. What is the expected result? Should see an icon for Miranda. What happens instead? Miranda has no icon. Here is an example, adapt it to your NSIS needs if you want. WriteRegStr "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Miranda IM" "Publisher" "Miranda IM Project" WriteRegStr "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Miranda IM" "UninstallString" "$INSTDIR\uninst.exe" WriteRegStr "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Miranda IM" "DisplayIcon" "$INSTDIR\miranda32.exe" WriteRegStr "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Miranda IM" "DisplayVersion" "0.9.0" WriteRegStr "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Miranda IM" "URLInfoAbout" "http://www.miranda-im.org/"
  • 11 hours ago
    issue 388 (There are no plugin settings!!! prior to v0.8.9) commented on by nowotn...@gmail.com   -   And it looks like you have a problem with your Miranda... post it on the forums...
    And it looks like you have a problem with your Miranda... post it on the forums...
  • 20 hours ago
    issue 388 (There are no plugin settings!!! prior to v0.8.9) commented on by borkra   -   And again, we are not supporting 3rd party plugins, you need to contact plugin author. It's responsibility of plugin author to keep up his plugin with Miranda versions.
    And again, we are not supporting 3rd party plugins, you need to contact plugin author. It's responsibility of plugin author to keep up his plugin with Miranda versions.
  • 20 hours ago
    issue 388 (There are no plugin settings!!! prior to v0.8.9) commented on by mzvarik   -   I really appreciate your quick reply. This plugin's settings worked in earlier versions of Miranda. Now it doesn't. I noticed that in 0.8.8 there was a rolldown menu in Settings, where you could pick a module you want settings for. Now, this rolldown menu is gone.
    I really appreciate your quick reply. This plugin's settings worked in earlier versions of Miranda. Now it doesn't. I noticed that in 0.8.8 there was a rolldown menu in Settings, where you could pick a module you want settings for. Now, this rolldown menu is gone.
  • 21 hours ago
    r10989 (Increased version text buffer size) committed by borkra   -   Increased version text buffer size
    Increased version text buffer size
  • 22 hours ago
    issue 388 (There are no plugin settings!!! prior to v0.8.9) Status changed by s...@miranda-im.org   -   This tracker is for core only. You need to report the issue to the author of Send Screenshot.
    Status: Invalid
    This tracker is for core only. You need to report the issue to the author of Send Screenshot.
    Status: Invalid
  • 22 hours ago
    issue 388 (There are no plugin settings!!! prior to v0.8.9) reported by mzvarik   -   Miranda Version : 0.8.9 Unicode Build : Yes Test Build # (if applicable) : Built Oct 21 2009 18:06:43 Plugin Version # (if applicable) : Send Screenshot 0.2.6.3 What steps will reproduce the problem? 1. Install Miranda 2. Install Send Screenshot 0.2.6.3 The settings for this module is missing.
    Miranda Version : 0.8.9 Unicode Build : Yes Test Build # (if applicable) : Built Oct 21 2009 18:06:43 Plugin Version # (if applicable) : Send Screenshot 0.2.6.3 What steps will reproduce the problem? 1. Install Miranda 2. Install Send Screenshot 0.2.6.3 The settings for this module is missing.

Yesterday

  • 33 hours ago
    issue 387 (button focus broken in update notification window) Labels changed by s...@miranda-im.org   -  
    Labels: Component-Core
    Labels: Component-Core
  • 36 hours ago
    issue 387 (button focus broken in update notification window) commented on by wishmaster51   -   "Which for this bug means that if opening the link becomes the action it must have a clearly visible focus." Yeah, thats what I meant, that should be changed :)
    "Which for this bug means that if opening the link becomes the action it must have a clearly visible focus." Yeah, thats what I meant, that should be changed :)
  • 36 hours ago
    issue 387 (button focus broken in update notification window) commented on by yellow.w...@gmx.net   -   I think you may be right about the first point. However, I somewhat disagree about the second point. Whenever I press enter I expect the focused action to take place. I do not generally expect "to execute an action". Having said that, in most cases the focus and the most meaningful action are in sync. Which for this bug means that if opening the link becomes the action it must have a clearly visible focus. I hope different Windows version can display something like this well. Besides, anybody who can should consider lowering this bug's priority.
    I think you may be right about the first point. However, I somewhat disagree about the second point. Whenever I press enter I expect the focused action to take place. I do not generally expect "to execute an action". Having said that, in most cases the focus and the most meaningful action are in sync. Which for this bug means that if opening the link becomes the action it must have a clearly visible focus. I hope different Windows version can display something like this well. Besides, anybody who can should consider lowering this bug's priority.
  • 46 hours ago
    issue 387 (button focus broken in update notification window) commented on by wishmaster51   -   I would say "Pressing enter opens the link to the new version (in your default browser, of course)" is actually the expected action, and the focused close is the bug, not the other way round.. To close a window, ESC is the proper hotkey, not Enter, Enter is supposed to execute an action like opening the link
    I would say "Pressing enter opens the link to the new version (in your default browser, of course)" is actually the expected action, and the focused close is the bug, not the other way round.. To close a window, ESC is the proper hotkey, not Enter, Enter is supposed to execute an action like opening the link
  • 47 hours ago
    issue 387 (button focus broken in update notification window) reported by yellow.w...@gmx.net   -   Miranda Version : v0.8.9 Unicode Build : Yes Test Build # (if applicable) : n/a Plugin Version # (if applicable) : n/a What steps will reproduce the problem? 1. Pick Miranda, Help, Check for Update (there must be an update available for this repro to work) 2. When the update notification window has popped up, press enter What is the expected result? The close button has the visual focus (colored frame in Vista's Aero). So if I press enter I expect the window to close. What happens instead? Pressing enter opens the link to the new version (in your default browser, of course). Version Info CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz [Intel64 Family 6 Model 23 Stepping 10] [DEP Enabled] [2 CPUs] Installed RAM: 8191 MBytes Operating System: Microsoft Windows Vista Home Premium Edition, 64-bit Service Pack 2 (build 6002) Internet Explorer: 8.0.6001.18828 (build 86001) Administrator privileges: No OS Languages: (UI | Locale (User/System)) : German/German | German/German Free disk space on Miranda partition: 65772 MBytes Miranda IM Version: 0.8.9 Unicode [running inside WOW64] Build time: 2009-10-21 18:06:50+0100 Profile: D:\Program Files (x86)\Miranda\Woodstock.dat Profile size: 3735552 Bytes Profile creation date: 2008-11-26 18:55:25+0100 Language pack: No language pack installed Nightly: No Unicode: Yes Service Mode: No Active Plugins (11): ¤ advaimg.dll v.0.8.0.0 [2009-10-21 18:04:50+0100] - Miranda Image services ¤ avs.dll v.0.8.0.0 [2009-10-21 18:05:34+0100] - Avatar service (Unicode) |Unicode aware| ¤ chat.dll v.0.8.1.0 [2009-10-21 18:05:40+0100] - Chat |Unicode aware| ¤ clist_classic.dll v.0.8.1.0 [2009-10-21 18:05:44+0100] - Classic contact list |Unicode aware| ¤ dbx_mmap.dll v.0.8.1.0 [2009-10-21 18:05:58+0100] - Miranda mmap database driver |Unicode aware| ¤ ICQ.dll v.0.5.0.11 [2009-10-21 18:06:10+0100] - IcqOscarJ Protocol |Unicode aware| ¤ IRC.dll v.0.8.3.0 [2009-10-21 18:05:08+0100] - IRC protocol |Unicode aware| ¤ jabber.dll v.0.8.6.0 [2009-10-21 18:06:32+0100] - Jabber Protocol |Unicode aware| ¤ otr.dll v.0.7.0.0 [2008-06-02 14:22:56+0100] - OTR ¤ svc_crshdmp.dll v.0.0.4.17 [2009-08-22 17:47:36+0100] - Crash Dumper Unicode |Unicode aware| ¤ tabsrmm.dll v.2.2.1.17 [2009-06-22 23:01:12+0100] - TabSRMM |Unicode aware| Protocols and Accounts: ------------------------------------------------------------------------------- ICQ 1 - Enabled 0 - Disabled Loaded IRC 1 - Enabled 0 - Disabled Loaded JABBER 1 - Enabled 0 - Disabled Loaded
    Miranda Version : v0.8.9 Unicode Build : Yes Test Build # (if applicable) : n/a Plugin Version # (if applicable) : n/a What steps will reproduce the problem? 1. Pick Miranda, Help, Check for Update (there must be an update available for this repro to work) 2. When the update notification window has popped up, press enter What is the expected result? The close button has the visual focus (colored frame in Vista's Aero). So if I press enter I expect the window to close. What happens instead? Pressing enter opens the link to the new version (in your default browser, of course). Version Info CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz [Intel64 Family 6 Model 23 Stepping 10] [DEP Enabled] [2 CPUs] Installed RAM: 8191 MBytes Operating System: Microsoft Windows Vista Home Premium Edition, 64-bit Service Pack 2 (build 6002) Internet Explorer: 8.0.6001.18828 (build 86001) Administrator privileges: No OS Languages: (UI | Locale (User/System)) : German/German | German/German Free disk space on Miranda partition: 65772 MBytes Miranda IM Version: 0.8.9 Unicode [running inside WOW64] Build time: 2009-10-21 18:06:50+0100 Profile: D:\Program Files (x86)\Miranda\Woodstock.dat Profile size: 3735552 Bytes Profile creation date: 2008-11-26 18:55:25+0100 Language pack: No language pack installed Nightly: No Unicode: Yes Service Mode: No Active Plugins (11): ¤ advaimg.dll v.0.8.0.0 [2009-10-21 18:04:50+0100] - Miranda Image services ¤ avs.dll v.0.8.0.0 [2009-10-21 18:05:34+0100] - Avatar service (Unicode) |Unicode aware| ¤ chat.dll v.0.8.1.0 [2009-10-21 18:05:40+0100] - Chat |Unicode aware| ¤ clist_classic.dll v.0.8.1.0 [2009-10-21 18:05:44+0100] - Classic contact list |Unicode aware| ¤ dbx_mmap.dll v.0.8.1.0 [2009-10-21 18:05:58+0100] - Miranda mmap database driver |Unicode aware| ¤ ICQ.dll v.0.5.0.11 [2009-10-21 18:06:10+0100] - IcqOscarJ Protocol |Unicode aware| ¤ IRC.dll v.0.8.3.0 [2009-10-21 18:05:08+0100] - IRC protocol |Unicode aware| ¤ jabber.dll v.0.8.6.0 [2009-10-21 18:06:32+0100] - Jabber Protocol |Unicode aware| ¤ otr.dll v.0.7.0.0 [2008-06-02 14:22:56+0100] - OTR ¤ svc_crshdmp.dll v.0.0.4.17 [2009-08-22 17:47:36+0100] - Crash Dumper Unicode |Unicode aware| ¤ tabsrmm.dll v.2.2.1.17 [2009-06-22 23:01:12+0100] - TabSRMM |Unicode aware| Protocols and Accounts: ------------------------------------------------------------------------------- ICQ 1 - Enabled 0 - Disabled Loaded IRC 1 - Enabled 0 - Disabled Loaded JABBER 1 - Enabled 0 - Disabled Loaded
  • 47 hours ago
    issue 386 (Scriver stops blinking) commented on by hufman   -   Actually, I can't seem to replicate it on the latest SVN, so something must've changed. Here's a modification of my patch to support a setting.
    Actually, I can't seem to replicate it on the latest SVN, so something must've changed. Here's a modification of my patch to support a setting.

Last 7 days

  • Nov 13, 2009
    issue 386 (Scriver stops blinking) Status changed by leech.mi...@gmail.com   -  
    Status: Started
    Status: Started
  • Nov 13, 2009
    issue 386 (Scriver stops blinking) changed by s...@miranda-im.org   -   Please use the attachment system in the future.
    Status: Assigned
    Labels: Type-Patch Component-IM-Scriver Type-Bug
    Please use the attachment system in the future.
    Status: Assigned
    Labels: Type-Patch Component-IM-Scriver Type-Bug
  • Nov 13, 2009
    issue 386 (Scriver stops blinking) commented on by hufman   -   Here's a diff that fixes it, for me. It does not read a setting or anything. --- D:/Users/Hufman/AppData/Local/Temp/msgwindow.c-revBASE.svn000.tmp.c Fri Nov 13 10:41:09 2009 +++ D:/Users/Hufman/miranda/miranda/plugins/Scriver/msgwindow.c Fri Nov 13 10:14:57 2009 @@ -739,7 +739,7 @@ dat->nFlash++; } else {// || ((GetActiveWindow() == hwndDlg) && (GetForegroundWindow() == hwndDlg))) { KillTimer(hwndDlg, TIMERID_FLASHWND); - FlashWindow(hwndDlg, FALSE); + FlashWindow(hwndDlg, TRUE); } } break;
    Here's a diff that fixes it, for me. It does not read a setting or anything. --- D:/Users/Hufman/AppData/Local/Temp/msgwindow.c-revBASE.svn000.tmp.c Fri Nov 13 10:41:09 2009 +++ D:/Users/Hufman/miranda/miranda/plugins/Scriver/msgwindow.c Fri Nov 13 10:14:57 2009 @@ -739,7 +739,7 @@ dat->nFlash++; } else {// || ((GetActiveWindow() == hwndDlg) && (GetForegroundWindow() == hwndDlg))) { KillTimer(hwndDlg, TIMERID_FLASHWND); - FlashWindow(hwndDlg, FALSE); + FlashWindow(hwndDlg, TRUE); } } break;
  • Nov 13, 2009
    issue 386 (Scriver stops blinking) reported by hufman   -   Miranda Version : Built Oct 21 2009 18:06:43 Unicode Build : Yes Test Build # (if applicable) : Plugin Version # (if applicable) : 2.8.1.1 Unicode What steps will reproduce the problem? 1. Set Scriver as the message window plugin 2. Receive a message in an open message window 3. Wait for the menu bar to stop blinking What is the expected result? SRMM would leave the menu bar, and thus the entry in the Windows task bar, highlighted, even after the number of blinks have gone past. What happens instead? Scriver blinks the specified number of times (Settings>SRMM>FlashMax, or 3), then turns off the highlighting. This causes a problem for me, because if I'm away from my computer for more than 10 seconds, I may miss a message because I didn't see the highlighting in time. Please attach or post your VersionInfo. [quote][size=1]CPU: Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz [x86 Family 6 Model 23 Stepping 6] [DEP Enabled] [2 CPUs] Installed RAM: 2048 MBytes Operating System: Microsoft Windows 7 Enterprise Edition, 32-bit (build 7600) Internet Explorer: 8.0.7600.16385 (build 87600) Administrator privileges: No OS Languages: (UI | Locale (User/System)) : English/English | English/Japanese Free disk space on Miranda partition: 19344 MBytes Miranda IM Version: 0.8.9 Unicode Build time: 2009-10-21 16:06:48-0600 Profile: D:\Program Files\Miranda IM\Snes_rocks.dat Profile size: 43974656 Bytes Profile creation date: 2009-08-22 15:11:39-0600 Language pack: No language pack installed Nightly: No Unicode: Yes Service Mode: No [b]Active Plugins (24):[/b] ¤ advaimg.dll v.[b]0.8.0.0[/b] [2009-10-21 16:04:48-0600] - Miranda Image services ¤ aim.dll v.[b]0.8.7.0[/b] [2009-10-21 16:05:22-0600] - AIM Protocol |Unicode aware| ¤ avs.dll v.[b]0.8.0.0[/b] [2009-10-21 16:05:32-0600] - Avatar service (Unicode) |Unicode aware| ¤ Chat.dll v.[b]0.8.1.0[/b] [2009-10-21 16:05:38-0600] - Chat |Unicode aware| ¤ clist_classic.dll v.[b]0.8.1.0[/b] [2009-10-21 16:05:42-0600] - Classic contact list |Unicode aware| dbeditorpp.dll v.[b]3.1.2.0[/b] [2005-09-19 19:14:04-0600] - Database Editor++ ¤ dbx_mmap.dll v.[b]0.8.1.0[/b] [2009-10-21 16:05:56-0600] - Miranda mmap database driver |Unicode aware| ¤ historypp.dll v.[b]1.5.1.2[/b] [2008-11-03 23:34:22-0600] - History++ (2in1) |Unicode aware| ¤ icq.dll v.[b]0.5.0.11[/b] [2009-10-21 16:06:08-0600] - IcqOscarJ Protocol |Unicode aware| ¤ irc.dll v.[b]0.8.3.0[/b] [2009-10-21 16:05:06-0600] - IRC protocol |Unicode aware| ¤ Jabber.dll v.[b]0.8.6.0[/b] [2009-10-21 16:06:30-0600] - Jabber Protocol |Unicode aware| ¤ MagneticWindows.dll v.[b]0.0.5.0[/b] [2007-03-10 15:38:18-0600] - Magnetic Windows ¤ MetaContacts.dll v.[b]0.14.0.1[/b] [2007-07-20 15:37:56-0600] - MetaContacts Plugin ¤ msn.dll v.[b]0.8.8.0[/b] [2009-10-21 16:07:42-0600] - MSN Protocol |Unicode aware| mtextcontrolw.dll v.[b]0.0.2.0[/b] [2007-01-06 02:14:36-0600] - Miranda Text Control [build #484] mToolTip.dll v.[b]0.0.1.5[/b] [2005-05-26 17:09:00-0600] - mToolTip ¤ NewEventNotify.dll v.[b]0.2.2.3[/b] [2009-07-14 10:46:28-0600] - NewEventNotify |Unicode aware| ¤ otr.dll v.[b]0.7.0.0[/b] [2008-06-02 13:22:56-0600] - OTR ¤ PopUp.dll v.[b]2.1.0.5[/b] [2007-05-15 22:52:00-0600] - Popup Plus |Unicode aware| ¤ scriver.dll v.[b]2.8.1.1[/b] [2009-06-28 20:40:40-0600] - Scriver (Unicode) |Unicode aware| ¤ svc_crshdmp.dll v.[b]0.0.4.17[/b] [2009-08-22 18:47:36-0600] - Crash Dumper Unicode |Unicode aware| ¤ updater.dll v.[b]0.5.3.0[/b] [2007-07-29 11:45:00-0600] - Updater (Unicode) |Unicode aware| ¤ Yahoo.dll v.[b]0.8.3.0[/b] [2009-10-21 16:05:14-0600] - Yahoo Protocol |Unicode aware| ¤ yapp.dll v.[b]0.5.0.4[/b] [2007-10-05 12:39:34-0600] - YAPP |Unicode aware| [b]Unloadable Plugins (6):[/b] changeinfo.dll v.[b]0.0.0.0[/b] [2005-06-16 07:39:02-0600] - <unknown> dbx_3x.dll v.[b]0.0.0.0[/b] [2005-06-16 07:34:20-0600] - <unknown> This dll is a Miranda database plugin, another database is active right now FontService.dll v.[b]0.0.0.0[/b] [2007-05-22 22:53:10-0600] - <unknown> IcoLib.dll v.[b]0.0.0.0[/b] [2006-10-25 17:11:38-0600] - <unknown> png2dib.dll v.[b]0.0.0.0[/b] [2005-01-10 14:26:22-0600] - <unknown> This dll is not a Miranda plugin and should be removed from plugins directory xstatus_icons.dll v.[b]0.0.0.0[/b] [2006-07-18 01:09:06-0600] - <unknown> This dll is not a Miranda plugin and should be removed from plugins directory [b]Protocols and Accounts:[/b] ------------------------------------------------------------------------------- AIM 1 - Enabled 0 - Disabled Loaded ICQ 1 - Enabled 0 - Disabled Loaded IRC 0 - Enabled 1 - Disabled Loaded JABBER 4 - Enabled 0 - Disabled Loaded MSN 2 - Enabled 0 - Disabled Loaded MetaContacts 1 - Enabled 0 - Disabled Loaded YAHOO 1 - Enabled 0 - Disabled Loaded [b]Icon Packs:[/b] ------------------------------------------------------------------------------- ami_aim.dll [2003-08-02 13:11:00-0600] ami_bulb.dll [2003-08-02 14:27:00-0600] ami_bulb2.dll [2003-08-02 14:39:00-0600] ami_gg.dll [2003-08-02 13:55:00-0600] ami_gg2.dll [2003-08-02 21:49:00-0600] ami_globe.dll [2003-07-25 21:12:00-0600] ami_icq.dll [2003-08-07 13:04:00-0600] ami_icq2.dll [2003-07-27 02:07:00-0600] ami_irc.dll [2003-08-02 14:53:00-0600] ami_main.dll [2003-08-08 12:16:00-0600] ami_msn.dll [2003-07-25 20:18:00-0600] ami_msn2.dll [2003-08-04 03:07:00-0600] ami_msn3.dll [2003-12-13 21:11:00-0600] ami_phantom.dll [2003-08-02 13:13:00-0600] ami_star.dll [2003-07-25 21:12:00-0600] ami_tlen.dll [2003-08-02 14:19:00-0600] ami_tv.dll [2004-01-15 22:18:00-0600] ami_wpk.dll [2003-08-02 14:11:00-0600] ami_yahoo.dll [2003-07-27 01:05:00-0600] historypp_icons.dll [2008-11-03 23:34:24-0600] IconSet_Aim.dll [2003-12-14 19:21:00-0600] IconSet_BNet.dll [2003-12-14 20:13:00-0600] IconSet_EmLan.dll [2003-12-14 20:20:00-0600] IconSet_Gadu-Gadu.dll [2003-12-14 20:24:00-0600] IconSet_ICQ.dll [2003-12-14 20:26:00-0600] IconSet_ICQcorp.dll [2003-12-14 20:28:00-0600] IconSet_IRC.dll [2003-12-15 18:45:00-0600] IconSet_Jabber.dll [2003-12-15 18:47:00-0600] IconSet_Miranda.dll [2003-12-15 18:49:00-0600] IconSet_MSN.dll [2003-12-15 18:56:00-0600] IconSet_NetSend.dll [2003-12-15 18:58:00-0600] IconSet_Tlen.dll [2003-12-15 18:59:00-0600] IconSet_VyChat.dll [2003-12-15 19:24:00-0600] IconSet_Yahoo.dll [2003-12-15 19:25:00-0600] Mirana IM Main Icons.dll [2003-11-09 18:28:38-0600] miranda_xpmain.dll [2003-09-14 09:39:50-0600] netsend_icons.dll [2003-07-10 13:42:00-0600] Nicely2kMain.dll [2004-12-15 02:31:36-0600] proto_AIM.dll [2007-03-13 09:14:18-0600] proto_GG.dll [2009-08-01 15:22:38-0600] proto_ICQ.dll [2007-03-13 09:14:18-0600] proto_IRC.dll [2007-03-13 09:14:18-0600] proto_JABBER.dll [2007-03-13 09:14:18-0600] proto_MSN.dll [2007-03-13 09:14:18-0600] proto_Skype.dll [2004-11-03 20:16:02-0600] proto_YAHOO.dll [2007-03-13 09:14:18-0600] readme.txt [2003-09-14 09:59:14-0600] SkypeSmileys.dll [2005-08-22 17:31:30-0600] tabsrmm_icons.dll [2008-04-20 10:48:04-0600] xstatus_ICQ.dll [2009-10-21 16:04:56-0600] xstatus_jabber.dll [2009-10-21 16:05:06-0600] [/size][/quote] Other Resources:
    Miranda Version : Built Oct 21 2009 18:06:43 Unicode Build : Yes Test Build # (if applicable) : Plugin Version # (if applicable) : 2.8.1.1 Unicode What steps will reproduce the problem? 1. Set Scriver as the message window plugin 2. Receive a message in an open message window 3. Wait for the menu bar to stop blinking What is the expected result? SRMM would leave the menu bar, and thus the entry in the Windows task bar, highlighted, even after the number of blinks have gone past. What happens instead? Scriver blinks the specified number of times (Settings>SRMM>FlashMax, or 3), then turns off the highlighting. This causes a problem for me, because if I'm away from my computer for more than 10 seconds, I may miss a message because I didn't see the highlighting in time. Please attach or post your VersionInfo. [quote][size=1]CPU: Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz [x86 Family 6 Model 23 Stepping 6] [DEP Enabled] [2 CPUs] Installed RAM: 2048 MBytes Operating System: Microsoft Windows 7 Enterprise Edition, 32-bit (build 7600) Internet Explorer: 8.0.7600.16385 (build 87600) Administrator privileges: No OS Languages: (UI | Locale (User/System)) : English/English | English/Japanese Free disk space on Miranda partition: 19344 MBytes Miranda IM Version: 0.8.9 Unicode Build time: 2009-10-21 16:06:48-0600 Profile: D:\Program Files\Miranda IM\Snes_rocks.dat Profile size: 43974656 Bytes Profile creation date: 2009-08-22 15:11:39-0600 Language pack: No language pack installed Nightly: No Unicode: Yes Service Mode: No [b]Active Plugins (24):[/b] ¤ advaimg.dll v.[b]0.8.0.0[/b] [2009-10-21 16:04:48-0600] - Miranda Image services ¤ aim.dll v.[b]0.8.7.0[/b] [2009-10-21 16:05:22-0600] - AIM Protocol |Unicode aware| ¤ avs.dll v.[b]0.8.0.0[/b] [2009-10-21 16:05:32-0600] - Avatar service (Unicode) |Unicode aware| ¤ Chat.dll v.[b]0.8.1.0[/b] [2009-10-21 16:05:38-0600] - Chat |Unicode aware| ¤ clist_classic.dll v.[b]0.8.1.0[/b] [2009-10-21 16:05:42-0600] - Classic contact list |Unicode aware| dbeditorpp.dll v.[b]3.1.2.0[/b] [2005-09-19 19:14:04-0600] - Database Editor++ ¤ dbx_mmap.dll v.[b]0.8.1.0[/b] [2009-10-21 16:05:56-0600] - Miranda mmap database driver |Unicode aware| ¤ historypp.dll v.[b]1.5.1.2[/b] [2008-11-03 23:34:22-0600] - History++ (2in1) |Unicode aware| ¤ icq.dll v.[b]0.5.0.11[/b] [2009-10-21 16:06:08-0600] - IcqOscarJ Protocol |Unicode aware| ¤ irc.dll v.[b]0.8.3.0[/b] [2009-10-21 16:05:06-0600] - IRC protocol |Unicode aware| ¤ Jabber.dll v.[b]0.8.6.0[/b] [2009-10-21 16:06:30-0600] - Jabber Protocol |Unicode aware| ¤ MagneticWindows.dll v.[b]0.0.5.0[/b] [2007-03-10 15:38:18-0600] - Magnetic Windows ¤ MetaContacts.dll v.[b]0.14.0.1[/b] [2007-07-20 15:37:56-0600] - MetaContacts Plugin ¤ msn.dll v.[b]0.8.8.0[/b] [2009-10-21 16:07:42-0600] - MSN Protocol |Unicode aware| mtextcontrolw.dll v.[b]0.0.2.0[/b] [2007-01-06 02:14:36-0600] - Miranda Text Control [build #484] mToolTip.dll v.[b]0.0.1.5[/b] [2005-05-26 17:09:00-0600] - mToolTip ¤ NewEventNotify.dll v.[b]0.2.2.3[/b] [2009-07-14 10:46:28-0600] - NewEventNotify |Unicode aware| ¤ otr.dll v.[b]0.7.0.0[/b] [2008-06-02 13:22:56-0600] - OTR ¤ PopUp.dll v.[b]2.1.0.5[/b] [2007-05-15 22:52:00-0600] - Popup Plus |Unicode aware| ¤ scriver.dll v.[b]2.8.1.1[/b] [2009-06-28 20:40:40-0600] - Scriver (Unicode) |Unicode aware| ¤ svc_crshdmp.dll v.[b]0.0.4.17[/b] [2009-08-22 18:47:36-0600] - Crash Dumper Unicode |Unicode aware| ¤ updater.dll v.[b]0.5.3.0[/b] [2007-07-29 11:45:00-0600] - Updater (Unicode) |Unicode aware| ¤ Yahoo.dll v.[b]0.8.3.0[/b] [2009-10-21 16:05:14-0600] - Yahoo Protocol |Unicode aware| ¤ yapp.dll v.[b]0.5.0.4[/b] [2007-10-05 12:39:34-0600] - YAPP |Unicode aware| [b]Unloadable Plugins (6):[/b] changeinfo.dll v.[b]0.0.0.0[/b] [2005-06-16 07:39:02-0600] - <unknown> dbx_3x.dll v.[b]0.0.0.0[/b] [2005-06-16 07:34:20-0600] - <unknown> This dll is a Miranda database plugin, another database is active right now FontService.dll v.[b]0.0.0.0[/b] [2007-05-22 22:53:10-0600] - <unknown> IcoLib.dll v.[b]0.0.0.0[/b] [2006-10-25 17:11:38-0600] - <unknown> png2dib.dll v.[b]0.0.0.0[/b] [2005-01-10 14:26:22-0600] - <unknown> This dll is not a Miranda plugin and should be removed from plugins directory xstatus_icons.dll v.[b]0.0.0.0[/b] [2006-07-18 01:09:06-0600] - <unknown> This dll is not a Miranda plugin and should be removed from plugins directory [b]Protocols and Accounts:[/b] ------------------------------------------------------------------------------- AIM 1 - Enabled 0 - Disabled Loaded ICQ 1 - Enabled 0 - Disabled Loaded IRC 0 - Enabled 1 - Disabled Loaded JABBER 4 - Enabled 0 - Disabled Loaded MSN 2 - Enabled 0 - Disabled Loaded MetaContacts 1 - Enabled 0 - Disabled Loaded YAHOO 1 - Enabled 0 - Disabled Loaded [b]Icon Packs:[/b] ------------------------------------------------------------------------------- ami_aim.dll [2003-08-02 13:11:00-0600] ami_bulb.dll [2003-08-02 14:27:00-0600] ami_bulb2.dll [2003-08-02 14:39:00-0600] ami_gg.dll [2003-08-02 13:55:00-0600] ami_gg2.dll [2003-08-02 21:49:00-0600] ami_globe.dll [2003-07-25 21:12:00-0600] ami_icq.dll [2003-08-07 13:04:00-0600] ami_icq2.dll [2003-07-27 02:07:00-0600] ami_irc.dll [2003-08-02 14:53:00-0600] ami_main.dll [2003-08-08 12:16:00-0600] ami_msn.dll [2003-07-25 20:18:00-0600] ami_msn2.dll [2003-08-04 03:07:00-0600] ami_msn3.dll [2003-12-13 21:11:00-0600] ami_phantom.dll [2003-08-02 13:13:00-0600] ami_star.dll [2003-07-25 21:12:00-0600] ami_tlen.dll [2003-08-02 14:19:00-0600] ami_tv.dll [2004-01-15 22:18:00-0600] ami_wpk.dll [2003-08-02 14:11:00-0600] ami_yahoo.dll [2003-07-27 01:05:00-0600] historypp_icons.dll [2008-11-03 23:34:24-0600] IconSet_Aim.dll [2003-12-14 19:21:00-0600] IconSet_BNet.dll [2003-12-14 20:13:00-0600] IconSet_EmLan.dll [2003-12-14 20:20:00-0600] IconSet_Gadu-Gadu.dll [2003-12-14 20:24:00-0600] IconSet_ICQ.dll [2003-12-14 20:26:00-0600] IconSet_ICQcorp.dll [2003-12-14 20:28:00-0600] IconSet_IRC.dll [2003-12-15 18:45:00-0600] IconSet_Jabber.dll [2003-12-15 18:47:00-0600] IconSet_Miranda.dll [2003-12-15 18:49:00-0600] IconSet_MSN.dll [2003-12-15 18:56:00-0600] IconSet_NetSend.dll [2003-12-15 18:58:00-0600] IconSet_Tlen.dll [2003-12-15 18:59:00-0600] IconSet_VyChat.dll [2003-12-15 19:24:00-0600] IconSet_Yahoo.dll [2003-12-15 19:25:00-0600] Mirana IM Main Icons.dll [2003-11-09 18:28:38-0600] miranda_xpmain.dll [2003-09-14 09:39:50-0600] netsend_icons.dll [2003-07-10 13:42:00-0600] Nicely2kMain.dll [2004-12-15 02:31:36-0600] proto_AIM.dll [2007-03-13 09:14:18-0600] proto_GG.dll [2009-08-01 15:22:38-0600] proto_ICQ.dll [2007-03-13 09:14:18-0600] proto_IRC.dll [2007-03-13 09:14:18-0600] proto_JABBER.dll [2007-03-13 09:14:18-0600] proto_MSN.dll [2007-03-13 09:14:18-0600] proto_Skype.dll [2004-11-03 20:16:02-0600] proto_YAHOO.dll [2007-03-13 09:14:18-0600] readme.txt [2003-09-14 09:59:14-0600] SkypeSmileys.dll [2005-08-22 17:31:30-0600] tabsrmm_icons.dll [2008-04-20 10:48:04-0600] xstatus_ICQ.dll [2009-10-21 16:04:56-0600] xstatus_jabber.dll [2009-10-21 16:05:06-0600] [/size][/quote] Other Resources:
  • Nov 13, 2009
    issue 380 (Unified internal icon management) commented on by tom342   -   @wishmaster51 Yes… I had on mind something more like folders, users wouldn’t have to care about their content. When it comes to this, what about packing the big quantity of files (icons in .png + .ini) into a zip archive? Like for example in Opera skins. The same functionality for users (single file), while easier for the icon developers (no special program is needed)…
    @wishmaster51 Yes… I had on mind something more like folders, users wouldn’t have to care about their content. When it comes to this, what about packing the big quantity of files (icons in .png + .ini) into a zip archive? Like for example in Opera skins. The same functionality for users (single file), while easier for the icon developers (no special program is needed)…
  • Nov 13, 2009
    issue 385 (Channel userlist drops selection) commented on by chup...@gmail.com   -   Well, the best way is to lookup for previous selected text and select it again if it still exists - it's just a few lines of code Because it's sometimes almost impossible for a long time to ban somebody via context menu at the evening, when many people join and part periodically... Then I should quickly enter user's info, copy its address and add ban manually =(
    Well, the best way is to lookup for previous selected text and select it again if it still exists - it's just a few lines of code Because it's sometimes almost impossible for a long time to ban somebody via context menu at the evening, when many people join and part periodically... Then I should quickly enter user's info, copy its address and add ban manually =(
  • Nov 13, 2009
    issue 385 (Channel userlist drops selection) changed by silvercircle   -   Known issue, because the user list is updated when someone joins or parts. Since the user list is sorted, the old selection index may no longer be valid, so the selection is undone. No fix planned at the moment, so it should be filed as a (minor) known issue.
    Status: WontFix
    Labels: Priority-Low Priority-Medium
    Known issue, because the user list is updated when someone joins or parts. Since the user list is sorted, the old selection index may no longer be valid, so the selection is undone. No fix planned at the moment, so it should be filed as a (minor) known issue.
    Status: WontFix
    Labels: Priority-Low Priority-Medium
  • Nov 13, 2009
    issue 385 (Channel userlist drops selection) changed by s...@miranda-im.org   -   This is probably a common UI issue. Can you test with chat plugin please. Issue going to tabSRMM as per report.
    Status: Assigned
    Labels: Component-IM-TabSRMM
    This is probably a common UI issue. Can you test with chat plugin please. Issue going to tabSRMM as per report.
    Status: Assigned
    Labels: Component-IM-TabSRMM
  • Nov 13, 2009
    issue 385 (Channel userlist drops selection) reported by chupaka   -   Miranda Version : 0.9.0 alpha build #3 Unicode Build : Yes What steps will reproduce the problem? 1. Right-click some nickname in userlist - popup menu appeared 2. Wait for someone enter/leave the channel - selection is dropped, nobody is selected now 3. Select any action in popup menu - it will simply disappear, having done anything What is the expected result? Selected user should stay selected =) IRC Plugin + TabSRMM
    Miranda Version : 0.9.0 alpha build #3 Unicode Build : Yes What steps will reproduce the problem? 1. Right-click some nickname in userlist - popup menu appeared 2. Wait for someone enter/leave the channel - selection is dropped, nobody is selected now 3. Select any action in popup menu - it will simply disappear, having done anything What is the expected result? Selected user should stay selected =) IRC Plugin + TabSRMM
  • Nov 12, 2009
    issue 384 (Alpha crashes when receiving file via gg) changed by s...@miranda-im.org   -  
    Status: Assigned
    Labels: Component-Protocol-GaduGadu
    Status: Assigned
    Labels: Component-Protocol-GaduGadu
  • Nov 12, 2009
    issue 384 (Alpha crashes when receiving file via gg) reported by jaccunio   -   Miranda Version : v0.9.0 alpha build #3 Unicode Build : Yes Test Build # (if applicable) :3 Plugin Version # (if applicable) : What steps will reproduce the problem? Trying to sent any file from miranda to miranda via gg protocol What is the expected result? Receiving file. What happens instead? Program crashes (on the receiving side) after accepting file transfer. Crash report attached
    Miranda Version : v0.9.0 alpha build #3 Unicode Build : Yes Test Build # (if applicable) :3 Plugin Version # (if applicable) : What steps will reproduce the problem? Trying to sent any file from miranda to miranda via gg protocol What is the expected result? Receiving file. What happens instead? Program crashes (on the receiving side) after accepting file transfer. Crash report attached
  • Nov 12, 2009
    issue 383 (Time synchronisation breaks previous chat messages) commented on by borkra   -   Your BIOS clock has problems because you need to change the battery on the motherboard. You will get many other problems as well by the same reason. It does not matter if clock synch, it matters that time is continuous. And does not jump back and forward.
    Your BIOS clock has problems because you need to change the battery on the motherboard. You will get many other problems as well by the same reason. It does not matter if clock synch, it matters that time is continuous. And does not jump back and forward.
  • Nov 12, 2009
    issue 380 (Unified internal icon management) commented on by wishmaster51   -   You can try using reshacker... " so they can use them without messing with many files" -> splitting them into seperate files and adding ini etc would result in even more files, not less The advantage of a dll from the user's point of view is that it is only ONE file he has to put in a dececated place, splitting it into pieces would rather make it more complicated
    You can try using reshacker... " so they can use them without messing with many files" -> splitting them into seperate files and adding ini etc would result in even more files, not less The advantage of a dll from the user's point of view is that it is only ONE file he has to put in a dececated place, splitting it into pieces would rather make it more complicated
  • Nov 12, 2009
    issue 383 (Time synchronisation breaks previous chat messages) changed by s...@miranda-im.org   -   Thank you for writing the report, but we have a couple of them about this already.
    Status: Duplicate
    Thank you for writing the report, but we have a couple of them about this already.
    Status: Duplicate
  • Nov 12, 2009
    issue 292 (Sent messages not visible if windows time is changed) commented on by s...@miranda-im.org   -   Issue 383 has been merged into this issue.
    Issue 383 has been merged into this issue.
  • Nov 12, 2009
    issue 383 (Time synchronisation breaks previous chat messages) reported by jetrappe   -   Miranda Version : v0.9.0 alpha build #3 Unicode Build : Yes Test Build # (if applicable) : 3 My bios clock seems to have become unreliable in the recent past so I regularly have to synchronise my computer clock (on both running OS). While you can argue that this is not precisely miranda's problem, synchronizing the clock back to a time in the past gives me an undesirable result. The chat should go on, just as usual, showing new incoming messages below older lines. Yet, what is happening instead: the messages are inserted between the older messages, based on the modified system time, so as to form a perfect chronology in the history. Also, the new lines from that point forward seem to be reposted, as though the client was assuming I didn't get any messages inbetween. Considering how this is not exactly miranda's fault, you could tell me to go fix my BIOS, but assuming that not every clock runs perfectly synchronized all around the clock, I still think it's a possible scenario which should not make miranda flip out. I hope it's possible to be fixed and would love seeing it to be.
    Miranda Version : v0.9.0 alpha build #3 Unicode Build : Yes Test Build # (if applicable) : 3 My bios clock seems to have become unreliable in the recent past so I regularly have to synchronise my computer clock (on both running OS). While you can argue that this is not precisely miranda's problem, synchronizing the clock back to a time in the past gives me an undesirable result. The chat should go on, just as usual, showing new incoming messages below older lines. Yet, what is happening instead: the messages are inserted between the older messages, based on the modified system time, so as to form a perfect chronology in the history. Also, the new lines from that point forward seem to be reposted, as though the client was assuming I didn't get any messages inbetween. Considering how this is not exactly miranda's fault, you could tell me to go fix my BIOS, but assuming that not every clock runs perfectly synchronized all around the clock, I still think it's a possible scenario which should not make miranda flip out. I hope it's possible to be fixed and would love seeing it to be.
  • Nov 12, 2009
    issue 380 (Unified internal icon management) commented on by tom342   -   Making any icon libraries (either .icl or .dll) needs specialized program, a lot of time (putting the icon in the right place, updating the whole library when I want to change just one icon), it’s literally a pain in the ass. I myself made a lot of icons, a whole new suite for Miranda, but I just can’t find a way to easily access them to users so they can use them without messing with many files or even worse, putting the icons in manually one by one. In my opinion .ini file would be the best solution, and there still can be two directories with two different color depths. It would still make less problems than libraries...
    Making any icon libraries (either .icl or .dll) needs specialized program, a lot of time (putting the icon in the right place, updating the whole library when I want to change just one icon), it’s literally a pain in the ass. I myself made a lot of icons, a whole new suite for Miranda, but I just can’t find a way to easily access them to users so they can use them without messing with many files or even worse, putting the icons in manually one by one. In my opinion .ini file would be the best solution, and there still can be two directories with two different color depths. It would still make less problems than libraries...
  • Nov 11, 2009
    issue 382 (Miranda x64 crashes when opening privacy list editor) Merged into changed by borkra   -   This issue was closed by revision r10988.
    This issue was closed by revision r10988.
  • Nov 11, 2009
    r10988 (Fixed memory corruption and memory leaks in privacy lists (F...) committed by borkra   -   Fixed memory corruption and memory leaks in privacy lists (Fixed issue 382 )
    Fixed memory corruption and memory leaks in privacy lists (Fixed issue 382 )
  • Nov 11, 2009
    issue 382 (Miranda x64 crashes when opening privacy list editor) changed by borkra   -   This issue was closed by revision r10987.
    Status: Fixed
    This issue was closed by revision r10987.
    Status: Fixed
  • Nov 11, 2009
    r10987 (Fixed memory corruption and memory leaks in privacy lists (F...) committed by borkra   -   Fixed memory corruption and memory leaks in privacy lists (Fixed issue 382 )
    Fixed memory corruption and memory leaks in privacy lists (Fixed issue 382 )
  • Nov 11, 2009
    r10986 (Fixes for x64 port) committed by borkra   -   Fixes for x64 port
    Fixes for x64 port
  • Nov 11, 2009
    r10985 (Fixes for x64 port) committed by borkra   -   Fixes for x64 port
    Fixes for x64 port
  • Nov 11, 2009
    r10984 (merge for phone codes from the core) committed by george.hazan   -   merge for phone codes from the core
    merge for phone codes from the core
  • Nov 10, 2009
    issue 204 (Mess with IRC contacts.) commented on by bartoszrojek   -   New type of mess, connection parameters are the same: http://zapodaj.net/images/faa1a37ad042.jpg
    New type of mess, connection parameters are the same: http://zapodaj.net/images/faa1a37ad042.jpg
  • Nov 10, 2009
    issue 382 (Miranda x64 crashes when opening privacy list editor) commented on by danek.va...@gmail.com   -   No, it is downloaded from http://www.miranda-im.org/2009/10/08/miranda-im-v0-9-0-alpha-build-3/
  • Nov 10, 2009
    issue 382 (Miranda x64 crashes when opening privacy list editor) commented on by borkra   -   Is it self compiled build?
    Is it self compiled build?
  • Nov 10, 2009
    issue 382 (Miranda x64 crashes when opening privacy list editor) commented on by danek.va...@gmail.com   -   So ok, it's not crash, but what the hell is that? See screenshot.
    So ok, it's not crash, but what the hell is that? See screenshot.
  • Nov 10, 2009
    issue 380 (Unified internal icon management) commented on by wishmaster51   -   What I would really like to see is to move the icons out of miranda32.exe (and the core DLLs) into seperate icon DLLs, so you could change them easily
    What I would really like to see is to move the icons out of miranda32.exe (and the core DLLs) into seperate icon DLLs, so you could change them easily
  • Nov 10, 2009
    issue 380 (Unified internal icon management) commented on by wishmaster51   -   What I would really like to see is to move the icons out of miranda32.exe into seperate icon DLLs, so you could change them easily
    What I would really like to see is to move the icons out of miranda32.exe into seperate icon DLLs, so you could change them easily
  • Nov 10, 2009
    issue 380 (Unified internal icon management) commented on by borkra   -   The other problem with png, Windows pre XP does not support it or alpha blending, so we cannot break compatibility. We still wan to support older OS. Maybe for Miranda 1.0 we will finally drop old stuff.
    The other problem with png, Windows pre XP does not support it or alpha blending, so we cannot break compatibility. We still wan to support older OS. Maybe for Miranda 1.0 we will finally drop old stuff.
  • Nov 10, 2009
    issue 382 (Miranda x64 crashes when opening privacy list editor) commented on by s...@miranda-im.org   -   No crash. No report. http://wiki.miranda-im.org/Crash_report
  • Nov 10, 2009
    issue 382 (Miranda x64 crashes when opening privacy list editor) commented on by danek.va...@gmail.com   -   I installed that plugin( http://addons.miranda-im.org/details.php? action=viewfile&id=4114 ) and restarted Miranda, but I don't found any dump in Miranda directory. Can you please provide some help with that?
    I installed that plugin( http://addons.miranda-im.org/details.php? action=viewfile&id=4114 ) and restarted Miranda, but I don't found any dump in Miranda directory. Can you please provide some help with that?
 
Hosted by Google Code