]> dgit.raspbian.org Git - nextcloud-desktop.git/log
nextcloud-desktop.git
11 years agoSettingsDialog: Use separator instead of custom spacer
Daniel Molkentin [Tue, 11 Aug 2015 19:44:35 +0000 (21:44 +0200)]
SettingsDialog: Use separator instead of custom spacer

... and make sure to hide if when there are no accounts

11 years agoRemove debug output
Daniel Molkentin [Tue, 11 Aug 2015 19:42:30 +0000 (21:42 +0200)]
Remove debug output

11 years agoFix compilation on Windows
Daniel Molkentin [Tue, 11 Aug 2015 16:15:46 +0000 (18:15 +0200)]
Fix compilation on Windows

11 years agoMore improvements for high contrast themes
Daniel Molkentin [Tue, 11 Aug 2015 15:56:02 +0000 (17:56 +0200)]
More improvements for high contrast themes

- Invert icon color depending on the darkness of the theme
- Ensure icons and colors are changed when theme or colors
  get changed during application run

Final patch for #3582

11 years agoRename jobCompleted -> itemCompleted.
Christian Kamm [Tue, 11 Aug 2015 11:45:02 +0000 (13:45 +0200)]
Rename jobCompleted -> itemCompleted.

Because that's what's going on. A job can 'complete an item' or 'finish'.
Note that several jobs could complete the same item: a new directory
will complete on the PropagateRemoteMkdir and the PropagateDirectory
jobs.

11 years agoActivity: Skip PropagateDirectory jobs #3580
Christian Kamm [Tue, 11 Aug 2015 11:31:19 +0000 (13:31 +0200)]
Activity: Skip PropagateDirectory jobs #3580

Previously, PropagateDirectory jobs didn't emit the completed() signal.
Now that they do, we need to make sure to not add extra lines to the
protocol widget for them.

To accomplish that, the jobCompleted() signal now also contains the job
that completed the item.

11 years agoUI: Avoid showing folder alias #783 #3576
Markus Goetz [Tue, 11 Aug 2015 13:12:43 +0000 (15:12 +0200)]
UI: Avoid showing folder alias #783 #3576

11 years agoFix Qt4 build (SSL sessionTicket())
Markus Goetz [Tue, 11 Aug 2015 11:53:21 +0000 (13:53 +0200)]
Fix Qt4 build (SSL sessionTicket())

11 years agoSslButton: Fix harder #3534 #3536
Markus Goetz [Tue, 11 Aug 2015 10:18:25 +0000 (12:18 +0200)]
SslButton: Fix harder #3534 #3536

11 years agoSyncEngine: Fix previous cherry-pick
Markus Goetz [Tue, 11 Aug 2015 09:34:40 +0000 (11:34 +0200)]
SyncEngine: Fix previous cherry-pick

11 years agoRemove deleted accounts from tool bar #3583
Christian Kamm [Tue, 11 Aug 2015 09:30:58 +0000 (11:30 +0200)]
Remove deleted accounts from tool bar #3583

11 years agoMore color scheme adjustments
Daniel Molkentin [Tue, 11 Aug 2015 06:43:36 +0000 (08:43 +0200)]
More color scheme adjustments

11 years agocsync: ignore files/folder for which stat fails
Olivier Goffart [Fri, 17 Jul 2015 14:48:33 +0000 (16:48 +0200)]
csync: ignore files/folder for which stat fails

instead of pretending it suicceed and not recursing in it.

This fixes a bug in which a folder with a too long name would be properly
created, then removed on the server in the next sync.

(cherry picked from commit 4bbf7669091cde7ec726b1708d8c54427b68f016)

Conflicts:
csync/src/csync.h
csync/src/csync_exclude.h
csync/src/csync_update.c

11 years agoProgress: Robust against bad 'completed' values #3579
Christian Kamm [Tue, 11 Aug 2015 08:44:27 +0000 (10:44 +0200)]
Progress: Robust against bad 'completed' values #3579

Increasing the 'total' for bogus values of 'completed' is a bad idea.

