Download
(4 Kb)
Download
Updated: 11-29-12 03:39 AM
Pictures
File Info
Compatibility:
Landfall (5.1)
Mists of Pandaria (5.0.4)
Updated:11-29-12 03:39 AM
Created:07-15-10 11:14 AM
Downloads:22,399
Favorites:58
MD5:
qMinimap  Popular! (More than 5000 hits)
Version: 2.5
by: Qulight [More]
qMinimap is a square,minimalistic and clean minimap.

Right click on map opens menu(screenshot).

Current feature set - Moving, Hiding blizz buttons, Zooming with mouse wheel, Hide Instance Difficulty flag.
v2.5
5.1 support
code clean
rework rightclick menu

v2.2
4.3 support

v2.1
upd for 4.2

v2.0
code clean
new color for styling

v1.9
upd for 4.1
upd .toc file

v1.7
fix mail icon and add texture for it

v1.6
fix calendar

v1.5
new style

v1.4
minimap menu - fix pvpframe

v1.3
hide GuildInstanceDifficulty flag
Optional Files (0)


Archived Files (14)
File Name
Version
Size
Author
Date
2.4
4kB
Qulight
09-01-12 07:19 AM
2.3
4kB
Qulight
08-29-12 08:37 AM
2.2
4kB
Qulight
11-29-11 07:47 AM
2.1
4kB
Qulight
06-26-11 01:54 AM
2.0
4kB
Qulight
05-15-11 05:20 AM
1.9
4kB
Qulight
04-30-11 05:52 AM
1.8
4kB
Qulight
02-26-11 12:21 PM
1.7
4kB
Qulight
12-24-10 12:07 AM
1.6
3kB
Qulight
11-16-10 05:32 AM
1.5
3kB
Qulight
11-01-10 08:37 AM
1.4
1kB
Qulight
10-17-10 01:14 PM
1.3
1kB
Qulight
10-16-10 11:57 AM
1.2
1kB
Qulight
10-15-10 07:33 AM
1.1
1kB
Qulight
10-13-10 02:26 AM


Post A Reply Comment Options
Old 11-29-12, 06:18 AM  
Bloodier
A Murloc Raider

Forum posts: 8
File comments: 24
Uploads: 0
Can't see the calendar option in the new right-click menu.
Bloodier is offline Report comment to moderator  
Reply With Quote
Old 10-01-12, 07:16 PM  
Olena
A Kobold Labourer

Forum posts: 0
File comments: 21
Uploads: 0
talent swap

Hello,

When I'm trying to change glyphs or talents, I'm getting this error:

<event>ADDON_ACTION_BLOCKED:AddOn 'qMinimap' tried to call the protected function 'RemoveTalent()'.
<in C code>: in function `RemoveTalent'
Blizzard_TalentUI\Blizzard_TalentUI.lua:56: in function `OnAccept'
Interface\FrameXML\StaticPopup.lua:3827: in function `StaticPopup_OnClick':
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>
How can I fix this?
Olena is offline Report comment to moderator  
Reply With Quote
Old 09-11-12, 08:54 AM  
Catelinelol
A Kobold Labourer

Forum posts: 1
File comments: 32
Uploads: 0
Guild Group Difficulty Flag doesn`t disapper -.-
Catelinelol is offline Report comment to moderator  
Reply With Quote
Old 09-05-12, 12:31 PM  
Ellementz
A Kobold Labourer
 
Ellementz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 59
Uploads: 7
Nevermind appears to be a conflict with another addon.
__________________
Last edited by Ellementz : 09-05-12 at 12:47 PM.
Ellementz is offline Report comment to moderator  
Reply With Quote
Old 09-04-12, 09:05 PM  
Ellementz
A Kobold Labourer
 
