Activity for Marcel Beerta

  • Marcel Beerta Marcel Beerta committed [5cc29d]

    * Fix GTK2 compilation problem

  • Marcel Beerta Marcel Beerta committed [964538]

    * Fix compile probelem under GTK2 related to

  • Marcel Beerta Marcel Beerta committed [5f00dd]

    * fix compile problem in uses clause for GTK2

  • Marcel Beerta Marcel Beerta committed [d9ea20]

    * Added .po files to lazarus-ide debian package.

  • Marcel Beerta Marcel Beerta committed [d79dcb]

    * Language files (.po) should go in lazarus-ide package not in lazarus-src otherwise IDE will support only English.

  • Marcel Beerta Marcel Beerta committed [fbfc8d]

    * Added patches required to build Debian packages until others could applied by upstream developers.

  • Marcel Beerta Marcel Beerta committed [145802]

    * Use fpcsubst tool to automatically set FPC version into configuration files.

  • Marcel Beerta Marcel Beerta committed [48f99c]

    * Updated dependencies

  • Marcel Beerta Marcel Beerta committed [2c42be]

    * Updated Debian packagedescription.

  • Marcel Beerta Marcel Beerta committed [c4231a]

    * Added missing files to lazarus source packages.

  • Marcel Beerta Marcel Beerta committed [cdc2eb]

    * Merged debian rules with official debian svn.

  • Marcel Beerta Marcel Beerta committed [500a45]

    * Fixed Debian changelog file.

  • Marcel Beerta Marcel Beerta committed [9584f3]

    * (env) Merged changes from official Debian repository (mainly fixes of bugs reported on Debian bug tracker).

  • Marcel Beerta Marcel Beerta committed [c39f26]

    * Synchronized with official Debian scripts.

  • Marcel Beerta Marcel Beerta committed [c454c5]

    * Fixed Debian packages building.

  • Marcel Beerta Marcel Beerta committed [757abb]

    * LCL docs are now packaged for Debian.

  • Marcel Beerta Marcel Beerta committed [769916]

    * Updated Debian packages build requirements.

  • Marcel Beerta Marcel Beerta committed [0f0328]

    * Added comment to patch file.

  • Marcel Beerta Marcel Beerta committed [4bb807]

    * Fixed Debian build scripts. Now Lazarus files are instelled inder /usr/{lib,doc}/lazarus/%{lazarusversion} to ease mutiple version installation. But this may require further changes.

  • Marcel Beerta Marcel Beerta committed [4f6c0f]

    * Removed duplicate entry in lintian override rules.

  • Marcel Beerta Marcel Beerta committed [bd57bb]

    * Synchronized Debian package building rules with official Debian.

  • Marcel Beerta Marcel Beerta committed [6d7785]

    * Removed unused file.

  • Marcel Beerta Marcel Beerta committed [591f9e]

    * Merged modifications from official Debian packaging rules : split packages into lcl-* and ide-*.

  • Marcel Beerta Marcel Beerta committed [05a655]

    * Remove *.or files after running a make clean. This should probably be fixed in make files of each directory.

  • Marcel Beerta Marcel Beerta committed [0ddec7]

    * Added lintian override rules to avoid errors while checking Debian policy.

  • Marcel Beerta Marcel Beerta committed [1907de]

    * Support multiple version installation by adding ability for Debian packages to get their names suffixed. For example, export PACKAGESUFFIX=-0.9.29 to build trunk.

  • Marcel Beerta Marcel Beerta committed [3eb09e]

    make deb: Fixed man page naming brocken when adding multi version co-installation.

  • Marcel Beerta Marcel Beerta committed [d25f5c]

    make deb: Fixed desktop and menu entry files. Fixed broken alternative removal on package removal.

  • Marcel Beerta Marcel Beerta committed [f2083e]

    MAKE DEB: Fixed typo.

  • Marcel Beerta Marcel Beerta committed [e3ea34]

    MAKE DEB: Need to package *.lfm files in LCL (we may also need them for packages, so probably make files should be fixed to install *.lfm files in units output direcotry).

  • Marcel Beerta Marcel Beerta committed [e49202]

    MAKE DEB: Fixed issue #18017 adding *.lfm files to debian binary packages.

  • Marcel Beerta Marcel Beerta committed [14326c]

    MAKE DEB: Resolved bug causing widget set units to be packaged twice in lcl-units and lcl-<widget set name>.

  • Marcel Beerta Marcel Beerta committed [f93448]

    MAKE DEB: *.lpk files should be pacjaged with binaries not with sources (last commit was buggy).

  • Marcel Beerta Marcel Beerta committed [8023e0]

    MAKE DEB: Changed package names to be suffixed by version in order to allow multiple version installation.

  • Marcel Beerta Marcel Beerta committed [81c462]

    MAKE DEB: packaged chmhelp, sqlite, lazreport and todolist.

  • Marcel Beerta Marcel Beerta committed [8088a4]

    MAKE DEB : Updated changelog file

  • Marcel Beerta Marcel Beerta committed [d774a8]

    MAKE DEB : Updated top make file patches.

  • Marcel Beerta Marcel Beerta committed [128a36]

    MAKE DEB : Use make all to build everything.

  • Marcel Beerta Marcel Beerta committed [ae7409]

    MAKE DEB : fixed bug #0018568

  • Marcel Beerta Marcel Beerta committed [867074]

    MAKE DEB: merged changes from official debian repository.

  • Marcel Beerta Marcel Beerta committed [0099ee]

    MAKE DEB: Use ${BIN_DIR} and ${LIB_DIR} when installing files.

  • Marcel Beerta Marcel Beerta committed [d1ad2a]

    MAKE DEB: Reworked man file installation.

  • Marcel Beerta Marcel Beerta committed [40b8c4]

    MAKE DEB: Fixed issue preventing using ~ in Debian version. (Closes: Bug#622665)

  • Marcel Beerta Marcel Beerta committed [2beddc]

    MAKE DEB: LCL depends now on packager/registration which needs to be compiled first.

  • Marcel Beerta Marcel Beerta committed [08513a]

    MAKE DEB: Override files for lintian error upon version when building upstream packages is now automatically added by rules file.

  • Marcel Beerta Marcel Beerta committed [4ee729]

    MAKE DEB: Fixed description of metapackages to remove lintian warnings.

  • Marcel Beerta Marcel Beerta committed [2f96fc]

    MAKE DEB: Use make all for compiling IDE and components instead of compiling each component separately.

  • Marcel Beerta Marcel Beerta committed [a8a3b2]

    MAKE DEB: Checked conformance to policy 3.9.2 and updated standard version.

  • Marcel Beerta Marcel Beerta committed [af4791]

    MAKE DEB: Sync Debian change log file with official Debian repository.

  • Marcel Beerta Marcel Beerta committed [803769]

    MAKE DEB: use grep instead of egrep in debian/rules

  • Marcel Beerta Marcel Beerta committed [3f3325]

    MAKE DEB: Use single quote for sed RE in order to avoid issues with some shells.

  • Marcel Beerta Marcel Beerta committed [d9390e]

    MAKE DEB: Set priority according to version in lcl-utils and lazarus-ide-gtk so that newer version is automatically selected. (Closes: Bug#656913)

  • Marcel Beerta Marcel Beerta committed [a69e64]

    MAKE DEB: Update Debian changelog file: Fix hang on IDE and LCL applications on startup when using glib >= 2.31. (Closes: Bug#659209)

  • Marcel Beerta Marcel Beerta committed [627875]

    * MAKE DEB: Synchronize debian/changelog file with official Debian.

  • Marcel Beerta Marcel Beerta committed [c97570]

    MAKE DEB: Added LCL package file and other new components to lcl-units.

  • Marcel Beerta Marcel Beerta committed [a1a315]

    MAKE DEB: Added missing lpk files fixing bug#20486.

  • Marcel Beerta Marcel Beerta committed [13538c]

    MAKE DEB: Added rx package to packaged components fixing bug#19216.

  • Marcel Beerta Marcel Beerta committed [8f87cd]

    MAKE DEB: Take into account upstream top make file recent changes.

  • Marcel Beerta Marcel Beerta committed [00ea28]

    MAKE DEB: Checked conformance to policy 3.9.3 and updated standard version.

  • Marcel Beerta Marcel Beerta committed [c5d89c]

    MAKE DEB: Updated description of new upstream release changes.

  • Marcel Beerta Marcel Beerta committed [d076ee]

    MAKE DEB: Override lintian warnings about spell errors false detections.

  • Marcel Beerta Marcel Beerta committed [643fa7]

    MAKE DEB: Integrating NMU from Peter Green: Add armhf to architecture lists (Closes: #675894)

  • Marcel Beerta Marcel Beerta committed [406f89]

    MAKE DEB: Package LCL Qt widget set units. (Closes: Bug#627345)

  • Marcel Beerta Marcel Beerta committed [113840]

    MAKE DEB: Updated change log file

  • Marcel Beerta Marcel Beerta committed [6b8afe]

    MAKE DEB: Included 1.0 new components in lcl-units Debian package.

  • Marcel Beerta Marcel Beerta committed [cfe889]

    MAKE DEB: Proofread templates by debian-l10n-english list. (Closes: Bug#686207)

  • Marcel Beerta Marcel Beerta committed [c563d9]

    MAKE DEB: Add support for mult-language translations.

  • Marcel Beerta Marcel Beerta committed [cfbccc]

    MAKE DEB: Added Slovak translation. (Closes: Bug#689044)

  • Marcel Beerta Marcel Beerta committed [7cb09f]

    MAKE DEB: Added German translation. (Closes: Bug#689481)

  • Marcel Beerta Marcel Beerta committed [43ec97]

    MAKE DEB: Added Russian translation. (Closes: Bug#689195)

  • Marcel Beerta Marcel Beerta committed [2e516f]

    MAKE DEB: Added Danish translation. (Closes: Bug#689744)

  • Marcel Beerta Marcel Beerta committed [ecd2cb]

    MAKE DEB: Added Polish translation. (Closes: Bug#689745)

  • Marcel Beerta Marcel Beerta committed [816182]

    MAKE DEB: Added Czech translation. (Closes: Bug#689789)

  • Marcel Beerta Marcel Beerta committed [68d3d4]

    MAKE DEB: Added Italian translation. (Closes: Bug#689970)

  • Marcel Beerta Marcel Beerta committed [0598d8]

    MAKE DEB: Added Portuguese translation. (Closes: Bug#689987)

  • Marcel Beerta Marcel Beerta committed [7c43f3]

    MAKE DEB: Added Spanish translation. (Closes: Bug#690597)

  • Marcel Beerta Marcel Beerta committed [84ef0f]

    MAKE DEB: Added Swedish translation. (Closes: Bug#690897)

  • Marcel Beerta Marcel Beerta committed [9bf373]

    MAKE DEB: Updated French translation.

  • Marcel Beerta Marcel Beerta committed [d5b3aa]

    MAKE DEB: fixdeb script needs to be executable.

  • Marcel Beerta Marcel Beerta committed [71574d]

    + explicit override of inline assembler type to AT&T (fpc.cfg specify other?)

  • Marcel Beerta Marcel Beerta committed [0b15ea]

    + added some paranthesis to avoid operators precedence problems

  • Marcel Beerta Marcel Beerta committed [0a465d]

    * Fixing VER1_1 compile problem to allow using 1.1 compiler

  • Marcel Beerta Marcel Beerta committed [bb55cb]

    + jpeg loading support

  • Marcel Beerta Marcel Beerta committed [58a4c3]

    + added Arabic language support

  • Marcel Beerta Marcel Beerta committed [f2ad26]

    * fix compilation error with gtk2 platform

  • Marcel Beerta Marcel Beerta committed [ef70e1]

    * more arabization

  • Marcel Beerta Marcel Beerta committed [adc4b3]

    - space style and space size are not set by program in GTK2 but by theme

  • Marcel Beerta Marcel Beerta committed [adc4b3]

    - space style and space size are not set by program in GTK2 but by theme

  • Marcel Beerta Marcel Beerta committed [cf925e]

    * move HandleGtkKeyUpDown to gtkProc.inc make it visible to gtk2

  • Marcel Beerta Marcel Beerta committed [6a261b]

    * fix right mouse button down event

  • Marcel Beerta Marcel Beerta committed [8f45f3]

    * fix left mouse button click reaction

  • Marcel Beerta Marcel Beerta committed [922cb9]

    * fix UTF8 text display in source note book

  • Marcel Beerta Marcel Beerta committed [c4db8f]

    + TCharater type used to allow UTF8 keyboard with gtk2

  • Marcel Beerta Marcel Beerta committed [d0f4fc]

    + add support for passing non ASCII key values

  • Marcel Beerta Marcel Beerta committed [b5be98]

    + added support for XPM, BMP, TGA

  • Marcel Beerta Marcel Beerta committed [a06f33]

    + added "Images For Lazarus" package which allow handling all FCL supported Image formats

  • Marcel Beerta Marcel Beerta committed [cb9a63]

    + added support for XPM, BMP, TGA

  • Marcel Beerta Marcel Beerta committed [2a2c70]

    * adapt example to the package

  • Marcel Beerta Marcel Beerta committed [90c2b1]

    * now units are manually registered by user

  • Marcel Beerta Marcel Beerta committed [f7d016]

    * Fix a compile problem, still need to find the correct way to fix that.

1 >