11 years agoProgress: Guard against decreasing progress #3579
Christian Kamm [Tue, 11 Aug 2015 08:38:04 +0000 (10:38 +0200)]
Progress: Guard against decreasing progress #3579

Ensure that progress going backwards won't lead to outrageous
transfer speeds.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 11 Aug 2015 06:18:58 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years agoSettings dialog: Try to improve adherance to high contrast schemes
Daniel Molkentin [Mon, 10 Aug 2015 18:13:20 +0000 (20:13 +0200)]
Settings dialog: Try to improve adherance to high contrast schemes

Adresses #3582

11 years agoFolderWatcher win: Skip unneeded notifications #3353
Christian Kamm [Mon, 10 Aug 2015 12:57:06 +0000 (14:57 +0200)]
FolderWatcher win: Skip unneeded notifications #3353

11 years agoFix regression in PassiveUpdateNotifier
Daniel Molkentin [Mon, 10 Aug 2015 12:25:38 +0000 (14:25 +0200)]
Fix regression in PassiveUpdateNotifier

When overriding backgroundCheckForUpdates(), also call the original
implementation.

11 years agoSocketAPI: Show excluded hidden files as ignored #2086
Christian Kamm [Mon, 10 Aug 2015 11:41:19 +0000 (13:41 +0200)]
SocketAPI: Show excluded hidden files as ignored #2086

11 years agoWindows: Limit tray tooltip length #3412
Christian Kamm [Mon, 10 Aug 2015 11:09:05 +0000 (13:09 +0200)]
Windows: Limit tray tooltip length #3412

11 years agoUse HTTPS links
Lukas Reschke [Mon, 10 Aug 2015 10:15:45 +0000 (12:15 +0200)]
Use HTTPS links

No need to have an additional redirect

11 years agoRevert "Silence verbose cmake policy warnings on Windows"
Jocelyn Turcotte [Mon, 10 Aug 2015 09:57:05 +0000 (11:57 +0200)]
Revert "Silence verbose cmake policy warnings on Windows"

This causes an error since those policies aren't known by
2.8.12, so better seeing those warnings on Windows for now.

This reverts commit 4441d3b342073bed9d2eba1f8de86db1de7611d2.

11 years agoIgnoreEditor: Rename confusing checkbox
Christian Kamm [Mon, 10 Aug 2015 09:07:41 +0000 (11:07 +0200)]
IgnoreEditor: Rename confusing checkbox

The label was the negation of its name.

11 years agoIgnore hidden: Default to enabled #2086
Christian Kamm [Mon, 10 Aug 2015 09:03:57 +0000 (11:03 +0200)]
Ignore hidden: Default to enabled #2086

It was 'false' for migrated folders and folders created by the OC
setup wizard.

11 years agoSettings dialog: improve layout a bit
Daniel Molkentin [Mon, 10 Aug 2015 08:50:57 +0000 (10:50 +0200)]
Settings dialog: improve layout a bit

11 years agoWindows: Fix the progress bar with high contrast themes #2654
Jocelyn Turcotte [Thu, 6 Aug 2015 18:23:23 +0000 (20:23 +0200)]
Windows: Fix the progress bar with high contrast themes #2654

Setting the palette seems to interfere with Qt's Windows Vista theme
and this isn't set on the QStyleOptionProgressBarV2 by QProgressBar.

11 years agoSilence verbose cmake policy warnings on Windows
Jocelyn Turcotte [Thu, 6 Aug 2015 13:32:36 +0000 (15:32 +0200)]
Silence verbose cmake policy warnings on Windows

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 10 Aug 2015 06:18:43 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 10 Aug 2015 05:15:25 +0000 (01:15 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 9 Aug 2015 06:18:46 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 8 Aug 2015 06:18:35 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 8 Aug 2015 05:15:24 +0000 (01:15 -0400)]
[tx-robot] updated from transifex

11 years agoAccount setting: properly disable the 'add account' button #3571
Olivier Goffart [Fri, 7 Aug 2015 12:32:51 +0000 (14:32 +0200)]
Account setting: properly disable the 'add account' button #3571