Ellementz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 59
Uploads: 7
Originally Posted by Djokart
Delete all stings
Code:
-- Hide world map button
MiniMapWorldMapButton:Hide()
and add the next code in the end of qMinimap.lua file
Code:
MiniMapWorldMapButton:ClearAllPoints()
MiniMapWorldMapButton:SetPoint("BOTTOMLEFT", Minimap, 0, 0)
Dont forget switch off "Hide world map button" in options of MinimapButtonFrame
Sorry for bad english, I used google translate.
That worked perfect thank you sir.
__________________
Ellementz is offline Report comment to moderator  
Reply With Quote
Old 09-04-12, 08:56 PM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 47
Uploads: 0
Delete all stings
Code:
-- Hide world map button
MiniMapWorldMapButton:Hide()
and add the next code in the end of qMinimap.lua file
Code:
MiniMapWorldMapButton:ClearAllPoints()
MiniMapWorldMapButton:SetPoint("BOTTOMLEFT", Minimap, 0, 0)
Dont forget switch off "Hide world map button" in options of MinimapButtonFrame
Sorry for bad english, I used google translate.
__________________
Evil is Good
Last edited by Djokart : 09-04-12 at 08:58 PM.
Djokart is offline Report comment to moderator  
Reply With Quote
Old 09-04-12, 08:07 PM  
Ellementz
A Kobold Labourer
 
Ellementz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 59
Uploads: 7
Originally Posted by Djokart
qMinimap.lua
Code:
-- Hide world map button
MiniMapWorldMapButton:Hide()
Delete, or replace "Hide" to "Show".
There are two instances of those lines in the lua file, I have tried modifying both to no avail, What I want is to have the Map button showing in the bottom left corner of the map, any help would be appreciated.
__________________
Ellementz is offline Report comment to moderator  
Reply With Quote
Old 09-04-12, 07:12 PM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 47
Uploads: 0
qMinimap.lua
Code:
-- Hide world map button
MiniMapWorldMapButton:Hide()
Delete, or replace "Hide" to "Show".
__________________
Evil is Good
Djokart is offline Report comment to moderator  
Reply With Quote
Old 09-04-12, 07:03 PM  
Ellementz
A Kobold Labourer
 
Ellementz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 59
Uploads: 7
How would I go about showing the World Map button again?
__________________
Ellementz is offline Report comment to moderator  
Reply With Quote
Old 09-04-12, 01:39 PM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 47
Uploads: 0
Code:
--StripTextures(QueueStatusFrame)
Delete this string.
__________________
Evil is Good
Last edited by Djokart : 09-04-12 at 01:40 PM.
Djokart is offline Report comment to moderator  
Reply With Quote
Old 09-04-12, 09:38 AM  
fatty
A Murloc Raider

Forum posts: 9
File comments: 3
Uploads: 0
Originally Posted by Djokart
Originally Posted by Bloodier
The LFG tooltip keeps showing its background transparent.
in qMinimap.lua

replace to
is there something more to it because i tried it and it didn't fix it i saved it after and restarted wow and nothing happened
fatty is offline Report comment to moderator  
Reply With Quote
Old 09-01-12, 12:41 PM  
EKE
A Defias Bandit

Forum posts: 3
File comments: 100
Uploads: 0
got it, thank you.
Last edited by EKE : 09-01-12 at 12:42 PM.
EKE is offline Report comment to moderator  
Reply With Quote
Old 09-01-12, 08:58 AM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 47
Uploads: 0
Originally Posted by Bloodier
The LFG tooltip keeps showing its background transparent.
in qMinimap.lua
StripTextures(QueueStatusFrame)
replace to
--StripTextures(QueueStatusFrame)
__________________
Evil is Good
Djokart is offline Report comment to moderator  
Reply With Quote
Old 09-01-12, 08:56 AM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 675
Uploads: 1
How would I make this round, and be able to make the borders thicker, and darker colored?
Rammoth is offline Report comment to moderator  
Reply With Quote
Old 09-01-12, 08:51 AM  
Bloodier
A Murloc Raider

Forum posts: 8
File comments: 24
Uploads: 0
The LFG tooltip keeps showing its background transparent.
Bloodier is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: