summary refs log tree commit diff stats
AgeCommit message (Expand)Author
2012-10-19Replace email addressBerke Viktor
2012-10-19Add tutorial for managing TransifexBerke Viktor
2012-10-19Update test strings in repoBerke Viktor
2012-10-19Add L10n test stringBerke Viktor
2012-10-19Add Transifex config and update translations from the online resourceBerke Viktor
2012-10-19Update translationsBerke Viktor
2012-10-19Reorganize the Appearance tabBerke Viktor
2012-10-19Update Hungarian translationBerke Viktor
2012-10-19Update translationsBerke Viktor
2012-10-19Add Nynorsk languageBerke Viktor
2012-10-19Update Hungarian translationBerke Viktor
2012-10-19Update translationsBerke Viktor
2012-10-18Get rid of saveconf remnants, we save automaticallyBerke Viktor
2012-10-18Add notesBerke Viktor
2012-10-18Separate correctly the Win32-only codeBerke Viktor
2012-10-18Hardcoded dropdown menu for language selectionBerke Viktor
2012-10-18Add function for listing subdirsBerke Viktor
2012-10-18Update win32 dirent.h implementation and use header instead of static libraryBerke Viktor
2012-10-18Add missing includeBerke Viktor
2012-10-18Initial version of language selector GUIBerke Viktor
2012-10-18Merge pull request #171 from ujdhesa/patch-1bviktor
2012-10-18Update po/sq.poBesnik
2012-10-17Merge pull request #170 from ujdhesa/masterbviktor
2012-10-17Update po/sq.poBesnik
2012-10-15Remove accidentally included .mo file and don't let it ever happen againBerke Viktor
2012-10-15Update Hungarian translation against current HEADBerke Viktor
2012-10-15Huge commit is huge - update translationsBerke Viktor
2012-10-15Add translation templateBerke Viktor
2012-10-15Update .gitignore for L10nBerke Viktor
2012-10-15Print previous value after /SETBerke Viktor
2012-10-15Reformat the /SET codeBerke Viktor
2012-10-15Remove deprecated .desktop entryBerke Viktor
2012-10-15Only omit alerts when we're actually awayBerke Viktor
2012-10-15Add SwiftIRCBerke Viktor
2012-10-15Merge pull request #162 from blasphemy/rebrandbviktor
2012-10-14rebrandDaniel Leining
2012-10-14Version bumpBerke Viktor
2012-10-13Fix misspelled wordsBerke Viktor
2012-10-13Compatibility for Automake 1.12.4+Berke Viktor
2012-10-13CosmeticsBerke Viktor
2012-10-13Accept license agreement by defaultBerke Viktor
2012-10-13Provide builtin defauls for treeview iconsBerke Viktor
2012-10-13By default, use pure white background color and use background color for UI e...Berke Viktor
2012-10-13Some HexChat-Text rebranding work leftBerke Viktor
2012-10-13Add option to omit alerts when marked as being awayBerke Viktor
2012-10-13Make beep consistent with other alertsBerke Viktor
2012-10-13By default, use <config>/downloads for DCC file transfers when in portable modeBerke Viktor
2012-10-13Fix opening folders in portable modeBerke Viktor
2012-10-13get_xdir_fs() cleanupBerke Viktor
2012-10-13Save URLs to disk on-the-fly and provide an option for toggling itBerke Viktor
> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="..\..\win32\hexchat-xp.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <TargetName>hcmpcinfo</TargetName> <OutDir>$(HexChatBin)</OutDir> <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <TargetName>hcmpcinfo</TargetName> <OutDir>$(HexChatBin)</OutDir> <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level1</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MPCINFO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>true</MultiProcessorCompilation> <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <ModuleDefinitionFile>mpcinfo.def</ModuleDefinitionFile> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <WarningLevel>Level1</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;MPCINFO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>true</MultiProcessorCompilation> <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <ModuleDefinitionFile>mpcinfo.def</ModuleDefinitionFile> </Link> </ItemDefinitionGroup> <ItemGroup> <None Include="mpcinfo.def" /> </ItemGroup> <ItemGroup> <ClCompile Include="mpcInfo.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>