When upgrading from 1.8 and syncing the whole account, then the
remote folder is empty

11 years agoSelective sync: When applying selective sync, put new folder that were just checked...
Olivier Goffart [Fri, 7 Aug 2015 11:36:10 +0000 (13:36 +0200)]
Selective sync: When applying selective sync, put new folder that were just checked in the white list

Issue #3560

Otherwise the just checked folder will be chacked again for their size.
We do not want that.

11 years agoAccountSettings: Show the wizard to add an account when the last account was deleted...
Olivier Goffart [Fri, 7 Aug 2015 11:14:33 +0000 (13:14 +0200)]
AccountSettings: Show the wizard to add an account when the last account was deleted #3564

11 years agoMake version check test conditional for now
Daniel Molkentin [Fri, 7 Aug 2015 10:42:18 +0000 (12:42 +0200)]
Make version check test conditional for now

11 years agoownSql: Do not use sqlite3 method not present in older version
Daniel Molkentin [Fri, 7 Aug 2015 08:53:18 +0000 (10:53 +0200)]
ownSql: Do not use sqlite3 method not present in older version

Was only used for debug output anyway and broke RHEL/CentOS6

11 years agoFixup ce5be89a1846b4b75ec8bfa98bdb594773983beb
Olivier Goffart [Fri, 7 Aug 2015 09:05:04 +0000 (11:05 +0200)]
Fixup ce5be89a1846b4b75ec8bfa98bdb594773983beb

11 years agoEditorial changes to Changelog
Daniel Molkentin [Fri, 7 Aug 2015 07:29:55 +0000 (09:29 +0200)]
Editorial changes to Changelog

11 years agoRevert "win32: libwebp has been bumped to version 5"
Daniel Molkentin [Fri, 7 Aug 2015 07:21:08 +0000 (09:21 +0200)]
Revert "win32: libwebp has been bumped to version 5"

This reverts commit 18efb211576ca0e9fce2b8f4e00977a9f4ea2ace.

Our toolchain relies on an older version now that has version 4

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 7 Aug 2015 06:18:51 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years agoUpdater: update Linux updater code to work with changes in master
Daniel Molkentin [Thu, 6 Aug 2015 17:34:23 +0000 (19:34 +0200)]
Updater: update Linux updater code to work with changes in master

master moved much of the responsibility of the updating process
to the updater class.

This also fixes a build failure

11 years agoownCloud Client 2.0 beta1
Daniel Molkentin [Thu, 6 Aug 2015 15:53:04 +0000 (17:53 +0200)]
ownCloud Client 2.0 beta1

11 years agoPropagator: Use fetchAndAddAcquire to get parallelism
Markus Goetz [Thu, 6 Aug 2015 16:13:48 +0000 (18:13 +0200)]
Propagator: Use fetchAndAddAcquire to get parallelism

11 years agoWindows: Don't use UTF-8 arrows #3095
Markus Goetz [Thu, 6 Aug 2015 16:08:05 +0000 (18:08 +0200)]
Windows: Don't use UTF-8 arrows #3095

11 years agoMerge pull request #3472 from owncloud/linux_restart_on_new_version
Daniel Molkentin [Thu, 6 Aug 2015 15:47:10 +0000 (17:47 +0200)]
Merge pull request #3472 from owncloud/linux_restart_on_new_version

On Linux restart if new version is found on disk

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 6 Aug 2015 15:37:16 +0000 (11:37 -0400)]
[tx-robot] updated from transifex

11 years agoNSIS: Remove (almost untranslated) Slovak tr for now
Daniel Molkentin [Thu, 6 Aug 2015 15:35:21 +0000 (17:35 +0200)]
NSIS: Remove (almost untranslated) Slovak tr for now

11 years agoFix codepages for Czech and Slovak
Daniel Molkentin [Thu, 6 Aug 2015 15:28:23 +0000 (17:28 +0200)]
Fix codepages for Czech and Slovak

11 years agoAbstractNetworkJob: Make sure to print URL on timeout
Markus Goetz [Thu, 6 Aug 2015 15:33:33 +0000 (17:33 +0200)]
AbstractNetworkJob: Make sure to print URL on timeout

11 years agoUpdate ChangeLog for 2.0
Markus Goetz [Thu, 6 Aug 2015 15:27:37 +0000 (17:27 +0200)]
Update ChangeLog for 2.0

Info taken from commits
(danimo's taken from github issues)

11 years agoRevert "Update NSIS translations"
Daniel Molkentin [Thu, 6 Aug 2015 15:19:37 +0000 (17:19 +0200)]
Revert "Update NSIS translations"

This reverts commit 47a8fbb07ea4ac8e40e245b348ac2cff6e6c5993.

11 years agoUpdate NSIS translations
Daniel Molkentin [Thu, 6 Aug 2015 15:08:53 +0000 (17:08 +0200)]
Update NSIS translations

11 years agoUpdate ChangeLog
Daniel Molkentin [Thu, 6 Aug 2015 14:55:07 +0000 (16:55 +0200)]
Update ChangeLog

11 years agoOwnSql: Show potential error on close #3421
Markus Goetz [Thu, 6 Aug 2015 13:47:38 +0000 (15:47 +0200)]
OwnSql: Show potential error on close #3421

11 years agoPropagator: Re-order statement of previous commit
Markus Goetz [Thu, 6 Aug 2015 13:28:09 +0000 (15:28 +0200)]
Propagator: Re-order statement of previous commit

The user should be allowed to override.
For issue #3382
Will also help for #3095

11 years agoPropagator: do not use parallelism when we have bandwidth limit
Olivier Goffart [Thu, 6 Aug 2015 09:10:27 +0000 (11:10 +0200)]
Propagator: do not use parallelism when we have bandwidth limit

When user wants to limit the bandwidth, he does not care about speed
anymore. And parallelism on slow network might cause problems.

For issue #3382
Will also help for #3095

(cherry picked from commit b20f29f22797367c7aa92bd74389c99b10c852a4)

11 years agoProgress: Show real speed and all filenames #3403 #3095
Markus Goetz [Thu, 6 Aug 2015 12:05:08 +0000 (14:05 +0200)]
Progress: Show real speed and all filenames #3403 #3095

11 years agoSyncJournalDB: clear all the prepared query when closing the database
Olivier Goffart [Thu, 6 Aug 2015 12:28:02 +0000 (14:28 +0200)]
SyncJournalDB: clear all the prepared query when closing the database

Not closing it may keep the file open (issue #3421)

11 years agoFix warning
Olivier Goffart [Thu, 6 Aug 2015 11:56:58 +0000 (13:56 +0200)]
Fix warning

csync_vio_local_unix.c:109:7: warning: ignoring return value of function declared with
      warn_unused_result attribute [-Wunused-result]
      asprintf(&file_stat->original_name, "%s/%s", handle->path, dirent->d_name);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

11 years agoFix Qt4 build
Olivier Goffart [Thu, 6 Aug 2015 11:54:43 +0000 (13:54 +0200)]
Fix Qt4 build

11 years ago1.8 Migration: Fix password overwrite #3539
Markus Goetz [Thu, 6 Aug 2015 10:49:18 +0000 (12:49 +0200)]
1.8 Migration: Fix password overwrite #3539

11 years agoMerge branch 'master' into linux_restart_on_new_version
Daniel Molkentin [Thu, 6 Aug 2015 09:11:52 +0000 (11:11 +0200)]
Merge branch 'master' into linux_restart_on_new_version

Conflicts:
src/gui/application.cpp
src/gui/owncloudsetupwizard.cpp

11 years agoMerge pull request #3531 from jturcotte/master
Markus Goetz [Thu, 6 Aug 2015 09:03:28 +0000 (11:03 +0200)]
Merge pull request #3531 from jturcotte/master

Remove need for UPDATE_VIEW to refetch the status #2340

11 years agoMerge pull request #3562 from owncloud/revert-2920-utility_SHGetKnownFolderPath
Jocelyn Turcotte [Thu, 6 Aug 2015 08:43:04 +0000 (10:43 +0200)]
Merge pull request #3562 from owncloud/revert-2920-utility_SHGetKnownFolderPath

Revert "Use dynamic library loading for detecting the correct path for links #2920"

11 years agoRevert "Use dynamic library loading for detecting the correct path for links"
Jocelyn Turcotte [Thu, 6 Aug 2015 08:41:33 +0000 (10:41 +0200)]
Revert "Use dynamic library loading for detecting the correct path for links"

11 years agocheck_vio_ext.c: assert_string_equal is a macro and we cannot have #ifdef in it
Olivier Goffart [Thu, 6 Aug 2015 08:02:12 +0000 (10:02 +0200)]
check_vio_ext.c: assert_string_equal is a macro and we cannot have #ifdef in it

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 6 Aug 2015 06:19:02 +0000 (02:19 -0400)]
[tx-robot] updated from transifex

11 years agoMerge pull request #3558 from owncloud/si-units
Daniel Molkentin [Wed, 5 Aug 2015 15:45:53 +0000 (17:45 +0200)]
Merge pull request #3558 from owncloud/si-units

Utility: use SI units for the sizes in bytes

11 years agoUtility: use SI units for the sizes in bytes
Olivier Goffart [Wed, 5 Aug 2015 14:22:09 +0000 (16:22 +0200)]
Utility: use SI units for the sizes in bytes

11 years agoAccount settings: Fix a label
Olivier Goffart [Wed, 5 Aug 2015 14:12:58 +0000 (16:12 +0200)]
Account settings: Fix a label

The feature is for all folder, not only shared folder

11 years agoSelective sync: on the first sync, do not ask confirmation for every folders
Olivier Goffart [Wed, 5 Aug 2015 14:11:59 +0000 (16:11 +0200)]
Selective sync: on the first sync, do not ask confirmation for every folders

Since we already confirmed a previous selective sync dialog

11 years agoTheme: add a settings for configuring the default of newBigFolderSizeLimit
Olivier Goffart [Wed, 5 Aug 2015 13:33:38 +0000 (15:33 +0200)]
Theme: add a settings for configuring the default of newBigFolderSizeLimit

11 years agoFolderStatusModel: do not expand the unconfimred folder themselfs
Olivier Goffart [Wed, 5 Aug 2015 13:00:21 +0000 (15:00 +0200)]
FolderStatusModel: do not expand the unconfimred folder themselfs

11 years agoSettingsDialog: use the same short display name on Win/Linux than on Mac
Olivier Goffart [Wed, 5 Aug 2015 12:49:16 +0000 (14:49 +0200)]
SettingsDialog: use the same short display name on Win/Linux than on Mac

Issue #3516

11 years agoOS X: Try harder to enable 10.10 plugin #3463
Markus Goetz [Wed, 5 Aug 2015 13:10:00 +0000 (15:10 +0200)]
OS X: Try harder to enable 10.10 plugin #3463

11 years agoSslButton: Improve reliability and usefulness #3534 #3536
Markus Goetz [Wed, 5 Aug 2015 10:58:04 +0000 (12:58 +0200)]
SslButton: Improve reliability and usefulness #3534 #3536

11 years agoAccountSettings: automatically refresh and expands the undecided folders #3541
Olivier Goffart [Wed, 5 Aug 2015 10:51:49 +0000 (12:51 +0200)]
AccountSettings: automatically refresh and expands the undecided folders #3541

11 years agoCsync tests: fix on linux
Olivier Goffart [Wed, 5 Aug 2015 09:09:27 +0000 (11:09 +0200)]
Csync tests: fix on linux

Linux do not iconv to decode filenames

11 years agoFolderman: make the backup number starts with 2: #3512
Olivier Goffart [Mon, 3 Aug 2015 07:17:45 +0000 (09:17 +0200)]
Folderman: make the backup number starts with 2: #3512

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 5 Aug 2015 06:19:02 +0000 (02:19 -0400)]
[tx-robot] updated from transifex

11 years agoCSync: Proper error for invalid filenames #2777 #3128 #2240
Markus Goetz [Tue, 4 Aug 2015 20:13:38 +0000 (22:13 +0200)]
CSync: Proper error for invalid filenames #2777 #3128 #2240

11 years agocheck_vio_ext: Fix on OS X
Markus Goetz [Tue, 4 Aug 2015 15:25:48 +0000 (17:25 +0200)]
check_vio_ext: Fix on OS X

11 years agoFolderManTest: Make compile
Markus Goetz [Tue, 4 Aug 2015 14:55:10 +0000 (16:55 +0200)]
FolderManTest: Make compile

11 years agoMerge pull request #3549 from phil-davis/patch-1
Olivier Goffart [Tue, 4 Aug 2015 14:07:18 +0000 (16:07 +0200)]
Merge pull request #3549 from phil-davis/patch-1

Notify of big folders that are greater than or equal to the limit

11 years agoNotify of big folders that are greater than or equal to the limit
Phil Davis [Tue, 4 Aug 2015 13:43:23 +0000 (19:28 +0545)]
Notify of big folders that are greater than or equal to the limit

This should allow for the case when a user has set the limit to 0 and a new empty folder appears on the server. The folder will have size 0 (no files in it). Doing the >= test here will mean that the user will be prompted about the new folder, which I think is the behaviour they would expect.
The side-effect of this change is that if the user has a limit of, for example, 10,000,000 and a new folder comes along with exactly 10,000,000 of content then they will now be prompted about it. Before the change such a new folder would have been auto-synced without prompting the user. I do not think this is a big deal - I cannot believe that users will be counting exact bytes for this limit, they are just setting a rough number of MB at the UI.
Should fix https://github.com/owncloud/client/issues/3542

11 years agoNSIS: Elevate uninstaller, too
Daniel Molkentin [Tue, 4 Aug 2015 10:37:54 +0000 (12:37 +0200)]
NSIS: Elevate uninstaller, too

Resolves #3546

11 years agoExclude list: Add entries from other sync programs #2814
Markus Goetz [Mon, 3 Aug 2015 15:52:45 +0000 (17:52 +0200)]
Exclude list: Add entries from other sync programs #2814

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 4 Aug 2015 06:19:00 +0000 (02:19 -0400)]
[tx-robot] updated from transifex

11 years agoNSIS: add polish translation
Daniel Molkentin [Mon, 3 Aug 2015 18:02:11 +0000 (20:02 +0200)]
NSIS: add polish translation

11 years agowin32: libwebp has been bumped to version 5
Daniel Molkentin [Mon, 3 Aug 2015 17:23:28 +0000 (19:23 +0200)]
win32: libwebp has been bumped to version 5

11 years agoMerge pull request #3540 from aputtu/patch-2
Markus Goetz [Mon, 3 Aug 2015 15:44:11 +0000 (17:44 +0200)]
Merge pull request #3540 from aputtu/patch-2

Minor typo: Ingored -> Ignored

11 years agoMinor typo: Ingored -> Ignored
Aputsiaĸ Niels Janussen [Mon, 3 Aug 2015 15:35:58 +0000 (17:35 +0200)]
Minor typo: Ingored -> Ignored

Issue raised by user 'kant' in Transifex on the 1st of August.

11 years agoStartup: Don't notify other instance when session restored #3070
Markus Goetz [Mon, 3 Aug 2015 15:32:41 +0000 (17:32 +0200)]
Startup: Don't notify other instance when session restored #3070

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 3 Aug 2015 06:18:47 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 2 Aug 2015 06:18:57 +0000 (02:18 -0400)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 1 Aug 2015 17:10:44 +0000 (13:10 -0400)]
[tx-robot] updated from transifex

11 years agoremove stay file
Daniel Molkentin [Sat, 1 Aug 2015 16:48:00 +0000 (18:48 +0200)]
remove stay file

11 years agoMerge branch 'new_nsis_modules'
Daniel Molkentin [Sat, 1 Aug 2015 16:47:26 +0000 (18:47 +0200)]
Merge branch 'new_nsis_modules'